Documentation

UpdateNetworkWirelessSettings implements ModelInterface, ArrayAccess

UpdateNetworkWirelessSettings 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
UPGRADE_STRATEGY_MINIMIZE_CLIENT_DOWNTIME  = 'minimizeClientDowntime'
UPGRADE_STRATEGY_MINIMIZE_UPGRADE_TIME  = 'minimizeUpgradeTime'
$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
getIpv6BridgeEnabled()  : bool
Gets ipv6_bridge_enabled
getLedLightsOn()  : bool
Gets led_lights_on
getLocationAnalyticsEnabled()  : bool
Gets location_analytics_enabled
getMeshingEnabled()  : bool
Gets meshing_enabled
getModelName()  : string
The original name of the model.
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getUpgradeStrategy()  : string
Gets upgrade_strategy
getUpgradeStrategyAllowableValues()  : 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.
setIpv6BridgeEnabled()  : $this
Sets ipv6_bridge_enabled
setLedLightsOn()  : $this
Sets led_lights_on
setLocationAnalyticsEnabled()  : $this
Sets location_analytics_enabled
setMeshingEnabled()  : $this
Sets meshing_enabled
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setUpgradeStrategy()  : $this
Sets upgrade_strategy
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

UPGRADE_STRATEGY_MINIMIZE_CLIENT_DOWNTIME

public mixed UPGRADE_STRATEGY_MINIMIZE_CLIENT_DOWNTIME = 'minimizeClientDowntime'

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 = ['meshing_enabled' => 'meshingEnabled', 'ipv6_bridge_enabled' => 'ipv6BridgeEnabled', 'location_analytics_enabled' => 'locationAnalyticsEnabled', 'upgrade_strategy' => 'upgradeStrategy', 'led_lights_on' => 'ledLightsOn']

$getters

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

protected static array<string|int, string> $getters = ['meshing_enabled' => 'getMeshingEnabled', 'ipv6_bridge_enabled' => 'getIpv6BridgeEnabled', 'location_analytics_enabled' => 'getLocationAnalyticsEnabled', 'upgrade_strategy' => 'getUpgradeStrategy', 'led_lights_on' => 'getLedLightsOn']

$setters

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

protected static array<string|int, string> $setters = ['meshing_enabled' => 'setMeshingEnabled', 'ipv6_bridge_enabled' => 'setIpv6BridgeEnabled', 'location_analytics_enabled' => 'setLocationAnalyticsEnabled', 'upgrade_strategy' => 'setUpgradeStrategy', 'led_lights_on' => 'setLedLightsOn']

$swaggerFormats

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

protected static array<string|int, string> $swaggerFormats = ['meshing_enabled' => null, 'ipv6_bridge_enabled' => null, 'location_analytics_enabled' => null, 'upgrade_strategy' => null, 'led_lights_on' => null]

$swaggerModelName

The original name of the model.

protected static string $swaggerModelName = 'updateNetworkWirelessSettings'

$swaggerTypes

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

protected static array<string|int, string> $swaggerTypes = ['meshing_enabled' => 'bool', 'ipv6_bridge_enabled' => 'bool', 'location_analytics_enabled' => 'bool', 'upgrade_strategy' => 'string', 'led_lights_on' => 'bool']

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>

getLocationAnalyticsEnabled()

Gets location_analytics_enabled

public getLocationAnalyticsEnabled() : bool
Return values
bool

getters()

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

public static getters() : array<string|int, mixed>
Return values
array<string|int, mixed>

getUpgradeStrategyAllowableValues()

Gets allowable values of the enum

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

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

offsetUnset()

Unsets offset.

public offsetUnset(int $offset) : void
Parameters
$offset : int

Offset

Return values
void

setIpv6BridgeEnabled()

Sets ipv6_bridge_enabled

public setIpv6BridgeEnabled(bool $ipv6_bridge_enabled) : $this
Parameters
$ipv6_bridge_enabled : bool

Toggle for enabling or disabling IPv6 bridging in a network (Note: if enabled, SSIDs must also be configured to use bridge mode)

Return values
$this

setLedLightsOn()

Sets led_lights_on

public setLedLightsOn(bool $led_lights_on) : $this
Parameters
$led_lights_on : bool

Toggle for enabling or disabling LED lights on all APs in the network (making them run dark)

Return values
$this

setLocationAnalyticsEnabled()

Sets location_analytics_enabled

public setLocationAnalyticsEnabled(bool $location_analytics_enabled) : $this
Parameters
$location_analytics_enabled : bool

Toggle for enabling or disabling location analytics for your network

Return values
$this

setMeshingEnabled()

Sets meshing_enabled

public setMeshingEnabled(bool $meshing_enabled) : $this
Parameters
$meshing_enabled : bool

Toggle for enabling or disabling meshing in a network

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>

setUpgradeStrategy()

Sets upgrade_strategy

public setUpgradeStrategy(string $upgrade_strategy) : $this
Parameters
$upgrade_strategy : string

The upgrade strategy to apply to the network. Must be one of 'minimizeUpgradeTime' or 'minimizeClientDowntime'. Requires firmware version MR 26.8 or higher'

Return values
$this

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