# File lib/fog/vsphere/models/compute/server.rb, line 78 def create(options ={}) requires :name, :path new_vm = self.class.new(create_results['vm_attributes']) new_vm.collection = self.collection new_vm.connection = self.connection new_vm end