get Zones
Provides access to available Google Compute zones in a region for a given project. See more about regions and zones in the upstream docs.
Return
A collection of values returned by getZones.
Parameters
argument
A collection of arguments for invoking getZones.
suspend fun getZones(project: String? = null, region: String? = null, status: String? = null): GetZonesResult
Return
A collection of values returned by getZones.
Parameters
project
Project from which to list available zones. Defaults to project declared in the provider.
region
Region from which to list available zones. Defaults to region declared in the provider.
status
Allows to filter list of zones based on their current status. Status can be either UP
or DOWN
. Defaults to no filtering (all available zones - both UP
and DOWN
).
See also
Return
A collection of values returned by getZones.
Parameters
argument
Builder for com.pulumi.gcp.compute.kotlin.inputs.GetZonesPlainArgs.