# File lib/deltacloud/drivers/rhevm/rhevm_client.rb, line 406
    def initialize(client, xml)
      super(client, xml[:id], xml[:href], (xml/'name').first.text)
      parse_xml_attributes!(xml)
      self
    end