Class: Fog::Compute::XenServer::StorageRepository
- Defined in:
- lib/fog/xenserver/models/compute/storage_repository.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
34 35 36 |
# File 'lib/fog/xenserver/models/compute/storage_repository.rb', line 34 def pbds __pbds.collect { |pbd| connection.pbds.get pbd } end |
#scan ⇒ Object
38 39 40 41 |
# File 'lib/fog/xenserver/models/compute/storage_repository.rb', line 38 def scan connection.scan_sr reference reload end |
#vdis ⇒ Object
30 31 32 |
# File 'lib/fog/xenserver/models/compute/storage_repository.rb', line 30 def vdis __vdis.collect { |vdi| connection.vdis.get vdi } end |