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
|
policyName |
String | Required | Scaling policy name |
adjustmentType |
CommonCode | Required | Adjustment type
|
scalingAdjustment |
Integer | Required | Scaling adjustment value |
minAdjustmentStep |
Integer | Optional | Minimum adjustment step |
coolDown |
Integer | Optional | Cooldown (sec.) |