Documentation

MtuApi

MtuApi 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
getNetworkSwitchMtu()  : object
Operation getNetworkSwitchMtu
getNetworkSwitchMtuAsync()  : PromiseInterface
Operation getNetworkSwitchMtuAsync
getNetworkSwitchMtuAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchMtuAsyncWithHttpInfo
getNetworkSwitchMtuWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchMtuWithHttpInfo
updateNetworkSwitchMtu()  : object
Operation updateNetworkSwitchMtu
updateNetworkSwitchMtuAsync()  : PromiseInterface
Operation updateNetworkSwitchMtuAsync
updateNetworkSwitchMtuAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchMtuAsyncWithHttpInfo
updateNetworkSwitchMtuWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchMtuWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSwitchMtuRequest()  : Request
Create request for operation 'getNetworkSwitchMtu'
updateNetworkSwitchMtuRequest()  : Request
Create request for operation 'updateNetworkSwitchMtu'

Properties

$client

protected ClientInterface $client

Methods

getNetworkSwitchMtu()

Operation getNetworkSwitchMtu

public getNetworkSwitchMtu(string $network_id) : object

Return the MTU configuration

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchMtuAsync()

Operation getNetworkSwitchMtuAsync

public getNetworkSwitchMtuAsync(string $network_id) : PromiseInterface

Return the MTU configuration

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchMtuAsyncWithHttpInfo()

Operation getNetworkSwitchMtuAsyncWithHttpInfo

public getNetworkSwitchMtuAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the MTU configuration

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchMtuWithHttpInfo()

Operation getNetworkSwitchMtuWithHttpInfo

public getNetworkSwitchMtuWithHttpInfo(string $network_id) : array<string|int, mixed>

Return the MTU configuration

Parameters
$network_id : 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)

updateNetworkSwitchMtu()

Operation updateNetworkSwitchMtu

public updateNetworkSwitchMtu(string $network_id[, UpdateNetworkSwitchMtu $update_network_switch_mtu = null ]) : object

Update the MTU configuration

Parameters
$network_id : string

network_id (required)

$update_network_switch_mtu : UpdateNetworkSwitchMtu = null

update_network_switch_mtu (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchMtuAsync()

Operation updateNetworkSwitchMtuAsync

public updateNetworkSwitchMtuAsync(string $network_id[, UpdateNetworkSwitchMtu $update_network_switch_mtu = null ]) : PromiseInterface

Update the MTU configuration

Parameters
$network_id : string

(required)

$update_network_switch_mtu : UpdateNetworkSwitchMtu = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchMtuAsyncWithHttpInfo()

Operation updateNetworkSwitchMtuAsyncWithHttpInfo

public updateNetworkSwitchMtuAsyncWithHttpInfo(string $network_id[, UpdateNetworkSwitchMtu $update_network_switch_mtu = null ]) : PromiseInterface

Update the MTU configuration

Parameters
$network_id : string

(required)

$update_network_switch_mtu : UpdateNetworkSwitchMtu = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchMtuWithHttpInfo()

Operation updateNetworkSwitchMtuWithHttpInfo

public updateNetworkSwitchMtuWithHttpInfo(string $network_id[, UpdateNetworkSwitchMtu $update_network_switch_mtu = null ]) : array<string|int, mixed>

Update the MTU configuration

Parameters
$network_id : string

(required)

$update_network_switch_mtu : UpdateNetworkSwitchMtu = 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

getNetworkSwitchMtuRequest()

Create request for operation 'getNetworkSwitchMtu'

protected getNetworkSwitchMtuRequest(string $network_id) : Request
Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchMtuRequest()

Create request for operation 'updateNetworkSwitchMtu'

protected updateNetworkSwitchMtuRequest(string $network_id[, UpdateNetworkSwitchMtu $update_network_switch_mtu = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_switch_mtu : UpdateNetworkSwitchMtu = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results