Class NetworkApplianceRfProfileFiveGhzSettings
NetworkApplianceRfProfiles
[DataContract]
public class NetworkApplianceRfProfileFiveGhzSettings
- Inheritance
-
NetworkApplianceRfProfileFiveGhzSettings
- Inherited Members
Properties
AxEnabled
Whether ax radio on 5Ghz band is on or off.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "axEnabled")]
public bool? AxEnabled { get; set; }
Property Value
- bool?
MinBitrate
Min bitrate (Mbps) of 5Ghz band.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "minBitrate")]
public int? MinBitrate { get; set; }
Property Value
- int?