GkeNodePoolConfigArgs

data class GkeNodePoolConfigArgs(val autoscaling: Output<GkeNodePoolAutoscalingConfigArgs>? = null, val config: Output<GkeNodeConfigArgs>? = null, val locations: Output<List<String>>? = null) : ConvertibleToJava<GkeNodePoolConfigArgs>

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).

Constructors

Link copied to clipboard
fun GkeNodePoolConfigArgs(autoscaling: Output<GkeNodePoolAutoscalingConfigArgs>? = null, config: Output<GkeNodeConfigArgs>? = null, locations: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GkeNodePoolConfigArgs

Properties

Link copied to clipboard

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

Link copied to clipboard
val config: Output<GkeNodeConfigArgs>? = null

Optional. The node pool configuration.

Link copied to clipboard
val locations: Output<List<String>>? = null

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.