public static class DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
end
The end of the time range in which to query occurred events.
|
String |
start
The start of the time range in which to query occurred events.
|
构造器和说明 |
---|
DescribeDisksFullStatusRequestEventTime() |
@NameInMap(value="End") public String end
The end of the time range in which to query occurred events.
The time follows the [ISO 8601](~~25696~~) standard in the `yyyy-MM-ddTHH:mm:ssZ` format. The time is specified in UTC.
@NameInMap(value="Start") public String start
The start of the time range in which to query occurred events.
The time follows the [ISO 8601](~~25696~~) standard in the `yyyy-MM-ddTHH:mm:ssZ` format. The time specified in UTC.
public static DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime build(Map<String,?> map) throws Exception
Exception
public DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime setEnd(String end)
public String getEnd()
public DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime setStart(String start)
public String getStart()
Copyright © 2023. All rights reserved.