ReplicationPropertiesResponse

data class ReplicationPropertiesResponse(val replicationState: String, val role: String, val sourceResourceId: String)

Replica properties of the mongo cluster.

Constructors

Link copied to clipboard
constructor(replicationState: String, role: String, sourceResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The replication link state of the replica cluster.

Link copied to clipboard

The replication role of the cluster

Link copied to clipboard

The resource id the source cluster for the replica cluster.