Documentation

NetworksnetworkIdappliancetrafficShapinguplinkSelectionVpnTrafficUplinkPreferences implements ModelInterface, ArrayAccess

NetworksnetworkIdappliancetrafficShapinguplinkSelectionVpnTrafficUplinkPreferences 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
FAIL_OVER_CRITERION_POOR_PERFORMANCE  = 'poorPerformance'
FAIL_OVER_CRITERION_UPLINK_DOWN  = 'uplinkDown'
PREFERRED_UPLINK_BEST_FOR_VO_IP  = 'bestForVoIP'
PREFERRED_UPLINK_DEFAULT_UPLINK  = 'defaultUplink'
PREFERRED_UPLINK_LOAD_BALANCING  = 'loadBalancing'
PREFERRED_UPLINK_WAN1  = 'wan1'
PREFERRED_UPLINK_WAN2  = 'wan2'
$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
getFailOverCriterion()  : string
Gets fail_over_criterion
getFailOverCriterionAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getModelName()  : string
The original name of the model.
getPerformanceClass()  : NetworksnetworkIdappliancetrafficShapinguplinkSelectionPerformanceClass
Gets performance_class
getPreferredUplink()  : string
Gets preferred_uplink
getPreferredUplinkAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getTrafficFilters()  : array<string|int, NetworksnetworkIdappliancetrafficShapinguplinkSelectionTrafficFilters1>
Gets traffic_filters
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.
setFailOverCriterion()  : $this
Sets fail_over_criterion
setPerformanceClass()  : $this
Sets performance_class
setPreferredUplink()  : $this
Sets preferred_uplink
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setTrafficFilters()  : $this
Sets traffic_filters
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

$swaggerTypes

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

protected static array<string|int, string> $swaggerTypes = ['traffic_filters' => '\Swagger\Client\Model\NetworksnetworkIdappliancetrafficShapinguplinkSelectionTrafficFilters1[]', 'preferred_uplink' => 'string', 'fail_over_criterion' => 'string', 'performance_class' => '\Swagger\Client\Model\NetworksnetworkIdappliancetrafficShapinguplinkSelectionPerformanceClass']

Methods

Search results