Uses of Class
org.jclouds.openstack.cinder.v1.domain.VolumeAttachment

Packages that use VolumeAttachment
org.jclouds.openstack.cinder.v1.domain   
 

Uses of VolumeAttachment in org.jclouds.openstack.cinder.v1.domain
 

Fields in org.jclouds.openstack.cinder.v1.domain with type parameters of type VolumeAttachment
protected  Set<VolumeAttachment> Volume.Builder.attachments
           
 

Methods in org.jclouds.openstack.cinder.v1.domain that return VolumeAttachment
 VolumeAttachment VolumeAttachment.Builder.build()
           
 

Methods in org.jclouds.openstack.cinder.v1.domain that return types with arguments of type VolumeAttachment
 Set<VolumeAttachment> Volume.getAttachments()
           
 

Methods in org.jclouds.openstack.cinder.v1.domain with parameters of type VolumeAttachment
 T Volume.Builder.attachments(VolumeAttachment... in)
           
 T VolumeAttachment.Builder.fromVolumeAttachment(VolumeAttachment in)
           
 

Method parameters in org.jclouds.openstack.cinder.v1.domain with type arguments of type VolumeAttachment
 T Volume.Builder.attachments(Set<VolumeAttachment> attachments)
           
 

Constructor parameters in org.jclouds.openstack.cinder.v1.domain with type arguments of type VolumeAttachment
Volume(String id, Volume.Status status, int size, String zone, Date created, Set<VolumeAttachment> attachments, String volumeType, String snapshotId, String name, String description, Map<String,String> metadata)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.