Class ThirdPartyVpnPeerGroupFailover
Contains the failover configuration for the group.
[DataContract]
public class ThirdPartyVpnPeerGroupFailover
- Inheritance
-
ThirdPartyVpnPeerGroupFailover
- Inherited Members
Constructors
ThirdPartyVpnPeerGroupFailover()
public ThirdPartyVpnPeerGroupFailover()
Properties
DirectToInternet
[optional] When both primary and backup tunnels are down, direct traffic to the internet. Traffic will be routed via the WAN
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "directToInternet")]
public bool? DirectToInternet { get; set; }
Property Value
- bool?