Skip to content

Commit

Permalink
make vm-count in google_compute_resource_policy as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Yushchenko committed Oct 17, 2022
1 parent 52783b9 commit 3bebeea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mmv1/products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13012,18 +13012,12 @@ objects:
properties:
- !ruby/object:Api::Type::Integer
name: 'vmCount'
at_least_one_of:
- group_placement_policy.0.vm_count
- group_placement_policy.0.availability_domain_count
description: |
Number of VMs in this placement group. Google does not recommend that you use this field
unless you use a compact policy and you want your policy to work only if it contains this
exact number of VMs.
- !ruby/object:Api::Type::Integer
name: 'availabilityDomainCount'
at_least_one_of:
- group_placement_policy.0.vm_count
- group_placement_policy.0.availability_domain_count
description: |
The number of availability domains instances will be spread across. If two instances are in different
availability domain, they will not be put in the same low latency network
Expand Down

0 comments on commit 3bebeea

Please sign in to comment.