Class WirelessRfProfile
CreateNetworkWirelessRfProfile
[DataContract]
public class WirelessRfProfile : WirelessRfProfileCreateUpdateRequest
- Inheritance
-
WirelessRfProfile
- Inherited Members
Constructors
WirelessRfProfile()
public WirelessRfProfile()
Properties
AfcEnabled
afcEnabled - appears to be informational only as API doesn't mention this on a create/update model
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "afcEnabled")]
public bool? AfcEnabled { get; set; }
Property Value
- bool?
Antennas
Undocumented
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "antennas")]
public object? Antennas { get; set; }
Property Value
Id
The Id
[ApiKey]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
NetworkId
Network id
[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }