Class SubnetNat
SubnetNat - Undocumented
[DataContract]
public class SubnetNat
- Inheritance
-
SubnetNat
- Inherited Members
Constructors
SubnetNat()
public SubnetNat()
Properties
Enabled
Undocumented
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
RemoteSubnet
The translated subnet (in CIDR notation) that will be used in the VPN tunnel
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "remoteSubnet")]
public string? RemoteSubnet { get; set; }