Show / Hide Table of Contents

Class GkeNodePoolConfig

The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster).

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

Properties

Autoscaling

Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.

Declaration
[JsonProperty("autoscaling")]
public virtual GkeNodePoolAutoscalingConfig Autoscaling { get; set; }
Property Value
Type Description
GkeNodePoolAutoscalingConfig

Config

Optional. The node pool configuration.

Declaration
[JsonProperty("config")]
public virtual GkeNodeConfig Config { get; set; }
Property Value
Type Description
GkeNodeConfig

ETag

The ETag of the item.

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

Locations

Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX