Uses of Class
com.ibm.cloud.is.vpc.v1.model.ClusterNetworkSubnet
-
Packages that use ClusterNetworkSubnet Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of ClusterNetworkSubnet in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type ClusterNetworkSubnet Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetworkSubnet>
Vpc. createClusterNetworkSubnet(CreateClusterNetworkSubnetOptions createClusterNetworkSubnetOptions)
Create a cluster network subnet.com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetworkSubnet>
Vpc. deleteClusterNetworkSubnet(DeleteClusterNetworkSubnetOptions deleteClusterNetworkSubnetOptions)
Delete a cluster network subnet.com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetworkSubnet>
Vpc. getClusterNetworkSubnet(GetClusterNetworkSubnetOptions getClusterNetworkSubnetOptions)
Retrieve a cluster network subnet.com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetworkSubnet>
Vpc. updateClusterNetworkSubnet(UpdateClusterNetworkSubnetOptions updateClusterNetworkSubnetOptions)
Update a cluster network subnet. -
Uses of ClusterNetworkSubnet in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type ClusterNetworkSubnet Modifier and Type Method Description List<ClusterNetworkSubnet>
ClusterNetworkSubnetsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<ClusterNetworkSubnet>
ClusterNetworkSubnetsPager. getNext()
Returns the next page of results.List<ClusterNetworkSubnet>
ClusterNetworkSubnetCollection. getSubnets()
Gets the subnets.
-