mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws][compute] add description for run_instances to do idempotent
This commit is contained in:
parent
88d540376d
commit
c00dd7e205
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ module Fog
|
||||||
# * 'Ebs.SnapshotId'<~String> - id of snapshot to boot volume from
|
# * 'Ebs.SnapshotId'<~String> - id of snapshot to boot volume from
|
||||||
# * 'Ebs.VolumeSize'<~String> - size of volume in GiBs required unless snapshot is specified
|
# * '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.DeleteOnTermination'<~String> - specifies whether or not to delete the volume on instance termination
|
||||||
|
# * 'ClientToken'<~String> - unique case-sensitive token for ensuring idempotency
|
||||||
# * 'SecurityGroup'<~Array> or <~String> - Name of security group(s) for instances (you must omit this parameter if using Virtual Private Clouds)
|
# * 'SecurityGroup'<~Array> or <~String> - Name of security group(s) for instances (you must omit this parameter if using Virtual Private Clouds)
|
||||||
# * 'InstanceInitiatedShutdownBehaviour'<~String> - specifies whether volumes are stopped or terminated when instance is shutdown
|
# * 'InstanceInitiatedShutdownBehaviour'<~String> - specifies whether volumes are stopped or terminated when instance is shutdown
|
||||||
# * 'InstanceType'<~String> - Type of instance to boot. Valid options
|
# * 'InstanceType'<~String> - Type of instance to boot. Valid options
|
||||||
|
|
Loading…
Add table
Reference in a new issue