DbClusterParamChangeLog

data class DbClusterParamChangeLog(val configId: Int? = null, val gmtCreated: String? = null, val gmtModified: String? = null, val isApplied: Boolean? = null, val name: String? = null, val newValue: String? = null, val oldValue: String? = null)

Constructors

Link copied to clipboard
constructor(configId: Int? = null, gmtCreated: String? = null, gmtModified: String? = null, isApplied: Boolean? = null, name: String? = null, newValue: String? = null, oldValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val configId: Int? = null

The id of parameter change.

Link copied to clipboard
val gmtCreated: String? = null

When the parameter change is created.

Link copied to clipboard
val gmtModified: String? = null

When the parameter change is modified.

Link copied to clipboard
val isApplied: Boolean? = null

Whether the parameter changing is applied.

Link copied to clipboard
val name: String? = null

Changed parameter name.

Link copied to clipboard
val newValue: String? = null

The new value of parameter.

Link copied to clipboard
val oldValue: String? = null

The old value of parameter.