Get Instance Engines Plain Args
data class GetInstanceEnginesPlainArgs(val category: String? = null, val dbInstanceStorageType: String? = null, val engine: String? = null, val engineVersion: String? = null, val instanceChargeType: String? = null, val multiZone: Boolean? = null, val outputFile: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetInstanceEnginesPlainArgs>
A collection of arguments for invoking getInstanceEngines.
Properties
Link copied to clipboard
DB Instance category. the value like `Basic`, `HighAvailability`, `Finance`, `AlwaysOn`, 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 charge type. Valid values: PrePaid and PostPaid. Default to PostPaid.
Link copied to clipboard
File name where to save data source results (after running pulumi up).