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

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

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

Fields in org.jclouds.openstack.quantum.v1_0.domain declared as Attachment
protected  Attachment PortDetails.Builder.attachment
           
 

Methods in org.jclouds.openstack.quantum.v1_0.domain that return Attachment
 Attachment Attachment.Builder.build()
           
 Attachment PortDetails.getAttachment()
           
 

Methods in org.jclouds.openstack.quantum.v1_0.domain with parameters of type Attachment
 T PortDetails.Builder.attachment(Attachment attachment)
           
 T Attachment.Builder.fromAttachment(Attachment in)
           
 

Constructors in org.jclouds.openstack.quantum.v1_0.domain with parameters of type Attachment
PortDetails(String id, Port.State state, Attachment attachment)
           
 

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

Methods in org.jclouds.openstack.quantum.v1_0.features that return Attachment
 Attachment PortApi.showAttachment(String portId)
          Returns the attachment for the specified port.
 

Methods in org.jclouds.openstack.quantum.v1_0.features that return types with arguments of type Attachment
 com.google.common.util.concurrent.ListenableFuture<Attachment> PortAsyncApi.showAttachment(String portId)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.