|
OpenNebula Cloud API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennebula.client.Pool
org.opennebula.client.cluster.ClusterPool
public class ClusterPool
This class represents an OpenNebula Cluster pool. It also offers static XML-RPC call wrappers.
| Field Summary |
|---|
| Fields inherited from class org.opennebula.client.Pool |
|---|
client, elementName, poolElements |
| Constructor Summary | |
|---|---|
ClusterPool(Client client)
Creates a new Image pool |
|
| Method Summary | |
|---|---|
PoolElement |
factory(org.w3c.dom.Node node)
The factory method returns a suitable PoolElement object from an XML node. |
OneResponse |
info()
Loads the xml representation of the Cluster pool. |
static OneResponse |
info(Client client)
Returns the Cluster pool information. |
java.util.Iterator<Cluster> |
iterator()
|
| Methods inherited from class org.opennebula.client.Pool |
|---|
getLength, item, processInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClusterPool(Client client)
client - XML-RPC Client.| Method Detail |
|---|
public PoolElement factory(org.w3c.dom.Node node)
Pool
factory in class Poolnode - XML Dom node to build the PoolElement from
public static OneResponse info(Client client)
client - XML-RPC Client.
public OneResponse info()
info(Client)public java.util.Iterator<Cluster> iterator()
iterator in interface java.lang.Iterable<Cluster>
|
OpenNebula Cloud API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||