Interface VPNGatewayConnectionPolicyMode.EstablishMode
- Enclosing class:
VPNGatewayConnectionPolicyMode
public static interface VPNGatewayConnectionPolicyMode.EstablishMode
The establish mode of the VPN gateway connection:
- `bidirectional`: Either side of the VPN gateway can initiate IKE protocol
negotiations or rekeying processes.
- `peer_only`: Only the peer can initiate IKE protocol negotiations for this VPN gateway
connection. Additionally, the peer is responsible for initiating the rekeying process
after the connection is established. If rekeying does not occur, the VPN gateway
connection will be brought down after its lifetime expires.
-
Field Details
-
BIDIRECTIONAL
-
PEER_ONLY
-