Class: Fog::Compute::XenServer::Pool
- Defined in:
- lib/fog/xenserver/models/compute/pool.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
#default_sr ⇒ Object
24 25 26 |
# File 'lib/fog/xenserver/models/compute/pool.rb', line 24 def default_sr connection.storage_repositories.get __default_sr end |
#default_storage_repository ⇒ Object
28 29 30 |
# File 'lib/fog/xenserver/models/compute/pool.rb', line 28 def default_storage_repository default_sr end |
#master ⇒ Object
32 33 34 |
# File 'lib/fog/xenserver/models/compute/pool.rb', line 32 def master connection.hosts.get __master end |