mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-18 17:01:22 -07:00
adding ansible types in documentation (#303)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
72e4cc7214
commit
43536a1e38
81 changed files with 844 additions and 0 deletions
|
@ -52,16 +52,19 @@ options:
|
|||
description:
|
||||
- An optional string description of this rule.
|
||||
required: false
|
||||
type: str
|
||||
source_range:
|
||||
description:
|
||||
- IP address or range, defined using CIDR notation, of requests that this rule
|
||||
applies to.
|
||||
required: true
|
||||
type: str
|
||||
action:
|
||||
description:
|
||||
- The action to take if this rule matches.
|
||||
- 'Some valid choices include: "UNSPECIFIED_ACTION", "ALLOW", "DENY"'
|
||||
required: true
|
||||
type: str
|
||||
priority:
|
||||
description:
|
||||
- A positive integer that defines the order of rule evaluation.
|
||||
|
@ -70,6 +73,7 @@ options:
|
|||
when no previous rule matches. Only the action of this rule can be modified
|
||||
by the user.
|
||||
required: false
|
||||
type: int
|
||||
extends_documentation_fragment: gcp
|
||||
notes:
|
||||
- 'API Reference: U(https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.firewall.ingressRules)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue