/** @since SDK5.1 */ public IpPoolManagerIpAllocation[] queryIPAllocations(Datacenter dc, int poolId, String extensionKey) throws RuntimeFault, RemoteException { return getVimService().queryIPAllocations(getMOR(), dc.getMOR(), poolId, extensionKey); }
/** * @since SDK5.1 */ List<IpPoolManagerIpAllocation> queryIPAllocations(Datacenter dc, int poolId, String extensionKey) throws RuntimeFault, RemoteException;