class OVIRT::DataCenter

Attributes

description[R]
status[R]
storage_format[R]
storage_type[R]
supported_versions[R]
version[R]

Public Class Methods

new(client, xml) click to toggle source
# File lib/ovirt/datacenter.rb, line 6
def initialize(client, xml)
  super(client, xml[:id], xml[:href], (xml/'name').first.text)
  parse_xml_attributes!(xml)
  self
end