mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -07:00
Upstream https://github.com/terraform-providers/terraform-provi… (#3345) (#189)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
aa5b438c28
commit
24b3edcdfb
2 changed files with 12 additions and 12 deletions
|
@ -67,8 +67,8 @@ options:
|
||||||
description:
|
description:
|
||||||
- The IP protocol to which this rule applies. The protocol type is required
|
- The IP protocol to which this rule applies. The protocol type is required
|
||||||
when creating a firewall rule. This value can either be one of the following
|
when creating a firewall rule. This value can either be one of the following
|
||||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol
|
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the
|
||||||
number.
|
IP protocol number.
|
||||||
required: true
|
required: true
|
||||||
type: str
|
type: str
|
||||||
ports:
|
ports:
|
||||||
|
@ -94,8 +94,8 @@ options:
|
||||||
description:
|
description:
|
||||||
- The IP protocol to which this rule applies. The protocol type is required
|
- The IP protocol to which this rule applies. The protocol type is required
|
||||||
when creating a firewall rule. This value can either be one of the following
|
when creating a firewall rule. This value can either be one of the following
|
||||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol
|
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the
|
||||||
number.
|
IP protocol number.
|
||||||
required: true
|
required: true
|
||||||
type: str
|
type: str
|
||||||
ports:
|
ports:
|
||||||
|
@ -336,8 +336,8 @@ allowed:
|
||||||
description:
|
description:
|
||||||
- The IP protocol to which this rule applies. The protocol type is required
|
- The IP protocol to which this rule applies. The protocol type is required
|
||||||
when creating a firewall rule. This value can either be one of the following
|
when creating a firewall rule. This value can either be one of the following
|
||||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol
|
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the
|
||||||
number.
|
IP protocol number.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
ports:
|
ports:
|
||||||
|
@ -364,8 +364,8 @@ denied:
|
||||||
description:
|
description:
|
||||||
- The IP protocol to which this rule applies. The protocol type is required
|
- The IP protocol to which this rule applies. The protocol type is required
|
||||||
when creating a firewall rule. This value can either be one of the following
|
when creating a firewall rule. This value can either be one of the following
|
||||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol
|
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the
|
||||||
number.
|
IP protocol number.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -123,8 +123,8 @@ resources:
|
||||||
description:
|
description:
|
||||||
- The IP protocol to which this rule applies. The protocol type is required
|
- The IP protocol to which this rule applies. The protocol type is required
|
||||||
when creating a firewall rule. This value can either be one of the following
|
when creating a firewall rule. This value can either be one of the following
|
||||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP
|
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or
|
||||||
protocol number.
|
the IP protocol number.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
ports:
|
ports:
|
||||||
|
@ -152,8 +152,8 @@ resources:
|
||||||
description:
|
description:
|
||||||
- The IP protocol to which this rule applies. The protocol type is required
|
- The IP protocol to which this rule applies. The protocol type is required
|
||||||
when creating a firewall rule. This value can either be one of the following
|
when creating a firewall rule. This value can either be one of the following
|
||||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP
|
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or
|
||||||
protocol number.
|
the IP protocol number.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Reference in a new issue