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

@ -54,10 +54,12 @@ options:
traverse through. Required if type is DEDICATED, must not be set if type is
PARTNER.
required: false
type: str
description:
description:
- An optional description of this resource.
required: false
type: str
edge_availability_domain:
description:
- Desired availability domain for the attachment. Only available for type PARTNER,
@ -67,11 +69,13 @@ options:
circuit will lie in the specified domain. If not specified, the value will default
to AVAILABILITY_DOMAIN_ANY.
required: false
type: str
type:
description:
- The type of InterconnectAttachment you wish to create. Defaults to DEDICATED.
- 'Some valid choices include: "DEDICATED", "PARTNER", "PARTNER_PROVIDER"'
required: false
type: str
router:
description:
- URL of the cloud router to be used for dynamic routing. This router must be
@ -84,6 +88,7 @@ options:
to a gcp_compute_router task and then set this router field to "{{ name-of-resource
}}"'
required: true
type: dict
name:
description:
- Name of the resource. Provided by the client when the resource is created. The
@ -93,6 +98,7 @@ options:
characters must be a dash, lowercase letter, or digit, except the last character,
which cannot be a dash.
required: true
type: str
candidate_subnets:
description:
- Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress
@ -103,15 +109,18 @@ options:
/29s are in use on Google's edge. If not supplied, Google will randomly select
an unused /29 from all of link-local space.
required: false
type: list
vlan_tag8021q:
description:
- The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. When using
PARTNER type this will be managed upstream.
required: false
type: int
region:
description:
- Region where the regional interconnect attachment resides.
required: true
type: str
extends_documentation_fragment: gcp
'''