Class ResizeNodeGroupRequest (5.4.0)

ResizeNodeGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request to resize a node group.

Attributes

NameDescription
name str
Required. The name of the node group to resize. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
size int
Required. The number of running instances for the node group to maintain. The group adds or removes instances to maintain the number of instances specified by this parameter.
request_id str
Optional. A unique ID used to identify the request. If the server receives two ResizeNodeGroupRequest __ with the same ID, the second request is ignored and the first google.longrunning.Operation][google.longrunning.Operation] created and stored in the backend is returned. Recommendation: Set this value to a UUID __. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
graceful_decommission_timeout google.protobuf.duration_pb2.Duration
Optional. Timeout for graceful YARN decomissioning. [Graceful decommissioning] (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/scaling-clusters#graceful_decommissioning) allows the removal of nodes from the Compute Engine node group without interrupting jobs in progress. This timeout specifies how long to wait for jobs in progress to finish before forcefully removing nodes (and potentially interrupting jobs). Default timeout is 0 (for forceful decommission), and the maximum allowed timeout is 1 day. (see JSON representation of Duration __). Only supported on Dataproc image versions 1.2 and higher.