nodePoolTarget property

List<GkeNodePoolTarget>? nodePoolTarget
getter/setter pair

GKE node pools where workloads will be scheduled.

At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.

Optional.

Implementation

core.List<GkeNodePoolTarget>? nodePoolTarget;