ProjectsLocationsBareMetalClustersBareMetalNodePoolsResource class

Properties

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

Methods

create(BareMetalNodePool request, String parent, {String? bareMetalNodePoolId, bool? validateOnly, String? $fields}) Future<Operation>
Creates a new bare metal node pool in a given project, location and Bare Metal cluster.
delete(String name, {bool? allowMissing, String? etag, bool? ignoreErrors, bool? validateOnly, String? $fields}) Future<Operation>
Deletes a single bare metal node pool.
enroll(EnrollBareMetalNodePoolRequest request, String parent, {String? $fields}) Future<Operation>
Enrolls an existing bare metal node pool to the Anthos On-Prem API within a given project and location.
get(String name, {String? view, String? $fields}) Future<BareMetalNodePool>
Gets details of a single bare metal node pool.
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<ListBareMetalNodePoolsResponse>
Lists bare metal node pools in a given project, location and bare metal cluster.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(BareMetalNodePool request, String name, {bool? allowMissing, String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates the parameters of a single bare metal node pool.
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 a bare metal node pool from Anthos On-Prem API.

Operators

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