Class StaticRouteVpnSiteToSite
Site-to-site VPN settings for a static route
[DataContract]
public class StaticRouteVpnSiteToSite
- Inheritance
-
StaticRouteVpnSiteToSite
- Inherited Members
Constructors
StaticRouteVpnSiteToSite()
public StaticRouteVpnSiteToSite()
Properties
Enabled
Whether site-to-site VPN is enabled for the static route
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?