GetElasticityAssurancesPlainArgs

data class GetElasticityAssurancesPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val privatePoolOptionsIds: List<String>? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetElasticityAssurancesPlainArgs>

A collection of arguments for invoking getElasticityAssurances.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, outputFile: String? = null, privatePoolOptionsIds: List<String>? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of Elasticity Assurance IDs.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

The ID of the elastic protection service.

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group.

Link copied to clipboard
val status: String? = null

The status of flexible guarantee services. Possible values: All, Preparing, Prepared, Active, Released.

Link copied to clipboard
val tags: Map<String, String>? = null

The tag key-value pair information bound by the elastic guarantee service.

Functions

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