Uses of Class
org.jclouds.glesys.domain.Archive

Packages that use Archive
org.jclouds.glesys.domain   
org.jclouds.glesys.features   
 

Uses of Archive in org.jclouds.glesys.domain
 

Subclasses of Archive in org.jclouds.glesys.domain
 class ArchiveDetails
          Detailed information about an archive volume.
 

Methods in org.jclouds.glesys.domain that return Archive
 Archive Archive.Builder.build()
           
 

Methods in org.jclouds.glesys.domain with parameters of type Archive
 int Archive.compareTo(Archive other)
           
 Archive.Builder Archive.Builder.fromArchive(Archive in)
           
 

Uses of Archive in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features that return types with arguments of type Archive
 com.google.common.util.concurrent.ListenableFuture<Set<Archive>> ArchiveAsyncClient.listArchives()
           
 Set<Archive> ArchiveClient.listArchives()
          Lists all active disks on this account.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.