Class: OVIRT::StorageDomain

Inherits:
BaseObject show all
Defined in:
lib/ovirt/storage_domain.rb

Instance Attribute Summary collapse

Attributes inherited from BaseObject

#client, #href, #id, #name

Instance Method Summary collapse

Methods inherited from BaseObject

#parse_bool, #parse_version

Constructor Details

#initialize(client, xml) ⇒ StorageDomain

Returns a new instance of StorageDomain.



5
6
7
8
9
# File 'lib/ovirt/storage_domain.rb', line 5

def initialize(client, xml)
  super(client, xml[:id], xml[:href], (xml/'name').first.text)
  parse_xml_attributes!(xml)
  self
end

Instance Attribute Details

#addressObject (readonly)

Returns the value of attribute address.



3
4
5
# File 'lib/ovirt/storage_domain.rb', line 3

def address
  @address
end

#availableObject (readonly)

Returns the value of attribute available.



3
4
5
# File 'lib/ovirt/storage_domain.rb', line 3

def available
  @available
end

#kindObject (readonly)

Returns the value of attribute kind.



3
4
5
# File 'lib/ovirt/storage_domain.rb', line 3

def kind
  @kind
end

#pathObject (readonly)

Returns the value of attribute path.



3
4
5
# File 'lib/ovirt/storage_domain.rb', line 3

def path
  @path
end

#roleObject (readonly)

Returns the value of attribute role.



3
4
5
# File 'lib/ovirt/storage_domain.rb', line 3

def role
  @role
end

#usedObject (readonly)

Returns the value of attribute used.



3
4
5
# File 'lib/ovirt/storage_domain.rb', line 3

def used
  @used
end