Java 类com.vmware.vim25.IpPoolManagerIpAllocation 实例源码

项目:vijava    文件:IpPoolManager.java   
/** @since SDK5.1 */
public IpPoolManagerIpAllocation[] queryIPAllocations(Datacenter dc, int poolId, String extensionKey) throws RuntimeFault, RemoteException
{
    return getVimService().queryIPAllocations(getMOR(), dc.getMOR(), poolId, extensionKey);
}
项目:jcloud-vsphere    文件:IpPoolManagerApi.java   
/**
 * @since SDK5.1
 */
List<IpPoolManagerIpAllocation> queryIPAllocations(Datacenter dc, int poolId, String extensionKey) throws RuntimeFault, RemoteException;