VpnPhase2SetRequestV1Dot1
VpnPhase2SetRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| perfect_forward_secrecy optional | VPN Tunnel IPSec Perfect Forward Secrecy(PFS) Example : ENABLE | any of [enum (ENABLE, DISABLE), null] | |
| phase2_diffie_hellman_groups optional | VPN Tunnel ISAKMP Diffie-Hellman Group 목록 Example : [30, 31, 32] | any of [array[integer], null] | |
| phase2_encryptions optional | VPN Tunnel ISAKMP Proposal 목록 Example : ['null-md5', 'aes128gcm', 'chacha20poly1305'] | any of [array[string], null] | |
| phase2_life_time optional | VPN Tunnel IPSec Lifetime (초) Example : 43200 | any of [integer, null] | |
| remote_subnets optional | VPN Tunnel IPSec Remote Subnet Example : ['10.1.1.0/24', '10.1.2.0/24', '10.1.3.0/24'] | any of [array[string], null] |