Documentation

LldpCdpApi

LldpCdpApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getDeviceLldpCdp()  : object
Operation getDeviceLldpCdp
getDeviceLldpCdpAsync()  : PromiseInterface
Operation getDeviceLldpCdpAsync
getDeviceLldpCdpAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceLldpCdpAsyncWithHttpInfo
getDeviceLldpCdpWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceLldpCdpWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceLldpCdpRequest()  : Request
Create request for operation 'getDeviceLldpCdp'

Properties

Methods

getDeviceLldpCdp()

Operation getDeviceLldpCdp

public getDeviceLldpCdp(string $serial) : object

List LLDP and CDP information for a device

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceLldpCdpAsync()

Operation getDeviceLldpCdpAsync

public getDeviceLldpCdpAsync(string $serial) : PromiseInterface

List LLDP and CDP information for a device

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceLldpCdpAsyncWithHttpInfo()

Operation getDeviceLldpCdpAsyncWithHttpInfo

public getDeviceLldpCdpAsyncWithHttpInfo(string $serial) : PromiseInterface

List LLDP and CDP information for a device

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceLldpCdpWithHttpInfo()

Operation getDeviceLldpCdpWithHttpInfo

public getDeviceLldpCdpWithHttpInfo(string $serial) : array<string|int, mixed>

List LLDP and CDP information for a device

Parameters
$serial : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getDeviceLldpCdpRequest()

Create request for operation 'getDeviceLldpCdp'

protected getDeviceLldpCdpRequest(string $serial) : Request
Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results