Class: Fog::Compute::Hyperv::Vhds
- Inherits:
-
Hyperv::VMCollection
- Object
- Fog::Collection
- Hyperv::Collection
- Hyperv::ComputerCollection
- Hyperv::VMCollection
- Fog::Compute::Hyperv::Vhds
- Defined in:
- lib/fog/hyperv/models/compute/vhds.rb
Instance Attribute Summary
Attributes inherited from Hyperv::VMCollection
Attributes inherited from Hyperv::ComputerCollection
Instance Method Summary collapse
Methods inherited from Hyperv::VMCollection
#inspect, match_on, #new, requires_vm
Methods inherited from Hyperv::ComputerCollection
Methods inherited from Hyperv::Collection
#all, #create, get_method, #new, requires, requires?
Instance Method Details
#get(path, filters = {}) ⇒ Object
10 11 12 |
# File 'lib/fog/hyperv/models/compute/vhds.rb', line 10 def get(path, filters = {}) super search_attributes.merge(filters.merge(path: path)) end |