adding ansible types in documentation (#303)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-07-16 14:19:07 -07:00 committed by Alex Stephen
parent 72e4cc7214
commit 43536a1e38
81 changed files with 844 additions and 0 deletions

View file

@ -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)'