Uses of Class
com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnection
-
Packages that use VPNGatewayConnection Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
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 VPNGatewayConnection Modifier and Type Method Description com.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.model Modifier and Type Class Description class
VPNGatewayConnectionPolicyMode
VPNGatewayConnectionPolicyMode.class
VPNGatewayConnectionRouteMode
VPNGatewayConnectionRouteMode.class
VPNGatewayConnectionRouteModeVPNGatewayConnectionStaticRouteMode
VPNGatewayConnectionRouteModeVPNGatewayConnectionStaticRouteMode.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type VPNGatewayConnection Modifier and Type Method Description List<VPNGatewayConnection>
IkePolicyConnectionsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<VPNGatewayConnection>
IpsecPolicyConnectionsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<VPNGatewayConnection>
VpnGatewayConnectionsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<VPNGatewayConnection>
IKEPolicyConnectionCollection. getConnections()
Gets the connections.List<VPNGatewayConnection>
IPsecPolicyConnectionCollection. getConnections()
Gets the connections.List<VPNGatewayConnection>
VPNGatewayConnectionCollection. getConnections()
Gets the connections.List<VPNGatewayConnection>
IkePolicyConnectionsPager. getNext()
Returns the next page of results.List<VPNGatewayConnection>
IpsecPolicyConnectionsPager. getNext()
Returns the next page of results.List<VPNGatewayConnection>
VpnGatewayConnectionsPager. getNext()
Returns the next page of results.
-