Documentation

NetflowApi

NetflowApi 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
getNetworkNetflow()  : object
Operation getNetworkNetflow
getNetworkNetflowAsync()  : PromiseInterface
Operation getNetworkNetflowAsync
getNetworkNetflowAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkNetflowAsyncWithHttpInfo
getNetworkNetflowWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkNetflowWithHttpInfo
updateNetworkNetflow()  : object
Operation updateNetworkNetflow
updateNetworkNetflowAsync()  : PromiseInterface
Operation updateNetworkNetflowAsync
updateNetworkNetflowAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkNetflowAsyncWithHttpInfo
updateNetworkNetflowWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkNetflowWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkNetflowRequest()  : Request
Create request for operation 'getNetworkNetflow'
updateNetworkNetflowRequest()  : Request
Create request for operation 'updateNetworkNetflow'

Properties

Methods

getNetworkNetflow()

Operation getNetworkNetflow

public getNetworkNetflow(string $network_id) : object

Return the NetFlow traffic reporting settings for a network

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkNetflowAsync()

Operation getNetworkNetflowAsync

public getNetworkNetflowAsync(string $network_id) : PromiseInterface

Return the NetFlow traffic reporting settings for a network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkNetflowAsyncWithHttpInfo()

Operation getNetworkNetflowAsyncWithHttpInfo

public getNetworkNetflowAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the NetFlow traffic reporting settings for a network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkNetflowWithHttpInfo()

Operation getNetworkNetflowWithHttpInfo

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

Return the NetFlow traffic reporting settings for a 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)

updateNetworkNetflow()

Operation updateNetworkNetflow

public updateNetworkNetflow(string $network_id[, UpdateNetworkNetflow $update_network_netflow = null ]) : object

Update the NetFlow traffic reporting settings for a network

Parameters
$network_id : string

network_id (required)

$update_network_netflow : UpdateNetworkNetflow = null

update_network_netflow (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkNetflowAsync()

Operation updateNetworkNetflowAsync

public updateNetworkNetflowAsync(string $network_id[, UpdateNetworkNetflow $update_network_netflow = null ]) : PromiseInterface

Update the NetFlow traffic reporting settings for a network

Parameters
$network_id : string

(required)

$update_network_netflow : UpdateNetworkNetflow = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkNetflowAsyncWithHttpInfo()

Operation updateNetworkNetflowAsyncWithHttpInfo

public updateNetworkNetflowAsyncWithHttpInfo(string $network_id[, UpdateNetworkNetflow $update_network_netflow = null ]) : PromiseInterface

Update the NetFlow traffic reporting settings for a network

Parameters
$network_id : string

(required)

$update_network_netflow : UpdateNetworkNetflow = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkNetflowWithHttpInfo()

Operation updateNetworkNetflowWithHttpInfo

public updateNetworkNetflowWithHttpInfo(string $network_id[, UpdateNetworkNetflow $update_network_netflow = null ]) : array<string|int, mixed>

Update the NetFlow traffic reporting settings for a network

Parameters
$network_id : string

(required)

$update_network_netflow : UpdateNetworkNetflow = 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

getNetworkNetflowRequest()

Create request for operation 'getNetworkNetflow'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkNetflowRequest()

Create request for operation 'updateNetworkNetflow'

protected updateNetworkNetflowRequest(string $network_id[, UpdateNetworkNetflow $update_network_netflow = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_netflow : UpdateNetworkNetflow = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results