Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-04-03 16:57:52 -07:00 committed by GitHub
parent aa5b438c28
commit 24b3edcdfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View file

@ -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:

View file

@ -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: