public static class DescribeInstanceHistoryEventsRequest.DescribeInstanceHistoryEventsRequestNotBefore
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
end
The end time of the scheduled execution period for the system event.
|
String |
start
The start time of the scheduled execution period for the system event.
|
构造器和说明 |
---|
DescribeInstanceHistoryEventsRequestNotBefore() |
@NameInMap(value="End") public String end
The end time of the scheduled execution period for the system event. The time follows the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
@NameInMap(value="Start") public String start
The start time of the scheduled execution period for the system event. Specify the time in the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
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 © 2023. All rights reserved.