Uses of Class
org.jclouds.glesys.domain.Archive
- 
Packages that use Archive Package Description org.jclouds.glesys.domain org.jclouds.glesys.features  - 
- 
Uses of Archive in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return Archive Modifier and Type Method Description ArchiveArchive.Builder. build()Methods in org.jclouds.glesys.domain with parameters of type Archive Modifier and Type Method Description TArchive.Builder. fromArchive(Archive in) - 
Uses of Archive in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features that return Archive Modifier and Type Method Description ArchiveArchiveApi. changePassword(String username, String password)Change the password for an archive user.ArchiveArchiveApi. createWithCredentialsAndSize(String username, String password, int size)Create a new backup volume.ArchiveArchiveApi. get(String username)Get detailed information about an archive volume.ArchiveArchiveApi. resize(String username, int size)Resize an archive volume.Methods in org.jclouds.glesys.features that return types with arguments of type Archive Modifier and Type Method Description com.google.common.collect.FluentIterable<Archive>ArchiveApi. list()Lists all active disks on this account. 
 -