mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Specify minimum filestore capacity, correct units (#378)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
d6cbc24204
commit
6de35a194c
2 changed files with 6 additions and 3 deletions
|
@ -83,7 +83,8 @@ options:
|
|||
type: str
|
||||
capacity_gb:
|
||||
description:
|
||||
- File share capacity in GB.
|
||||
- File share capacity in GiB. This must be at least 1024 GiB for the standard
|
||||
tier, or 2560 GiB for the premium tier.
|
||||
required: true
|
||||
type: int
|
||||
networks:
|
||||
|
@ -181,7 +182,8 @@ fileShares:
|
|||
type: str
|
||||
capacityGb:
|
||||
description:
|
||||
- File share capacity in GB.
|
||||
- File share capacity in GiB. This must be at least 1024 GiB for the standard
|
||||
tier, or 2560 GiB for the premium tier.
|
||||
returned: success
|
||||
type: int
|
||||
networks:
|
||||
|
|
|
@ -102,7 +102,8 @@ resources:
|
|||
type: str
|
||||
capacityGb:
|
||||
description:
|
||||
- File share capacity in GB.
|
||||
- File share capacity in GiB. This must be at least 1024 GiB for the standard
|
||||
tier, or 2560 GiB for the premium tier.
|
||||
returned: success
|
||||
type: int
|
||||
networks:
|
||||
|
|
Loading…
Add table
Reference in a new issue