ExternalReplicationSetupStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Property that only applies to external replications. Provides a machine-readable value for the status of the external replication setup.
public readonly struct ExternalReplicationSetupStatus : IEquatable<Azure.ResourceManager.NetApp.Models.ExternalReplicationSetupStatus>
type ExternalReplicationSetupStatus = struct
Public Structure ExternalReplicationSetupStatus
Implements IEquatable(Of ExternalReplicationSetupStatus)
- Inheritance
-
ExternalReplicationSetupStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ExternalReplicationSetupStatus(String) |
Initializes a new instance of ExternalReplicationSetupStatus. |
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(ExternalReplicationSetupStatus) |
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(ExternalReplicationSetupStatus, ExternalReplicationSetupStatus) |
Determines if two ExternalReplicationSetupStatus values are the same. |
| Implicit(String to ExternalReplicationSetupStatus) |
Converts a String to a ExternalReplicationSetupStatus. |
| Inequality(ExternalReplicationSetupStatus, ExternalReplicationSetupStatus) |
Determines if two ExternalReplicationSetupStatus values are not the same. |