mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-11 12:21:28 -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
|
@ -69,8 +69,7 @@ options:
|
|||
- Specifies the QUIC override policy for this resource. This determines whether
|
||||
the load balancer will attempt to negotiate QUIC with clients or not. Can specify
|
||||
one of NONE, ENABLE, or DISABLE. If NONE is specified, uses the QUIC policy
|
||||
with no user overrides, which is equivalent to DISABLE. Not specifying this
|
||||
field is equivalent to specifying NONE.
|
||||
with no user overrides, which is equivalent to DISABLE.
|
||||
- 'Some valid choices include: "NONE", "ENABLE", "DISABLE"'
|
||||
required: false
|
||||
type: str
|
||||
|
@ -283,8 +282,7 @@ quicOverride:
|
|||
- Specifies the QUIC override policy for this resource. This determines whether
|
||||
the load balancer will attempt to negotiate QUIC with clients or not. Can specify
|
||||
one of NONE, ENABLE, or DISABLE. If NONE is specified, uses the QUIC policy with
|
||||
no user overrides, which is equivalent to DISABLE. Not specifying this field is
|
||||
equivalent to specifying NONE.
|
||||
no user overrides, which is equivalent to DISABLE.
|
||||
returned: success
|
||||
type: str
|
||||
sslCertificates:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue