Methods

Class/Module Index [+]

Quicksearch

RHEVM::VM

Attributes

cluster[R]
cores[R]
creation_time[R]
description[R]
display[R]
host[R]
ip[R]
macs[R]
memory[R]
profile[R]
status[R]
storage[R]
template[R]
username[R]
vnc[R]

Public Class Methods

new(client, xml) click to toggle source
# File lib/deltacloud/drivers/rhevm/rhevm_client.rb, line 337
def initialize(client, xml)
  super(client, xml[:id], xml[:href], (xml/'name').first.text)
  @username = client.credentials[:username]
  parse_xml_attributes!(xml)
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.