Show / Hide Table of Contents

Class GkeNodePoolTarget

GKE node pools that Dataproc workloads run on.

Inheritance
object
GkeNodePoolTarget
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 GkeNodePoolTarget : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NodePool

Required. The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'

Declaration
[JsonProperty("nodePool")]
public virtual string NodePool { get; set; }
Property Value
Type Description
string

NodePoolConfig

Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.

Declaration
[JsonProperty("nodePoolConfig")]
public virtual GkeNodePoolConfig NodePoolConfig { get; set; }
Property Value
Type Description
GkeNodePoolConfig

Roles

Required. The roles associated with the GKE node pool.

Declaration
[JsonProperty("roles")]
public virtual IList<string> Roles { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX