GetCloudVmClusterIormConfigCachDbPlan

data class GetCloudVmClusterIormConfigCachDbPlan(val dbName: String, val flashCacheLimit: String, val share: Int)

Constructors

Link copied to clipboard
constructor(dbName: String, flashCacheLimit: String, share: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The database name. For the default DbPlan, the dbName is default.

Link copied to clipboard

The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.

Link copied to clipboard
val share: Int

The relative priority of this database.