Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.01 KB

Phase2Options.md

File metadata and controls

18 lines (10 loc) · 1.01 KB

Phase2Options

Information about Phase 2 of the Internet Key Exchange (IKE) negotiation.

Properties

Name Type Description Notes
phase2DhGroupNumbers List<Integer> The Diffie-Hellman (DH) group numbers allowed for the VPN tunnel for phase 2. [optional]
phase2EncryptionAlgorithms List<String> The encryption algorithms allowed for the VPN tunnel for phase 2. [optional]
phase2IntegrityAlgorithms List<String> The integrity algorithms allowed for the VPN tunnel for phase 2. [optional]
phase2LifetimeSeconds Integer The lifetime for phase 2 of the Internet Key Exchange (IKE) negociation process, in seconds. [optional]
preSharedKey String The pre-shared key to establish the initial authentication between the client gateway and the virtual gateway. This key can contain any character except line breaks and double quotes (&quot;). [optional]