Gateway Vpn Attachment Ike Config
data class GatewayVpnAttachmentIkeConfig(val ikeAuthAlg: String? = null, val ikeEncAlg: String? = null, val ikeLifetime: Int? = null, val ikeMode: String? = null, val ikePfs: String? = null, val ikeVersion: String? = null, val localId: String? = null, val psk: String? = null, val remoteId: String? = null)
Constructors
Properties
Link copied to clipboard
IKE authentication algorithm supports sha1 and MD5.
Link copied to clipboard
The SA lifecycle as the result of phase-one negotiation. The valid value of n is 0, 86400, the unit is second and the default value is 86400.
Link copied to clipboard
The version of the IKE protocol. Valid value: ikev1, ikev2. Default value: ikev1.