locations

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

Parameters

value

The list of Google Compute Engine zones in which the cluster's nodes should be located. This field provides a default value if NodePool.Locations are not specified during node pool creation. Warning: changing cluster locations will update the NodePool.Locations of all node pools and will result in nodes being added and/or removed.


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


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

Parameters

values

The list of Google Compute Engine zones in which the cluster's nodes should be located. This field provides a default value if NodePool.Locations are not specified during node pool creation. Warning: changing cluster locations will update the NodePool.Locations of all node pools and will result in nodes being added and/or removed.