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

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


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

        warnStub();

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

TOP

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

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.