Documentation

NetworksnetworkIdwirelessalternateManagementInterfaceAccessPoints implements ModelInterface, ArrayAccess

NetworksnetworkIdwirelessalternateManagementInterfaceAccessPoints Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Interfaces, Classes and Traits

ModelInterface
Interface abstracting model access.
ArrayAccess

Table of Contents

DISCRIMINATOR  = null
$attributeMap  : array<string|int, string>
Array of attributes where the key is the local name, and the value is the original name
$container  : array<string|int, mixed>
Associative array for storing property values
$getters  : array<string|int, string>
Array of attributes to getter functions (for serialization of requests)
$setters  : array<string|int, string>
Array of attributes to setter functions (for deserialization of responses)
$swaggerFormats  : array<string|int, string>
Array of property to format mappings. Used for (de)serialization
$swaggerModelName  : string
The original name of the model.
$swaggerTypes  : array<string|int, string>
Array of property to type mappings. Used for (de)serialization
__construct()  : mixed
Constructor
__toString()  : string
Gets the string presentation of the object
attributeMap()  : array<string|int, mixed>
Array of attributes where the key is the local name, and the value is the original name
getAlternateManagementIp()  : string
Gets alternate_management_ip
getDns1()  : string
Gets dns1
getDns2()  : string
Gets dns2
getGateway()  : string
Gets gateway
getModelName()  : string
The original name of the model.
getSerial()  : string
Gets serial
getSubnetMask()  : string
Gets subnet_mask
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
listInvalidProperties()  : array<string|int, mixed>
Show all the invalid properties with reasons.
offsetExists()  : bool
Returns true if offset exists. False otherwise.
offsetGet()  : mixed
Gets offset.
offsetSet()  : void
Sets value based on offset.
offsetUnset()  : void
Unsets offset.
setAlternateManagementIp()  : $this
Sets alternate_management_ip
setDns1()  : $this
Sets dns1
setDns2()  : $this
Sets dns2
setGateway()  : $this
Sets gateway
setSerial()  : $this
Sets serial
setSubnetMask()  : $this
Sets subnet_mask
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
swaggerFormats()  : array<string|int, mixed>
Array of property to format mappings. Used for (de)serialization
swaggerTypes()  : array<string|int, mixed>
Array of property to type mappings. Used for (de)serialization
valid()  : bool
Validate all the properties in the model return true if all passed

Constants

Properties

$attributeMap

Array of attributes where the key is the local name, and the value is the original name

protected static array<string|int, string> $attributeMap = ['serial' => 'serial', 'alternate_management_ip' => 'alternateManagementIp', 'subnet_mask' => 'subnetMask', 'gateway' => 'gateway', 'dns1' => 'dns1', 'dns2' => 'dns2']

$getters

Array of attributes to getter functions (for serialization of requests)

protected static array<string|int, string> $getters = ['serial' => 'getSerial', 'alternate_management_ip' => 'getAlternateManagementIp', 'subnet_mask' => 'getSubnetMask', 'gateway' => 'getGateway', 'dns1' => 'getDns1', 'dns2' => 'getDns2']

$setters

Array of attributes to setter functions (for deserialization of responses)

protected static array<string|int, string> $setters = ['serial' => 'setSerial', 'alternate_management_ip' => 'setAlternateManagementIp', 'subnet_mask' => 'setSubnetMask', 'gateway' => 'setGateway', 'dns1' => 'setDns1', 'dns2' => 'setDns2']

$swaggerFormats

Array of property to format mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerFormats = ['serial' => null, 'alternate_management_ip' => null, 'subnet_mask' => null, 'gateway' => null, 'dns1' => null, 'dns2' => null]

$swaggerTypes

Array of property to type mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerTypes = ['serial' => 'string', 'alternate_management_ip' => 'string', 'subnet_mask' => 'string', 'gateway' => 'string', 'dns1' => 'string', 'dns2' => 'string']

Methods

setAlternateManagementIp()

Sets alternate_management_ip

public setAlternateManagementIp(string $alternate_management_ip) : $this
Parameters
$alternate_management_ip : string

Wireless alternate management interface device IP. Provide an empty string to remove alternate management IP assignment

Return values
$this

Search results