Connection Ike Config
data class ConnectionIkeConfig(val ikeAuthAlg: String? = null, val ikeEncAlg: String? = null, val ikeLifetime: Int? = null, val ikeLocalId: String? = null, val ikeMode: String? = null, val ikePfs: String? = null, val ikeRemoteId: String? = null, val ikeVersion: String? = null, val psk: String? = null)
Constructors
Properties
Link copied to clipboard
IKE auth Algorithm.
Link copied to clipboard
IKE lifetime.
Link copied to clipboard
The local ID, which supports the FQDN and IP formats, and defaults to the IP address of the selected VPN gateway.
Link copied to clipboard
The peer ID. The FQDN and IP address formats are supported. The default value is the IP address of the selected customer gateway.
Link copied to clipboard
IKE version.