mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Minor update to inline help.
This commit is contained in:
parent
42af8f6e04
commit
59231abe81
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ module Fog
|
|||
# * description<~String> - Description of the snapshot
|
||||
# * volume_id<~Integer> - Id of the volume to create snapshot of
|
||||
# * options<~Hash>:
|
||||
# * 'force'<~Boolean> - True or False
|
||||
# * 'force'<~Boolean> - Not implemented yet. True or False, to allow online snapshots (i.e. when volume is attached)
|
||||
#
|
||||
# ==== Returns
|
||||
# * response<~Excon::Response>:
|
||||
|
|
|
@ -10,7 +10,7 @@ module Fog
|
|||
# * description<~String> - Description of the volume
|
||||
# * size<~Integer> - Size of the volume (in GBs)
|
||||
# * options<~Hash>:
|
||||
# * 'snapshot_id'<~String> - Id of the volume snapshot
|
||||
# * 'snapshot_id'<~String> - Id of the volume snapshot to create the volume from
|
||||
#
|
||||
# ==== Returns
|
||||
# * response<~Excon::Response>:
|
||||
|
|
Loading…
Reference in a new issue