public static class DescribeInstancesFullStatusRequest.DescribeInstancesFullStatusRequestNotBefore
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
end
The end of the period during which O\&M tasks related to scheduled system events are executed.
|
String |
start
The beginning of the period during which O\&M tasks related to scheduled system events are executed.
|
构造器和说明 |
---|
DescribeInstancesFullStatusRequestNotBefore() |
@NameInMap(value="End") public String end
The end of the period during which O\&M tasks related to scheduled system events are executed. Specify the time in the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
@NameInMap(value="Start") public String start
The beginning of the period during which O\&M tasks related to scheduled system events are executed. Specify the time in the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
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 © 2023. All rights reserved.