Class RepairNodeGroupRequest
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class RepairNodeGroupRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceNames
Required. Name of instances to be repaired. These instances must belong to specified node pool.
Declaration
[JsonProperty("instanceNames")]
public virtual IList<string> InstanceNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
RepairAction
Required. Repair action to take on specified resources of the node pool.
Declaration
[JsonProperty("repairAction")]
public virtual string RepairAction { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestId
Optional. A unique ID used to identify the request. If the server receives two RepairNodeGroupRequest with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string |