Class: Fog::Compute::XenServer::StorageRepository

Inherits:
Model
  • Object
show all
Defined in:
lib/rackspace-fog/xenserver/models/compute/storage_repository.rb

Instance Attribute Summary

Attributes inherited from Model

#collection, #connection

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

#pbdsObject



34
35
36
# File 'lib/rackspace-fog/xenserver/models/compute/storage_repository.rb', line 34

def pbds
  __pbds.collect { |pbd| connection.pbds.get pbd }
end

#scanObject



38
39
40
41
# File 'lib/rackspace-fog/xenserver/models/compute/storage_repository.rb', line 38

def scan
  connection.scan_sr reference
  reload
end

#vdisObject



30
31
32
# File 'lib/rackspace-fog/xenserver/models/compute/storage_repository.rb', line 30

def vdis
  __vdis.collect { |vdi| connection.vdis.get vdi }
end