Documentation

SubnetPoolApi

SubnetPoolApi 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
getNetworkCellularGatewaySubnetPool()  : object
Operation getNetworkCellularGatewaySubnetPool
getNetworkCellularGatewaySubnetPoolAsync()  : PromiseInterface
Operation getNetworkCellularGatewaySubnetPoolAsync
getNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo
getNetworkCellularGatewaySubnetPoolWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkCellularGatewaySubnetPoolWithHttpInfo
updateNetworkCellularGatewaySubnetPool()  : object
Operation updateNetworkCellularGatewaySubnetPool
updateNetworkCellularGatewaySubnetPoolAsync()  : PromiseInterface
Operation updateNetworkCellularGatewaySubnetPoolAsync
updateNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo
updateNetworkCellularGatewaySubnetPoolWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkCellularGatewaySubnetPoolWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkCellularGatewaySubnetPoolRequest()  : Request
Create request for operation 'getNetworkCellularGatewaySubnetPool'
updateNetworkCellularGatewaySubnetPoolRequest()  : Request
Create request for operation 'updateNetworkCellularGatewaySubnetPool'

Properties

Methods

getNetworkCellularGatewaySubnetPool()

Operation getNetworkCellularGatewaySubnetPool

public getNetworkCellularGatewaySubnetPool(string $network_id) : object

Return the subnet pool and mask configured for MGs in the network.

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkCellularGatewaySubnetPoolAsync()

Operation getNetworkCellularGatewaySubnetPoolAsync

public getNetworkCellularGatewaySubnetPoolAsync(string $network_id) : PromiseInterface

Return the subnet pool and mask configured for MGs in the network.

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo()

Operation getNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo

public getNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the subnet pool and mask configured for MGs in the network.

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkCellularGatewaySubnetPoolWithHttpInfo()

Operation getNetworkCellularGatewaySubnetPoolWithHttpInfo

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

Return the subnet pool and mask configured for MGs in the 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)

updateNetworkCellularGatewaySubnetPool()

Operation updateNetworkCellularGatewaySubnetPool

public updateNetworkCellularGatewaySubnetPool(string $network_id[, UpdateNetworkCellularGatewaySubnetPool $update_network_cellular_gateway_subnet_pool = null ]) : object

Update the subnet pool and mask configuration for MGs in the network.

Parameters
$network_id : string

network_id (required)

$update_network_cellular_gateway_subnet_pool : UpdateNetworkCellularGatewaySubnetPool = null

update_network_cellular_gateway_subnet_pool (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkCellularGatewaySubnetPoolAsync()

Operation updateNetworkCellularGatewaySubnetPoolAsync

public updateNetworkCellularGatewaySubnetPoolAsync(string $network_id[, UpdateNetworkCellularGatewaySubnetPool $update_network_cellular_gateway_subnet_pool = null ]) : PromiseInterface

Update the subnet pool and mask configuration for MGs in the network.

Parameters
$network_id : string

(required)

$update_network_cellular_gateway_subnet_pool : UpdateNetworkCellularGatewaySubnetPool = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo()

Operation updateNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo

public updateNetworkCellularGatewaySubnetPoolAsyncWithHttpInfo(string $network_id[, UpdateNetworkCellularGatewaySubnetPool $update_network_cellular_gateway_subnet_pool = null ]) : PromiseInterface

Update the subnet pool and mask configuration for MGs in the network.

Parameters
$network_id : string

(required)

$update_network_cellular_gateway_subnet_pool : UpdateNetworkCellularGatewaySubnetPool = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkCellularGatewaySubnetPoolWithHttpInfo()

Operation updateNetworkCellularGatewaySubnetPoolWithHttpInfo

public updateNetworkCellularGatewaySubnetPoolWithHttpInfo(string $network_id[, UpdateNetworkCellularGatewaySubnetPool $update_network_cellular_gateway_subnet_pool = null ]) : array<string|int, mixed>

Update the subnet pool and mask configuration for MGs in the network.

Parameters
$network_id : string

(required)

$update_network_cellular_gateway_subnet_pool : UpdateNetworkCellularGatewaySubnetPool = 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

getNetworkCellularGatewaySubnetPoolRequest()

Create request for operation 'getNetworkCellularGatewaySubnetPool'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkCellularGatewaySubnetPoolRequest()

Create request for operation 'updateNetworkCellularGatewaySubnetPool'

protected updateNetworkCellularGatewaySubnetPoolRequest(string $network_id[, UpdateNetworkCellularGatewaySubnetPool $update_network_cellular_gateway_subnet_pool = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_cellular_gateway_subnet_pool : UpdateNetworkCellularGatewaySubnetPool = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results