Uses of Class
com.ibm.cloud.is.vpc.v1.model.GetVpnServerOptions
-
Packages that use GetVpnServerOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of GetVpnServerOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type GetVpnServerOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<VPNServer>
Vpc. getVpnServer(GetVpnServerOptions getVpnServerOptions)
Retrieve a VPN server. -
Uses of GetVpnServerOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return GetVpnServerOptions Modifier and Type Method Description GetVpnServerOptions
GetVpnServerOptions.Builder. build()
Builds a GetVpnServerOptions.
-