Package com.woorea.openstack.quantum.api

Examples of com.woorea.openstack.quantum.api.PortsResource


  private final RoutersResource ROUTERS;
 
  public Quantum(String endpoint, OpenStackClientConnector connector) {
    super(endpoint, connector);
    NETWORKS = new NetworksResource(this);
    PORTS = new PortsResource(this);
    SUBNETS = new SubnetsResource(this);
    ROUTERS=new RoutersResource(this)
   
  }
View Full Code Here

TOP

Related Classes of com.woorea.openstack.quantum.api.PortsResource

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.