locations

@JvmName(name = "bnonmrqdfcqjjnyc")
suspend fun locations(value: Output<List<String>>)
@JvmName(name = "wbltbeopwqbvdcjn")
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 = "fnwbfxtwwjmbftuj")
suspend fun locations(vararg values: Output<String>)


@JvmName(name = "mshrwvuaadrocvis")
suspend fun locations(values: List<Output<String>>)
@JvmName(name = "rxnbsrhqeynxduvs")
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.