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