Gateway Vpn Attachment Ipsec Config Args
data class GatewayVpnAttachmentIpsecConfigArgs(val ipsecAuthAlg: Output<String>? = null, val ipsecEncAlg: Output<String>? = null, val ipsecLifetime: Output<Int>? = null, val ipsecPfs: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentIpsecConfigArgs>
Properties
Link copied to clipboard
The authentication algorithm of phase-two negotiation. Valid value: md5 | sha1 | sha256 | sha384 | sha512 |. Default value: sha1
Link copied to clipboard
The encryption algorithm of phase-two negotiation. Valid value: aes | aes192 | aes256 | des | 3des. Default value: aes
Link copied to clipboard
The SA lifecycle as the result of phase-two negotiation. The valid value is 0, 86400, the unit is second and the default value is 86400.