Uses of Class
com.ibm.cloud.is.vpc.v1.model.ClusterNetwork
-
Packages that use ClusterNetwork Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of ClusterNetwork in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type ClusterNetwork Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetwork>
Vpc. createClusterNetwork(CreateClusterNetworkOptions createClusterNetworkOptions)
Create a cluster network.com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetwork>
Vpc. deleteClusterNetwork(DeleteClusterNetworkOptions deleteClusterNetworkOptions)
Delete a cluster network.com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetwork>
Vpc. getClusterNetwork(GetClusterNetworkOptions getClusterNetworkOptions)
Retrieve a cluster network.com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetwork>
Vpc. updateClusterNetwork(UpdateClusterNetworkOptions updateClusterNetworkOptions)
Update a cluster. -
Uses of ClusterNetwork in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type ClusterNetwork Modifier and Type Method Description List<ClusterNetwork>
ClusterNetworksPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<ClusterNetwork>
ClusterNetworkCollection. getClusterNetworks()
Gets the clusterNetworks.List<ClusterNetwork>
ClusterNetworksPager. getNext()
Returns the next page of results.
-