GetZonesPlainArgs

data class GetZonesPlainArgs(val project: String? = null, val region: String? = null, val status: String? = null) : ConvertibleToJava<GetZonesPlainArgs>

A collection of arguments for invoking getZones.

Constructors

Link copied to clipboard
constructor(project: String? = null, region: String? = null, status: String? = null)

Properties

Link copied to clipboard
val project: String? = null

Project from which to list available zones. Defaults to project declared in the provider.

Link copied to clipboard
val region: String? = null

Region from which to list available zones. Defaults to region declared in the provider.

Link copied to clipboard
val status: String? = null

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).

Functions

Link copied to clipboard
open override fun toJava(): GetZonesPlainArgs