# File lib/fog/storm_on_demand/requests/storage/attach_volume_to_server.rb, line 6 def attach_volume_to_server(options={}) request( :path => '/Storage/Block/Volume/attach', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/storage/create_volume.rb, line 6 def create_volume(options={}) request( :path => '/Storage/Block/Volume/create', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/storage/delete_volume.rb, line 6 def delete_volume(options={}) request( :path => '/Storage/Block/Volume/delete', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/storage/detach_volume_from_server.rb, line 6 def detach_volume_from_server(options={}) request( :path => '/Storage/Block/Volume/detach', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/storage/get_volume.rb, line 6 def get_volume(options={}) request( :path => '/Storage/Block/Volume/details', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/storage/list_clusters.rb, line 6 def list_clusters(options={}) request( :path => '/Storage/Block/Cluster/list', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/storage/list_volumes.rb, line 6 def list_volumes(options={}) request( :path => '/Storage/Block/Volume/list', :body => Fog::JSON.encode(:params => options) ) end
Generated with the Darkfish Rdoc Generator 2.