mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 19:00:27 -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:
|
max_utilization:
|
||||||
description:
|
description:
|
||||||
- Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization
|
- 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
|
required: false
|
||||||
default: '0.8'
|
|
||||||
type: str
|
type: str
|
||||||
circuit_breakers:
|
circuit_breakers:
|
||||||
description:
|
description:
|
||||||
|
@ -882,7 +881,7 @@ backends:
|
||||||
maxUtilization:
|
maxUtilization:
|
||||||
description:
|
description:
|
||||||
- Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization
|
- 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
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
circuitBreakers:
|
circuitBreakers:
|
||||||
|
@ -1438,7 +1437,7 @@ def main():
|
||||||
max_rate=dict(type='int'),
|
max_rate=dict(type='int'),
|
||||||
max_rate_per_instance=dict(type='str'),
|
max_rate_per_instance=dict(type='str'),
|
||||||
max_rate_per_endpoint=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(
|
circuit_breakers=dict(
|
||||||
|
|
|
@ -220,7 +220,7 @@ resources:
|
||||||
maxUtilization:
|
maxUtilization:
|
||||||
description:
|
description:
|
||||||
- Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization
|
- 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
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
circuitBreakers:
|
circuitBreakers:
|
||||||
|
|
Loading…
Add table
Reference in a new issue