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