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 docs #5568

Merged
merged 1 commit into from
Jan 3, 2022
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
9 changes: 6 additions & 3 deletions mmv1/products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3666,7 +3666,8 @@ objects:
apply to traffic that has source IP address within sourceRanges OR the
source IP that belongs to a tag listed in the sourceTags property. The
connection does not need to match both properties for the firewall to
apply. Only IPv4 is supported.
apply. Only IPv4 is supported. For INGRESS traffic, one of `source_ranges`,
`source_tags` or `source_service_accounts` is required.
item_type: Api::Type::String
- !ruby/object:Api::Type::Array
name: 'sourceServiceAccounts'
Expand All @@ -3681,7 +3682,8 @@ objects:
source IP belongs to an instance with service account listed in
sourceServiceAccount. The connection does not need to match both
properties for the firewall to apply. sourceServiceAccounts cannot be
used at the same time as sourceTags or targetTags.
used at the same time as sourceTags or targetTags. For INGRESS traffic,
one of `source_ranges`, `source_tags` or `source_service_accounts` is required.
item_type: Api::Type::String
max_size: 10
conflicts:
Expand All @@ -3698,7 +3700,8 @@ objects:
both properties are set, the firewall will apply to traffic that has
source IP address within sourceRanges OR the source IP that belongs to
a tag listed in the sourceTags property. The connection does not need
to match both properties for the firewall to apply.
to match both properties for the firewall to apply. For INGRESS traffic,
one of `source_ranges`, `source_tags` or `source_service_accounts` is required.
item_type: Api::Type::String
- !ruby/object:Api::Type::Array
name: 'targetServiceAccounts'
Expand Down