Uses of Class
com.ibm.cloud.is.vpc.v1.model.VPNServer
Packages that use VPNServer
Package
Description
Virtual Private Cloud API v1.
-
Uses of VPNServer in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type VPNServerModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall
<VPNServer> Vpc.createVpnServer
(CreateVpnServerOptions createVpnServerOptions) Create a VPN server.com.ibm.cloud.sdk.core.http.ServiceCall
<VPNServer> Vpc.getVpnServer
(GetVpnServerOptions getVpnServerOptions) Retrieve a VPN server.com.ibm.cloud.sdk.core.http.ServiceCall
<VPNServer> Vpc.updateVpnServer
(UpdateVpnServerOptions updateVpnServerOptions) Update a VPN server. -
Uses of VPNServer in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type VPNServerModifier and TypeMethodDescriptionVpnServersPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.VpnServersPager.getNext()
Returns the next page of results.VPNServerCollection.getVpnServers()
Gets the vpnServers.