Class NetworkApplianceRfProfilePerSsidSettingsSettings
NetworkApplianceRfProfilePerSsidSettingsSettings
[DataContract]
public class NetworkApplianceRfProfilePerSsidSettingsSettings
- Inheritance
-
NetworkApplianceRfProfilePerSsidSettingsSettings
- Inherited Members
Properties
BandOperationMode
Band mode of this SSID
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bandOperationMode")]
public string? BandOperationMode { get; set; }
Property Value
BandSteeringEnabled
Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bandSteeringEnabled")]
public bool? BandSteeringEnabled { get; set; }
Property Value
- bool?