# File lib/fog/storm_on_demand/models/compute/server.rb, line 56 def clone(options) requires :identity service.clone_server({:uniq_id => identity}.merge!(options)) true end
# File lib/fog/storm_on_demand/models/compute/server.rb, line 35 def create(options) data = service.create_server(options).body['servers'] load(data) end
# File lib/fog/storm_on_demand/models/compute/server.rb, line 40 def destroy requires :identity service.delete_server(:uniq_id => identity) true end
# File lib/fog/storm_on_demand/models/compute/server.rb, line 46 def ready? active == 1 end
Generated with the Darkfish Rdoc Generator 2.