ProjectsLocationsCloudVmClustersResource class
Methods
-
create(CloudVmCluster request, String parent, {String? cloudVmClusterId, String? requestId, String? $fields})
→ Future<Operation>
-
Creates a new VM Cluster in a given project and location.
-
delete(String name, {bool? force, String? requestId, String? $fields})
→ Future<Operation>
-
Deletes a single VM Cluster.
-
get(String name, {String? $fields})
→ Future<CloudVmCluster>
-
Gets details of a single VM Cluster.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListCloudVmClustersResponse>
-
Lists the VM Clusters in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited