Freigeben über


NetAppExternalReplicationSetupStatus Struct

Definition

Property that only applies to external replications. Provides a machine-readable value for the status of the external replication setup.

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

Constructors

Name Description
NetAppExternalReplicationSetupStatus(String)

Initializes a new instance of NetAppExternalReplicationSetupStatus.

Properties

Name Description
ClusterPeerPending

The peering needs to be accepted on your cluster before the setup can proceed.

ClusterPeerRequired

Your cluster needs to be peered by using the 'peerExternalCluster' action.

NoActionRequired

External Replication setup is complete, you can now monitor the 'mirrorState' in the replication status for the health of the replication.

ReplicationCreateRequired

Need to call 'authorizeExternalReplication' to finish setting up the external replication.

VServerPeerRequired

Need to call 'authorizeExternalReplication' and accept the returned 'vserver peer accept' command on your cluster to finish setting up the external replication.

Methods

Name Description
Equals(NetAppExternalReplicationSetupStatus)

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

Name Description
Equality(NetAppExternalReplicationSetupStatus, NetAppExternalReplicationSetupStatus)

Determines if two NetAppExternalReplicationSetupStatus values are the same.

Implicit(String to NetAppExternalReplicationSetupStatus)

Converts a String to a NetAppExternalReplicationSetupStatus.

Inequality(NetAppExternalReplicationSetupStatus, NetAppExternalReplicationSetupStatus)

Determines if two NetAppExternalReplicationSetupStatus values are not the same.

Applies to