mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Co-authored-by: upodroid <cy@borg.dev> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: upodroid <cy@borg.dev>
This commit is contained in:
parent
ff2ac11bea
commit
1c364de171
2 changed files with 9 additions and 12 deletions
|
@ -113,10 +113,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. Currently, the supported values are: - REDIS_5_0 for Redis 5.0 compatibility
|
be used. Please check the API documentation linked at the top for the latest
|
||||||
- REDIS_4_0 for Redis 4.0 compatibility - REDIS_3_2 for Redis 3.2 compatibility
|
valid values.
|
||||||
.'
|
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
reserved_ip_range:
|
reserved_ip_range:
|
||||||
|
@ -328,10 +327,9 @@ persistenceIamIdentity:
|
||||||
type: str
|
type: str
|
||||||
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. Currently, the supported values are: - REDIS_5_0 for Redis 5.0 compatibility
|
be used. Please check the API documentation linked at the top for the latest valid
|
||||||
- REDIS_4_0 for Redis 4.0 compatibility - REDIS_3_2 for Redis 3.2 compatibility
|
values.
|
||||||
.'
|
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
reservedIpRange:
|
reservedIpRange:
|
||||||
|
|
|
@ -207,10 +207,9 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
redisVersion:
|
redisVersion:
|
||||||
description:
|
description:
|
||||||
- 'The version of Redis software. If not provided, latest supported version
|
- The version of Redis software. If not provided, latest supported version will
|
||||||
will be used. Currently, the supported values are: - REDIS_5_0 for Redis 5.0
|
be used. Please check the API documentation linked at the top for the latest
|
||||||
compatibility - REDIS_4_0 for Redis 4.0 compatibility - REDIS_3_2 for Redis
|
valid values.
|
||||||
3.2 compatibility .'
|
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
reservedIpRange:
|
reservedIpRange:
|
||||||
|
|
Loading…
Add table
Reference in a new issue