Interface ReplicationStatus


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

      • 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

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