AutoScalingGroup
    • PDF

    AutoScalingGroup

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Description

    Auto Scaling group

    Syntax

    private String autoScalingGroupName;
    private String autoScalingGroupNo;
    private String launchConfigurationName;
    private String launchConfigurationNo;
    private Integer desiredCapacity;
    private Integer minSize;
    private Integer maxSize;
    private Integer defaultCooldown;
    private List<LoadBalancerInstanceSummary> loadBalancerInstanceSummaryList;
    private Integer healthCheckGracePeriod;
    private CommonCode healthCheckType;
    private Date createDate;
    private List<InAutoScalingGroupServerInstance> inAutoScalingGroupServerInstanceList;
    private List<SuspendedProcess> suspendedProcessList;
    private List<Zone> zoneList;
    

    Field

    ParameterRequiredTypeDescription
    autoScalingGroupNameYStringAuto Scaling group name
    autoScalingGroupNoYesStringNumber of Auto Scaling group
    launchConfigurationNameYStringLaunch configuration name
    launchConfigurationNoYesStringNumber of Launch configuration
    desiredCapacityYIntegerDesired capacity (0-30)
    minSizeYIntegerMinimum size (0-30)
    maxSizeYIntegerMaximum size (0-30)
    defaultCooldownYIntegerCooldown time
    loadBalancerInstanceSummaryListNListLoad balancer instance summary list
    If the Auto Scaling group has been health-checked by the load balancer instance, the information of the load balancer is displayed.
    healthCheckGracePeriodNIntegerHealth check grace period
    It is the number of seconds, during which health checks are suspended.
    healthCheckTypeYCommonCodeAuto Scaling health check type - SVR (server), LOADB (load balancer)
    createDateYDateAuto Scaling group creation date Format: "YYYY-MM-DDThh:mm:ssZ"
    inAutoScalingGroupServerInstanceListNListList of server instances in the Auto Scaling group
    suspendedProcessListNListList of suspended processes
    zoneListYListAuto Scaling group’s zone list

    Was this article helpful?

    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.