Class NodePool
indicating a list of workers of same type
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class NodePool : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Required. A unique id of the node pool. Primary and Secondary workers can be specified using special reserved ids PRIMARY_WORKER_POOL and SECONDARY_WORKER_POOL respectively. Aux node pools can be referenced using corresponding pool id.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceNames
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 |