Documentation

CreateNetworkWirelessRfProfile implements ModelInterface, ArrayAccess

CreateNetworkWirelessRfProfile 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

BAND_SELECTION_TYPE_AP  = 'ap'
BAND_SELECTION_TYPE_SSID  = 'ssid'
DISCRIMINATOR  = null
MIN_BITRATE_TYPE_BAND  = 'band'
MIN_BITRATE_TYPE_SSID  = 'ssid'
$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
getApBandSettings()  : NetworksnetworkIdwirelessrfProfilesApBandSettings
Gets ap_band_settings
getBandSelectionType()  : string
Gets band_selection_type
getBandSelectionTypeAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getClientBalancingEnabled()  : bool
Gets client_balancing_enabled
getFiveGhzSettings()  : NetworksnetworkIdwirelessrfProfilesFiveGhzSettings
Gets five_ghz_settings
getMinBitrateType()  : string
Gets min_bitrate_type
getMinBitrateTypeAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getModelName()  : string
The original name of the model.
getName()  : string
Gets name
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getTwoFourGhzSettings()  : NetworksnetworkIdwirelessrfProfilesTwoFourGhzSettings
Gets two_four_ghz_settings
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.
setApBandSettings()  : $this
Sets ap_band_settings
setBandSelectionType()  : $this
Sets band_selection_type
setClientBalancingEnabled()  : $this
Sets client_balancing_enabled
setFiveGhzSettings()  : $this
Sets five_ghz_settings
setMinBitrateType()  : $this
Sets min_bitrate_type
setName()  : $this
Sets name
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setTwoFourGhzSettings()  : $this
Sets two_four_ghz_settings
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', 'client_balancing_enabled' => 'clientBalancingEnabled', 'min_bitrate_type' => 'minBitrateType', 'band_selection_type' => 'bandSelectionType', 'ap_band_settings' => 'apBandSettings', 'two_four_ghz_settings' => 'twoFourGhzSettings', 'five_ghz_settings' => 'fiveGhzSettings']

$getters

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

protected static array<string|int, string> $getters = ['name' => 'getName', 'client_balancing_enabled' => 'getClientBalancingEnabled', 'min_bitrate_type' => 'getMinBitrateType', 'band_selection_type' => 'getBandSelectionType', 'ap_band_settings' => 'getApBandSettings', 'two_four_ghz_settings' => 'getTwoFourGhzSettings', 'five_ghz_settings' => 'getFiveGhzSettings']

$setters

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

protected static array<string|int, string> $setters = ['name' => 'setName', 'client_balancing_enabled' => 'setClientBalancingEnabled', 'min_bitrate_type' => 'setMinBitrateType', 'band_selection_type' => 'setBandSelectionType', 'ap_band_settings' => 'setApBandSettings', 'two_four_ghz_settings' => 'setTwoFourGhzSettings', 'five_ghz_settings' => 'setFiveGhzSettings']

$swaggerFormats

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

protected static array<string|int, string> $swaggerFormats = ['name' => null, 'client_balancing_enabled' => null, 'min_bitrate_type' => null, 'band_selection_type' => null, 'ap_band_settings' => null, 'two_four_ghz_settings' => null, 'five_ghz_settings' => null]

$swaggerTypes

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

protected static array<string|int, string> $swaggerTypes = ['name' => 'string', 'client_balancing_enabled' => 'bool', 'min_bitrate_type' => 'string', 'band_selection_type' => 'string', 'ap_band_settings' => '\Swagger\Client\Model\NetworksnetworkIdwirelessrfProfilesApBandSettings', 'two_four_ghz_settings' => '\Swagger\Client\Model\NetworksnetworkIdwirelessrfProfilesTwoFourGhzSettings', 'five_ghz_settings' => '\Swagger\Client\Model\NetworksnetworkIdwirelessrfProfilesFiveGhzSettings']

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>

getBandSelectionTypeAllowableValues()

Gets allowable values of the enum

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

getMinBitrateTypeAllowableValues()

Gets allowable values of the enum

public getMinBitrateTypeAllowableValues() : 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

setBandSelectionType()

Sets band_selection_type

public setBandSelectionType(string $band_selection_type) : $this
Parameters
$band_selection_type : string

Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.

Return values
$this

setClientBalancingEnabled()

Sets client_balancing_enabled

public setClientBalancingEnabled(bool $client_balancing_enabled) : $this
Parameters
$client_balancing_enabled : bool

Steers client to best available access point. Can be either true or false. Defaults to true.

Return values
$this

setMinBitrateType()

Sets min_bitrate_type

public setMinBitrateType(string $min_bitrate_type) : $this
Parameters
$min_bitrate_type : string

Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.

Return values
$this

setName()

Sets name

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

The name of the new profile. Must be unique. This param is required on creation.

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>

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