Class ResourceHealthDetails

java.lang.Object
com.azure.resourcemanager.recoveryservicesbackup.models.ResourceHealthDetails
Direct Known Subclasses:
AzureIaaSvmHealthDetails

public class ResourceHealthDetails extends Object
Health Details for backup items.
  • Constructor Details

    • ResourceHealthDetails

      public ResourceHealthDetails()
      Creates an instance of ResourceHealthDetails class.
  • Method Details

    • code

      public Integer code()
      Get the code property: Health Code.
      Returns:
      the code value.
    • title

      public String title()
      Get the title property: Health Title.
      Returns:
      the title value.
    • message

      public String message()
      Get the message property: Health Message.
      Returns:
      the message value.
    • recommendations

      public List<String> recommendations()
      Get the recommendations property: Health Recommended Actions.
      Returns:
      the recommendations value.
    • validate

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