allowedLocations

@JvmName(name = "tyvmvolpkhuncsch")
suspend fun allowedLocations(value: Output<List<String>>)
@JvmName(name = "lmosnvpfypwloycy")
suspend fun allowedLocations(value: List<String>?)

Parameters

value

A list of allowed location names represented by internal URLs. Each location can be a region or a zone. Only one region or multiple zones in one region is supported now. For example, "regions/us-central1" allow VMs in any zones in region us-central1. "zones/us-central1-a", "zones/us-central1-c" only allow VMs in zones us-central1-a and us-central1-c. All locations end up in different regions would cause errors. For example, "regions/us-central1", "zones/us-central1-a", "zones/us-central1-b", "zones/us-west1-a" contains 2 regions "us-central1" and "us-west1". An error is expected in this case.


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


@JvmName(name = "xxcrakfeecnwobjj")
suspend fun allowedLocations(values: List<Output<String>>)
@JvmName(name = "tivwsnkukptywdmv")
suspend fun allowedLocations(vararg values: String)

Parameters

values

A list of allowed location names represented by internal URLs. Each location can be a region or a zone. Only one region or multiple zones in one region is supported now. For example, "regions/us-central1" allow VMs in any zones in region us-central1. "zones/us-central1-a", "zones/us-central1-c" only allow VMs in zones us-central1-a and us-central1-c. All locations end up in different regions would cause errors. For example, "regions/us-central1", "zones/us-central1-a", "zones/us-central1-b", "zones/us-west1-a" contains 2 regions "us-central1" and "us-west1". An error is expected in this case.