create_ipsec_phase2_encryption
Creates a new Phase 2 encryption entry for IPsec tunnels, defining the encryption algorithm and key length used to protect data.
Instructions
Create an IPsec Phase 2 encryption entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dhgroup | No | NOT part of a Phase 2 encryption entry (belongs to Phase 1) — accepted for compatibility but not sent. | |
| parent_id | Yes | Parent Phase 2 ID | |
| prf_algorithm | No | NOT part of a Phase 2 encryption entry — accepted for compatibility but not sent. | |
| hash_algorithm | No | NOT part of a Phase 2 encryption entry (hashes live on the Phase 2 object as hash_algorithm_option) — accepted for compatibility but not sent. | |
| apply_immediately | No | Whether to apply changes immediately | |
| encryption_algorithm_name | Yes | Encryption algorithm name (e.g., 'aes', 'aes128gcm', 'aes256gcm', 'chacha20poly1305') | |
| encryption_algorithm_keylen | No | Key length for the encryption algorithm (e.g., 128, 192, 256) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||