Uses of Class
com.ibm.cloud.is.vpc.v1.model.ClusterNetworkSubnet
Packages that use ClusterNetworkSubnet
Package
Description
Virtual Private Cloud API v1.
-
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 ClusterNetworkSubnetModifier and TypeMethodDescriptioncom.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 ClusterNetworkSubnetModifier and TypeMethodDescriptionClusterNetworkSubnetsPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.ClusterNetworkSubnetsPager.getNext()
Returns the next page of results.ClusterNetworkSubnetCollection.getSubnets()
Gets the subnets.