public sealed class ResizeNodeGroupRequest : IMessage<ResizeNodeGroupRequest>, IEquatable<ResizeNodeGroupRequest>, IDeepCloneable<ResizeNodeGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ResizeNodeGroupRequest.
A request to resize a node group.
Implements
IMessageResizeNodeGroupRequest, IEquatableResizeNodeGroupRequest, IDeepCloneableResizeNodeGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ResizeNodeGroupRequest()
public ResizeNodeGroupRequest()
ResizeNodeGroupRequest(ResizeNodeGroupRequest)
public ResizeNodeGroupRequest(ResizeNodeGroupRequest other)
Parameter | |
---|---|
Name | Description |
other |
ResizeNodeGroupRequest |
Properties
GracefulDecommissionTimeout
public Duration GracefulDecommissionTimeout { get; set; }
Optional. Timeout for graceful YARN decommissioning. 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.
Property Value | |
---|---|
Type | Description |
Duration |
Name
public string Name { get; set; }
Required. The name of the node group to resize.
Format:
projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
Property Value | |
---|---|
Type | Description |
string |
RequestId
public string RequestId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Size
public int Size { get; set; }
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.
Property Value | |
---|---|
Type | Description |
int |