ScheduledUpdateGroupAction
- 인쇄
- PDF
ScheduledUpdateGroupAction
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
VPC 환경에서 이용 가능합니다.
설명
Scheduled Action
구문
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;
필드
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
autoScalingGroupNo | Yes | String | Shceduled Action이 설정되어 있는 Auto Scaling Group 번호 |
scheduledActionNo | Yes | String | - Scheduled Action 번호 Scheduled Action을 식별하기 위한 NAVER Cloud Platform의 식별자 |
scheduledActionName | Yes | String | Scheduled Action 이름 |
minSize | Yes | Integer | 최소 용량 (0 ~ 30) |
maxSize | Yes | Integer | 최대 용량 (0 ~ 30) |
desiredCapacity | Yes | Integer | 기대 용량 (0 ~ 30) |
startTime | Yes | Date | 스케쥴 시작 시간format : yyyy-MM-ddTHH:mm:ssZ |
endTime | No | Date | 반복 스케쥴 종료 시간format : yyyy-MM-ddTHH:mm:ssZ |
recurrence | No | String | 반복 스케쥴 설정 (crontab expression) |
timeZone | Yes | String | 시간 대역KST (UTC+9) UTC (UTC+0) |
이 문서가 도움이 되었습니까?