public class IpPoolManager extends ManagedObject
| Constructor and Description |
|---|
IpPoolManager(ServerConnection sc,
ManagedObjectReference mor) |
| Modifier and Type | Method and Description |
|---|---|
String |
allocateIpv4Address(Datacenter dc,
int poolId,
String allocationId) |
String |
allocateIpv6Address(Datacenter dc,
int poolId,
String allocationId) |
int |
createIpPool(Datacenter dc,
IpPool pool) |
void |
destroyIpPool(Datacenter dc,
int id,
boolean force) |
IpPoolManagerIpAllocation[] |
queryIPAllocations(Datacenter dc,
int poolId,
String extensionKey) |
IpPool[] |
queryIpPools(Datacenter dc) |
void |
releaseIpAllocation(Datacenter dc,
int poolId,
String allocationId) |
void |
updateIpPool(Datacenter dc,
IpPool pool) |
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setMOR, setServerConnection, toString, waitForValuespublic IpPoolManager(ServerConnection sc, ManagedObjectReference mor)
public int createIpPool(Datacenter dc, IpPool pool) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic void destroyIpPool(Datacenter dc, int id, boolean force) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic IpPool[] queryIpPools(Datacenter dc) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic void updateIpPool(Datacenter dc, IpPool pool) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic String allocateIpv4Address(Datacenter dc, int poolId, String allocationId) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic String allocateIpv6Address(Datacenter dc, int poolId, String allocationId) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic IpPoolManagerIpAllocation[] queryIPAllocations(Datacenter dc, int poolId, String extensionKey) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic void releaseIpAllocation(Datacenter dc, int poolId, String allocationId) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionCopyright © 2011-2012. All Rights Reserved.