Documentation

NetworksnetworkIdappliancetrafficShapinguplinkSelectionValue1Source implements ModelInterface, ArrayAccess

NetworksnetworkIdappliancetrafficShapinguplinkSelectionValue1Source Class Doc Comment

Tags
category

Class

description

Source of this custom type traffic filter

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
getCidr()  : string
Gets cidr
getHost()  : int
Gets host
getModelName()  : string
The original name of the model.
getNetwork()  : string
Gets network
getPort()  : string
Gets port
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getVlan()  : int
Gets vlan
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.
setCidr()  : $this
Sets cidr
setHost()  : $this
Sets host
setNetwork()  : $this
Sets network
setPort()  : $this
Sets port
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setVlan()  : $this
Sets vlan
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

Methods

setNetwork()

Sets network

public setNetwork(string $network) : $this
Parameters
$network : string

Meraki network ID. Currently only available under a template network, and the value should be ID of either same template network, or another template network currently. E.g.: "L_12345678".

Return values
$this

Search results