locations

@JvmName(name = "cjwdbyhnipaegxha")
suspend fun locations(value: Output<List<String>>)
@JvmName(name = "ltmpeqcwoqklnepf")
suspend fun locations(value: List<String>?)

Parameters

value

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.


@JvmName(name = "onrolbgdeowswkcd")
suspend fun locations(vararg values: Output<String>)


@JvmName(name = "kppwifghuwsrjyit")
suspend fun locations(values: List<Output<String>>)
@JvmName(name = "ebxnrradujhsaexi")
suspend fun locations(vararg values: String)

Parameters

values

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.