Documentation

OrderApi

OrderApi 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
getNetworkSwitchQosRulesOrder()  : object
Operation getNetworkSwitchQosRulesOrder
getNetworkSwitchQosRulesOrderAsync()  : PromiseInterface
Operation getNetworkSwitchQosRulesOrderAsync
getNetworkSwitchQosRulesOrderAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchQosRulesOrderAsyncWithHttpInfo
getNetworkSwitchQosRulesOrderWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchQosRulesOrderWithHttpInfo
updateNetworkSwitchQosRulesOrder()  : object
Operation updateNetworkSwitchQosRulesOrder
updateNetworkSwitchQosRulesOrderAsync()  : PromiseInterface
Operation updateNetworkSwitchQosRulesOrderAsync
updateNetworkSwitchQosRulesOrderAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchQosRulesOrderAsyncWithHttpInfo
updateNetworkSwitchQosRulesOrderWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchQosRulesOrderWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSwitchQosRulesOrderRequest()  : Request
Create request for operation 'getNetworkSwitchQosRulesOrder'
updateNetworkSwitchQosRulesOrderRequest()  : Request
Create request for operation 'updateNetworkSwitchQosRulesOrder'

Properties

$client

protected ClientInterface $client

Methods

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)

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)

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

getNetworkSwitchQosRulesOrderRequest()

Create request for operation 'getNetworkSwitchQosRulesOrder'

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

(required)

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