Specify minimum filestore capacity, correct units (#378)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-08-29 13:07:26 -07:00 committed by Alex Stephen
parent d6cbc24204
commit 6de35a194c
2 changed files with 6 additions and 3 deletions

View file

@ -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:

View file

@ -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: