Documentation

ApplicationCategoriesApi

ApplicationCategoriesApi 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
getNetworkApplianceFirewallL7FirewallRulesApplicationCategories()  : object
Operation getNetworkApplianceFirewallL7FirewallRulesApplicationCategories
getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsync()  : PromiseInterface
Operation getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsync
getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsyncWithHttpInfo
getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesWithHttpInfo
getNetworkTrafficShapingApplicationCategories()  : object
Operation getNetworkTrafficShapingApplicationCategories
getNetworkTrafficShapingApplicationCategoriesAsync()  : PromiseInterface
Operation getNetworkTrafficShapingApplicationCategoriesAsync
getNetworkTrafficShapingApplicationCategoriesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkTrafficShapingApplicationCategoriesAsyncWithHttpInfo
getNetworkTrafficShapingApplicationCategoriesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkTrafficShapingApplicationCategoriesWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesRequest()  : Request
Create request for operation 'getNetworkApplianceFirewallL7FirewallRulesApplicationCategories'
getNetworkTrafficShapingApplicationCategoriesRequest()  : Request
Create request for operation 'getNetworkTrafficShapingApplicationCategories'

Properties

Methods

getNetworkApplianceFirewallL7FirewallRulesApplicationCategories()

Operation getNetworkApplianceFirewallL7FirewallRulesApplicationCategories

public getNetworkApplianceFirewallL7FirewallRulesApplicationCategories(string $network_id) : object

Return the L7 firewall application categories and their associated applications for an MX network

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsync()

Operation getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsync

public getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsync(string $network_id) : PromiseInterface

Return the L7 firewall application categories and their associated applications for an MX network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsyncWithHttpInfo()

Operation getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsyncWithHttpInfo

public getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the L7 firewall application categories and their associated applications for an MX network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesWithHttpInfo()

Operation getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesWithHttpInfo

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

Return the L7 firewall application categories and their associated applications 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)

getNetworkTrafficShapingApplicationCategories()

Operation getNetworkTrafficShapingApplicationCategories

public getNetworkTrafficShapingApplicationCategories(string $network_id) : object

Returns the application categories for traffic shaping rules.

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkTrafficShapingApplicationCategoriesAsync()

Operation getNetworkTrafficShapingApplicationCategoriesAsync

public getNetworkTrafficShapingApplicationCategoriesAsync(string $network_id) : PromiseInterface

Returns the application categories for traffic shaping rules.

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkTrafficShapingApplicationCategoriesAsyncWithHttpInfo()

Operation getNetworkTrafficShapingApplicationCategoriesAsyncWithHttpInfo

public getNetworkTrafficShapingApplicationCategoriesAsyncWithHttpInfo(string $network_id) : PromiseInterface

Returns the application categories for traffic shaping rules.

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkTrafficShapingApplicationCategoriesWithHttpInfo()

Operation getNetworkTrafficShapingApplicationCategoriesWithHttpInfo

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

Returns the application categories for traffic shaping rules.

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)

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

getNetworkApplianceFirewallL7FirewallRulesApplicationCategoriesRequest()

Create request for operation 'getNetworkApplianceFirewallL7FirewallRulesApplicationCategories'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkTrafficShapingApplicationCategoriesRequest()

Create request for operation 'getNetworkTrafficShapingApplicationCategories'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results