Uses of Class
com.google.cloud.vmwareengine.v1.ClusterName
-
Packages that use ClusterName Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine API -
-
Uses of ClusterName in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return ClusterName Modifier and Type Method Description ClusterName
ClusterName.Builder. build()
static ClusterName
ClusterName. of(String project, String location, String privateCloud, String cluster)
static ClusterName
ClusterName. parse(String formattedString)
Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type ClusterName Modifier and Type Method Description static List<ClusterName>
ClusterName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.vmwareengine.v1 with parameters of type ClusterName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
VmwareEngineClient. deleteClusterAsync(ClusterName name)
Deletes a `Cluster` resource.Cluster
VmwareEngineClient. getCluster(ClusterName name)
Retrieves a `Cluster` resource by its resource name.Method parameters in com.google.cloud.vmwareengine.v1 with type arguments of type ClusterName Modifier and Type Method Description static List<String>
ClusterName. toStringList(List<ClusterName> values)
-