Class UplinkBandwidthLimits
A mapping of uplinks to their bandwidth settings (be sure to check which uplinks are supported for your network)
[DataContract]
public class UplinkBandwidthLimits
- Inheritance
-
UplinkBandwidthLimits
- Inherited Members
Properties
Cellular
The bandwidth settings for the 'cellular' uplink
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "cellular")]
public BandwidthLimit? Cellular { get; set; }
Property Value
Wan1
The bandwidth settings for the 'wan1' uplink
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "wan1")]
public BandwidthLimit? Wan1 { get; set; }
Property Value
Wan2
The bandwidth settings for the 'wan2' uplink
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "wan2")]
public BandwidthLimit? Wan2 { get; set; }
Property Value
Wan3
The bandwidth settings for the 'wan3' uplink
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "wan3")]
public BandwidthLimit? Wan3 { get; set; }