Documentation

NetworksnetworkIdappliancetrafficShapinguplinkSelectionPerformanceClass implements ModelInterface, ArrayAccess

NetworksnetworkIdappliancetrafficShapinguplinkSelectionPerformanceClass Class Doc Comment

Tags
category

Class

description

Performance class setting for this uplink preference rule

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

BUILTIN_PERFORMANCE_CLASS_NAME_VO_IP  = 'VoIP'
DISCRIMINATOR  = null
TYPE_BUILTIN  = 'builtin'
TYPE_CUSTOM  = 'custom'
$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
getBuiltinPerformanceClassName()  : string
Gets builtin_performance_class_name
getBuiltinPerformanceClassNameAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getCustomPerformanceClassId()  : string
Gets custom_performance_class_id
getModelName()  : string
The original name of the model.
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getType()  : string
Gets type
getTypeAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
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.
setBuiltinPerformanceClassName()  : $this
Sets builtin_performance_class_name
setCustomPerformanceClassId()  : $this
Sets custom_performance_class_id
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setType()  : $this
Sets type
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 = ['type' => 'type', 'builtin_performance_class_name' => 'builtinPerformanceClassName', 'custom_performance_class_id' => 'customPerformanceClassId']

$setters

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

protected static array<string|int, string> $setters = ['type' => 'setType', 'builtin_performance_class_name' => 'setBuiltinPerformanceClassName', 'custom_performance_class_id' => 'setCustomPerformanceClassId']

Methods

setBuiltinPerformanceClassName()

Sets builtin_performance_class_name

public setBuiltinPerformanceClassName(string $builtin_performance_class_name) : $this
Parameters
$builtin_performance_class_name : string

Name of builtin performance class, must be present when performanceClass type is 'builtin', and value must be one of: 'VoIP'

Return values
$this

setCustomPerformanceClassId()

Sets custom_performance_class_id

public setCustomPerformanceClassId(string $custom_performance_class_id) : $this
Parameters
$custom_performance_class_id : string

ID of created custom performance class, must be present when performanceClass type is 'custom'

Return values
$this

Search results