AdjustmentType

Prev Next

Available in VPC

This is the type of scaling adjustment.

Syntax

The syntax is as follows:

private String code;
private String codeName;

Field

The following describes the fields:

Field Type Required Description
code String Required Adjustment type code
  • CHANG | PRCNT | EXACT
    • CHANG: scale change in capacity, which allows you to add or delete a specified number of servers directly, regardless of the current group size
    • PRCNT: percent change in capacity, which increases or decreases servers by a constant percentage (%) of the current group size
    • EXACT: fixed value (exact capacity), which fixes the group size to a specified value
codeName String Required Adjustment type code name