GetClassDetailsResult

data class GetClassDetailsResult(val category: String, val classCode: String, val classGroup: String, val commodityCode: String, val cpu: String, val dbInstanceStorageType: String, val engine: String, val engineVersion: String, val id: String, val instructionSetArch: String, val maxConnections: String, val maxIombps: String, val maxIops: String, val memoryClass: String, val referencePrice: String)

A collection of values returned by getClassDetails.

Constructors

Link copied to clipboard
constructor(category: String, classCode: String, classGroup: String, commodityCode: String, cpu: String, dbInstanceStorageType: String, engine: String, engineVersion: String, id: String, instructionSetArch: String, maxConnections: String, maxIombps: String, maxIops: String, memoryClass: String, referencePrice: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The RDS edition of the instance. Valid values:

Link copied to clipboard
Link copied to clipboard

The specification family.

Link copied to clipboard
Link copied to clipboard
val cpu: String

The number of CPU cores corresponding to the instance specification. Unit: pieces.

Link copied to clipboard

The storage type of the instance. Valid values:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The architecture of the instance type.

Link copied to clipboard

The maximum number of connections.

Link copied to clipboard

The maximum IO bandwidth corresponding to the instance specification. Unit: Mbps.

Link copied to clipboard

The maximum IOPS of the instance.

Link copied to clipboard

The memory capacity that is supported by the instance type. Unit: GB.

Link copied to clipboard

The fee that you must pay for the instance type. Unit: cent (RMB).