public static class DescribeInstanceHistoryEventsRequest.DescribeInstanceHistoryEventsRequestNotBefore
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
end
The latest scheduled end time for the system event.
|
String |
start
The earliest scheduled start time for the system event.
|
构造器和说明 |
---|
DescribeInstanceHistoryEventsRequestNotBefore() |
@NameInMap(value="End") public String end
The latest scheduled end time for the system event. 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 DescribeInstanceHistoryEventsRequestNotBefore()
public static DescribeInstanceHistoryEventsRequest.DescribeInstanceHistoryEventsRequestNotBefore build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceHistoryEventsRequest.DescribeInstanceHistoryEventsRequestNotBefore setEnd(String end)
public String getEnd()
public DescribeInstanceHistoryEventsRequest.DescribeInstanceHistoryEventsRequestNotBefore setStart(String start)
public String getStart()
Copyright © 2024. All rights reserved.