Get Zones Plain Args
data class GetZonesPlainArgs(val category: String? = null, val dbInstanceStorageType: String? = null, val engine: String? = null, val engineVersion: String? = null, val instanceChargeType: String? = null, val multi: Boolean? = null, val multiZone: Boolean? = null, val outputFile: String? = null) : ConvertibleToJava<GetZonesPlainArgs>
A collection of arguments for invoking getZones.
Constructors
Properties
Link copied to clipboard
DB Instance category. the value like `Basic`, `HighAvailability`, `Finance`, `AlwaysOn`, `serverless_basic`, `serverless_standard`, `serverless_ha`, `cluster`, detail info.
Link copied to clipboard
The DB instance storage space required by the user. Valid values: "cloud_ssd", "local_ssd", "cloud_essd", "cloud_essd2", "cloud_essd3".
Link copied to clipboard
Database version required by the user. Value options can refer to the latest docs detail info EngineVersion
.
Link copied to clipboard
Filter the results by a specific instance charge type. Valid values: PrePaid
and PostPaid
and Serverless
. Default to PostPaid
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).