ScheduledUpdateGroupAction

Prev Next

Available in VPC

This is a data type required when editing a schedule.

Syntax

The syntax is as follows.

private String autoScalingGroupNo;
private String scheduledActionNo;
private String scheduledActionName;
private Integer minSize;
private Integer maxSize;
private Integer desiredCapacity;
private Date startTime;
private Date endTime;
private String recurrence;
private String timeZone;

Field

The following describes the fields.

Field Type Required Description
autoScalingGroupNo String Required Number of the autoscaling group that the scheduled action is set in
scheduledActionNo String Required Scheduled action number
  • NAVER Cloud Platform's identifier to identify scheduled actions
scheduledActionName String Required Scheduled action name
minSize Integer Required Minimum capacity
  • 0 - 30
maxSize Integer Required Maximum capacity
  • 0 - 30
desiredCapacity Integer Required Expected capacity
  • 0 - 30
startTime Date Required Schedule start date and time (yyyy-MM-ddTHH:mm:ssZ)
endTime Date Optional Recurring schedule end date and time (yyyy-MM-ddTHH:mm:ssZ)
recurrence String Optional Set up recurring schedule (crontab expression)
timeZone String Required Time zone
  • KST | UTC
    • KST: UTC+9
    • UTC: UTC+0