mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -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
|
type: str
|
||||||
capacity_gb:
|
capacity_gb:
|
||||||
description:
|
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
|
required: true
|
||||||
type: int
|
type: int
|
||||||
networks:
|
networks:
|
||||||
|
@ -181,7 +182,8 @@ fileShares:
|
||||||
type: str
|
type: str
|
||||||
capacityGb:
|
capacityGb:
|
||||||
description:
|
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
|
returned: success
|
||||||
type: int
|
type: int
|
||||||
networks:
|
networks:
|
||||||
|
|
|
@ -102,7 +102,8 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
capacityGb:
|
capacityGb:
|
||||||
description:
|
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
|
returned: success
|
||||||
type: int
|
type: int
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue