VpnPhase1SetRequestV1Dot1
VpnPhase1SetRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| dpd_retry_interval optional | VPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec) Example : 60 | any of [integer, null] | |
| ike_version optional | VPN Tunnel IKE Version Example : 2 | any of [integer, null] | |
| peer_gateway_ip optional | VPN Tunnel Peer Gateway IP Address Example : 123.0.0.2 | any of [string, null] | |
| phase1_diffie_hellman_groups optional | VPN Tunnel ISAKMP Diffie-Hellman Group List Example : [30, 31, 32] | any of [array[integer], null] | |
| phase1_encryptions optional | VPN Tunnel ISAKMP Proposal List Example : ['des-md5', 'chacha20poly1305-prfsha256'] | any of [array[string], null] | |
| phase1_life_time optional | VPN Tunnel ISAKMP Lifetime (sec) Example : 86400 | any of [integer, null] | |
| pre_shared_key optional | VPN Tunnel ISAKMP Authentication : Pre-shared Key Example : PreSharedKey1 | any of [string, null] |