ScalingPolicy

Prev Next

Available in VPC

This is a scaling policy.

Syntax

The syntax is as follows.

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

Field

The following describes the fields.

Field Type Required Description
autoScalingGroupNo String Required Autoscaling group number
policyNo String Required Scaling policy number
  • NAVER Cloud Platform's identifier to identify scaling policies
policyName String Required Scaling policy name
adjustmentType CommonCode Required Adjustment type
  • CHANG | PRCNT | EXACT
    • CHANG: change in capacity
    • PRCNT: percentage change in capacity
    • EXACT: exact capacity
scalingAdjustment Integer Required Scaling adjustment value
minAdjustmentStep Integer Optional Minimum adjustment step
coolDown Integer Optional Cooldown (sec.)