Gateway Vpn Attachment Ipsec Config
data class GatewayVpnAttachmentIpsecConfig(val ipsecAuthAlg: String? = null, val ipsecEncAlg: String? = null, val ipsecLifetime: Int? = null, val ipsecPfs: String? = null)
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.