mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -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
|
- The list of DENY rules specified by this firewall. Each rule specifies a protocol
|
||||||
and port-range tuple that describes a denied connection.
|
and port-range tuple that describes a denied connection.
|
||||||
required: false
|
required: false
|
||||||
version_added: 2.7
|
version_added: 2.8
|
||||||
suboptions:
|
suboptions:
|
||||||
ip_protocol:
|
ip_protocol:
|
||||||
description:
|
description:
|
||||||
|
@ -114,14 +114,14 @@ options:
|
||||||
has destination IP address in these ranges. These ranges must be expressed in CIDR
|
has destination IP address in these ranges. These ranges must be expressed in CIDR
|
||||||
format. Only IPv4 is supported.
|
format. Only IPv4 is supported.
|
||||||
required: false
|
required: false
|
||||||
version_added: 2.7
|
version_added: 2.8
|
||||||
direction:
|
direction:
|
||||||
description:
|
description:
|
||||||
- 'Direction of traffic to which this firewall applies; default is INGRESS. Note:
|
- 'Direction of traffic to which this firewall applies; default is INGRESS. Note:
|
||||||
For INGRESS traffic, it is NOT supported to specify destinationRanges; For EGRESS
|
For INGRESS traffic, it is NOT supported to specify destinationRanges; For EGRESS
|
||||||
traffic, it is NOT supported to specify sourceRanges OR sourceTags.'
|
traffic, it is NOT supported to specify sourceRanges OR sourceTags.'
|
||||||
required: false
|
required: false
|
||||||
version_added: 2.7
|
version_added: 2.8
|
||||||
choices: ['INGRESS', 'EGRESS']
|
choices: ['INGRESS', 'EGRESS']
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
@ -151,7 +151,7 @@ options:
|
||||||
precedence over ALLOW rules having equal priority.
|
precedence over ALLOW rules having equal priority.
|
||||||
required: false
|
required: false
|
||||||
default: 1000
|
default: 1000
|
||||||
version_added: 2.7
|
version_added: 2.8
|
||||||
source_ranges:
|
source_ranges:
|
||||||
description:
|
description:
|
||||||
- An optional list of ports to which this rule applies. This field is only
|
- 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
|
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.
|
cannot be used at the same time as sourceTags or targetTags.
|
||||||
required: false
|
required: false
|
||||||
version_added: 2.7
|
version_added: 2.8
|
||||||
source_tags:
|
source_tags:
|
||||||
description:
|
description:
|
||||||
- If source tags are specified, the firewall will apply only to traffic with source
|
- 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
|
If neither targetServiceAccounts nor targetTags are specified, the firewall rule
|
||||||
applies to all instances on the specified network.
|
applies to all instances on the specified network.
|
||||||
required: false
|
required: false
|
||||||
version_added: 2.7
|
version_added: 2.8
|
||||||
target_tags:
|
target_tags:
|
||||||
description:
|
description:
|
||||||
- An optional list of ports to which this rule applies. This field is only
|
- An optional list of ports to which this rule applies. This field is only
|
||||||
|
|
|
@ -91,7 +91,7 @@ options:
|
||||||
be deleted.
|
be deleted.
|
||||||
- Only the full identifier of the instance will be returned.
|
- Only the full identifier of the instance will be returned.
|
||||||
required: false
|
required: false
|
||||||
version_added: 2.7
|
version_added: 2.8
|
||||||
extends_documentation_fragment: gcp
|
extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ module: gcp_dns_managed_zone_facts
|
||||||
description:
|
description:
|
||||||
- Gather facts for GCP ManagedZone
|
- Gather facts for GCP ManagedZone
|
||||||
short_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)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
requirements:
|
requirements:
|
||||||
- python >= 2.6
|
- python >= 2.6
|
||||||
|
|
|
@ -37,7 +37,7 @@ description:
|
||||||
- The record will include the domain/subdomain name, a type (i.e. A, AAA, CAA, MX,
|
- The record will include the domain/subdomain name, a type (i.e. A, AAA, CAA, MX,
|
||||||
CNAME, NS, etc) .
|
CNAME, NS, etc) .
|
||||||
short_description: Creates a GCP ResourceRecordSet
|
short_description: Creates a GCP ResourceRecordSet
|
||||||
version_added: 2.5
|
version_added: 2.6
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
requirements:
|
requirements:
|
||||||
- python >= 2.6
|
- python >= 2.6
|
||||||
|
|
|
@ -34,7 +34,7 @@ module: gcp_dns_resource_record_set_facts
|
||||||
description:
|
description:
|
||||||
- Gather facts for GCP ResourceRecordSet
|
- Gather facts for GCP ResourceRecordSet
|
||||||
short_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)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
requirements:
|
requirements:
|
||||||
- python >= 2.6
|
- python >= 2.6
|
||||||
|
|
|
@ -34,7 +34,7 @@ module: gcp_pubsub_subscription_facts
|
||||||
description:
|
description:
|
||||||
- Gather facts for GCP Subscription
|
- Gather facts for GCP Subscription
|
||||||
short_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)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
requirements:
|
requirements:
|
||||||
- python >= 2.6
|
- python >= 2.6
|
||||||
|
|
|
@ -34,7 +34,7 @@ module: gcp_pubsub_topic_facts
|
||||||
description:
|
description:
|
||||||
- Gather facts for GCP Topic
|
- Gather facts for GCP Topic
|
||||||
short_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)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
requirements:
|
requirements:
|
||||||
- python >= 2.6
|
- python >= 2.6
|
||||||
|
|
Loading…
Add table
Reference in a new issue