mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -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
|
||||
|
|
|
@ -91,7 +91,7 @@ options:
|
|||
be deleted.
|
||||
- Only the full identifier of the instance will be returned.
|
||||
required: false
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
extends_documentation_fragment: gcp
|
||||
'''
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ module: gcp_dns_managed_zone_facts
|
|||
description:
|
||||
- Gather facts for GCP ManagedZone
|
||||
short_description: Gather facts for GCP ManagedZone
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
requirements:
|
||||
- python >= 2.6
|
||||
|
|
|
@ -37,7 +37,7 @@ description:
|
|||
- The record will include the domain/subdomain name, a type (i.e. A, AAA, CAA, MX,
|
||||
CNAME, NS, etc) .
|
||||
short_description: Creates a GCP ResourceRecordSet
|
||||
version_added: 2.5
|
||||
version_added: 2.6
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
requirements:
|
||||
- python >= 2.6
|
||||
|
|
|
@ -34,7 +34,7 @@ module: gcp_dns_resource_record_set_facts
|
|||
description:
|
||||
- Gather facts for GCP ResourceRecordSet
|
||||
short_description: Gather facts for GCP ResourceRecordSet
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
requirements:
|
||||
- python >= 2.6
|
||||
|
|
|
@ -34,7 +34,7 @@ module: gcp_pubsub_subscription_facts
|
|||
description:
|
||||
- Gather facts for GCP Subscription
|
||||
short_description: Gather facts for GCP Subscription
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
requirements:
|
||||
- python >= 2.6
|
||||
|
|
|
@ -34,7 +34,7 @@ module: gcp_pubsub_topic_facts
|
|||
description:
|
||||
- Gather facts for GCP Topic
|
||||
short_description: Gather facts for GCP Topic
|
||||
version_added: 2.7
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
requirements:
|
||||
- python >= 2.6
|
||||
|
|
Loading…
Add table
Reference in a new issue