Interface RestoreStatus


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

      • healthy

        Boolean healthy()
        Gets the healthy property: Restore health status.
        Returns:
        the healthy value.
      • relationshipStatus

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

        MirrorState mirrorState()
        Gets the mirrorState property: The status of the restore.
        Returns:
        the mirrorState value.
      • unhealthyReason

        String unhealthyReason()
        Gets the unhealthyReason property: Reason for the unhealthy restore relationship.
        Returns:
        the unhealthyReason value.
      • errorMessage

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

        Long totalTransferBytes()
        Gets the totalTransferBytes property: Displays the total bytes transferred.
        Returns:
        the totalTransferBytes value.
      • innerModel

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