Class RestoreStatusInner

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

public final class RestoreStatusInner extends Object
Restore status.
  • Constructor Details

    • RestoreStatusInner

      public RestoreStatusInner()
  • Method Details

    • healthy

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

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

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

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

      public String errorMessage()
      Get the errorMessage property: Displays error message if the restore is in an error state.
      Returns:
      the errorMessage 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.