Skip to content

Commit

Permalink
updated two defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Sun committed Aug 29, 2022
1 parent 38743f3 commit 77e7b4e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions mmv1/products/vpcaccess/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ objects:
min_version: beta
- !ruby/object:Api::Type::Integer
name: minThroughput
# its default in API doc is 200 but api returns 500 if it is not set
description: |
Minimum throughput of the connector in Mbps. Default and min is 200.
default_value: 200
Minimum throughput of the connector in Mbps. Default and min is 500.
default_value: 500
- !ruby/object:Api::Type::Integer
name: minInstances
description: |
Expand All @@ -117,12 +118,9 @@ objects:
min_version: beta
- !ruby/object:Api::Type::Integer
name: maxThroughput
# The API documentation says this will default to 200, but when I tried that I got an error that the minimum
# throughput must be lower than the maximum. The console defaults to 1000, so I changed it to that.
# API returns 300 if it is not sent
description: |
Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300.
default_value: 300
Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 1000.
default_value: 1000
- !ruby/object:Api::Type::String
name: 'selfLink'
description: |
Expand Down

0 comments on commit 77e7b4e

Please sign in to comment.