Uses of Class
com.ibm.cloud.is.vpc.v1.model.PublicGateway
-
Packages that use PublicGateway Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
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 PublicGateway Modifier and Type Method Description com.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 PublicGateway Modifier and Type Method Description List<PublicGateway>
PublicGatewaysPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<PublicGateway>
PublicGatewaysPager. getNext()
Returns the next page of results.List<PublicGateway>
PublicGatewayCollection. getPublicGateways()
Gets the publicGateways.
-