HealthReportInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. HealthReportInner
- com.
- com.
public final class HealthReportInner
extends ProxyResource
The health report resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
affectedDefendersPlans()
Get the affected |
| List<String> |
affectedDefendersSubPlans()
Get the affected |
|
Environment |
environmentDetails()
Get the environment |
|
static
Health |
fromJson(JsonReader jsonReader)
Reads an instance of Health |
|
Health |
healthDataClassification()
Get the health |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| List<Issue> |
issues()
Get the issues property: A collection of the issues in the report. |
| String |
name()
Get the name property: The name of the resource. |
| Map<String,String> |
reportAdditionalData()
Get the report |
|
Health |
resourceDetails()
Get the resource |
|
Health |
status()
Get the status property: The status of the health report. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
affectedDefendersPlans
public List<String> affectedDefendersPlans()
Get the affectedDefendersPlans property: The affected defenders plans by unhealthy report.
Returns:
affectedDefendersSubPlans
public List<String> affectedDefendersSubPlans()
Get the affectedDefendersSubPlans property: The affected defenders sub plans by unhealthy report.
Returns:
environmentDetails
public EnvironmentDetails environmentDetails()
Get the environmentDetails property: The environment details of the resource.
Returns:
fromJson
public static HealthReportInner fromJson(JsonReader jsonReader)
Reads an instance of HealthReportInner from the JsonReader.
Parameters:
Returns:
Throws:
healthDataClassification
public HealthDataClassification healthDataClassification()
Get the healthDataClassification property: The classification of the health report.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
HealthReportInner.id()Returns:
issues
public List<Issue> issues()
Get the issues property: A collection of the issues in the report.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
HealthReportInner.name()Returns:
reportAdditionalData
public Map<String,String> reportAdditionalData()
Get the reportAdditionalData property: Additional data for the given health report, this field can include more details on the resource and the health scenario.
Returns:
resourceDetails
public HealthReportResourceDetails resourceDetails()
Get the resourceDetails property: The resource details of the health report.
Returns:
status
public HealthReportStatus status()
Get the status property: The status of the health report.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
HealthReportInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
HealthReportInner.type()Returns:
validate
public void validate()
Validates the instance.