forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
11 KiB
11 KiB
OSE::AS::ScalingPolicy
A resource for managing autoscaling policy.
Required Properties
Name |
Description |
---|---|
scaling_policy_name |
Autoscaling policy name. String value expected. Can be updated without replacement. It is allowed to start with numbers, letters, _, and - characters. It is allowed to include numbers, letters, _, and - characters, and the string length is 1 to 64. |
scaling_group_id |
Autoscaling group ID. String value expected. Updates cause replacement. |
scaling_policy_type |
The type of autoscaling policy. String value expected. Can be updated without replacement. Allowed values: ALARM, SCHEDULED, RECURRENCE
|
Optional Properties
HOT Syntax
heat_template_version: 2014-10-16 ... resources: ... the_resource: type: OSE::AS::ScalingPolicy properties: scaling_policy_name: String scaling_group_id: String scaling_policy_type: String alarm_id: String scheduled_policy: String scaling_policy_action: {"operation": String, "instance_number": Integer} cool_down_time: Integer
Parent topic: Resource Type Reference