Uses of Class
com.ibm.cloud.is.vpc.v1.model.PublicGateway
Packages that use PublicGateway
Package
Description
Virtual Private Cloud API v1.
-
Uses of PublicGateway in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type PublicGatewayModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall<PublicGateway> Vpc.createPublicGateway(CreatePublicGatewayOptions createPublicGatewayOptions) Create a public gateway.com.ibm.cloud.sdk.core.http.ServiceCall<PublicGateway> Vpc.getPublicGateway(GetPublicGatewayOptions getPublicGatewayOptions) Retrieve a public gateway.com.ibm.cloud.sdk.core.http.ServiceCall<PublicGateway> Vpc.getSubnetPublicGateway(GetSubnetPublicGatewayOptions getSubnetPublicGatewayOptions) Retrieve a subnet's attached public gateway.com.ibm.cloud.sdk.core.http.ServiceCall<PublicGateway> Vpc.setSubnetPublicGateway(SetSubnetPublicGatewayOptions setSubnetPublicGatewayOptions) Attach a public gateway to a subnet.com.ibm.cloud.sdk.core.http.ServiceCall<PublicGateway> Vpc.updatePublicGateway(UpdatePublicGatewayOptions updatePublicGatewayOptions) Update a public gateway. -
Uses of PublicGateway in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type PublicGatewayModifier and TypeMethodDescriptionPublicGatewaysPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.PublicGatewaysPager.getNext()Returns the next page of results.PublicGatewayCollection.getPublicGateways()Gets the publicGateways.