MongoClusterReplicationState Struct

Definition

The state of the replication link between the replica and source cluster.

public readonly struct MongoClusterReplicationState : IEquatable<Azure.ResourceManager.MongoCluster.Models.MongoClusterReplicationState>
type MongoClusterReplicationState = struct
Public Structure MongoClusterReplicationState
Implements IEquatable(Of MongoClusterReplicationState)
Inheritance
MongoClusterReplicationState
Implements

Constructors

MongoClusterReplicationState(String)

Initializes a new instance of MongoClusterReplicationState.

Properties

Active

Replication link is active.

Broken

Replication link is broken and the replica may need to be recreated.

Catchup

Replica is catching-up with the primary. This can occur after the replica is created or after a promotion is triggered.

Provisioning

Replica and replication link to the primary is being created.

Reconfiguring

Replication link is re-configuring due to a promotion event.

Updating

Replication link is being updated due to a change on the replica or an upgrade.

Methods

Equals(MongoClusterReplicationState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MongoClusterReplicationState, MongoClusterReplicationState)

Determines if two MongoClusterReplicationState values are the same.

Implicit(String to MongoClusterReplicationState)

Converts a string to a MongoClusterReplicationState.

Inequality(MongoClusterReplicationState, MongoClusterReplicationState)

Determines if two MongoClusterReplicationState values are not the same.

Applies to