Class: Fog::Compute::Hyperv::Hosts

Inherits:
Hyperv::Collection show all
Defined in:
lib/fog/hyperv/models/compute/hosts.rb

Instance Method Summary collapse

Methods inherited from Hyperv::Collection

#all, #create, get_method, #new, requires, requires?

Instance Method Details

#get(name, filters = {}) ⇒ Object



9
10
11
# File 'lib/fog/hyperv/models/compute/hosts.rb', line 9

def get(name, filters = {})
  super filters.merge(computer_name: name)
end