ReplicaResponse

data class ReplicaResponse(val capacity: Int, val replicationState: String, val role: String? = null)

Replica properties of a server

Constructors

Link copied to clipboard
constructor(capacity: Int, replicationState: String, role: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Replicas allowed for a server.

Link copied to clipboard

Gets the replication state of a replica server. This property is returned only for replicas api call. Supported values are Active, Catchup, Provisioning, Updating, Broken, Reconfiguring

Link copied to clipboard
val role: String? = null

Used to indicate role of the server in replication set.