GetRegionsPlainArgs

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

A collection of arguments for invoking getRegions.

Constructors

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

Properties

Link copied to clipboard
val project: String? = null

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

Link copied to clipboard
val status: String? = null

Allows to filter list of regions based on their current status. Status can be either UP or DOWN. Defaults to no filtering (all available regions - both UP and DOWN).

Functions

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