mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-22 22:11:50 -07:00
* Add enum values generation to documentation, remove previous handwritten lists unless they add value * Add possible enum values to inspec doc generation * Add default, possible values to the schema description * Format fixes * Try spacing to see how md looks * PR feedback * Order of operations * Bigger spacefor markdown Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
41c072bf28
commit
282f8e3b82
40 changed files with 114 additions and 189 deletions
|
@ -152,7 +152,7 @@ options:
|
|||
proxy_header:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the
|
||||
backend, either NONE or PROXY_V1. The default is NONE.
|
||||
backend.
|
||||
- 'Some valid choices include: "NONE", "PROXY_V1"'
|
||||
required: false
|
||||
default: NONE
|
||||
|
@ -214,7 +214,7 @@ options:
|
|||
proxy_header:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the
|
||||
backend, either NONE or PROXY_V1. The default is NONE.
|
||||
backend.
|
||||
- 'Some valid choices include: "NONE", "PROXY_V1"'
|
||||
required: false
|
||||
default: NONE
|
||||
|
@ -269,7 +269,7 @@ options:
|
|||
proxy_header:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the
|
||||
backend, either NONE or PROXY_V1. The default is NONE.
|
||||
backend.
|
||||
- 'Some valid choices include: "NONE", "PROXY_V1"'
|
||||
required: false
|
||||
default: NONE
|
||||
|
@ -324,7 +324,7 @@ options:
|
|||
proxy_header:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the
|
||||
backend, either NONE or PROXY_V1. The default is NONE.
|
||||
backend.
|
||||
- 'Some valid choices include: "NONE", "PROXY_V1"'
|
||||
required: false
|
||||
default: NONE
|
||||
|
@ -387,7 +387,7 @@ options:
|
|||
proxy_header:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the
|
||||
backend, either NONE or PROXY_V1. The default is NONE.
|
||||
backend.
|
||||
- 'Some valid choices include: "NONE", "PROXY_V1"'
|
||||
required: false
|
||||
default: NONE
|
||||
|
@ -574,8 +574,7 @@ httpHealthCheck:
|
|||
type: str
|
||||
proxyHeader:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the backend,
|
||||
either NONE or PROXY_V1. The default is NONE.
|
||||
- Specifies the type of proxy header to append before sending data to the backend.
|
||||
returned: success
|
||||
type: str
|
||||
portSpecification:
|
||||
|
@ -630,8 +629,7 @@ httpsHealthCheck:
|
|||
type: str
|
||||
proxyHeader:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the backend,
|
||||
either NONE or PROXY_V1. The default is NONE.
|
||||
- Specifies the type of proxy header to append before sending data to the backend.
|
||||
returned: success
|
||||
type: str
|
||||
portSpecification:
|
||||
|
@ -680,8 +678,7 @@ tcpHealthCheck:
|
|||
type: str
|
||||
proxyHeader:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the backend,
|
||||
either NONE or PROXY_V1. The default is NONE.
|
||||
- Specifies the type of proxy header to append before sending data to the backend.
|
||||
returned: success
|
||||
type: str
|
||||
portSpecification:
|
||||
|
@ -730,8 +727,7 @@ sslHealthCheck:
|
|||
type: str
|
||||
proxyHeader:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the backend,
|
||||
either NONE or PROXY_V1. The default is NONE.
|
||||
- Specifies the type of proxy header to append before sending data to the backend.
|
||||
returned: success
|
||||
type: str
|
||||
portSpecification:
|
||||
|
@ -786,8 +782,7 @@ http2HealthCheck:
|
|||
type: str
|
||||
proxyHeader:
|
||||
description:
|
||||
- Specifies the type of proxy header to append before sending data to the backend,
|
||||
either NONE or PROXY_V1. The default is NONE.
|
||||
- Specifies the type of proxy header to append before sending data to the backend.
|
||||
returned: success
|
||||
type: str
|
||||
portSpecification:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue