Class UplinkSelection
Uplink selection
[DataContract]
public class UplinkSelection
- Inheritance
-
UplinkSelection
- Inherited Members
Properties
ActiveActiveAutoVpnEnabled
Toggle for enabling or disabling active-active AutoVPN
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "activeActiveAutoVpnEnabled")]
public bool? ActiveActiveAutoVpnEnabled { get; set; }
Property Value
- bool?
DefaultUplink
The default uplink. Must be one of: 'wan1' or 'wan2'
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "defaultUplink")]
public Uplink? DefaultUplink { get; set; }
Property Value
FailoverAndFailback
WAN failover and failback
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "failoverAndFailback")]
public UplinkSelectionFailoverAndFailback? FailoverAndFailback { get; set; }
Property Value
LoadBalancingEnabled
Toggle for enabling or disabling load balancing
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "loadBalancingEnabled")]
public bool? LoadBalancingEnabled { get; set; }
Property Value
- bool?
VpnTrafficUplinkPreferences
Array of uplink preference rules for VPN traffic
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vpnTrafficUplinkPreferences")]
public List<TrafficUplinkPreference>? VpnTrafficUplinkPreferences { get; set; }
Property Value
WanTrafficUplinkPreferences
Array of uplink preference rules for WAN traffic
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "wanTrafficUplinkPreferences")]
public List<TrafficUplinkPreference>? WanTrafficUplinkPreferences { get; set; }