Show / Hide Table of Contents

Class NodePool

indicating a list of workers of same type

Inheritance
object
NodePool
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX