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
The authentication algorithm negotiated in the first stage. Valid values: md5, sha1, sha256, sha384, sha512. Default value: md5.
Link copied to clipboard
The SA lifetime as a result of Phase 1 negotiations. Unit: seconds. Valid values: 0 to 86400. Default value: 86400.
Link copied to clipboard
The version of the IKE protocol. Value: ikev1 or ikev2. Default value: ikev1.