ReplicationStatus

A structure that contains information about the replication status of a canary replica.

Types

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

Properties

Link copied to clipboard

The replication state of the replica. Valid values are InProgress, InSync, and Inconsistent.

Link copied to clipboard

A description that provides more detail about the current replication state.

Link copied to clipboard

A code that provides more detail about the current replication state.

Functions

Link copied to clipboard
inline fun copy(block: ReplicationStatus.Builder.() -> Unit = {}): ReplicationStatus
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