mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Quick doc update with some available EBS properties
It took me a few tries to get the properties right so I figured a quick update to the docs may save some one a few mins in the future.
This commit is contained in:
parent
0f8cc3c27f
commit
b2b9e28cc4
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ module Fog
|
|||
# * 'Ebs.SnapshotId'<~String> - id of snapshot to boot volume from
|
||||
# * 'Ebs.VolumeSize'<~String> - size of volume in GiBs required unless snapshot is specified
|
||||
# * 'Ebs.DeleteOnTermination'<~String> - specifies whether or not to delete the volume on instance termination
|
||||
# * 'Ebs.VolumeType'<~String> - Type of EBS volue. Valid options in ['standard', 'io1'] default is 'standard'.
|
||||
# * 'Ebs.Iops'<~String> - The number of I/O operations per second (IOPS) that the volume supports. Required when VolumeType is 'io1'
|
||||
# * 'ClientToken'<~String> - unique case-sensitive token for ensuring idempotency
|
||||
# * 'DisableApiTermination'<~Boolean> - specifies whether or not to allow termination of the instance from the api
|
||||
# * 'SecurityGroup'<~Array> or <~String> - Name of security group(s) for instances (not supported for VPC)
|
||||
|
|
Loading…
Reference in a new issue