mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
7f65d2b8c1
commit
3f863e0a5c
4 changed files with 84 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue