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:
description:
- An optional description of this resource.
required: false
type: str
name:
description:
- Name of the resource. Provided by the client when the resource is created. The
@ -61,6 +62,7 @@ options:
characters must be a dash, lowercase letter, or digit, except the last character,
which cannot be a dash.
required: true
type: str
quic_override:
description:
- Specifies the QUIC override policy for this resource. This determines whether
@ -70,6 +72,7 @@ options:
field is equivalent to specifying NONE.
- 'Some valid choices include: "NONE", "ENABLE", "DISABLE"'
required: false
type: str
version_added: 2.7
ssl_certificates:
description:
@ -77,6 +80,7 @@ options:
between users and the load balancer. Currently, exactly one SSL certificate
must be specified.
required: true
type: list
ssl_policy:
description:
- A reference to the SslPolicy resource that will be associated with the TargetHttpsProxy
@ -88,6 +92,7 @@ options:
to a gcp_compute_ssl_policy task and then set this ssl_policy field to "{{ name-of-resource
}}"'
required: false
type: dict
version_added: 2.8
url_map:
description:
@ -99,6 +104,7 @@ options:
to a gcp_compute_url_map task and then set this url_map field to "{{ name-of-resource
}}"'
required: true
type: dict
extends_documentation_fragment: gcp
notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetHttpsProxies)'