# File lib/rbvmomi/vim/Datacenter.rb, line 8
  def find_datastore name
    datastore.find { |x| x.name == name }
  end