set optional computed on fields that are conditional to balancing_mode (#4975) (#446)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-07-19 13:22:38 -05:00 committed by GitHub
parent f081d7b81c
commit 536bef7166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -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(

View file

@ -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: