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

View file

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