Class Subnet
Subnet
[DataContract]
public class Subnet
- Inheritance
-
Subnet
- Inherited Members
Properties
LocalSubnet
The CIDR notation subnet used within the VPN
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "localSubnet")]
public string LocalSubnet { get; set; }
Property Value
Nat
Undocumented - 2025-01-13
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "nat")]
public SubnetNat? Nat { get; set; }
Property Value
UseVpn
Indicates the presence of the subnet in the VPN
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "useVpn")]
public bool UseVpn { get; set; }