Class WirelessSettings
Wireless settings
[DataContract]
public class WirelessSettings
- Inheritance
-
WirelessSettings
- Inherited Members
Properties
Ipv6BridgeEnabled
Toggle for enabling or disabling IPv6 bridging in a network (Note: if enabled, SSIDs must also be configured to use bridge mode)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ipv6BridgeEnabled")]
public bool Ipv6BridgeEnabled { get; set; }
Property Value
LedLightsOn
Toggle for enabling or disabling LED lights on all APs in the network (making them run dark)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ledLightsOn")]
public bool LedLightsOn { get; set; }
Property Value
LocationAnalyticsEnabled
Toggle for enabling or disabling location analytics for your network
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "locationAnalyticsEnabled")]
public bool LocationAnalyticsEnabled { get; set; }
Property Value
MeshingEnabled
Toggle for enabling or disabling meshing in a network
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "meshingEnabled")]
public bool MeshingEnabled { get; set; }
Property Value
NamedVlans
Named Vlans
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "namedVlans")]
public WirelessSettingsNamedVlans? NamedVlans { get; set; }
Property Value
RegulatoryDomain
Undocumented at July 2023 The regulatory domain is determined automatically by Meraki based on the country location of the organization. It does not appear that these settings can be changed.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "regulatoryDomain")]
public WirelessSettingsRegulatoryDomain RegulatoryDomain { get; set; }
Property Value
UpgradeStrategy
The upgrade strategy to apply to the network. Must be one of 'minimizeUpgradeTime' or 'minimizeClientDowntime'. Requires firmware version MR 26.8 or higher'
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "upgradeStrategy")]
public string UpgradeStrategy { get; set; }