nodeLocations

@JvmName(name = "qchgjeyqetomlhbj")
suspend fun nodeLocations(value: Output<List<String>>)
@JvmName(name = "gtqhsmalisqfiowg")
suspend fun nodeLocations(value: List<String>?)

Parameters

value

The list of zones in which the node pool's nodes should be located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. If unspecified, the cluster-level node_locations will be used.


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


@JvmName(name = "wiovipgyvorgnefu")
suspend fun nodeLocations(values: List<Output<String>>)
@JvmName(name = "jnsdpgingipfqokh")
suspend fun nodeLocations(vararg values: String)

Parameters

values

The list of zones in which the node pool's nodes should be located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. If unspecified, the cluster-level node_locations will be used.