public static class ModifyInstanceMaintenanceAttributesRequest.ModifyInstanceMaintenanceAttributesRequestMaintenanceWindow
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endTime
The end time of the maintenance window.
|
String |
startTime
The start time of the maintenance window.
|
构造器和说明 |
---|
ModifyInstanceMaintenanceAttributesRequestMaintenanceWindow() |
@NameInMap(value="EndTime") public String endTime
The end time of the maintenance window. The time must be on the hour. You must configure both StartTime and EndTime. The value of EndTime must be 1 to 23 hours later than the value of StartTime. Specify the time in the HH:mm:ss
format. The time must be in UTC+8. Set the value of N to 1.
18:00:00
@NameInMap(value="StartTime") public String startTime
The start time of the maintenance window. The time must be on the hour. You must configure both StartTime and EndTime. The value of EndTime must be 1 to 23 hours later than the value of StartTime. Specify the time in the HH:mm:ss
format. The time must be in UTC+8. Set the value of N to 1.
02:00:00
public ModifyInstanceMaintenanceAttributesRequestMaintenanceWindow()
public static ModifyInstanceMaintenanceAttributesRequest.ModifyInstanceMaintenanceAttributesRequestMaintenanceWindow build(Map<String,?> map) throws Exception
Exception
public ModifyInstanceMaintenanceAttributesRequest.ModifyInstanceMaintenanceAttributesRequestMaintenanceWindow setEndTime(String endTime)
public String getEndTime()
public ModifyInstanceMaintenanceAttributesRequest.ModifyInstanceMaintenanceAttributesRequestMaintenanceWindow setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.