Uses of Class
com.ibm.cloud.is.vpc.v1.model.VPNGateway
Packages that use VPNGateway
Package
Description
Virtual Private Cloud API v1.
-
Uses of VPNGateway in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type VPNGatewayModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall
<VPNGateway> Vpc.createVpnGateway
(CreateVpnGatewayOptions createVpnGatewayOptions) Create a VPN gateway.com.ibm.cloud.sdk.core.http.ServiceCall
<VPNGateway> Vpc.getVpnGateway
(GetVpnGatewayOptions getVpnGatewayOptions) Retrieve a VPN gateway.com.ibm.cloud.sdk.core.http.ServiceCall
<VPNGateway> Vpc.updateVpnGateway
(UpdateVpnGatewayOptions updateVpnGatewayOptions) Update a VPN gateway. -
Uses of VPNGateway in com.ibm.cloud.is.vpc.v1.model
Subclasses of VPNGateway in com.ibm.cloud.is.vpc.v1.modelModifier and TypeClassDescriptionclass
VPNGatewayPolicyMode.class
VPNGatewayRouteMode.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type VPNGatewayModifier and TypeMethodDescriptionVpnGatewaysPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.VpnGatewaysPager.getNext()
Returns the next page of results.VPNGatewayCollection.getVpnGateways()
Gets the vpnGateways.