Interface BackupStatus


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

    Modifier and Type
    Method
    Description
    Gets the errorMessage property: Displays error message if the backup is in an error state.
    Gets the healthy property: Backup health status.
    Gets the inner com.azure.resourcemanager.netapp.fluent.models.BackupStatusInner object.
    Gets the lastTransferSize property: Displays the last transfer size.
    Gets the lastTransferType property: Displays the last transfer type.
    Gets the mirrorState property: The status of the backup.
    Gets the relationshipStatus property: Status of the backup mirror relationship.
    Gets the totalTransferBytes property: Displays the total bytes transferred.
    Gets the transferProgressBytes property: Displays the total number of bytes transferred for the ongoing operation.
    Gets the unhealthyReason property: Reason for the unhealthy backup relationship.
  • Method Details

    • 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.
    • transferProgressBytes

      Long transferProgressBytes()
      Gets the transferProgressBytes property: Displays the total number of bytes transferred for the ongoing operation.
      Returns:
      the transferProgressBytes value.
    • innerModel

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