mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docs
This commit is contained in:
parent
cc9313d832
commit
60281f7618
1 changed files with 5 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue