Package io.fathom.cloud.compute.networks

Examples of io.fathom.cloud.compute.networks.NetworkPool.markIpNotAllocated()


            // TODO: Auto-detach?
            throw new WebApplicationException(Status.CONFLICT);
        }

        NetworkPool pool = networkPools.buildPool(vip.getPoolData());
        pool.markIpNotAllocated(vip);
    }

    public VirtualIpPoolData findVirtualIpPool(Project project, long poolId) throws CloudException {
        // TODO: Restrict access to pools by project?
        return computeRepository.getVirtualIpPools().find(poolId);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.