Documentation

AccessControlListsApi

AccessControlListsApi 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
getNetworkSwitchAccessControlLists()  : object
Operation getNetworkSwitchAccessControlLists
getNetworkSwitchAccessControlListsAsync()  : PromiseInterface
Operation getNetworkSwitchAccessControlListsAsync
getNetworkSwitchAccessControlListsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchAccessControlListsAsyncWithHttpInfo
getNetworkSwitchAccessControlListsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchAccessControlListsWithHttpInfo
updateNetworkSwitchAccessControlLists()  : object
Operation updateNetworkSwitchAccessControlLists
updateNetworkSwitchAccessControlListsAsync()  : PromiseInterface
Operation updateNetworkSwitchAccessControlListsAsync
updateNetworkSwitchAccessControlListsAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchAccessControlListsAsyncWithHttpInfo
updateNetworkSwitchAccessControlListsWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchAccessControlListsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSwitchAccessControlListsRequest()  : Request
Create request for operation 'getNetworkSwitchAccessControlLists'
updateNetworkSwitchAccessControlListsRequest()  : Request
Create request for operation 'updateNetworkSwitchAccessControlLists'

Properties

Methods

getNetworkSwitchAccessControlLists()

Operation getNetworkSwitchAccessControlLists

public getNetworkSwitchAccessControlLists(string $network_id) : object

Return the access control lists for a MS network

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchAccessControlListsAsync()

Operation getNetworkSwitchAccessControlListsAsync

public getNetworkSwitchAccessControlListsAsync(string $network_id) : PromiseInterface

Return the access control lists for a MS network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchAccessControlListsAsyncWithHttpInfo()

Operation getNetworkSwitchAccessControlListsAsyncWithHttpInfo

public getNetworkSwitchAccessControlListsAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the access control lists for a MS network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchAccessControlListsWithHttpInfo()

Operation getNetworkSwitchAccessControlListsWithHttpInfo

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

Return the access control lists for a MS 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)

updateNetworkSwitchAccessControlLists()

Operation updateNetworkSwitchAccessControlLists

public updateNetworkSwitchAccessControlLists(string $network_id, UpdateNetworkSwitchAccessControlLists $update_network_switch_access_control_lists) : object

Update the access control lists for a MS network

Parameters
$network_id : string

network_id (required)

$update_network_switch_access_control_lists : UpdateNetworkSwitchAccessControlLists

update_network_switch_access_control_lists (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchAccessControlListsAsync()

Operation updateNetworkSwitchAccessControlListsAsync

public updateNetworkSwitchAccessControlListsAsync(string $network_id, UpdateNetworkSwitchAccessControlLists $update_network_switch_access_control_lists) : PromiseInterface

Update the access control lists for a MS network

Parameters
$network_id : string

(required)

$update_network_switch_access_control_lists : UpdateNetworkSwitchAccessControlLists

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchAccessControlListsAsyncWithHttpInfo()

Operation updateNetworkSwitchAccessControlListsAsyncWithHttpInfo

public updateNetworkSwitchAccessControlListsAsyncWithHttpInfo(string $network_id, UpdateNetworkSwitchAccessControlLists $update_network_switch_access_control_lists) : PromiseInterface

Update the access control lists for a MS network

Parameters
$network_id : string

(required)

$update_network_switch_access_control_lists : UpdateNetworkSwitchAccessControlLists

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchAccessControlListsWithHttpInfo()

Operation updateNetworkSwitchAccessControlListsWithHttpInfo

public updateNetworkSwitchAccessControlListsWithHttpInfo(string $network_id, UpdateNetworkSwitchAccessControlLists $update_network_switch_access_control_lists) : array<string|int, mixed>

Update the access control lists for a MS network

Parameters
$network_id : string

(required)

$update_network_switch_access_control_lists : UpdateNetworkSwitchAccessControlLists

(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

getNetworkSwitchAccessControlListsRequest()

Create request for operation 'getNetworkSwitchAccessControlLists'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchAccessControlListsRequest()

Create request for operation 'updateNetworkSwitchAccessControlLists'

protected updateNetworkSwitchAccessControlListsRequest(string $network_id, UpdateNetworkSwitchAccessControlLists $update_network_switch_access_control_lists) : Request
Parameters
$network_id : string

(required)

$update_network_switch_access_control_lists : UpdateNetworkSwitchAccessControlLists

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results