Documentation

StormControlApi

StormControlApi 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
getNetworkSwitchStormControl()  : object
Operation getNetworkSwitchStormControl
getNetworkSwitchStormControlAsync()  : PromiseInterface
Operation getNetworkSwitchStormControlAsync
getNetworkSwitchStormControlAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchStormControlAsyncWithHttpInfo
getNetworkSwitchStormControlWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchStormControlWithHttpInfo
updateNetworkSwitchStormControl()  : object
Operation updateNetworkSwitchStormControl
updateNetworkSwitchStormControlAsync()  : PromiseInterface
Operation updateNetworkSwitchStormControlAsync
updateNetworkSwitchStormControlAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchStormControlAsyncWithHttpInfo
updateNetworkSwitchStormControlWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchStormControlWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSwitchStormControlRequest()  : Request
Create request for operation 'getNetworkSwitchStormControl'
updateNetworkSwitchStormControlRequest()  : Request
Create request for operation 'updateNetworkSwitchStormControl'

Properties

Methods

getNetworkSwitchStormControl()

Operation getNetworkSwitchStormControl

public getNetworkSwitchStormControl(string $network_id) : object

Return the storm control configuration for a switch network

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchStormControlAsync()

Operation getNetworkSwitchStormControlAsync

public getNetworkSwitchStormControlAsync(string $network_id) : PromiseInterface

Return the storm control configuration for a switch network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchStormControlAsyncWithHttpInfo()

Operation getNetworkSwitchStormControlAsyncWithHttpInfo

public getNetworkSwitchStormControlAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the storm control configuration for a switch network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchStormControlWithHttpInfo()

Operation getNetworkSwitchStormControlWithHttpInfo

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

Return the storm control configuration for a switch network

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)

updateNetworkSwitchStormControl()

Operation updateNetworkSwitchStormControl

public updateNetworkSwitchStormControl(string $network_id[, UpdateNetworkSwitchStormControl $update_network_switch_storm_control = null ]) : object

Update the storm control configuration for a switch network

Parameters
$network_id : string

network_id (required)

$update_network_switch_storm_control : UpdateNetworkSwitchStormControl = null

update_network_switch_storm_control (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchStormControlAsync()

Operation updateNetworkSwitchStormControlAsync

public updateNetworkSwitchStormControlAsync(string $network_id[, UpdateNetworkSwitchStormControl $update_network_switch_storm_control = null ]) : PromiseInterface

Update the storm control configuration for a switch network

Parameters
$network_id : string

(required)

$update_network_switch_storm_control : UpdateNetworkSwitchStormControl = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchStormControlAsyncWithHttpInfo()

Operation updateNetworkSwitchStormControlAsyncWithHttpInfo

public updateNetworkSwitchStormControlAsyncWithHttpInfo(string $network_id[, UpdateNetworkSwitchStormControl $update_network_switch_storm_control = null ]) : PromiseInterface

Update the storm control configuration for a switch network

Parameters
$network_id : string

(required)

$update_network_switch_storm_control : UpdateNetworkSwitchStormControl = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchStormControlWithHttpInfo()

Operation updateNetworkSwitchStormControlWithHttpInfo

public updateNetworkSwitchStormControlWithHttpInfo(string $network_id[, UpdateNetworkSwitchStormControl $update_network_switch_storm_control = null ]) : array<string|int, mixed>

Update the storm control configuration for a switch network

Parameters
$network_id : string

(required)

$update_network_switch_storm_control : UpdateNetworkSwitchStormControl = 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

getNetworkSwitchStormControlRequest()

Create request for operation 'getNetworkSwitchStormControl'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchStormControlRequest()

Create request for operation 'updateNetworkSwitchStormControl'

protected updateNetworkSwitchStormControlRequest(string $network_id[, UpdateNetworkSwitchStormControl $update_network_switch_storm_control = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_switch_storm_control : UpdateNetworkSwitchStormControl = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results