mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
add redis_4_0 as supported (#320)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
effb6cdadd
commit
12db9c47e9
2 changed files with 9 additions and 9 deletions
|
@ -99,9 +99,9 @@ options:
|
|||
type: int
|
||||
redis_version:
|
||||
description:
|
||||
- The version of Redis software. If not provided, latest supported version will
|
||||
be used. Updating the version will perform an upgrade/downgrade to the new version.
|
||||
Currently, the supported values are REDIS_3_2 for Redis 3.2.
|
||||
- 'The version of Redis software. If not provided, latest supported version will
|
||||
be used. Currently, the supported values are: - REDIS_4_0 for Redis 4.0 compatibility
|
||||
- REDIS_3_2 for Redis 3.2 compatibility .'
|
||||
required: false
|
||||
type: str
|
||||
reserved_ip_range:
|
||||
|
@ -236,9 +236,9 @@ port:
|
|||
type: int
|
||||
redisVersion:
|
||||
description:
|
||||
- The version of Redis software. If not provided, latest supported version will
|
||||
be used. Updating the version will perform an upgrade/downgrade to the new version.
|
||||
Currently, the supported values are REDIS_3_2 for Redis 3.2.
|
||||
- 'The version of Redis software. If not provided, latest supported version will
|
||||
be used. Currently, the supported values are: - REDIS_4_0 for Redis 4.0 compatibility
|
||||
- REDIS_3_2 for Redis 3.2 compatibility .'
|
||||
returned: success
|
||||
type: str
|
||||
reservedIpRange:
|
||||
|
|
|
@ -142,9 +142,9 @@ resources:
|
|||
type: int
|
||||
redisVersion:
|
||||
description:
|
||||
- The version of Redis software. If not provided, latest supported version will
|
||||
be used. Updating the version will perform an upgrade/downgrade to the new
|
||||
version. Currently, the supported values are REDIS_3_2 for Redis 3.2.
|
||||
- 'The version of Redis software. If not provided, latest supported version
|
||||
will be used. Currently, the supported values are: - REDIS_4_0 for Redis 4.0
|
||||
compatibility - REDIS_3_2 for Redis 3.2 compatibility .'
|
||||
returned: success
|
||||
type: str
|
||||
reservedIpRange:
|
||||
|
|
Loading…
Add table
Reference in a new issue