public static class DescribeInstancesFullStatusRequest.DescribeInstancesFullStatusRequestNotBefore
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
end
The end of the time range during which O\&M tasks related to scheduled system events are executed.
|
String |
start
The beginning of the time range during which O\&M tasks related to scheduled system events are executed.
|
构造器和说明 |
---|
DescribeInstancesFullStatusRequestNotBefore() |
@NameInMap(value="End") public String end
The end of the time range during which O\&M tasks related to scheduled system events are executed. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
example:2017-11-30T00:00:00Z
public DescribeInstancesFullStatusRequestNotBefore()
public static DescribeInstancesFullStatusRequest.DescribeInstancesFullStatusRequestNotBefore build(Map<String,?> map) throws Exception
Exception
public DescribeInstancesFullStatusRequest.DescribeInstancesFullStatusRequestNotBefore setEnd(String end)
public String getEnd()
public DescribeInstancesFullStatusRequest.DescribeInstancesFullStatusRequestNotBefore setStart(String start)
public String getStart()
Copyright © 2024. All rights reserved.