Package com.cloud.vpc.dao

Examples of com.cloud.vpc.dao.MockVpcVirtualRouterElement


    /* (non-Javadoc)
     * @see com.cloud.network.NetworkManager#getElementImplementingProvider(java.lang.String)
     */
    @Override
    public NetworkElement getElementImplementingProvider(String providerName) {
        return new MockVpcVirtualRouterElement();
    }
View Full Code Here

TOP

Related Classes of com.cloud.vpc.dao.MockVpcVirtualRouterElement

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.