mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 19:00: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:
|
||||
- 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
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol
|
||||
number.
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the
|
||||
IP protocol number.
|
||||
required: true
|
||||
type: str
|
||||
ports:
|
||||
|
@ -94,8 +94,8 @@ options:
|
|||
description:
|
||||
- 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
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol
|
||||
number.
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the
|
||||
IP protocol number.
|
||||
required: true
|
||||
type: str
|
||||
ports:
|
||||
|
@ -336,8 +336,8 @@ allowed:
|
|||
description:
|
||||
- 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
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol
|
||||
number.
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the
|
||||
IP protocol number.
|
||||
returned: success
|
||||
type: str
|
||||
ports:
|
||||
|
@ -364,8 +364,8 @@ denied:
|
|||
description:
|
||||
- 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
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol
|
||||
number.
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the
|
||||
IP protocol number.
|
||||
returned: success
|
||||
type: str
|
||||
ports:
|
||||
|
|
|
@ -123,8 +123,8 @@ resources:
|
|||
description:
|
||||
- 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
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP
|
||||
protocol number.
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or
|
||||
the IP protocol number.
|
||||
returned: success
|
||||
type: str
|
||||
ports:
|
||||
|
@ -152,8 +152,8 @@ resources:
|
|||
description:
|
||||
- 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
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP
|
||||
protocol number.
|
||||
well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or
|
||||
the IP protocol number.
|
||||
returned: success
|
||||
type: str
|
||||
ports:
|
||||
|
|
Loading…
Add table
Reference in a new issue