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
VPNGatewayConnectionStaticRouteMode
VPNGatewayConnectionStaticRouteMode.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type VPNGatewayConnection Modifier and Type Method Description List<VPNGatewayConnection>
VPNGatewayConnectionCollection. getConnections()
Gets the connections.
-