Skip to content

Commit

Permalink
don't include enum values that aren't supported by gcp yet
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow committed Jun 19, 2019
1 parent 0591aad commit 57f2f6d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2204,15 +2204,11 @@ objects:
description: |
The purpose of the resource. For global internal addresses it can be
* GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, internal load balancers, and similar resources.
* DNS_RESOLVER for a DNS resolver address in a subnetwork
* VPC_PEERING for addresses that are reserved for VPC peer networks.
* NAT_AUTO for addresses that are external IP addresses automatically reserved for Cloud NAT.
* VPC_PEERING - for peer networks
This should only be set when using an Internal address.
values:
- :GCE_ENDPOINT
- :DNS_RESOLVER
- :VPC_PEERING
- :NAT_AUTO
- !ruby/object:Api::Type::ResourceRef
name: 'network'
resource: 'Network'
Expand Down

0 comments on commit 57f2f6d

Please sign in to comment.