mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
EFS - add support for new Provisioned Throughput (#43253)
* efs.py: Add support for EFS provisioned throughput * efs_facts.py: Add support for EFS provisioned throughput * efs_facts integration tests updated with provision throughput * efs_facts: Tests refactoring - add failure and success playbook according to botocore version. * efs_facts: More tests and new option descriptions adjustment * efs_facts tests renamed to efs
This commit is contained in:
parent
8acbf10ed2
commit
6059246093
7 changed files with 252 additions and 7 deletions
|
@ -141,6 +141,16 @@ performance_mode:
|
|||
returned: always
|
||||
type: str
|
||||
sample: "generalPurpose"
|
||||
throughput_mode:
|
||||
description: mode of throughput for the file system
|
||||
returned: when botocore >= 1.10.57
|
||||
type: str
|
||||
sample: "bursting"
|
||||
provisioned_throughput_in_mibps:
|
||||
description: throughput provisioned in Mibps
|
||||
returned: when botocore >= 1.10.57 and throughput_mode is set to "provisioned"
|
||||
type: float
|
||||
sample: 15.0
|
||||
tags:
|
||||
description: tags on the efs instance
|
||||
returned: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue