ClusterDbRevisionVersionList

data class ClusterDbRevisionVersionList(val releaseNote: String? = null, val releaseType: String? = null, val revisionVersionCode: String? = null, val revisionVersionName: String? = null)

Constructors

Link copied to clipboard
constructor(releaseNote: String? = null, releaseType: String? = null, revisionVersionCode: String? = null, revisionVersionName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val releaseNote: String? = null

(Available since v1.216.0) The revised version Code of the database engine is used to specify the upgrade to the target version.

Link copied to clipboard
val releaseType: String? = null

(Available since v1.216.0) Database version release status. Valid values are Stable, Old, HighRisk.

Link copied to clipboard

(Available since v1.216.0) The revised version Code of the database engine is used to specify the upgrade to the target version.

Link copied to clipboard

(Available since v1.216.0) The revision version number of the database engine.