mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-05 00:19:10 -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
|
@ -63,8 +63,7 @@ options:
|
|||
type: str
|
||||
connect_mode:
|
||||
description:
|
||||
- The connection mode of the Redis instance. Can be either `DIRECT_PEERING` or
|
||||
`PRIVATE_SERVICE_ACCESS`. The default connect mode if not provided is `DIRECT_PEERING`.
|
||||
- The connection mode of the Redis instance.
|
||||
- 'Some valid choices include: "DIRECT_PEERING", "PRIVATE_SERVICE_ACCESS"'
|
||||
required: false
|
||||
default: DIRECT_PEERING
|
||||
|
@ -231,8 +230,7 @@ authorizedNetwork:
|
|||
type: str
|
||||
connectMode:
|
||||
description:
|
||||
- The connection mode of the Redis instance. Can be either `DIRECT_PEERING` or `PRIVATE_SERVICE_ACCESS`.
|
||||
The default connect mode if not provided is `DIRECT_PEERING`.
|
||||
- The connection mode of the Redis instance.
|
||||
returned: success
|
||||
type: str
|
||||
createTime:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue