|
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.vnet.VirtualNetworkPool
public class VirtualNetworkPool
This class represents an OpenNebula Virtual Network pool. It also offers static XML-RPC call wrappers.
Field Summary |
---|
Fields inherited from class org.opennebula.client.Pool |
---|
ALL, client, elementName, infoMethod, MINE, MINE_GROUP, poolElements |
Constructor Summary | |
---|---|
VirtualNetworkPool(Client client)
Creates a new Virtual Network pool with the default filter flag value set to Pool.MINE_GROUP (Virtual Networks belonging to the connected user,
and the ones in his group) |
|
VirtualNetworkPool(Client client,
int filter)
Creates a new Virtual Network pool. |
Method Summary | |
---|---|
PoolElement |
factory(org.w3c.dom.Node node)
The factory method returns a suitable PoolElement object from an XML node. |
VirtualNetwork |
getById(int id)
Returns the Virtual Network with the given Id from the pool. |
OneResponse |
info()
Loads the xml representation of all or part of the Virtual Networks in the pool. |
static OneResponse |
info(Client client,
int filter)
Retrieves all or part of the Virtual Networks in the pool. |
static OneResponse |
info(Client client,
int filter,
int startId,
int endId)
Retrieves all or part of the Virtual Networks in the pool. |
OneResponse |
info(int filter,
int startId,
int endId)
Retrieves all or part of the Virtual Networks in the pool. |
OneResponse |
infoAll()
Loads the xml representation of all the Virtual Networks in the pool. |
static OneResponse |
infoAll(Client client)
Retrieves all the Virtual Networks in the pool. |
OneResponse |
infoGroup()
Loads the xml representation of all the connected user's Virtual Networks and the ones in his group. |
static OneResponse |
infoGroup(Client client)
Retrieves all the connected user's Virtual Networks and the ones in his group. |
OneResponse |
infoMine()
Loads the xml representation of all the connected user's Virtual Networks. |
static OneResponse |
infoMine(Client client)
Retrieves all the connected user's Virtual Networks. |
java.util.Iterator<VirtualNetwork> |
iterator()
|
Methods inherited from class org.opennebula.client.Pool |
---|
getLength, info, info, infoAll, infoGroup, infoMine, item, processInfo, xmlrpcInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtualNetworkPool(Client client)
Pool.MINE_GROUP
(Virtual Networks belonging to the connected user,
and the ones in his group)
client
- XML-RPC Client.VirtualNetworkPool(Client, int)
public VirtualNetworkPool(Client client, int filter)
client
- XML-RPC Client.filter
- Filter flag to use by default in the method
info()
. Possible values:
Pool.ALL
: All Virtual NetworksPool.MINE
: Connected user's Virtual NetworksPool.MINE_GROUP
: Connected user's Virtual Networks, and the ones in
his groupMethod Detail |
---|
public PoolElement factory(org.w3c.dom.Node node)
Pool
factory
in class Pool
node
- XML Dom node to build the PoolElement from
public static OneResponse info(Client client, int filter)
client
- XML-RPC Client.filter
- Filter flag to use. Possible values:
Pool.ALL
: All Virtual NetworksPool.MINE
: Connected user's Virtual NetworksPool.MINE_GROUP
: Connected user's Virtual Networks, and the ones in
his grouppublic static OneResponse infoAll(Client client)
client
- XML-RPC Client.
public static OneResponse infoMine(Client client)
client
- XML-RPC Client.
public static OneResponse infoGroup(Client client)
client
- XML-RPC Client.
public static OneResponse info(Client client, int filter, int startId, int endId)
client
- XML-RPC Client.filter
- Filter flag to use. Possible values:
Pool.ALL
: All Virtual NetworksPool.MINE
: Connected user's Virtual NetworksPool.MINE_GROUP
: Connected user's Virtual Networks, and the ones in
his groupstartId
- Lowest Id to retrieveendId
- Biggest Id to retrieve
public OneResponse info()
info
in class Pool
info(Client, int)
public OneResponse infoAll()
infoAll
in class Pool
public OneResponse infoMine()
infoMine
in class Pool
public OneResponse infoGroup()
infoGroup
in class Pool
public OneResponse info(int filter, int startId, int endId)
info
in class Pool
filter
- Filter flag to use. Possible values:
Pool.ALL
: All Virtual NetworksPool.MINE
: Connected user's Virtual NetworksPool.MINE_GROUP
: Connected user's Virtual Networks, and the ones in
his groupstartId
- Lowest Id to retrieveendId
- Biggest Id to retrieve
public java.util.Iterator<VirtualNetwork> iterator()
iterator
in interface java.lang.Iterable<VirtualNetwork>
public VirtualNetwork getById(int id)
info()
must be called before.
getById
in class Pool
id
- of the Virtual Network to retrieve
|
OpenNebula Cloud API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |