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 resource_compute_network_endpoint_group to support more values… #9207

Merged
merged 1 commit into from
Oct 10, 2023
Merged
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
6 changes: 5 additions & 1 deletion mmv1/products/compute/NetworkEndpointGroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,15 @@ properties:
INTERNAL_MANAGED, and INTERNAL_SELF_MANAGED and 2) support the RATE or
CONNECTION balancing modes.

Possible values include: GCE_VM_IP, GCE_VM_IP_PORT, and NON_GCP_PRIVATE_IP_PORT.
Possible values include: GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_IP_PORT, INTERNET_FQDN_PORT, SERVERLESS, and PRIVATE_SERVICE_CONNECT.
values:
- :GCE_VM_IP
- :GCE_VM_IP_PORT
- :NON_GCP_PRIVATE_IP_PORT
- :INTERNET_IP_PORT
- :INTERNET_FQDN_PORT
- :SERVERLESS
- :PRIVATE_SERVICE_CONNECT
default_value: :GCE_VM_IP_PORT
- !ruby/object:Api::Type::Integer
name: 'size'
Expand Down