Uses of Class
com.ibm.cloud.is.vpc.v1.model.CreateVpnGatewayOptions
-
Packages that use CreateVpnGatewayOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of CreateVpnGatewayOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type CreateVpnGatewayOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<VPNGateway>
Vpc. createVpnGateway(CreateVpnGatewayOptions createVpnGatewayOptions)
Create a VPN gateway. -
Uses of CreateVpnGatewayOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return CreateVpnGatewayOptions Modifier and Type Method Description CreateVpnGatewayOptions
CreateVpnGatewayOptions.Builder. build()
Builds a CreateVpnGatewayOptions.
-