1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Update inline docs to add some params.

This commit is contained in:
Rupak Ganguly 2011-12-20 11:10:42 -05:00
parent 718dcb9c17
commit b275db58d1

View file

@ -11,6 +11,8 @@ module Fog
# * image_id<~Integer> - Id of image for server
# * options<~Hash>:
# * 'metadata'<~Hash> - Up to 5 key value pairs containing 255 bytes of info
# * 'min_count'<~Integer> - Number of servers to create. Defaults to 1.
# * 'max_count'<~Integer> - Max. number of servers to create. Defaults to being equal to min_count.
# * 'key_name'<~String> - Name of keypair to be used
# * 'security_groups'<~Array> - one or more security groups to be used
# * 'availability_zone'<~String> - the availability zone to be used