Interface ReplicationStatus


public interface ReplicationStatus
An immutable client-side representation of ReplicationStatus.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the errorMessage property: Displays error message if the replication is in an error state.
    Gets the healthy property: Replication health check.
    Gets the inner com.azure.resourcemanager.netapp.fluent.models.ReplicationStatusInner object.
    Gets the mirrorState property: The status of the replication.
    Gets the relationshipStatus property: Status of the mirror relationship.
    Gets the totalProgress property: The progress of the replication.
  • Method Details

    • healthy

      Boolean healthy()
      Gets the healthy property: Replication health check.
      Returns:
      the healthy value.
    • relationshipStatus

      RelationshipStatus relationshipStatus()
      Gets the relationshipStatus property: Status of the mirror relationship.
      Returns:
      the relationshipStatus value.
    • mirrorState

      MirrorState mirrorState()
      Gets the mirrorState property: The status of the replication.
      Returns:
      the mirrorState value.
    • totalProgress

      String totalProgress()
      Gets the totalProgress property: The progress of the replication.
      Returns:
      the totalProgress value.
    • errorMessage

      String errorMessage()
      Gets the errorMessage property: Displays error message if the replication is in an error state.
      Returns:
      the errorMessage value.
    • innerModel

      Gets the inner com.azure.resourcemanager.netapp.fluent.models.ReplicationStatusInner object.
      Returns:
      the inner object.