mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
f081d7b81c
commit
536bef7166
2 changed files with 4 additions and 5 deletions
|
@ -160,9 +160,8 @@ options:
|
|||
max_utilization:
|
||||
description:
|
||||
- Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization
|
||||
target for the group. The default is 0.8. Valid range is [0.0, 1.0].
|
||||
target for the group. Valid range is [0.0, 1.0].
|
||||
required: false
|
||||
default: '0.8'
|
||||
type: str
|
||||
circuit_breakers:
|
||||
description:
|
||||
|
@ -882,7 +881,7 @@ backends:
|
|||
maxUtilization:
|
||||
description:
|
||||
- Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization
|
||||
target for the group. The default is 0.8. Valid range is [0.0, 1.0].
|
||||
target for the group. Valid range is [0.0, 1.0].
|
||||
returned: success
|
||||
type: str
|
||||
circuitBreakers:
|
||||
|
@ -1438,7 +1437,7 @@ def main():
|
|||
max_rate=dict(type='int'),
|
||||
max_rate_per_instance=dict(type='str'),
|
||||
max_rate_per_endpoint=dict(type='str'),
|
||||
max_utilization=dict(default=0.8, type='str'),
|
||||
max_utilization=dict(type='str'),
|
||||
),
|
||||
),
|
||||
circuit_breakers=dict(
|
||||
|
|
|
@ -220,7 +220,7 @@ resources:
|
|||
maxUtilization:
|
||||
description:
|
||||
- Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization
|
||||
target for the group. The default is 0.8. Valid range is [0.0, 1.0].
|
||||
target for the group. Valid range is [0.0, 1.0].
|
||||
returned: success
|
||||
type: str
|
||||
circuitBreakers:
|
||||
|
|
Loading…
Add table
Reference in a new issue