Ipsec Server Ike Config Args
data class IpsecServerIkeConfigArgs(val ikeAuthAlg: Output<String>? = null, val ikeEncAlg: Output<String>? = null, val ikeLifetime: Output<Int>? = null, val ikeMode: Output<String>? = null, val ikePfs: Output<String>? = null, val ikeVersion: Output<String>? = null, val localId: Output<String>? = null, val remoteId: Output<String>? = null) : ConvertibleToJava<IpsecServerIkeConfigArgs>
Properties
Link copied to clipboard
The authentication algorithm that is used in Phase 1 negotiations. Default value: sha1
.
Link copied to clipboard
IkeLifetime: the SA lifetime determined by Phase 1 negotiations. Valid values: 0
to 86400
. Default value: 86400
. Unit: seconds
.
Link copied to clipboard
The IKE version. Valid values: ikev1
and ikev2
. Default value: ikev2
.