# File lib/fog/ecloud/models/compute/servers.rb, line 15 def all check_href!(:parent => "Vdc") load(_vapps) end
# File lib/fog/ecloud/models/compute/servers.rb, line 28 def create( catalog_item_uri, options ) options[:vdc_uri] = href options[:cpus] ||= 1 options[:memory] ||= 512 data = connection.instantiate_vapp_template( catalog_item_uri, options ).body object = new(data) object end
Generated with the Darkfish Rdoc Generator 2.