Virtual Network Gateway Connection Ipsec Policy Args
data class VirtualNetworkGatewayConnectionIpsecPolicyArgs(val dhGroup: Output<String>, val ikeEncryption: Output<String>, val ikeIntegrity: Output<String>, val ipsecEncryption: Output<String>, val ipsecIntegrity: Output<String>, val pfsGroup: Output<String>, val saDatasize: Output<Int>? = null, val saLifetime: Output<Int>? = null) : ConvertibleToJava<VirtualNetworkGatewayConnectionIpsecPolicyArgs>
Properties
Link copied to clipboard
The IKE encryption algorithm. Valid options are AES128
, AES192
, AES256
, DES
, DES3
, GCMAES128
, or GCMAES256
.
Link copied to clipboard
The IKE integrity algorithm. Valid options are GCMAES128
, GCMAES256
, MD5
, SHA1
, SHA256
, or SHA384
.
Link copied to clipboard
The IPSec encryption algorithm. Valid options are AES128
, AES192
, AES256
, DES
, DES3
, GCMAES128
, GCMAES192
, GCMAES256
, or None
.
Link copied to clipboard
The IPSec integrity algorithm. Valid options are GCMAES128
, GCMAES192
, GCMAES256
, MD5
, SHA1
, or SHA256
.
Link copied to clipboard
The IPSec SA payload size in KB. Must be at least 1024
KB. Defaults to 102400000
KB.
Link copied to clipboard
The IPSec SA lifetime in seconds. Must be at least 300
seconds. Defaults to 27000
seconds.