Class Xen::Host
In: lib/xen/host.rb
Parent: Object

Methods

call   find_vm   get_value   networks   new   record   to_s   uid   version   vms  

Attributes

connection  [R] 

Public Class methods

Creates a new Host object, and initiates an API connection to the given host on the given port, with a login and pass.

Public Instance methods

Find a certain VM by a given domain-name.

Call to the API, Returns only the return value.

Gives the different bridges on your system

Returns the uid of the host.

Gives the API version number in the form of major.minor vendor.

Gives an array of active VM‘s on that Host.

[Validate]