public static class DescribeInstanceHistoryEventsRequest.DescribeInstanceHistoryEventsRequestEventPublishTime
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
end
The end of the time range in which to query published system events.
|
String |
start
The beginning of the time range in which to query published system events.
|
构造器和说明 |
---|
DescribeInstanceHistoryEventsRequestEventPublishTime() |
@NameInMap(value="End") public String end
The end of the time range in which to query published system events. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
example:2017-12-01T06:32:31Z
public DescribeInstanceHistoryEventsRequestEventPublishTime()
public static DescribeInstanceHistoryEventsRequest.DescribeInstanceHistoryEventsRequestEventPublishTime build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceHistoryEventsRequest.DescribeInstanceHistoryEventsRequestEventPublishTime setEnd(String end)
public String getEnd()
public DescribeInstanceHistoryEventsRequest.DescribeInstanceHistoryEventsRequestEventPublishTime setStart(String start)
public String getStart()
Copyright © 2024. All rights reserved.