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 Summary
Constructors Constructor Description ResourceHealthDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
code()
Get the code property: Health Code.String
message()
Get the message property: Health Message.List<String>
recommendations()
Get the recommendations property: Health Recommended Actions.String
title()
Get the title property: Health Title.void
validate()
Validates the instance.
-
-
-
Method Detail
-
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.
-
-