Documentation

DscpToCosMappingsApi

DscpToCosMappingsApi 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
getNetworkSwitchDscpToCosMappings()  : object
Operation getNetworkSwitchDscpToCosMappings
getNetworkSwitchDscpToCosMappingsAsync()  : PromiseInterface
Operation getNetworkSwitchDscpToCosMappingsAsync
getNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo
getNetworkSwitchDscpToCosMappingsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchDscpToCosMappingsWithHttpInfo
updateNetworkSwitchDscpToCosMappings()  : object
Operation updateNetworkSwitchDscpToCosMappings
updateNetworkSwitchDscpToCosMappingsAsync()  : PromiseInterface
Operation updateNetworkSwitchDscpToCosMappingsAsync
updateNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo
updateNetworkSwitchDscpToCosMappingsWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchDscpToCosMappingsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSwitchDscpToCosMappingsRequest()  : Request
Create request for operation 'getNetworkSwitchDscpToCosMappings'
updateNetworkSwitchDscpToCosMappingsRequest()  : Request
Create request for operation 'updateNetworkSwitchDscpToCosMappings'

Properties

Methods

getNetworkSwitchDscpToCosMappings()

Operation getNetworkSwitchDscpToCosMappings

public getNetworkSwitchDscpToCosMappings(string $network_id) : object

Return the DSCP to CoS mappings

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchDscpToCosMappingsAsync()

Operation getNetworkSwitchDscpToCosMappingsAsync

public getNetworkSwitchDscpToCosMappingsAsync(string $network_id) : PromiseInterface

Return the DSCP to CoS mappings

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo()

Operation getNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo

public getNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the DSCP to CoS mappings

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchDscpToCosMappingsWithHttpInfo()

Operation getNetworkSwitchDscpToCosMappingsWithHttpInfo

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

Return the DSCP to CoS mappings

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)

updateNetworkSwitchDscpToCosMappings()

Operation updateNetworkSwitchDscpToCosMappings

public updateNetworkSwitchDscpToCosMappings(string $network_id, UpdateNetworkSwitchDscpToCosMappings $update_network_switch_dscp_to_cos_mappings) : object

Update the DSCP to CoS mappings

Parameters
$network_id : string

network_id (required)

$update_network_switch_dscp_to_cos_mappings : UpdateNetworkSwitchDscpToCosMappings

update_network_switch_dscp_to_cos_mappings (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchDscpToCosMappingsAsync()

Operation updateNetworkSwitchDscpToCosMappingsAsync

public updateNetworkSwitchDscpToCosMappingsAsync(string $network_id, UpdateNetworkSwitchDscpToCosMappings $update_network_switch_dscp_to_cos_mappings) : PromiseInterface

Update the DSCP to CoS mappings

Parameters
$network_id : string

(required)

$update_network_switch_dscp_to_cos_mappings : UpdateNetworkSwitchDscpToCosMappings

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo()

Operation updateNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo

public updateNetworkSwitchDscpToCosMappingsAsyncWithHttpInfo(string $network_id, UpdateNetworkSwitchDscpToCosMappings $update_network_switch_dscp_to_cos_mappings) : PromiseInterface

Update the DSCP to CoS mappings

Parameters
$network_id : string

(required)

$update_network_switch_dscp_to_cos_mappings : UpdateNetworkSwitchDscpToCosMappings

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchDscpToCosMappingsWithHttpInfo()

Operation updateNetworkSwitchDscpToCosMappingsWithHttpInfo

public updateNetworkSwitchDscpToCosMappingsWithHttpInfo(string $network_id, UpdateNetworkSwitchDscpToCosMappings $update_network_switch_dscp_to_cos_mappings) : array<string|int, mixed>

Update the DSCP to CoS mappings

Parameters
$network_id : string

(required)

$update_network_switch_dscp_to_cos_mappings : UpdateNetworkSwitchDscpToCosMappings

(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

getNetworkSwitchDscpToCosMappingsRequest()

Create request for operation 'getNetworkSwitchDscpToCosMappings'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchDscpToCosMappingsRequest()

Create request for operation 'updateNetworkSwitchDscpToCosMappings'

protected updateNetworkSwitchDscpToCosMappingsRequest(string $network_id, UpdateNetworkSwitchDscpToCosMappings $update_network_switch_dscp_to_cos_mappings) : Request
Parameters
$network_id : string

(required)

$update_network_switch_dscp_to_cos_mappings : UpdateNetworkSwitchDscpToCosMappings

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results