Documentation

InboundFirewallRulesApi

InboundFirewallRulesApi 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
getNetworkApplianceFirewallInboundFirewallRules()  : object
Operation getNetworkApplianceFirewallInboundFirewallRules
getNetworkApplianceFirewallInboundFirewallRulesAsync()  : PromiseInterface
Operation getNetworkApplianceFirewallInboundFirewallRulesAsync
getNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo
getNetworkApplianceFirewallInboundFirewallRulesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkApplianceFirewallInboundFirewallRulesWithHttpInfo
updateNetworkApplianceFirewallInboundFirewallRules()  : object
Operation updateNetworkApplianceFirewallInboundFirewallRules
updateNetworkApplianceFirewallInboundFirewallRulesAsync()  : PromiseInterface
Operation updateNetworkApplianceFirewallInboundFirewallRulesAsync
updateNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo
updateNetworkApplianceFirewallInboundFirewallRulesWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkApplianceFirewallInboundFirewallRulesWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkApplianceFirewallInboundFirewallRulesRequest()  : Request
Create request for operation 'getNetworkApplianceFirewallInboundFirewallRules'
updateNetworkApplianceFirewallInboundFirewallRulesRequest()  : Request
Create request for operation 'updateNetworkApplianceFirewallInboundFirewallRules'

Properties

Methods

getNetworkApplianceFirewallInboundFirewallRules()

Operation getNetworkApplianceFirewallInboundFirewallRules

public getNetworkApplianceFirewallInboundFirewallRules(string $network_id) : object

Return the inbound 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

getNetworkApplianceFirewallInboundFirewallRulesAsync()

Operation getNetworkApplianceFirewallInboundFirewallRulesAsync

public getNetworkApplianceFirewallInboundFirewallRulesAsync(string $network_id) : PromiseInterface

Return the inbound firewall rules for an MX network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo()

Operation getNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo

public getNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the inbound firewall rules for an MX network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkApplianceFirewallInboundFirewallRulesWithHttpInfo()

Operation getNetworkApplianceFirewallInboundFirewallRulesWithHttpInfo

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

Return the inbound 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)

updateNetworkApplianceFirewallInboundFirewallRules()

Operation updateNetworkApplianceFirewallInboundFirewallRules

public updateNetworkApplianceFirewallInboundFirewallRules(string $network_id[, UpdateNetworkApplianceFirewallInboundFirewallRules $update_network_appliance_firewall_inbound_firewall_rules = null ]) : object

Update the inbound firewall rules of an MX network

Parameters
$network_id : string

network_id (required)

$update_network_appliance_firewall_inbound_firewall_rules : UpdateNetworkApplianceFirewallInboundFirewallRules = null

update_network_appliance_firewall_inbound_firewall_rules (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkApplianceFirewallInboundFirewallRulesAsync()

Operation updateNetworkApplianceFirewallInboundFirewallRulesAsync

public updateNetworkApplianceFirewallInboundFirewallRulesAsync(string $network_id[, UpdateNetworkApplianceFirewallInboundFirewallRules $update_network_appliance_firewall_inbound_firewall_rules = null ]) : PromiseInterface

Update the inbound firewall rules of an MX network

Parameters
$network_id : string

(required)

$update_network_appliance_firewall_inbound_firewall_rules : UpdateNetworkApplianceFirewallInboundFirewallRules = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo()

Operation updateNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo

public updateNetworkApplianceFirewallInboundFirewallRulesAsyncWithHttpInfo(string $network_id[, UpdateNetworkApplianceFirewallInboundFirewallRules $update_network_appliance_firewall_inbound_firewall_rules = null ]) : PromiseInterface

Update the inbound firewall rules of an MX network

Parameters
$network_id : string

(required)

$update_network_appliance_firewall_inbound_firewall_rules : UpdateNetworkApplianceFirewallInboundFirewallRules = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkApplianceFirewallInboundFirewallRulesWithHttpInfo()

Operation updateNetworkApplianceFirewallInboundFirewallRulesWithHttpInfo

public updateNetworkApplianceFirewallInboundFirewallRulesWithHttpInfo(string $network_id[, UpdateNetworkApplianceFirewallInboundFirewallRules $update_network_appliance_firewall_inbound_firewall_rules = null ]) : array<string|int, mixed>

Update the inbound firewall rules of an MX network

Parameters
$network_id : string

(required)

$update_network_appliance_firewall_inbound_firewall_rules : UpdateNetworkApplianceFirewallInboundFirewallRules = 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

getNetworkApplianceFirewallInboundFirewallRulesRequest()

Create request for operation 'getNetworkApplianceFirewallInboundFirewallRules'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkApplianceFirewallInboundFirewallRulesRequest()

Create request for operation 'updateNetworkApplianceFirewallInboundFirewallRules'

protected updateNetworkApplianceFirewallInboundFirewallRulesRequest(string $network_id[, UpdateNetworkApplianceFirewallInboundFirewallRules $update_network_appliance_firewall_inbound_firewall_rules = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_appliance_firewall_inbound_firewall_rules : UpdateNetworkApplianceFirewallInboundFirewallRules = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results