NodeGroupsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addNodes(NodeGroupsAddNodesRequest request, String project, String zone, String nodeGroup, {String? requestId, String? $fields})
→ Future<Operation>
-
Adds specified number of nodes to the node group.
-
aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields})
→ Future<NodeGroupAggregatedList>
-
Retrieves an aggregated list of node groups.
-
delete(String project, String zone, String nodeGroup, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes the specified NodeGroup resource.
-
deleteNodes(NodeGroupsDeleteNodesRequest request, String project, String zone, String nodeGroup, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes specified nodes from the node group.
-
get(String project, String zone, String nodeGroup, {String? $fields})
→ Future<NodeGroup>
-
Returns the specified NodeGroup.
-
getIamPolicy(String project, String zone, String resource, {int? optionsRequestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
insert(NodeGroup request, String project, String zone, int initialNodeCount, {String? requestId, String? $fields})
→ Future<Operation>
-
Creates a NodeGroup resource in the specified project using the data
included in the request.
-
list(String project, String zone, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<NodeGroupList>
-
Retrieves a list of node groups available to the specified project.
-
listNodes(String project, String zone, String nodeGroup, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<NodeGroupsListNodes>
-
Lists nodes in the node group.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(NodeGroup request, String project, String zone, String nodeGroup, {String? requestId, String? $fields})
→ Future<Operation>
-
Updates the specified node group.
-
performMaintenance(NodeGroupsPerformMaintenanceRequest request, String project, String zone, String nodeGroup, {String? requestId, String? $fields})
→ Future<Operation>
-
Perform maintenance on a subset of nodes in the node group.
-
setIamPolicy(ZoneSetPolicyRequest request, String project, String zone, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
setNodeTemplate(NodeGroupsSetNodeTemplateRequest request, String project, String zone, String nodeGroup, {String? requestId, String? $fields})
→ Future<Operation>
-
Updates the node template of the node group.
-
simulateMaintenanceEvent(NodeGroupsSimulateMaintenanceEventRequest request, String project, String zone, String nodeGroup, {String? requestId, String? $fields})
→ Future<Operation>
-
Simulates maintenance event on specified nodes from the node group.
-
testIamPermissions(TestPermissionsRequest request, String project, String zone, String resource, {String? $fields})
→ Future<TestPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited