Get Node Classes Plain Args
data class GetNodeClassesPlainArgs(val category: String? = null, val dbNodeClass: String? = null, val dbType: String? = null, val dbVersion: String? = null, val outputFile: String? = null, val payType: String, val regionId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetNodeClassesPlainArgs>
A collection of arguments for invoking getNodeClasses.
Constructors
Properties
Link copied to clipboard
The PolarDB node class type by the user.
Link copied to clipboard
Database version required by the user. Value options can refer to the latest docs detail info DBVersion
. If db_version is set, db_type also needs to be set.
Link copied to clipboard
File name where to save data source results (after running pulumi up
).