ClusterDbRevision

Describes a ClusterDbRevision.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the cluster.

Link copied to clipboard

A string representing the current cluster version.

Link copied to clipboard

The date on which the database revision was released.

Link copied to clipboard

A list of RevisionTarget objects, where each object describes the database revision that a cluster can be updated to.

Functions

Link copied to clipboard
inline fun copy(block: ClusterDbRevision.Builder.() -> Unit = {}): ClusterDbRevision
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String