Documentation

LanApi

LanApi 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
getDeviceCellularGatewayLan()  : object
Operation getDeviceCellularGatewayLan
getDeviceCellularGatewayLanAsync()  : PromiseInterface
Operation getDeviceCellularGatewayLanAsync
getDeviceCellularGatewayLanAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceCellularGatewayLanAsyncWithHttpInfo
getDeviceCellularGatewayLanWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceCellularGatewayLanWithHttpInfo
updateDeviceCellularGatewayLan()  : object
Operation updateDeviceCellularGatewayLan
updateDeviceCellularGatewayLanAsync()  : PromiseInterface
Operation updateDeviceCellularGatewayLanAsync
updateDeviceCellularGatewayLanAsyncWithHttpInfo()  : PromiseInterface
Operation updateDeviceCellularGatewayLanAsyncWithHttpInfo
updateDeviceCellularGatewayLanWithHttpInfo()  : array<string|int, mixed>
Operation updateDeviceCellularGatewayLanWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceCellularGatewayLanRequest()  : Request
Create request for operation 'getDeviceCellularGatewayLan'
updateDeviceCellularGatewayLanRequest()  : Request
Create request for operation 'updateDeviceCellularGatewayLan'

Properties

$client

protected ClientInterface $client

Methods

getDeviceCellularGatewayLan()

Operation getDeviceCellularGatewayLan

public getDeviceCellularGatewayLan(string $serial) : object

Show the LAN Settings of a MG

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceCellularGatewayLanAsync()

Operation getDeviceCellularGatewayLanAsync

public getDeviceCellularGatewayLanAsync(string $serial) : PromiseInterface

Show the LAN Settings of a MG

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCellularGatewayLanAsyncWithHttpInfo()

Operation getDeviceCellularGatewayLanAsyncWithHttpInfo

public getDeviceCellularGatewayLanAsyncWithHttpInfo(string $serial) : PromiseInterface

Show the LAN Settings of a MG

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCellularGatewayLanWithHttpInfo()

Operation getDeviceCellularGatewayLanWithHttpInfo

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

Show the LAN Settings of a MG

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)

updateDeviceCellularGatewayLan()

Operation updateDeviceCellularGatewayLan

public updateDeviceCellularGatewayLan(string $serial[, UpdateDeviceCellularGatewayLan $update_device_cellular_gateway_lan = null ]) : object

Update the LAN Settings for a single MG.

Parameters
$serial : string

serial (required)

$update_device_cellular_gateway_lan : UpdateDeviceCellularGatewayLan = null

update_device_cellular_gateway_lan (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateDeviceCellularGatewayLanAsync()

Operation updateDeviceCellularGatewayLanAsync

public updateDeviceCellularGatewayLanAsync(string $serial[, UpdateDeviceCellularGatewayLan $update_device_cellular_gateway_lan = null ]) : PromiseInterface

Update the LAN Settings for a single MG.

Parameters
$serial : string

(required)

$update_device_cellular_gateway_lan : UpdateDeviceCellularGatewayLan = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceCellularGatewayLanAsyncWithHttpInfo()

Operation updateDeviceCellularGatewayLanAsyncWithHttpInfo

public updateDeviceCellularGatewayLanAsyncWithHttpInfo(string $serial[, UpdateDeviceCellularGatewayLan $update_device_cellular_gateway_lan = null ]) : PromiseInterface

Update the LAN Settings for a single MG.

Parameters
$serial : string

(required)

$update_device_cellular_gateway_lan : UpdateDeviceCellularGatewayLan = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceCellularGatewayLanWithHttpInfo()

Operation updateDeviceCellularGatewayLanWithHttpInfo

public updateDeviceCellularGatewayLanWithHttpInfo(string $serial[, UpdateDeviceCellularGatewayLan $update_device_cellular_gateway_lan = null ]) : array<string|int, mixed>

Update the LAN Settings for a single MG.

Parameters
$serial : string

(required)

$update_device_cellular_gateway_lan : UpdateDeviceCellularGatewayLan = null

(optional)

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

getDeviceCellularGatewayLanRequest()

Create request for operation 'getDeviceCellularGatewayLan'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateDeviceCellularGatewayLanRequest()

Create request for operation 'updateDeviceCellularGatewayLan'

protected updateDeviceCellularGatewayLanRequest(string $serial[, UpdateDeviceCellularGatewayLan $update_device_cellular_gateway_lan = null ]) : Request
Parameters
$serial : string

(required)

$update_device_cellular_gateway_lan : UpdateDeviceCellularGatewayLan = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results