# File lib/fog/vsphere/models/compute/datastores.rb, line 17 def get(id) requires :datacenter new service.get_datastore(id, datacenter) end