ScheduledUpdateGroupAction
    • PDF

    ScheduledUpdateGroupAction

    • PDF

    Article Summary

    VPC 환경에서 이용 가능합니다.

    스케줄 수정 시 필요한 데이터 타입입니다.

    구문

    구문은 다음과 같습니다.

    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;
    

    필드

    필드에 대한 설명은 다음과 같습니다.

    필드타입필수 여부설명
    autoScalingGroupNoStringRequiredScheduled Action이 설정된 오토 스케일링 그룹 번호
    scheduledActionNoStringRequiredScheduled Action 번호
    • Scheduled Action을 식별하기 위한 네이버 클라우드 플랫폼의 식별자
    scheduledActionNameStringRequiredScheduled Action 이름
    minSizeIntegerRequired최소 용량
    • 0~30
    maxSizeIntegerRequired최대 용량
    • 0~30
    desiredCapacityIntegerRequired기대 용량
    • 0~30
    startTimeDateRequired스케줄 시작 일시(yyyy-MM-ddTHH:mm:ssZ)
    endTimeDateOptional반복 스케줄 종료 일시(yyyy-MM-ddTHH:mm:ssZ)
    recurrenceStringOptional반복 스케줄 설정(crontab expression)
    timeZoneStringRequired시간 대역
    • KST | UTC
      • KST: UTC+9
      • UTC: UTC+0

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.