Documentation

CellularFirewallRulesApi

CellularFirewallRulesApi 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
getNetworkApplianceFirewallCellularFirewallRules()  : object
Operation getNetworkApplianceFirewallCellularFirewallRules
getNetworkApplianceFirewallCellularFirewallRulesAsync()  : PromiseInterface
Operation getNetworkApplianceFirewallCellularFirewallRulesAsync
getNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo
getNetworkApplianceFirewallCellularFirewallRulesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkApplianceFirewallCellularFirewallRulesWithHttpInfo
updateNetworkApplianceFirewallCellularFirewallRules()  : object
Operation updateNetworkApplianceFirewallCellularFirewallRules
updateNetworkApplianceFirewallCellularFirewallRulesAsync()  : PromiseInterface
Operation updateNetworkApplianceFirewallCellularFirewallRulesAsync
updateNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo
updateNetworkApplianceFirewallCellularFirewallRulesWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkApplianceFirewallCellularFirewallRulesWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkApplianceFirewallCellularFirewallRulesRequest()  : Request
Create request for operation 'getNetworkApplianceFirewallCellularFirewallRules'
updateNetworkApplianceFirewallCellularFirewallRulesRequest()  : Request
Create request for operation 'updateNetworkApplianceFirewallCellularFirewallRules'

Properties

Methods

getNetworkApplianceFirewallCellularFirewallRules()

Operation getNetworkApplianceFirewallCellularFirewallRules

public getNetworkApplianceFirewallCellularFirewallRules(string $network_id) : object

Return the cellular firewall rules for an MX network

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkApplianceFirewallCellularFirewallRulesAsync()

Operation getNetworkApplianceFirewallCellularFirewallRulesAsync

public getNetworkApplianceFirewallCellularFirewallRulesAsync(string $network_id) : PromiseInterface

Return the cellular firewall rules for an MX network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo()

Operation getNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo

public getNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the cellular firewall rules for an MX network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkApplianceFirewallCellularFirewallRulesWithHttpInfo()

Operation getNetworkApplianceFirewallCellularFirewallRulesWithHttpInfo

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

Return the cellular firewall rules for an MX 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)

updateNetworkApplianceFirewallCellularFirewallRules()

Operation updateNetworkApplianceFirewallCellularFirewallRules

public updateNetworkApplianceFirewallCellularFirewallRules(string $network_id[, UpdateNetworkApplianceFirewallCellularFirewallRules $update_network_appliance_firewall_cellular_firewall_rules = null ]) : object

Update the cellular firewall rules of an MX network

Parameters
$network_id : string

network_id (required)

$update_network_appliance_firewall_cellular_firewall_rules : UpdateNetworkApplianceFirewallCellularFirewallRules = null

update_network_appliance_firewall_cellular_firewall_rules (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkApplianceFirewallCellularFirewallRulesAsync()

Operation updateNetworkApplianceFirewallCellularFirewallRulesAsync

public updateNetworkApplianceFirewallCellularFirewallRulesAsync(string $network_id[, UpdateNetworkApplianceFirewallCellularFirewallRules $update_network_appliance_firewall_cellular_firewall_rules = null ]) : PromiseInterface

Update the cellular firewall rules of an MX network

Parameters
$network_id : string

(required)

$update_network_appliance_firewall_cellular_firewall_rules : UpdateNetworkApplianceFirewallCellularFirewallRules = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo()

Operation updateNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo

public updateNetworkApplianceFirewallCellularFirewallRulesAsyncWithHttpInfo(string $network_id[, UpdateNetworkApplianceFirewallCellularFirewallRules $update_network_appliance_firewall_cellular_firewall_rules = null ]) : PromiseInterface

Update the cellular firewall rules of an MX network

Parameters
$network_id : string

(required)

$update_network_appliance_firewall_cellular_firewall_rules : UpdateNetworkApplianceFirewallCellularFirewallRules = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkApplianceFirewallCellularFirewallRulesWithHttpInfo()

Operation updateNetworkApplianceFirewallCellularFirewallRulesWithHttpInfo

public updateNetworkApplianceFirewallCellularFirewallRulesWithHttpInfo(string $network_id[, UpdateNetworkApplianceFirewallCellularFirewallRules $update_network_appliance_firewall_cellular_firewall_rules = null ]) : array<string|int, mixed>

Update the cellular firewall rules of an MX network

Parameters
$network_id : string

(required)

$update_network_appliance_firewall_cellular_firewall_rules : UpdateNetworkApplianceFirewallCellularFirewallRules = 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

getNetworkApplianceFirewallCellularFirewallRulesRequest()

Create request for operation 'getNetworkApplianceFirewallCellularFirewallRules'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkApplianceFirewallCellularFirewallRulesRequest()

Create request for operation 'updateNetworkApplianceFirewallCellularFirewallRules'

protected updateNetworkApplianceFirewallCellularFirewallRulesRequest(string $network_id[, UpdateNetworkApplianceFirewallCellularFirewallRules $update_network_appliance_firewall_cellular_firewall_rules = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_appliance_firewall_cellular_firewall_rules : UpdateNetworkApplianceFirewallCellularFirewallRules = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results