Sha256: c22b83ee2d5bf05aa28274ec554512746371bd94eaa44b0a7207df2bb9a14b08
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def restore_template(options = {}) request( :path => '/Storm/Template/restore', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-storm_on_demand-0.1.0 | lib/fog/compute/storm_on_demand/requests/restore_template.rb |
fog-storm_on_demand-0.0.1 | lib/fog/compute/storm_on_demand/requests/restore_template.rb |