|
OpenNebula Cloud API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennebula.client.PoolElement
org.opennebula.client.host.Host
public class Host
This class represents an OpenNebula host. It also offers static XML-RPC call wrappers.
Field Summary |
---|
Fields inherited from class org.opennebula.client.PoolElement |
---|
client, id, xml, xpath |
Constructor Summary | |
---|---|
|
Host(int id,
Client client)
Creates a new Host representation. |
protected |
Host(org.w3c.dom.Node xmlElement,
Client client)
|
Method Summary | |
---|---|
static OneResponse |
allocate(Client client,
java.lang.String hostname,
java.lang.String im,
java.lang.String vmm,
java.lang.String vnm)
Allocates a new host in OpenNebula |
static OneResponse |
allocate(Client client,
java.lang.String hostname,
java.lang.String im,
java.lang.String vmm,
java.lang.String vnm,
int clusterId)
Allocates a new host in OpenNebula |
OneResponse |
delete()
Deletes the host from OpenNebula. |
static OneResponse |
delete(Client client,
int id)
Deletes a host from OpenNebula. |
OneResponse |
disable()
Disables the host |
OneResponse |
enable()
Enables the host. |
OneResponse |
enable(boolean enable)
Enables or disables the host. |
static OneResponse |
enable(Client client,
int id,
boolean enable)
Enables or disables a given host. |
OneResponse |
info()
Loads the xml representation of the host. |
static OneResponse |
info(Client client,
int id)
Retrieves the information of the given host. |
boolean |
isEnabled()
Returns true if the host is enabled. |
OneResponse |
monitoring()
Retrieves the monitoring information of the given host, in XML |
static OneResponse |
monitoring(Client client,
int id)
Retrieves the monitoring information of the given host, in XML |
java.lang.String |
shortStateStr()
Returns the short length string state of the Host. |
java.lang.String |
stateStr()
Returns the state of the Host. |
static OneResponse |
update(Client client,
int id,
java.lang.String new_template)
Replaces the template contents. |
OneResponse |
update(java.lang.String new_template)
Replaces the template contents. |
Methods inherited from class org.opennebula.client.PoolElement |
---|
chmod, chmod, chmod, getId, getName, gid, id, processInfo, state, uid, xpath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Host(int id, Client client)
id
- The host id (hid) of the machine.client
- XML-RPC Client.protected Host(org.w3c.dom.Node xmlElement, Client client)
PoolElement
Method Detail |
---|
public static OneResponse allocate(Client client, java.lang.String hostname, java.lang.String im, java.lang.String vmm, java.lang.String vnm, int clusterId)
client
- XML-RPC Client.hostname
- Hostname of the machine we want to addim
- The name of the information manager (im_mad_name),
this values are taken from the oned.conf with the tag name IM_MAD (name)vmm
- The name of the virtual machine manager mad name
(vmm_mad_name), this values are taken from the oned.conf with the
tag name VM_MAD (name)vnm
- The name of the virtual network manager mad name
(vnm_mad_name), this values are taken from the oned.conf with the
tag name VN_MAD (name)clusterId
- The cluster ID. If it is -1, this host won't be
added to any cluster.
public static OneResponse allocate(Client client, java.lang.String hostname, java.lang.String im, java.lang.String vmm, java.lang.String vnm)
client
- XML-RPC Client.hostname
- Hostname of the machine we want to addim
- The name of the information manager (im_mad_name),
this values are taken from the oned.conf with the tag name IM_MAD (name)vmm
- The name of the virtual machine manager mad name
(vmm_mad_name), this values are taken from the oned.conf with the
tag name VM_MAD (name)vnm
- The name of the virtual network manager mad name
(vnm_mad_name), this values are taken from the oned.conf with the
tag name VN_MAD (name)
public static OneResponse info(Client client, int id)
client
- XML-RPC Client.id
- The host id (hid) of the target machine.
public static OneResponse delete(Client client, int id)
client
- XML-RPC Client.id
- The host id (hid) of the target machine.
public static OneResponse enable(Client client, int id, boolean enable)
client
- XML-RPC Client.id
- The host id (hid) of the target machine.enable
- If set true OpenNebula will enable the
target host, if set false it will disable it.
public static OneResponse update(Client client, int id, java.lang.String new_template)
client
- XML-RPC Client.id
- The image id of the target host we want to modify.new_template
- New template contents
public static OneResponse monitoring(Client client, int id)
client
- XML-RPC Client.id
- The host id (hid) of the target machine.
public OneResponse info()
info(Client, int)
public OneResponse delete()
delete(Client, int)
public OneResponse enable(boolean enable)
enable(Client, int, boolean)
public OneResponse enable()
public OneResponse disable()
public OneResponse update(java.lang.String new_template)
new_template
- New template contents
public OneResponse monitoring()
public java.lang.String stateStr()
info()
must be called before.
public java.lang.String shortStateStr()
info()
must be called before.
public boolean isEnabled()
|
OpenNebula Cloud API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |