mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-24 20:01:24 -07:00
2.8 changes (#98)
This commit is contained in:
parent
b3c1afe126
commit
a53ccea09f
7 changed files with 12 additions and 12 deletions
|
@ -76,7 +76,7 @@ options:
|
|||
- The list of DENY rules specified by this firewall. Each rule specifies a protocol
|
||||
and port-range tuple that describes a denied connection.
|
||||
required: false
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
suboptions:
|
||||
ip_protocol:
|
||||
description:
|
||||
|
@ -114,14 +114,14 @@ options:
|
|||
has destination IP address in these ranges. These ranges must be expressed in CIDR
|
||||
format. Only IPv4 is supported.
|
||||
required: false
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
direction:
|
||||
description:
|
||||
- 'Direction of traffic to which this firewall applies; default is INGRESS. Note:
|
||||
For INGRESS traffic, it is NOT supported to specify destinationRanges; For EGRESS
|
||||
traffic, it is NOT supported to specify sourceRanges OR sourceTags.'
|
||||
required: false
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
choices: ['INGRESS', 'EGRESS']
|
||||
name:
|
||||
description:
|
||||
|
@ -151,7 +151,7 @@ options:
|
|||
precedence over ALLOW rules having equal priority.
|
||||
required: false
|
||||
default: 1000
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
source_ranges:
|
||||
description:
|
||||
- An optional list of ports to which this rule applies. This field is only
|
||||
|
@ -172,7 +172,7 @@ options:
|
|||
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.
|
||||
required: false
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
source_tags:
|
||||
description:
|
||||
- If source tags are specified, the firewall will apply only to traffic with source
|
||||
|
@ -192,7 +192,7 @@ options:
|
|||
If neither targetServiceAccounts nor targetTags are specified, the firewall rule
|
||||
applies to all instances on the specified network.
|
||||
required: false
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
target_tags:
|
||||
description:
|
||||
- An optional list of ports to which this rule applies. This field is only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue