Documentation

QosRulesApi

QosRulesApi 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
createNetworkSwitchQosRule()  : object
Operation createNetworkSwitchQosRule
createNetworkSwitchQosRuleAsync()  : PromiseInterface
Operation createNetworkSwitchQosRuleAsync
createNetworkSwitchQosRuleAsyncWithHttpInfo()  : PromiseInterface
Operation createNetworkSwitchQosRuleAsyncWithHttpInfo
createNetworkSwitchQosRuleWithHttpInfo()  : array<string|int, mixed>
Operation createNetworkSwitchQosRuleWithHttpInfo
deleteNetworkSwitchQosRule()  : void
Operation deleteNetworkSwitchQosRule
deleteNetworkSwitchQosRuleAsync()  : PromiseInterface
Operation deleteNetworkSwitchQosRuleAsync
deleteNetworkSwitchQosRuleAsyncWithHttpInfo()  : PromiseInterface
Operation deleteNetworkSwitchQosRuleAsyncWithHttpInfo
deleteNetworkSwitchQosRuleWithHttpInfo()  : array<string|int, mixed>
Operation deleteNetworkSwitchQosRuleWithHttpInfo
getConfig()  : Configuration
getNetworkSwitchQosRule()  : object
Operation getNetworkSwitchQosRule
getNetworkSwitchQosRuleAsync()  : PromiseInterface
Operation getNetworkSwitchQosRuleAsync
getNetworkSwitchQosRuleAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchQosRuleAsyncWithHttpInfo
getNetworkSwitchQosRules()  : object
Operation getNetworkSwitchQosRules
getNetworkSwitchQosRulesAsync()  : PromiseInterface
Operation getNetworkSwitchQosRulesAsync
getNetworkSwitchQosRulesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchQosRulesAsyncWithHttpInfo
getNetworkSwitchQosRulesOrder()  : object
Operation getNetworkSwitchQosRulesOrder
getNetworkSwitchQosRulesOrderAsync()  : PromiseInterface
Operation getNetworkSwitchQosRulesOrderAsync
getNetworkSwitchQosRulesOrderAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchQosRulesOrderAsyncWithHttpInfo
getNetworkSwitchQosRulesOrderWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchQosRulesOrderWithHttpInfo
getNetworkSwitchQosRulesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchQosRulesWithHttpInfo
getNetworkSwitchQosRuleWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchQosRuleWithHttpInfo
updateNetworkSwitchQosRule()  : object
Operation updateNetworkSwitchQosRule
updateNetworkSwitchQosRuleAsync()  : PromiseInterface
Operation updateNetworkSwitchQosRuleAsync
updateNetworkSwitchQosRuleAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchQosRuleAsyncWithHttpInfo
updateNetworkSwitchQosRulesOrder()  : object
Operation updateNetworkSwitchQosRulesOrder
updateNetworkSwitchQosRulesOrderAsync()  : PromiseInterface
Operation updateNetworkSwitchQosRulesOrderAsync
updateNetworkSwitchQosRulesOrderAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchQosRulesOrderAsyncWithHttpInfo
updateNetworkSwitchQosRulesOrderWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchQosRulesOrderWithHttpInfo
updateNetworkSwitchQosRuleWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchQosRuleWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
createNetworkSwitchQosRuleRequest()  : Request
Create request for operation 'createNetworkSwitchQosRule'
deleteNetworkSwitchQosRuleRequest()  : Request
Create request for operation 'deleteNetworkSwitchQosRule'
getNetworkSwitchQosRuleRequest()  : Request
Create request for operation 'getNetworkSwitchQosRule'
getNetworkSwitchQosRulesOrderRequest()  : Request
Create request for operation 'getNetworkSwitchQosRulesOrder'
getNetworkSwitchQosRulesRequest()  : Request
Create request for operation 'getNetworkSwitchQosRules'
updateNetworkSwitchQosRuleRequest()  : Request
Create request for operation 'updateNetworkSwitchQosRule'
updateNetworkSwitchQosRulesOrderRequest()  : Request
Create request for operation 'updateNetworkSwitchQosRulesOrder'

Properties

Methods

createNetworkSwitchQosRule()

Operation createNetworkSwitchQosRule

public createNetworkSwitchQosRule(string $network_id, CreateNetworkSwitchQosRule $create_network_switch_qos_rule) : object

Add a quality of service rule

Parameters
$network_id : string

network_id (required)

$create_network_switch_qos_rule : CreateNetworkSwitchQosRule

create_network_switch_qos_rule (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

createNetworkSwitchQosRuleAsync()

Operation createNetworkSwitchQosRuleAsync

public createNetworkSwitchQosRuleAsync(string $network_id, CreateNetworkSwitchQosRule $create_network_switch_qos_rule) : PromiseInterface

Add a quality of service rule

Parameters
$network_id : string

(required)

$create_network_switch_qos_rule : CreateNetworkSwitchQosRule

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkSwitchQosRuleAsyncWithHttpInfo()

Operation createNetworkSwitchQosRuleAsyncWithHttpInfo

public createNetworkSwitchQosRuleAsyncWithHttpInfo(string $network_id, CreateNetworkSwitchQosRule $create_network_switch_qos_rule) : PromiseInterface

Add a quality of service rule

Parameters
$network_id : string

(required)

$create_network_switch_qos_rule : CreateNetworkSwitchQosRule

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkSwitchQosRuleWithHttpInfo()

Operation createNetworkSwitchQosRuleWithHttpInfo

public createNetworkSwitchQosRuleWithHttpInfo(string $network_id, CreateNetworkSwitchQosRule $create_network_switch_qos_rule) : array<string|int, mixed>

Add a quality of service rule

Parameters
$network_id : string

(required)

$create_network_switch_qos_rule : CreateNetworkSwitchQosRule

(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)

deleteNetworkSwitchQosRule()

Operation deleteNetworkSwitchQosRule

public deleteNetworkSwitchQosRule(string $network_id, string $qos_rule_id) : void

Delete a quality of service rule

Parameters
$network_id : string

network_id (required)

$qos_rule_id : string

qos_rule_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
void

deleteNetworkSwitchQosRuleAsync()

Operation deleteNetworkSwitchQosRuleAsync

public deleteNetworkSwitchQosRuleAsync(string $network_id, string $qos_rule_id) : PromiseInterface

Delete a quality of service rule

Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkSwitchQosRuleAsyncWithHttpInfo()

Operation deleteNetworkSwitchQosRuleAsyncWithHttpInfo

public deleteNetworkSwitchQosRuleAsyncWithHttpInfo(string $network_id, string $qos_rule_id) : PromiseInterface

Delete a quality of service rule

Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkSwitchQosRuleWithHttpInfo()

Operation deleteNetworkSwitchQosRuleWithHttpInfo

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

Delete a quality of service rule

Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

Tags
throws
ApiException

on non-2xx response

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

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

getNetworkSwitchQosRule()

Operation getNetworkSwitchQosRule

public getNetworkSwitchQosRule(string $network_id, string $qos_rule_id) : object

Return a quality of service rule

Parameters
$network_id : string

network_id (required)

$qos_rule_id : string

qos_rule_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchQosRuleAsync()

Operation getNetworkSwitchQosRuleAsync

public getNetworkSwitchQosRuleAsync(string $network_id, string $qos_rule_id) : PromiseInterface

Return a quality of service rule

Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchQosRuleAsyncWithHttpInfo()

Operation getNetworkSwitchQosRuleAsyncWithHttpInfo

public getNetworkSwitchQosRuleAsyncWithHttpInfo(string $network_id, string $qos_rule_id) : PromiseInterface

Return a quality of service rule

Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchQosRules()

Operation getNetworkSwitchQosRules

public getNetworkSwitchQosRules(string $network_id) : object

List quality of service rules

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchQosRulesAsync()

Operation getNetworkSwitchQosRulesAsync

public getNetworkSwitchQosRulesAsync(string $network_id) : PromiseInterface

List quality of service rules

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchQosRulesAsyncWithHttpInfo()

Operation getNetworkSwitchQosRulesAsyncWithHttpInfo

public getNetworkSwitchQosRulesAsyncWithHttpInfo(string $network_id) : PromiseInterface

List quality of service rules

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchQosRulesOrder()

Operation getNetworkSwitchQosRulesOrder

public getNetworkSwitchQosRulesOrder(string $network_id) : object

Return the quality of service rule IDs by order in which they will be processed by the switch

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchQosRulesOrderAsync()

Operation getNetworkSwitchQosRulesOrderAsync

public getNetworkSwitchQosRulesOrderAsync(string $network_id) : PromiseInterface

Return the quality of service rule IDs by order in which they will be processed by the switch

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchQosRulesOrderAsyncWithHttpInfo()

Operation getNetworkSwitchQosRulesOrderAsyncWithHttpInfo

public getNetworkSwitchQosRulesOrderAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the quality of service rule IDs by order in which they will be processed by the switch

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchQosRulesOrderWithHttpInfo()

Operation getNetworkSwitchQosRulesOrderWithHttpInfo

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

Return the quality of service rule IDs by order in which they will be processed by the switch

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)

getNetworkSwitchQosRulesWithHttpInfo()

Operation getNetworkSwitchQosRulesWithHttpInfo

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

List quality of service rules

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)

getNetworkSwitchQosRuleWithHttpInfo()

Operation getNetworkSwitchQosRuleWithHttpInfo

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

Return a quality of service rule

Parameters
$network_id : string

(required)

$qos_rule_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)

updateNetworkSwitchQosRule()

Operation updateNetworkSwitchQosRule

public updateNetworkSwitchQosRule(string $network_id, string $qos_rule_id[, UpdateNetworkSwitchQosRule $update_network_switch_qos_rule = null ]) : object

Update a quality of service rule

Parameters
$network_id : string

network_id (required)

$qos_rule_id : string

qos_rule_id (required)

$update_network_switch_qos_rule : UpdateNetworkSwitchQosRule = null

update_network_switch_qos_rule (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchQosRuleAsync()

Operation updateNetworkSwitchQosRuleAsync

public updateNetworkSwitchQosRuleAsync(string $network_id, string $qos_rule_id[, UpdateNetworkSwitchQosRule $update_network_switch_qos_rule = null ]) : PromiseInterface

Update a quality of service rule

Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

$update_network_switch_qos_rule : UpdateNetworkSwitchQosRule = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchQosRuleAsyncWithHttpInfo()

Operation updateNetworkSwitchQosRuleAsyncWithHttpInfo

public updateNetworkSwitchQosRuleAsyncWithHttpInfo(string $network_id, string $qos_rule_id[, UpdateNetworkSwitchQosRule $update_network_switch_qos_rule = null ]) : PromiseInterface

Update a quality of service rule

Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

$update_network_switch_qos_rule : UpdateNetworkSwitchQosRule = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchQosRulesOrder()

Operation updateNetworkSwitchQosRulesOrder

public updateNetworkSwitchQosRulesOrder(string $network_id, UpdateNetworkSwitchQosRulesOrder $update_network_switch_qos_rules_order) : object

Update the order in which the rules should be processed by the switch

Parameters
$network_id : string

network_id (required)

$update_network_switch_qos_rules_order : UpdateNetworkSwitchQosRulesOrder

update_network_switch_qos_rules_order (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchQosRulesOrderAsync()

Operation updateNetworkSwitchQosRulesOrderAsync

public updateNetworkSwitchQosRulesOrderAsync(string $network_id, UpdateNetworkSwitchQosRulesOrder $update_network_switch_qos_rules_order) : PromiseInterface

Update the order in which the rules should be processed by the switch

Parameters
$network_id : string

(required)

$update_network_switch_qos_rules_order : UpdateNetworkSwitchQosRulesOrder

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchQosRulesOrderAsyncWithHttpInfo()

Operation updateNetworkSwitchQosRulesOrderAsyncWithHttpInfo

public updateNetworkSwitchQosRulesOrderAsyncWithHttpInfo(string $network_id, UpdateNetworkSwitchQosRulesOrder $update_network_switch_qos_rules_order) : PromiseInterface

Update the order in which the rules should be processed by the switch

Parameters
$network_id : string

(required)

$update_network_switch_qos_rules_order : UpdateNetworkSwitchQosRulesOrder

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchQosRulesOrderWithHttpInfo()

Operation updateNetworkSwitchQosRulesOrderWithHttpInfo

public updateNetworkSwitchQosRulesOrderWithHttpInfo(string $network_id, UpdateNetworkSwitchQosRulesOrder $update_network_switch_qos_rules_order) : array<string|int, mixed>

Update the order in which the rules should be processed by the switch

Parameters
$network_id : string

(required)

$update_network_switch_qos_rules_order : UpdateNetworkSwitchQosRulesOrder

(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)

updateNetworkSwitchQosRuleWithHttpInfo()

Operation updateNetworkSwitchQosRuleWithHttpInfo

public updateNetworkSwitchQosRuleWithHttpInfo(string $network_id, string $qos_rule_id[, UpdateNetworkSwitchQosRule $update_network_switch_qos_rule = null ]) : array<string|int, mixed>

Update a quality of service rule

Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

$update_network_switch_qos_rule : UpdateNetworkSwitchQosRule = 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

createNetworkSwitchQosRuleRequest()

Create request for operation 'createNetworkSwitchQosRule'

protected createNetworkSwitchQosRuleRequest(string $network_id, CreateNetworkSwitchQosRule $create_network_switch_qos_rule) : Request
Parameters
$network_id : string

(required)

$create_network_switch_qos_rule : CreateNetworkSwitchQosRule

(required)

Tags
throws
InvalidArgumentException
Return values
Request

deleteNetworkSwitchQosRuleRequest()

Create request for operation 'deleteNetworkSwitchQosRule'

protected deleteNetworkSwitchQosRuleRequest(string $network_id, string $qos_rule_id) : Request
Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSwitchQosRuleRequest()

Create request for operation 'getNetworkSwitchQosRule'

protected getNetworkSwitchQosRuleRequest(string $network_id, string $qos_rule_id) : Request
Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSwitchQosRulesOrderRequest()

Create request for operation 'getNetworkSwitchQosRulesOrder'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSwitchQosRulesRequest()

Create request for operation 'getNetworkSwitchQosRules'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchQosRuleRequest()

Create request for operation 'updateNetworkSwitchQosRule'

protected updateNetworkSwitchQosRuleRequest(string $network_id, string $qos_rule_id[, UpdateNetworkSwitchQosRule $update_network_switch_qos_rule = null ]) : Request
Parameters
$network_id : string

(required)

$qos_rule_id : string

(required)

$update_network_switch_qos_rule : UpdateNetworkSwitchQosRule = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchQosRulesOrderRequest()

Create request for operation 'updateNetworkSwitchQosRulesOrder'

protected updateNetworkSwitchQosRulesOrderRequest(string $network_id, UpdateNetworkSwitchQosRulesOrder $update_network_switch_qos_rules_order) : Request
Parameters
$network_id : string

(required)

$update_network_switch_qos_rules_order : UpdateNetworkSwitchQosRulesOrder

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results