Package io.fathom.cloud.network.api.os.models

Examples of io.fathom.cloud.network.api.os.models.FloatingIpList


    public FloatingIpList listFloatingIps() throws CloudException {
        // List<SubnetData> subnets = networkService.listSubnets(getAuth());

        warnStub();

        FloatingIpList model = new FloatingIpList();
        model.floatingips = Lists.newArrayList();
        // for (SubnetData subnet : subnets) {
        // }
        return model;
    }
View Full Code Here

TOP

Related Classes of io.fathom.cloud.network.api.os.models.FloatingIpList

Copyright © 2018 www.massapicom. 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.