Uses of Class
com.ibm.cloud.is.vpc.v1.model.VPNGateway
-
Packages that use VPNGateway Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
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 VPNGateway Modifier and Type Method Description com.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.model Modifier and Type Class Description class
VPNGatewayPolicyMode
VPNGatewayPolicyMode.class
VPNGatewayRouteMode
VPNGatewayRouteMode.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type VPNGateway Modifier and Type Method Description List<VPNGateway>
VpnGatewaysPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<VPNGateway>
VpnGatewaysPager. getNext()
Returns the next page of results.List<VPNGateway>
VPNGatewayCollection. getVpnGateways()
Gets the vpnGateways.
-