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,6 +52,7 @@ options:
- An optional description of this resource. The resource must be recreated to
modify this field.
required: false
type: str
ipv4_range:
description:
- If this field is specified, a deprecated legacy network is created.
@ -62,6 +63,7 @@ options:
- 'This range is a CIDR specification, for example: `192.168.0.0/16`.'
- The resource must be recreated to modify this field.
required: false
type: str
name:
description:
- Name of the resource. Provided by the client when the resource is created. The
@ -71,6 +73,7 @@ options:
characters must be a dash, lowercase letter, or digit, except the last character,
which cannot be a dash.
required: true
type: str
auto_create_subnetworks:
description:
- When set to `true`, the network is created in "auto subnet mode" and it will
@ -85,6 +88,7 @@ options:
- The network-level routing configuration for this network. Used by Cloud Router
to determine what type of network-wide routing behavior to enforce.
required: false
type: dict
version_added: 2.8
suboptions:
routing_mode:
@ -96,6 +100,7 @@ options:
regions.
- 'Some valid choices include: "REGIONAL", "GLOBAL"'
required: true
type: str
extends_documentation_fragment: gcp
notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/networks)'