Class WirelessRfProfileCreateUpdateRequest
UpdateNetworkWirelessRfProfile
[DataContract]
public class WirelessRfProfileCreateUpdateRequest
- Inheritance
-
WirelessRfProfileCreateUpdateRequest
- Derived
- Inherited Members
Properties
ApBandSettings
Gets or Sets ApBandSettings
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "apBandSettings")]
public ApBandSettings? ApBandSettings { get; set; }
Property Value
BandSelectionType
Gets or Sets BandSelectionType
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bandSelectionType")]
public BandSelectionType? BandSelectionType { get; set; }
Property Value
ClientBalancingEnabled
Steers client to best available access point. Can be either true or false.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "clientBalancingEnabled")]
public bool? ClientBalancingEnabled { get; set; }
Property Value
- bool?
FiveGhzSettings
Gets or Sets FiveGhzSettings
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "fiveGhzSettings")]
public FiveGhzSettings? FiveGhzSettings { get; set; }
Property Value
FlexRadios
Flex radio settings.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "flexRadios")]
public WirelessRfProfileFlexRadios? FlexRadios { get; set; }
Property Value
IsIndoorDefault
Undocumented June 2023
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isIndoorDefault")]
public bool? IsIndoorDefault { get; set; }
Property Value
- bool?
IsOutdoorDefault
Undocumented June 2023
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isOutdoorDefault")]
public bool? IsOutdoorDefault { get; set; }
Property Value
- bool?
MinBitrateType
Gets or Sets MinBitrateType
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "minBitrateType")]
public MinBitrateType? MinBitrateType { get; set; }
Property Value
Name
The name of the new profile. Must be unique.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
PerSsidSettings
Per-SSID radio settings by number.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "perSsidSettings")]
public PerSsidSettings? PerSsidSettings { get; set; }
Property Value
SixGhzSettings
Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "sixGhzSettings")]
public SixGhzSettings? SixGhzSettings { get; set; }
Property Value
Transmission
Settings related to radio transmission.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "transmission")]
public WirelessRfProfileTransmission? Transmission { get; set; }
Property Value
TwoPointFourGhzSettings
Gets or Sets TwoFourGhzSettings
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "twoFourGhzSettings")]
public TwoPointFourGhzSettings? TwoPointFourGhzSettings { get; set; }