Documentation

UpdateDeviceSwitchRoutingInterface implements ModelInterface, ArrayAccess

UpdateDeviceSwitchRoutingInterface 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
MULTICAST_ROUTING_DISABLED  = 'disabled'
MULTICAST_ROUTING_ENABLED  = 'enabled'
MULTICAST_ROUTING_IGMP_SNOOPING_QUERIER  = 'IGMP snooping querier'
$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
getInterfaceIp()  : string
Gets interface_ip
getModelName()  : string
The original name of the model.
getMulticastRouting()  : string
Gets multicast_routing
getMulticastRoutingAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getName()  : string
Gets name
getOspfSettings()  : DevicesserialswitchroutinginterfacesinterfaceIdOspfSettings
Gets ospf_settings
getSubnet()  : string
Gets subnet
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getVlanId()  : int
Gets vlan_id
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.
setInterfaceIp()  : $this
Sets interface_ip
setMulticastRouting()  : $this
Sets multicast_routing
setName()  : $this
Sets name
setOspfSettings()  : $this
Sets ospf_settings
setSubnet()  : $this
Sets subnet
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setVlanId()  : $this
Sets vlan_id
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 = ['name' => 'name', 'subnet' => 'subnet', 'interface_ip' => 'interfaceIp', 'multicast_routing' => 'multicastRouting', 'vlan_id' => 'vlanId', 'ospf_settings' => 'ospfSettings']

$getters

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

protected static array<string|int, string> $getters = ['name' => 'getName', 'subnet' => 'getSubnet', 'interface_ip' => 'getInterfaceIp', 'multicast_routing' => 'getMulticastRouting', 'vlan_id' => 'getVlanId', 'ospf_settings' => 'getOspfSettings']

$setters

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

protected static array<string|int, string> $setters = ['name' => 'setName', 'subnet' => 'setSubnet', 'interface_ip' => 'setInterfaceIp', 'multicast_routing' => 'setMulticastRouting', 'vlan_id' => 'setVlanId', 'ospf_settings' => 'setOspfSettings']

$swaggerFormats

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

protected static array<string|int, string> $swaggerFormats = ['name' => null, 'subnet' => null, 'interface_ip' => null, 'multicast_routing' => null, 'vlan_id' => null, 'ospf_settings' => null]

$swaggerTypes

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

protected static array<string|int, string> $swaggerTypes = ['name' => 'string', 'subnet' => 'string', 'interface_ip' => 'string', 'multicast_routing' => 'string', 'vlan_id' => 'int', 'ospf_settings' => '\Swagger\Client\Model\DevicesserialswitchroutinginterfacesinterfaceIdOspfSettings']

Methods

__construct()

Constructor

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

Associated array of property values initializing the model

Return values
mixed

attributeMap()

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

public static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getMulticastRoutingAllowableValues()

Gets allowable values of the enum

public getMulticastRoutingAllowableValues() : array<string|int, string>
Return values
array<string|int, string>

getters()

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

public static getters() : array<string|int, mixed>
Return values
array<string|int, mixed>

listInvalidProperties()

Show all the invalid properties with reasons.

public listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>

invalid properties with reasons

offsetExists()

Returns true if offset exists. False otherwise.

public offsetExists(int $offset) : bool
Parameters
$offset : int

Offset

Return values
bool

offsetSet()

Sets value based on offset.

public offsetSet(int $offset, mixed $value) : void
Parameters
$offset : int

Offset

$value : mixed

Value to be set

Return values
void

setInterfaceIp()

Sets interface_ip

public setInterfaceIp(string $interface_ip) : $this
Parameters
$interface_ip : string

The IP address this switch will use for layer 3 routing on this VLAN or subnet. This cannot be the same as the switch's management IP.

Return values
$this

setMulticastRouting()

Sets multicast_routing

public setMulticastRouting(string $multicast_routing) : $this
Parameters
$multicast_routing : string

Enable multicast support if, multicast routing between VLANs is required. Options are, 'disabled', 'enabled' or 'IGMP snooping querier'.

Return values
$this

setName()

Sets name

public setName(string $name) : $this
Parameters
$name : string

A friendly name or description for the interface or VLAN.

Return values
$this

setSubnet()

Sets subnet

public setSubnet(string $subnet) : $this
Parameters
$subnet : string

The network that this routed interface is on, in CIDR notation (ex. 10.1.1.0/24).

Return values
$this

setters()

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

public static setters() : array<string|int, mixed>
Return values
array<string|int, mixed>

setVlanId()

Sets vlan_id

public setVlanId(int $vlan_id) : $this
Parameters
$vlan_id : int

The VLAN this routed interface is on. VLAN must be between 1 and 4094.

Return values
$this

swaggerFormats()

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

public static swaggerFormats() : array<string|int, mixed>
Return values
array<string|int, mixed>

swaggerTypes()

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

public static swaggerTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

valid()

Validate all the properties in the model return true if all passed

public valid() : bool
Return values
bool

True if all properties are valid

Search results