NetworkVPN - LorenData/ECGrid-API GitHub Wiki
public partial class NetworkVPN {
public string LocalTunnel {get;set;}
public string RemoteTunnel {get;set;}
public string[] EncryptionDomain {get;set;}
public string SharedSecret {get;set;}
public NetworkVPNEncryptionMethod EncryptionMethod {get;set;}
}
Public Properties
- LocalTunnel - String: The local tunnel for this VPN.
- RemoteTunnel - String: The remote tunnel for this VPN.
- EncryptionDomain - Array String: The Encryption Domain array for this VPN.
- SharedSecret - String: The Shared Secret for this VPN.
- EncryptionMethod - Enum NetworkVPNEncryptionMethod: A numeric value to represent the Encryption Method.