Uses of Class
com.ibm.cloud.is.vpc.v1.model.Subnet
Packages that use Subnet
Package
Description
Virtual Private Cloud API v1.
-
Uses of Subnet in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type SubnetModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall
<Subnet> Vpc.createSubnet
(CreateSubnetOptions createSubnetOptions) Create a subnet.com.ibm.cloud.sdk.core.http.ServiceCall
<Subnet> Vpc.getSubnet
(GetSubnetOptions getSubnetOptions) Retrieve a subnet.com.ibm.cloud.sdk.core.http.ServiceCall
<Subnet> Vpc.updateSubnet
(UpdateSubnetOptions updateSubnetOptions) Update a subnet. -
Uses of Subnet in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type SubnetModifier and TypeMethodDescriptionSubnetsPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.SubnetsPager.getNext()
Returns the next page of results.SubnetCollection.getSubnets()
Gets the subnets.