Package com.ibm.cloud.is.vpc.v1.model
Interface VPNGatewayConnectionPatch.EstablishMode
-
- Enclosing class:
- VPNGatewayConnectionPatch
public static interface VPNGatewayConnectionPatch.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 Summary
Fields Modifier and Type Field Description static String
BIDIRECTIONAL
bidirectional.static String
PEER_ONLY
peer_only.
-
-
-
Field Detail
-
BIDIRECTIONAL
static final String BIDIRECTIONAL
bidirectional.- See Also:
- Constant Field Values
-
PEER_ONLY
static final String PEER_ONLY
peer_only.- See Also:
- Constant Field Values
-
-