ScalingPolicy

Prev Next

VPC環境で利用できます。

スケールポリシーです。

構文

構文は次の通りです。

private String autoScalingGroupNo;
private String policyNo;
private String policyName;
private CommonCode adjustmentType;
private Integer scalingAdjustment;
private Integer minAdjustmentStep;
private Integer coolDown;

フィールド

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

フィールド タイプ 必須の有無 説明
autoScalingGroupNo String Required オートスケールグループ番号
policyNo String Required スケールポリシー番号
  • スケールポリシーを識別するための NAVERクラウドプラットフォームの識別子
policyName String Required スケールポリシー名
adjustmentType CommonCode Required 調整タイプ
  • CHANG | PRCNT | EXACT
    • CHANG: Change in Capacity
    • PRCNT: Percent Change in Capacity
    • EXACT: Exact Capacity
scalingAdjustment Integer Required スケール調整値
minAdjustmentStep Integer Optional 最小調整幅
coolDown Integer Optional クールダウン(秒)