Class: Fog::Compute::XenServer::Host
- Defined in:
- lib/fog/xenserver/models/compute/host.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
Methods inherited from Model
#initialize, #inspect, #reload, #symbolize_keys, #to_json, #wait_for
Methods included from Attributes::ClassMethods
#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes
Methods included from Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #requires, #requires_one
Constructor Details
This class inherits a constructor from Fog::Model
Instance Method Details
#pbds ⇒ Object
30 31 32 |
# File 'lib/fog/xenserver/models/compute/host.rb', line 30 def pbds __pbds.collect { |pbd| connection.pbds.get pbd } end |
#pifs ⇒ Object
26 27 28 |
# File 'lib/fog/xenserver/models/compute/host.rb', line 26 def pifs __pifs.collect { |pif| connection.pifs.get pif } end |
#resident_servers ⇒ Object
34 35 36 |
# File 'lib/fog/xenserver/models/compute/host.rb', line 34 def resident_servers __resident_vms.collect { |ref| connection.servers.get ref } end |
#resident_vms ⇒ Object
38 39 40 |
# File 'lib/fog/xenserver/models/compute/host.rb', line 38 def resident_vms resident_servers end |