predictive autoscaling ga (#4789) (#417)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-05-15 03:53:32 -07:00 committed by GitHub
commit 3f863e0a5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 84 additions and 6 deletions

View file

@ -235,6 +235,17 @@ resources:
or until the average utilization reaches the target utilization.
returned: success
type: str
predictiveMethod:
description:
- 'Indicates whether predictive autoscaling based on CPU metric is enabled.
Valid values are: - NONE (default). No predictive method is used.
The autoscaler scales the group to meet current demand based on real-time
metrics.'
- "- OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability
by monitoring daily and weekly load patterns and scaling out ahead
of anticipated demand."
returned: success
type: str
customMetricUtilizations:
description:
- Configuration parameters of autoscaling based on a custom metric.