ProjectsLocationsVmwareAdminClustersResource class

Constructors

ProjectsLocationsVmwareAdminClustersResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsVmwareAdminClustersOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enroll(EnrollVmwareAdminClusterRequest request, String parent, {String? $fields}) Future<Operation>
Enrolls an existing VMware admin cluster to the Anthos On-Prem API within a given project and location.
get(String name, {String? view, String? $fields}) Future<VmwareAdminCluster>
Gets details of a single VMware admin cluster.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
list(String parent, {int? pageSize, String? pageToken, String? view, String? $fields}) Future<ListVmwareAdminClustersResponse>
Lists VMware admin clusters in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(VmwareAdminCluster request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates the parameters of a single VMware admin cluster.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited
unenroll(String name, {bool? allowMissing, String? etag, bool? validateOnly, String? $fields}) Future<Operation>
Unenrolls an existing VMware admin cluster from the Anthos On-Prem API within a given project and location.

Operators

operator ==(Object other) bool
The equality operator.
inherited