Documentation

NetworksnetworkIdwirelessrfProfilesTwoFourGhzSettings implements ModelInterface, ArrayAccess

NetworksnetworkIdwirelessrfProfilesTwoFourGhzSettings Class Doc Comment

Tags
category

Class

description

Settings related to 2.4Ghz band

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
getAxEnabled()  : bool
Gets ax_enabled
getMaxPower()  : int
Gets max_power
getMinBitrate()  : float
Gets min_bitrate
getMinPower()  : int
Gets min_power
getModelName()  : string
The original name of the model.
getRxsop()  : int
Gets rxsop
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getValidAutoChannels()  : array<string|int, int>
Gets valid_auto_channels
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.
setAxEnabled()  : $this
Sets ax_enabled
setMaxPower()  : $this
Sets max_power
setMinBitrate()  : $this
Sets min_bitrate
setMinPower()  : $this
Sets min_power
setRxsop()  : $this
Sets rxsop
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setValidAutoChannels()  : $this
Sets valid_auto_channels
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 = ['max_power' => 'maxPower', 'min_power' => 'minPower', 'min_bitrate' => 'minBitrate', 'valid_auto_channels' => 'validAutoChannels', 'ax_enabled' => 'axEnabled', 'rxsop' => 'rxsop']

$getters

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

protected static array<string|int, string> $getters = ['max_power' => 'getMaxPower', 'min_power' => 'getMinPower', 'min_bitrate' => 'getMinBitrate', 'valid_auto_channels' => 'getValidAutoChannels', 'ax_enabled' => 'getAxEnabled', 'rxsop' => 'getRxsop']

$setters

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

protected static array<string|int, string> $setters = ['max_power' => 'setMaxPower', 'min_power' => 'setMinPower', 'min_bitrate' => 'setMinBitrate', 'valid_auto_channels' => 'setValidAutoChannels', 'ax_enabled' => 'setAxEnabled', 'rxsop' => 'setRxsop']

$swaggerFormats

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

protected static array<string|int, string> $swaggerFormats = ['max_power' => null, 'min_power' => null, 'min_bitrate' => 'float', 'valid_auto_channels' => null, 'ax_enabled' => null, 'rxsop' => null]

$swaggerTypes

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

protected static array<string|int, string> $swaggerTypes = ['max_power' => 'int', 'min_power' => 'int', 'min_bitrate' => 'float', 'valid_auto_channels' => 'int[]', 'ax_enabled' => 'bool', 'rxsop' => 'int']

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

setAxEnabled()

Sets ax_enabled

public setAxEnabled(bool $ax_enabled) : $this
Parameters
$ax_enabled : bool

Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.

Return values
$this

setMinBitrate()

Sets min_bitrate

public setMinBitrate(float $min_bitrate) : $this
Parameters
$min_bitrate : float

Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.

Return values
$this

setRxsop()

Sets rxsop

public setRxsop(int $rxsop) : $this
Parameters
$rxsop : int

The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.

Return values
$this

setValidAutoChannels()

Sets valid_auto_channels

public setValidAutoChannels(array<string|int, int> $valid_auto_channels) : $this
Parameters
$valid_auto_channels : array<string|int, int>

Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].

Return values
$this

Search results