MENU
      AutoScalingGroup
        • PDF

        AutoScalingGroup

        • PDF

        記事の要約

        VPC環境で利用できます。

        オートスケールグループです。

        構文

        構文は次の通りです。

        private String vpcNo;
        private String subnetNo;
        private String serverNamePrefix;
        private String autoScalingGroupNo;
        private String autoScalingGroupName;
        private String launchConfigurationNo;
        private Integer minSize;
        private Integer maxSize;
        private Integer desiredCapacity;
        private Integer defaultCoolDown;
        private Integer healthCheckGracePeriod;
        private CommonCode healthCheckType;
        private Date createDate;
        private CommonCode autoScalingGroupStatus;
        private TargetGroupNoList targetGroupNoList;
        private List<InAutoScalingGroupServerInstance> inAutoScalingGroupServerInstanceList;
        private AccessControlGroupNoList accessControlGroupNoList;
        private List<SuspendedProcess> suspendedProcessList;
        Java

        フィールド

        フィールドの詳細は次の通りです。

        フィールドタイプ必須の有無説明
        vpcNoStringRequiredオートスケールがが実行される VPC番号
        subnetNoStringRequiredオートスケールがが実行される Subnet番号
        serverNamePrefixStringOptionalScale-outによって作成されるサーバ名の Prefix
        autoScalingGroupNoStringRequiredオートスケールグループ番号
        • オートスケールグループを識別するための NAVERクラウドプラットフォームの識別子
        autoScalingGroupNameStringRequiredオートスケールグループ名
        launchConfigurationNoStringRequiredオートスケールグループに設定された Launch Configuration番号
        minSizeIntegerRequired最小容量
        • 0~30
        maxSizeIntegerRequired最大容量
        • 0~30
        desiredCapacityIntegerRequired希望する容量
        • 0~30
        defaultCoolDownIntegerRequiredクールダウンのデフォルト(秒)
        • 実際にスケールが実行中か、実行完了した後にモニタリングイベントアラームが発生しても無視するように設定した期間
        healthCheckGracePeriodIntegerRequiredヘルスチェックの猶予期間(秒)
        • サーバが正常に応答しなくても、この期間中にはヘルスチェックを猶予
        healthCheckTypeCommonCodeRequiredヘルスチェックタイプ
        • SVR | LOADB
          • SVR: Server
          • LOADB: Load Balancer
        • ヘルスチェックタイプをLOADBに設定する場合、設定されたターゲットグループのヘルスチェック方法と基準に基づいてサーバの状態を判断
        createDateDateRequired作成日時(YYYY-MM-DDThh:mm:ssZ)
        autoScalingGroupStatusCommonCodeRequiredオートスケールグループの状態
        • CREAT | DELTD
          • CREAT: Created
          • DELTD: Deleted
        targetGroupNoListTargetGroupNoListOptionalターゲットグループ番号リスト
        • ヘルスチェックタイプをLOADBに設定する場合に有効であり、各ターゲットグループのヘルスチェック方法と基準に基づいてサーバの状態を判断
        inAutoScalingGroupServerInstanceListList<InAutoScalingGroupServerInstance>Optionalオートスケールグループに属するサーバインスタンスリスト
        accessControlGroupNoListAccessControlGroupNoListRequiredScale-outによって作成されるサーバグループに適用される ACG番号リスト
        • 最大3個まで適用可能
        suspendedProcessListList<SuspendedProcess>Optional一時停止されたプロセスリスト

        この記事は役に立ちましたか?

        What's Next
        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.