This commit is contained in:
twangboy 2021-01-06 22:32:18 -07:00 committed by Megan Wilhite
parent cc9313d832
commit 60281f7618

View file

@ -4213,16 +4213,17 @@ def create_volume(kwargs=None, call=None, wait_to_finish=False):
The snapshot-id from which to create the volume. Integer.
type
The volume type. This can be gp2 for General Purpose SSD, io1 for Provisioned
IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for
Magnetic volumes. String.
The volume type. This can be ``gp2`` for General Purpose SSD, ``io1`` or
``io2`` for Provisioned IOPS SSD, ``st1`` for Throughput Optimized HDD,
``sc1`` for Cold HDD, or ``standard`` for Magnetic volumes. String.
iops
The number of I/O operations per second (IOPS) to provision for the volume,
with a maximum ratio of 50 IOPS/GiB. Only valid for Provisioned IOPS SSD
volumes. Integer.
This option will only be set if ``type`` is also specified as ``io1``.
This option will only be set if ``type`` is also specified as ``io1`` or
``io2``
encrypted
Specifies whether the volume will be encrypted. Boolean.