Vpn Server Configuration Ipsec Policy Args
data class VpnServerConfigurationIpsecPolicyArgs(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 saDataSizeKilobytes: Output<Int>, val saLifetimeSeconds: Output<Int>) : ConvertibleToJava<VpnServerConfigurationIpsecPolicyArgs>
Properties
Link copied to clipboard
The IKE encryption algorithm, used for IKE Phase 2. Possible values include AES128, AES192, AES256, DES, DES3, GCMAES128 and GCMAES256.
Link copied to clipboard
The IKE encryption integrity algorithm, used for IKE Phase 2. Possible values include GCMAES128, GCMAES256, MD5, SHA1, SHA256 and SHA384.
Link copied to clipboard
The IPSec encryption algorithm, used for IKE phase 1. Possible values include AES128, AES192, AES256, DES, DES3, GCMAES128, GCMAES192, GCMAES256 and None.
Link copied to clipboard
The IPSec integrity algorithm, used for IKE phase 1. Possible values include GCMAES128, GCMAES192, GCMAES256, MD5, SHA1 and SHA256.
Link copied to clipboard
The IPSec Security Association payload size in KB for a Site-to-Site VPN tunnel.
Link copied to clipboard
The IPSec Security Association lifetime in seconds for a Site-to-Site VPN tunnel.