Gateway Vpn Attachment Ike Config Args
data class GatewayVpnAttachmentIkeConfigArgs(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 psk: Output<String>? = null, val remoteId: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentIkeConfigArgs>
Constructors
Link copied to clipboard
constructor(ikeAuthAlg: Output<String>? = null, ikeEncAlg: Output<String>? = null, ikeLifetime: Output<Int>? = null, ikeMode: Output<String>? = null, ikePfs: Output<String>? = null, ikeVersion: Output<String>? = null, localId: Output<String>? = null, psk: Output<String>? = null, remoteId: Output<String>? = null)
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.