GetNodeClassesPlainArgs

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

Link copied to clipboard
constructor(category: String? = null, dbNodeClass: String? = null, dbType: String? = null, dbVersion: String? = null, outputFile: String? = null, payType: String, regionId: String? = null, zoneId: String? = null)

Properties

Link copied to clipboard
val category: String? = null

The PolarDB node cluster series.

Link copied to clipboard
val dbNodeClass: String? = null

The PolarDB node class type by the user.

Link copied to clipboard
val dbType: String? = null

Database type. Options are MySQL, PostgreSQL, Oracle. If db_type is set, db_version also needs to be set.

Link copied to clipboard
val dbVersion: String? = null

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
val outputFile: String? = null

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

Link copied to clipboard

Filter the results by charge type. Valid values: PrePaid and PostPaid.

Link copied to clipboard
val regionId: String? = null

The Region to launch the PolarDB cluster.

Link copied to clipboard
val zoneId: String? = null

The Zone to launch the PolarDB cluster.

Functions

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