nodePoolTarget

@JvmName(name = "xnkhnditbourodwv")
suspend fun nodePoolTarget(value: Output<List<GkeNodePoolTargetArgs>>)
@JvmName(name = "blnhnolgtsucvtoq")
suspend fun nodePoolTarget(value: List<GkeNodePoolTargetArgs>?)

Parameters

value

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


@JvmName(name = "sspwknvqicqktict")
suspend fun nodePoolTarget(vararg values: Output<GkeNodePoolTargetArgs>)


@JvmName(name = "afqhuicemrvcklnh")
suspend fun nodePoolTarget(values: List<Output<GkeNodePoolTargetArgs>>)
@JvmName(name = "plwamwunlonbvrxv")
suspend fun nodePoolTarget(vararg values: GkeNodePoolTargetArgs)

Parameters

values

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


@JvmName(name = "kbrcsujijihuufsx")
suspend fun nodePoolTarget(argument: List<suspend GkeNodePoolTargetArgsBuilder.() -> Unit>)
@JvmName(name = "pbwpyniprgciebhf")
suspend fun nodePoolTarget(vararg argument: suspend GkeNodePoolTargetArgsBuilder.() -> Unit)
@JvmName(name = "acvpeclujvpuylqw")
suspend fun nodePoolTarget(argument: suspend GkeNodePoolTargetArgsBuilder.() -> Unit)

Parameters

argument

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