Uses of Class
com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnection
Packages that use VPNGatewayConnection
Package
Description
Virtual Private Cloud API v1.
-
Uses of VPNGatewayConnection in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type VPNGatewayConnectionModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall
<VPNGatewayConnection> Vpc.createVpnGatewayConnection
(CreateVpnGatewayConnectionOptions createVpnGatewayConnectionOptions) Create a connection for a VPN gateway.com.ibm.cloud.sdk.core.http.ServiceCall
<VPNGatewayConnection> Vpc.getVpnGatewayConnection
(GetVpnGatewayConnectionOptions getVpnGatewayConnectionOptions) Retrieve a VPN gateway connection.com.ibm.cloud.sdk.core.http.ServiceCall
<VPNGatewayConnection> Vpc.updateVpnGatewayConnection
(UpdateVpnGatewayConnectionOptions updateVpnGatewayConnectionOptions) Update a VPN gateway connection. -
Uses of VPNGatewayConnection in com.ibm.cloud.is.vpc.v1.model
Subclasses of VPNGatewayConnection in com.ibm.cloud.is.vpc.v1.modelModifier and TypeClassDescriptionclass
VPNGatewayConnectionPolicyMode.class
VPNGatewayConnectionRouteMode.class
VPNGatewayConnectionRouteModeVPNGatewayConnectionStaticRouteMode.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type VPNGatewayConnectionModifier and TypeMethodDescriptionIkePolicyConnectionsPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.IpsecPolicyConnectionsPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.VpnGatewayConnectionsPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.IKEPolicyConnectionCollection.getConnections()
Gets the connections.IPsecPolicyConnectionCollection.getConnections()
Gets the connections.VPNGatewayConnectionCollection.getConnections()
Gets the connections.IkePolicyConnectionsPager.getNext()
Returns the next page of results.IpsecPolicyConnectionsPager.getNext()
Returns the next page of results.VpnGatewayConnectionsPager.getNext()
Returns the next page of results.