Interface BackupStatus


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

      • healthy

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

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

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

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

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

        Long lastTransferSize()
        Gets the lastTransferSize property: Displays the last transfer size.
        Returns:
        the lastTransferSize value.
      • lastTransferType

        String lastTransferType()
        Gets the lastTransferType property: Displays the last transfer type.
        Returns:
        the lastTransferType value.
      • totalTransferBytes

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

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