public class CreateDiagnosticReportRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endTime
The end of the reporting period.
|
String |
metricSetId
The ID of the diagnostic metric set.
|
String |
regionId
The ID of the region in which to create a diagnostic report.
|
String |
resourceId
The ID of the resource.
|
String |
startTime
The beginning of the reporting period.
|
构造器和说明 |
---|
CreateDiagnosticReportRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateDiagnosticReportRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getMetricSetId() |
String |
getRegionId() |
String |
getResourceId() |
String |
getStartTime() |
CreateDiagnosticReportRequest |
setEndTime(String endTime) |
CreateDiagnosticReportRequest |
setMetricSetId(String metricSetId) |
CreateDiagnosticReportRequest |
setRegionId(String regionId) |
CreateDiagnosticReportRequest |
setResourceId(String resourceId) |
CreateDiagnosticReportRequest |
setStartTime(String startTime) |
@NameInMap(value="EndTime") public String endTime
The end of the reporting period. This parameter takes effect only for diagnostic metrics that do not need to be assessed by running Cloud Assistant commands in guest operating systems.
@NameInMap(value="MetricSetId") public String metricSetId
The ID of the diagnostic metric set. If this parameter is left empty, the dms-instancedefault set is used, which is the default diagnostic metric set provided for Elastic Compute Service (ECS) instances.
@NameInMap(value="RegionId") public String regionId
The ID of the region in which to create a diagnostic report. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceId") public String resourceId
The ID of the resource.
@NameInMap(value="StartTime") public String startTime
The beginning of the reporting period. This parameter takes effect only for diagnostic metrics that do not need to be assessed by running Cloud Assistant commands in guest operating systems.
public static CreateDiagnosticReportRequest build(Map<String,?> map) throws Exception
Exception
public CreateDiagnosticReportRequest setEndTime(String endTime)
public String getEndTime()
public CreateDiagnosticReportRequest setMetricSetId(String metricSetId)
public String getMetricSetId()
public CreateDiagnosticReportRequest setRegionId(String regionId)
public String getRegionId()
public CreateDiagnosticReportRequest setResourceId(String resourceId)
public String getResourceId()
public CreateDiagnosticReportRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2023. All rights reserved.