Documentation

DhcpServerPolicyApi

DhcpServerPolicyApi 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
getNetworkSwitchDhcpServerPolicy()  : object
Operation getNetworkSwitchDhcpServerPolicy
getNetworkSwitchDhcpServerPolicyAsync()  : PromiseInterface
Operation getNetworkSwitchDhcpServerPolicyAsync
getNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo
getNetworkSwitchDhcpServerPolicyWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchDhcpServerPolicyWithHttpInfo
updateNetworkSwitchDhcpServerPolicy()  : object
Operation updateNetworkSwitchDhcpServerPolicy
updateNetworkSwitchDhcpServerPolicyAsync()  : PromiseInterface
Operation updateNetworkSwitchDhcpServerPolicyAsync
updateNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo
updateNetworkSwitchDhcpServerPolicyWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchDhcpServerPolicyWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSwitchDhcpServerPolicyRequest()  : Request
Create request for operation 'getNetworkSwitchDhcpServerPolicy'
updateNetworkSwitchDhcpServerPolicyRequest()  : Request
Create request for operation 'updateNetworkSwitchDhcpServerPolicy'

Properties

Methods

getNetworkSwitchDhcpServerPolicy()

Operation getNetworkSwitchDhcpServerPolicy

public getNetworkSwitchDhcpServerPolicy(string $network_id) : object

Return the DHCP server policy

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchDhcpServerPolicyAsync()

Operation getNetworkSwitchDhcpServerPolicyAsync

public getNetworkSwitchDhcpServerPolicyAsync(string $network_id) : PromiseInterface

Return the DHCP server policy

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo()

Operation getNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo

public getNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the DHCP server policy

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchDhcpServerPolicyWithHttpInfo()

Operation getNetworkSwitchDhcpServerPolicyWithHttpInfo

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

Return the DHCP server policy

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)

updateNetworkSwitchDhcpServerPolicy()

Operation updateNetworkSwitchDhcpServerPolicy

public updateNetworkSwitchDhcpServerPolicy(string $network_id[, UpdateNetworkSwitchDhcpServerPolicy $update_network_switch_dhcp_server_policy = null ]) : object

Update the DHCP server policy

Parameters
$network_id : string

network_id (required)

$update_network_switch_dhcp_server_policy : UpdateNetworkSwitchDhcpServerPolicy = null

update_network_switch_dhcp_server_policy (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchDhcpServerPolicyAsync()

Operation updateNetworkSwitchDhcpServerPolicyAsync

public updateNetworkSwitchDhcpServerPolicyAsync(string $network_id[, UpdateNetworkSwitchDhcpServerPolicy $update_network_switch_dhcp_server_policy = null ]) : PromiseInterface

Update the DHCP server policy

Parameters
$network_id : string

(required)

$update_network_switch_dhcp_server_policy : UpdateNetworkSwitchDhcpServerPolicy = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo()

Operation updateNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo

public updateNetworkSwitchDhcpServerPolicyAsyncWithHttpInfo(string $network_id[, UpdateNetworkSwitchDhcpServerPolicy $update_network_switch_dhcp_server_policy = null ]) : PromiseInterface

Update the DHCP server policy

Parameters
$network_id : string

(required)

$update_network_switch_dhcp_server_policy : UpdateNetworkSwitchDhcpServerPolicy = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchDhcpServerPolicyWithHttpInfo()

Operation updateNetworkSwitchDhcpServerPolicyWithHttpInfo

public updateNetworkSwitchDhcpServerPolicyWithHttpInfo(string $network_id[, UpdateNetworkSwitchDhcpServerPolicy $update_network_switch_dhcp_server_policy = null ]) : array<string|int, mixed>

Update the DHCP server policy

Parameters
$network_id : string

(required)

$update_network_switch_dhcp_server_policy : UpdateNetworkSwitchDhcpServerPolicy = 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

getNetworkSwitchDhcpServerPolicyRequest()

Create request for operation 'getNetworkSwitchDhcpServerPolicy'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchDhcpServerPolicyRequest()

Create request for operation 'updateNetworkSwitchDhcpServerPolicy'

protected updateNetworkSwitchDhcpServerPolicyRequest(string $network_id[, UpdateNetworkSwitchDhcpServerPolicy $update_network_switch_dhcp_server_policy = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_switch_dhcp_server_policy : UpdateNetworkSwitchDhcpServerPolicy = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results