Uses of Class
org.jclouds.openstack.quantum.v1_0.domain.Reference

Packages that use Reference
org.jclouds.openstack.quantum.v1_0.domain   
org.jclouds.openstack.quantum.v1_0.features   
 

Uses of Reference in org.jclouds.openstack.quantum.v1_0.domain
 

Subclasses of Reference in org.jclouds.openstack.quantum.v1_0.domain
 class Attachment
          A Quantum attachment
 class Network
          A Quantum network
 class NetworkDetails
          Details of a Quantum network
 class Port
          A Quantum port
 class PortDetails
          Details of a Quantum Port
 

Methods in org.jclouds.openstack.quantum.v1_0.domain that return Reference
 Reference Reference.Builder.build()
           
 

Methods in org.jclouds.openstack.quantum.v1_0.domain with parameters of type Reference
 T Reference.Builder.fromReference(Reference in)
           
 

Uses of Reference in org.jclouds.openstack.quantum.v1_0.features
 

Methods in org.jclouds.openstack.quantum.v1_0.features that return Reference
 Reference PortApi.create()
          Create a new port on the specified network
 Reference PortApi.create(Port.State state)
          Create a new port on the specified network, with the requested state
 Reference NetworkApi.create(String name)
          Create a new network with the specified symbolic name
 

Methods in org.jclouds.openstack.quantum.v1_0.features that return types with arguments of type Reference
 com.google.common.util.concurrent.ListenableFuture<Reference> PortAsyncApi.create()
           
 com.google.common.util.concurrent.ListenableFuture<Reference> NetworkAsyncApi.create(String name)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Reference>> PortAsyncApi.listReferences()
           
 Set<Reference> PortApi.listReferences()
          Returns the list of all ports currently defined in Quantum for the requested network
 com.google.common.util.concurrent.ListenableFuture<Set<Reference>> NetworkAsyncApi.listReferences()
           
 Set<Reference> NetworkApi.listReferences()
          Returns the list of all networks currently defined in Quantum for the current tenant.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.