Class BackupStatusInner

java.lang.Object
com.azure.resourcemanager.netapp.fluent.models.BackupStatusInner

public final class BackupStatusInner extends Object
Backup status.
  • Constructor Details

    • BackupStatusInner

      public BackupStatusInner()
  • Method Details

    • healthy

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

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

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

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

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

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

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

      public Long totalTransferBytes()
      Get the totalTransferBytes property: Displays the total bytes transferred.
      Returns:
      the totalTransferBytes value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.