Documentation

SubnetsApi

SubnetsApi 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
getDeviceApplianceDhcpSubnets()  : object
Operation getDeviceApplianceDhcpSubnets
getDeviceApplianceDhcpSubnetsAsync()  : PromiseInterface
Operation getDeviceApplianceDhcpSubnetsAsync
getDeviceApplianceDhcpSubnetsAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceApplianceDhcpSubnetsAsyncWithHttpInfo
getDeviceApplianceDhcpSubnetsWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceApplianceDhcpSubnetsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceApplianceDhcpSubnetsRequest()  : Request
Create request for operation 'getDeviceApplianceDhcpSubnets'

Properties

Methods

getDeviceApplianceDhcpSubnets()

Operation getDeviceApplianceDhcpSubnets

public getDeviceApplianceDhcpSubnets(string $serial) : object

Return the DHCP subnet information for an appliance

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceApplianceDhcpSubnetsAsync()

Operation getDeviceApplianceDhcpSubnetsAsync

public getDeviceApplianceDhcpSubnetsAsync(string $serial) : PromiseInterface

Return the DHCP subnet information for an appliance

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceApplianceDhcpSubnetsAsyncWithHttpInfo()

Operation getDeviceApplianceDhcpSubnetsAsyncWithHttpInfo

public getDeviceApplianceDhcpSubnetsAsyncWithHttpInfo(string $serial) : PromiseInterface

Return the DHCP subnet information for an appliance

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceApplianceDhcpSubnetsWithHttpInfo()

Operation getDeviceApplianceDhcpSubnetsWithHttpInfo

public getDeviceApplianceDhcpSubnetsWithHttpInfo(string $serial) : array<string|int, mixed>

Return the DHCP subnet information for an appliance

Parameters
$serial : 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

getDeviceApplianceDhcpSubnetsRequest()

Create request for operation 'getDeviceApplianceDhcpSubnets'

protected getDeviceApplianceDhcpSubnetsRequest(string $serial) : Request
Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results