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