Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update allowed values for subnet purpose #2305

Merged
merged 2 commits into from
Sep 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/terraform-beta
6 changes: 3 additions & 3 deletions products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7340,13 +7340,13 @@ objects:
input: true
values:
- :INTERNAL_HTTPS_LOAD_BALANCER
- :PRIVATE_RFC_1918
- :PRIVATE
description: |
The purpose of the resource. This field can be either PRIVATE_RFC_1918
The purpose of the resource. This field can be either PRIVATE
or INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to
INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is
reserved for Internal HTTP(S) Load Balancing.
reserved for Internal HTTP(S) Load Balancing. If unspecified, the
purpose defaults to PRIVATE.

If set to INTERNAL_HTTPS_LOAD_BALANCER you must also set the role.
- !ruby/object:Api::Type::Enum
Expand Down