Class: Fog::Compute::Hyperv::Clusters

Inherits:
Hyperv::VMCollection show all
Defined in:
lib/fog/hyperv/models/compute/clusters.rb

Instance Attribute Summary

Attributes inherited from Hyperv::VMCollection

#vm

Attributes inherited from Hyperv::ComputerCollection

#cluster, #computer

Instance Method Summary collapse

Methods inherited from Hyperv::VMCollection

#inspect, match_on, #new, requires_vm

Methods inherited from Hyperv::ComputerCollection

#new, requires_computer

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/clusters.rb', line 9

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