mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
more doc consistency fixes
This commit is contained in:
parent
71225d2d06
commit
d40995dd17
1 changed files with 23 additions and 19 deletions
|
@ -39,6 +39,7 @@ module Fog
|
|||
# Acquire an elastic IP address.
|
||||
#
|
||||
# ==== Returns
|
||||
# response::
|
||||
# body<~Hash>::
|
||||
# :public_ip<~String>:: The acquired address
|
||||
def allocate_address
|
||||
|
@ -50,13 +51,14 @@ module Fog
|
|||
# Create an EBS volume
|
||||
#
|
||||
# ==== Parameters
|
||||
# availability_zone<~String>:: availability zone to create volume in
|
||||
# size<~Integer>:: Size in GiBs for volume. Must be between 1 and 1024.
|
||||
# snapshot_id<~String>:: Optional, snapshot to create volume from
|
||||
# :availability_zone<~String>::
|
||||
# availability zone to create volume in
|
||||
# :size<~Integer>:: Size in GiBs for volume. Must be between 1 and 1024.
|
||||
# :snapshot_id<~String>:: Optional, snapshot to create volume from
|
||||
#
|
||||
# ==== Returns
|
||||
# response::
|
||||
# body<~Hash>::
|
||||
# :body<~Hash>::
|
||||
# :volume_id<~String>:: Reference to volume
|
||||
# :size<~Integer>:: Size in GiBs for volume
|
||||
# :status<~String>:: State of volume
|
||||
|
@ -94,6 +96,7 @@ module Fog
|
|||
# public_ips<~Array>:: List of ips to describe, defaults to all
|
||||
#
|
||||
# ==== Returns
|
||||
# response:
|
||||
# body<~Hash>::
|
||||
# :request_id<~String>:: Id of request
|
||||
# :address_set<~Array>:: Addresses
|
||||
|
@ -116,6 +119,7 @@ module Fog
|
|||
# :owner<~String>:: Only return images belonging to owner.
|
||||
#
|
||||
# ==== Returns
|
||||
# response::
|
||||
# body<~Hash>::
|
||||
# :request_id<~String>:: Id of request
|
||||
# :image_set<~Array>:: Images
|
||||
|
|
Loading…
Add table
Reference in a new issue