|
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.cluster.Cluster
public class Cluster
This class represents an OpenNebula cluster. It also offers static XML-RPC call wrappers.
Field Summary |
---|
Fields inherited from class org.opennebula.client.PoolElement |
---|
client, id, xml, xpath |
Constructor Summary | |
---|---|
|
Cluster(int id,
Client client)
Creates a new Cluster representation. |
protected |
Cluster(org.w3c.dom.Node xmlElement,
Client client)
|
Method Summary | |
---|---|
static OneResponse |
addDatastore(Client client,
int id,
int dsId)
Adds a Datastore to this Cluster |
OneResponse |
addDatastore(int dsId)
Adds a Datastore to this Cluster |
static OneResponse |
addHost(Client client,
int id,
int hid)
Adds a Host to this Cluster |
OneResponse |
addHost(int hid)
Adds a Host to this Cluster |
static OneResponse |
addVnet(Client client,
int id,
int vnetId)
Adds a VNet to this Cluster |
OneResponse |
addVnet(int vnetId)
Adds a VNet to this Cluster |
static OneResponse |
allocate(Client client,
java.lang.String name)
Allocates a new cluster in OpenNebula |
boolean |
containsDatastore(int id)
Returns whether or not the datastore is part of this cluster |
boolean |
containsHost(int id)
Returns whether or not the host is part of this cluster |
boolean |
containsVnet(int id)
Returns whether or not the vnet is part of this cluster |
static OneResponse |
delDatastore(Client client,
int id,
int dsId)
Deletes a Datastore from this Cluster |
OneResponse |
delDatastore(int dsId)
Deletes a Datastore from this Cluster |
OneResponse |
delete()
Deletes the cluster from OpenNebula. |
static OneResponse |
delete(Client client,
int id)
Deletes a cluster from OpenNebula. |
static OneResponse |
delHost(Client client,
int id,
int hid)
Deletes a Host from this Cluster |
OneResponse |
delHost(int hid)
Deletes a Host from this Cluster |
static OneResponse |
delVnet(Client client,
int id,
int vnetId)
Deletes a VNet from this Cluster |
OneResponse |
delVnet(int vnetId)
Deletes a VNet from this Cluster |
OneResponse |
info()
Loads the xml representation of the cluster. |
static OneResponse |
info(Client client,
int id)
Retrieves the information of the given cluster. |
static OneResponse |
update(Client client,
int id,
java.lang.String new_template)
Replaces the cluster contents. |
OneResponse |
update(java.lang.String new_template)
Replaces the cluster template. |
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 Cluster(int id, Client client)
id
- The cluster id.client
- XML-RPC Client.protected Cluster(org.w3c.dom.Node xmlElement, Client client)
PoolElement
Method Detail |
---|
public static OneResponse allocate(Client client, java.lang.String name)
client
- XML-RPC Client.name
- Name for the new cluster.
public static OneResponse info(Client client, int id)
client
- XML-RPC Client.id
- The cluster id.
public static OneResponse delete(Client client, int id)
client
- XML-RPC Client.id
- The cluster id.
public static OneResponse update(Client client, int id, java.lang.String new_template)
client
- XML-RPC Client.id
- The id of the target cluster we want to modify.new_template
- New template contents.
public static OneResponse addHost(Client client, int id, int hid)
client
- XML-RPC Client.id
- The cluster id.hid
- Host ID.
public static OneResponse delHost(Client client, int id, int hid)
client
- XML-RPC Client.id
- The cluster id.hid
- Host ID.
public static OneResponse addDatastore(Client client, int id, int dsId)
client
- XML-RPC Client.id
- The cluster id.dsId
- Datastore ID.
public static OneResponse delDatastore(Client client, int id, int dsId)
client
- XML-RPC Client.id
- The cluster id.dsId
- Datastore ID.
public static OneResponse addVnet(Client client, int id, int vnetId)
client
- XML-RPC Client.id
- The cluster id.vnetId
- VNet ID.
public static OneResponse delVnet(Client client, int id, int vnetId)
client
- XML-RPC Client.id
- The cluster id.vnetId
- VNet ID.
public OneResponse info()
info(Client, int)
public OneResponse delete()
delete(Client, int)
public OneResponse update(java.lang.String new_template)
new_template
- New cluster template.
public OneResponse addHost(int hid)
hid
- Host ID.
public OneResponse delHost(int hid)
hid
- Host ID.
public OneResponse addDatastore(int dsId)
dsId
- Datastore ID.
public OneResponse delDatastore(int dsId)
dsId
- Datastore ID.
public OneResponse addVnet(int vnetId)
vnetId
- VNet ID.
public OneResponse delVnet(int vnetId)
vnetId
- VNet ID.
public boolean containsHost(int id)
id
- The host ID.
public boolean containsDatastore(int id)
id
- The datastore ID.
public boolean containsVnet(int id)
id
- The vnet ID.
|
OpenNebula Cloud API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |