Documentation

GroupPoliciesApi

GroupPoliciesApi 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
createNetworkGroupPolicy()  : object
Operation createNetworkGroupPolicy
createNetworkGroupPolicyAsync()  : PromiseInterface
Operation createNetworkGroupPolicyAsync
createNetworkGroupPolicyAsyncWithHttpInfo()  : PromiseInterface
Operation createNetworkGroupPolicyAsyncWithHttpInfo
createNetworkGroupPolicyWithHttpInfo()  : array<string|int, mixed>
Operation createNetworkGroupPolicyWithHttpInfo
deleteNetworkGroupPolicy()  : void
Operation deleteNetworkGroupPolicy
deleteNetworkGroupPolicyAsync()  : PromiseInterface
Operation deleteNetworkGroupPolicyAsync
deleteNetworkGroupPolicyAsyncWithHttpInfo()  : PromiseInterface
Operation deleteNetworkGroupPolicyAsyncWithHttpInfo
deleteNetworkGroupPolicyWithHttpInfo()  : array<string|int, mixed>
Operation deleteNetworkGroupPolicyWithHttpInfo
getConfig()  : Configuration
getNetworkGroupPolicies()  : object
Operation getNetworkGroupPolicies
getNetworkGroupPoliciesAsync()  : PromiseInterface
Operation getNetworkGroupPoliciesAsync
getNetworkGroupPoliciesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkGroupPoliciesAsyncWithHttpInfo
getNetworkGroupPoliciesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkGroupPoliciesWithHttpInfo
getNetworkGroupPolicy()  : object
Operation getNetworkGroupPolicy
getNetworkGroupPolicyAsync()  : PromiseInterface
Operation getNetworkGroupPolicyAsync
getNetworkGroupPolicyAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkGroupPolicyAsyncWithHttpInfo
getNetworkGroupPolicyWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkGroupPolicyWithHttpInfo
updateNetworkGroupPolicy()  : object
Operation updateNetworkGroupPolicy
updateNetworkGroupPolicyAsync()  : PromiseInterface
Operation updateNetworkGroupPolicyAsync
updateNetworkGroupPolicyAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkGroupPolicyAsyncWithHttpInfo
updateNetworkGroupPolicyWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkGroupPolicyWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
createNetworkGroupPolicyRequest()  : Request
Create request for operation 'createNetworkGroupPolicy'
deleteNetworkGroupPolicyRequest()  : Request
Create request for operation 'deleteNetworkGroupPolicy'
getNetworkGroupPoliciesRequest()  : Request
Create request for operation 'getNetworkGroupPolicies'
getNetworkGroupPolicyRequest()  : Request
Create request for operation 'getNetworkGroupPolicy'
updateNetworkGroupPolicyRequest()  : Request
Create request for operation 'updateNetworkGroupPolicy'

Properties

Methods

createNetworkGroupPolicy()

Operation createNetworkGroupPolicy

public createNetworkGroupPolicy(string $network_id, CreateNetworkGroupPolicy $create_network_group_policy) : object

Create a group policy

Parameters
$network_id : string

network_id (required)

$create_network_group_policy : CreateNetworkGroupPolicy

create_network_group_policy (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

createNetworkGroupPolicyAsync()

Operation createNetworkGroupPolicyAsync

public createNetworkGroupPolicyAsync(string $network_id, CreateNetworkGroupPolicy $create_network_group_policy) : PromiseInterface

Create a group policy

Parameters
$network_id : string

(required)

$create_network_group_policy : CreateNetworkGroupPolicy

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkGroupPolicyAsyncWithHttpInfo()

Operation createNetworkGroupPolicyAsyncWithHttpInfo

public createNetworkGroupPolicyAsyncWithHttpInfo(string $network_id, CreateNetworkGroupPolicy $create_network_group_policy) : PromiseInterface

Create a group policy

Parameters
$network_id : string

(required)

$create_network_group_policy : CreateNetworkGroupPolicy

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkGroupPolicyWithHttpInfo()

Operation createNetworkGroupPolicyWithHttpInfo

public createNetworkGroupPolicyWithHttpInfo(string $network_id, CreateNetworkGroupPolicy $create_network_group_policy) : array<string|int, mixed>

Create a group policy

Parameters
$network_id : string

(required)

$create_network_group_policy : CreateNetworkGroupPolicy

(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)

deleteNetworkGroupPolicy()

Operation deleteNetworkGroupPolicy

public deleteNetworkGroupPolicy(string $network_id, string $group_policy_id) : void

Delete a group policy

Parameters
$network_id : string

network_id (required)

$group_policy_id : string

group_policy_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
void

deleteNetworkGroupPolicyAsync()

Operation deleteNetworkGroupPolicyAsync

public deleteNetworkGroupPolicyAsync(string $network_id, string $group_policy_id) : PromiseInterface

Delete a group policy

Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkGroupPolicyAsyncWithHttpInfo()

Operation deleteNetworkGroupPolicyAsyncWithHttpInfo

public deleteNetworkGroupPolicyAsyncWithHttpInfo(string $network_id, string $group_policy_id) : PromiseInterface

Delete a group policy

Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkGroupPolicyWithHttpInfo()

Operation deleteNetworkGroupPolicyWithHttpInfo

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

Delete a group policy

Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of null, HTTP status code, HTTP response headers (array of strings)

getNetworkGroupPolicies()

Operation getNetworkGroupPolicies

public getNetworkGroupPolicies(string $network_id) : object

List the group policies in a network

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkGroupPoliciesAsync()

Operation getNetworkGroupPoliciesAsync

public getNetworkGroupPoliciesAsync(string $network_id) : PromiseInterface

List the group policies in a network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkGroupPoliciesAsyncWithHttpInfo()

Operation getNetworkGroupPoliciesAsyncWithHttpInfo

public getNetworkGroupPoliciesAsyncWithHttpInfo(string $network_id) : PromiseInterface

List the group policies in a network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkGroupPoliciesWithHttpInfo()

Operation getNetworkGroupPoliciesWithHttpInfo

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

List the group policies in 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)

getNetworkGroupPolicy()

Operation getNetworkGroupPolicy

public getNetworkGroupPolicy(string $network_id, string $group_policy_id) : object

Display a group policy

Parameters
$network_id : string

network_id (required)

$group_policy_id : string

group_policy_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkGroupPolicyAsync()

Operation getNetworkGroupPolicyAsync

public getNetworkGroupPolicyAsync(string $network_id, string $group_policy_id) : PromiseInterface

Display a group policy

Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkGroupPolicyAsyncWithHttpInfo()

Operation getNetworkGroupPolicyAsyncWithHttpInfo

public getNetworkGroupPolicyAsyncWithHttpInfo(string $network_id, string $group_policy_id) : PromiseInterface

Display a group policy

Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkGroupPolicyWithHttpInfo()

Operation getNetworkGroupPolicyWithHttpInfo

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

Display a group policy

Parameters
$network_id : string

(required)

$group_policy_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)

updateNetworkGroupPolicy()

Operation updateNetworkGroupPolicy

public updateNetworkGroupPolicy(string $network_id, string $group_policy_id[, UpdateNetworkGroupPolicy $update_network_group_policy = null ]) : object

Update a group policy

Parameters
$network_id : string

network_id (required)

$group_policy_id : string

group_policy_id (required)

$update_network_group_policy : UpdateNetworkGroupPolicy = null

update_network_group_policy (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkGroupPolicyAsync()

Operation updateNetworkGroupPolicyAsync

public updateNetworkGroupPolicyAsync(string $network_id, string $group_policy_id[, UpdateNetworkGroupPolicy $update_network_group_policy = null ]) : PromiseInterface

Update a group policy

Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

$update_network_group_policy : UpdateNetworkGroupPolicy = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkGroupPolicyAsyncWithHttpInfo()

Operation updateNetworkGroupPolicyAsyncWithHttpInfo

public updateNetworkGroupPolicyAsyncWithHttpInfo(string $network_id, string $group_policy_id[, UpdateNetworkGroupPolicy $update_network_group_policy = null ]) : PromiseInterface

Update a group policy

Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

$update_network_group_policy : UpdateNetworkGroupPolicy = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkGroupPolicyWithHttpInfo()

Operation updateNetworkGroupPolicyWithHttpInfo

public updateNetworkGroupPolicyWithHttpInfo(string $network_id, string $group_policy_id[, UpdateNetworkGroupPolicy $update_network_group_policy = null ]) : array<string|int, mixed>

Update a group policy

Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

$update_network_group_policy : UpdateNetworkGroupPolicy = 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

createNetworkGroupPolicyRequest()

Create request for operation 'createNetworkGroupPolicy'

protected createNetworkGroupPolicyRequest(string $network_id, CreateNetworkGroupPolicy $create_network_group_policy) : Request
Parameters
$network_id : string

(required)

$create_network_group_policy : CreateNetworkGroupPolicy

(required)

Tags
throws
InvalidArgumentException
Return values
Request

deleteNetworkGroupPolicyRequest()

Create request for operation 'deleteNetworkGroupPolicy'

protected deleteNetworkGroupPolicyRequest(string $network_id, string $group_policy_id) : Request
Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkGroupPoliciesRequest()

Create request for operation 'getNetworkGroupPolicies'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkGroupPolicyRequest()

Create request for operation 'getNetworkGroupPolicy'

protected getNetworkGroupPolicyRequest(string $network_id, string $group_policy_id) : Request
Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkGroupPolicyRequest()

Create request for operation 'updateNetworkGroupPolicy'

protected updateNetworkGroupPolicyRequest(string $network_id, string $group_policy_id[, UpdateNetworkGroupPolicy $update_network_group_policy = null ]) : Request
Parameters
$network_id : string

(required)

$group_policy_id : string

(required)

$update_network_group_policy : UpdateNetworkGroupPolicy = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results