mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 22:51:30 -07:00
* Memorystore Redis connectMode support * Redis connectMode explicit default Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
0e3c7a6258
commit
982e2487df
2 changed files with 24 additions and 0 deletions
|
@ -123,6 +123,12 @@ resources:
|
|||
connected. If left unspecified, the default network will be used.
|
||||
returned: success
|
||||
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`.
|
||||
returned: success
|
||||
type: str
|
||||
createTime:
|
||||
description:
|
||||
- The time the instance was created in RFC3339 UTC "Zulu" format, accurate to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue