Package com.ibm.cloud.is.vpc.v1.model
Class VPNGatewayConnectionRouteMode
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnection
-
- com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionRouteMode
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
VPNGatewayConnectionRouteModeVPNGatewayConnectionStaticRouteMode
public class VPNGatewayConnectionRouteMode extends VPNGatewayConnection
VPNGatewayConnectionRouteMode. Classes which extend this class: - VPNGatewayConnectionRouteModeVPNGatewayConnectionStaticRouteMode
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VPNGatewayConnectionRouteMode.AuthenticationMode
The authentication mode.static interface
VPNGatewayConnectionRouteMode.EstablishMode
The establish mode of the VPN gateway connection: - `bidirectional`: Either side of the VPN gateway can initiate IKE protocol negotiations or rekeying processes.static interface
VPNGatewayConnectionRouteMode.Mode
The mode of the VPN gateway.static interface
VPNGatewayConnectionRouteMode.ResourceType
The resource type.static interface
VPNGatewayConnectionRouteMode.RoutingProtocol
Routing protocols are disabled for this VPN gateway connection.static interface
VPNGatewayConnectionRouteMode.Status
The status of a VPN gateway connection.
-
Method Summary
-
Methods inherited from class com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnection
getAuthenticationMode, getCreatedAt, getDeadPeerDetection, getEstablishMode, getHref, getId, getIkePolicy, getIpsecPolicy, getLocal, getMode, getName, getPeer, getPsk, getResourceType, getRoutingProtocol, getStatus, getStatusReasons, getTunnels, isAdminStateUp, isDistributeTraffic
-
-