Interface CreateIpsecPolicyOptions.EncryptionAlgorithm
- Enclosing class:
CreateIpsecPolicyOptions
public static interface CreateIpsecPolicyOptions.EncryptionAlgorithm
The encryption algorithm
The `authentication_algorithm` must be `disabled` if and only if
`encryption_algorithm` is `aes128gcm16`, `aes192gcm16`, or `aes256gcm16`
The `triple_des` algorithm has been deprecated.
-
Field Details
-
AES128
-
AES128GCM16
-
AES192
-
AES192GCM16
-
AES256
-
AES256GCM16
-