public class DescribeDiagnosticReportAttributesResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
attributes
The extended attributes of the diagnostic report.
|
String |
creationTime
The time when the diagnostic report was created.
|
String |
endTime
The end of the reporting period of the diagnostic report.
|
String |
finishedTime
The time when the diagnostic report was complete.
|
DescribeDiagnosticReportAttributesResponseBody.DescribeDiagnosticReportAttributesResponseBodyMetricResults |
metricResults
The results of all diagnostic metrics in the diagnostic metric set.
|
String |
metricSetId
The ID of the diagnostic metric set.
|
String |
reportId
The ID of the diagnostic report, which is the unique identifier of the report.
|
String |
requestId
The request ID.
|
String |
resourceId
The resource ID.
|
String |
resourceType
The type of the resource.
|
String |
severity
The severity level of the diagnostic report.
|
String |
startTime
The beginning of the reporting period of the diagnostic report.
|
String |
status
The state of the diagnostic report.
|
构造器和说明 |
---|
DescribeDiagnosticReportAttributesResponseBody() |
@NameInMap(value="Attributes") public String attributes
The extended attributes of the diagnostic report.
example:{ "OfflineDiagReportStatus":"CONFIRMED" }
@NameInMap(value="CreationTime") public String creationTime
The time when the diagnostic report was created.
example:2022-07-11T12:00:00Z
@NameInMap(value="EndTime") public String endTime
The end of the reporting period of the diagnostic report. The value is the EndTime value that was passed in when you called the CreateDiagnosticReport operation to create the diagnostic report.
example:2022-07-11T14:00:00Z
@NameInMap(value="FinishedTime") public String finishedTime
The time when the diagnostic report was complete.
example:2022-07-11T14:00:00Z
@NameInMap(value="MetricResults") public DescribeDiagnosticReportAttributesResponseBody.DescribeDiagnosticReportAttributesResponseBodyMetricResults metricResults
The results of all diagnostic metrics in the diagnostic metric set.
@NameInMap(value="MetricSetId") public String metricSetId
The ID of the diagnostic metric set.
example:dms-bp17p0qwtr72zmu*****
@NameInMap(value="ReportId") public String reportId
The ID of the diagnostic report, which is the unique identifier of the report.
example:dr-uf6i0tv2refv8wz*****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
@NameInMap(value="ResourceId") public String resourceId
The resource ID.
example:i-uf6i0tv2refv8wz*****
@NameInMap(value="ResourceType") public String resourceType
The type of the resource. ResourceType can only be set to instance, which indicates that only instances are supported.
example:instance
@NameInMap(value="Severity") public String severity
The severity level of the diagnostic report. The value of this parameter is determined by the highest severity level of all diagnostic metrics. Valid values:
Normal
@NameInMap(value="StartTime") public String startTime
The beginning of the reporting period of the diagnostic report. The value is the StartTime value that was passed in when you called the CreateDiagnosticReport operation to create the diagnostic report.
example:2022-07-11T12:00:00Z
@NameInMap(value="Status") public String status
The state of the diagnostic report. Valid values:
Finished
public DescribeDiagnosticReportAttributesResponseBody()
public static DescribeDiagnosticReportAttributesResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeDiagnosticReportAttributesResponseBody setAttributes(String attributes)
public String getAttributes()
public DescribeDiagnosticReportAttributesResponseBody setCreationTime(String creationTime)
public String getCreationTime()
public DescribeDiagnosticReportAttributesResponseBody setEndTime(String endTime)
public String getEndTime()
public DescribeDiagnosticReportAttributesResponseBody setFinishedTime(String finishedTime)
public String getFinishedTime()
public DescribeDiagnosticReportAttributesResponseBody setMetricResults(DescribeDiagnosticReportAttributesResponseBody.DescribeDiagnosticReportAttributesResponseBodyMetricResults metricResults)
public DescribeDiagnosticReportAttributesResponseBody.DescribeDiagnosticReportAttributesResponseBodyMetricResults getMetricResults()
public DescribeDiagnosticReportAttributesResponseBody setMetricSetId(String metricSetId)
public String getMetricSetId()
public DescribeDiagnosticReportAttributesResponseBody setReportId(String reportId)
public String getReportId()
public DescribeDiagnosticReportAttributesResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeDiagnosticReportAttributesResponseBody setResourceId(String resourceId)
public String getResourceId()
public DescribeDiagnosticReportAttributesResponseBody setResourceType(String resourceType)
public String getResourceType()
public DescribeDiagnosticReportAttributesResponseBody setSeverity(String severity)
public String getSeverity()
public DescribeDiagnosticReportAttributesResponseBody setStartTime(String startTime)
public String getStartTime()
public DescribeDiagnosticReportAttributesResponseBody setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.