mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -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
|
type: int
|
||||||
redis_version:
|
redis_version:
|
||||||
description:
|
description:
|
||||||
- The version of Redis software. If not provided, latest supported version will
|
- '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.
|
be used. Currently, the supported values are: - REDIS_4_0 for Redis 4.0 compatibility
|
||||||
Currently, the supported values are REDIS_3_2 for Redis 3.2.
|
- REDIS_3_2 for Redis 3.2 compatibility .'
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
reserved_ip_range:
|
reserved_ip_range:
|
||||||
|
@ -236,9 +236,9 @@ port:
|
||||||
type: int
|
type: int
|
||||||
redisVersion:
|
redisVersion:
|
||||||
description:
|
description:
|
||||||
- The version of Redis software. If not provided, latest supported version will
|
- '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.
|
be used. Currently, the supported values are: - REDIS_4_0 for Redis 4.0 compatibility
|
||||||
Currently, the supported values are REDIS_3_2 for Redis 3.2.
|
- REDIS_3_2 for Redis 3.2 compatibility .'
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
reservedIpRange:
|
reservedIpRange:
|
||||||
|
|
|
@ -142,9 +142,9 @@ resources:
|
||||||
type: int
|
type: int
|
||||||
redisVersion:
|
redisVersion:
|
||||||
description:
|
description:
|
||||||
- The version of Redis software. If not provided, latest supported version will
|
- 'The version of Redis software. If not provided, latest supported version
|
||||||
be used. Updating the version will perform an upgrade/downgrade to the new
|
will be used. Currently, the supported values are: - REDIS_4_0 for Redis 4.0
|
||||||
version. Currently, the supported values are REDIS_3_2 for Redis 3.2.
|
compatibility - REDIS_3_2 for Redis 3.2 compatibility .'
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
reservedIpRange:
|
reservedIpRange:
|
||||||
|
|
Loading…
Add table
Reference in a new issue