|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Archive | |
|---|---|
| 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 | |
|---|---|
Archive |
Archive.Builder.build()
|
| Methods in org.jclouds.glesys.domain with parameters of type Archive | |
|---|---|
T |
Archive.Builder.fromArchive(Archive in)
|
| Uses of Archive in org.jclouds.glesys.features |
|---|
| Methods in org.jclouds.glesys.features that return Archive | |
|---|---|
Archive |
ArchiveApi.changeArchivePassword(String username,
String password)
Change the password for an archive user. |
Archive |
ArchiveApi.createArchive(String username,
String password,
int size)
Create a new backup volume. |
Archive |
ArchiveApi.getArchive(String username)
Get detailed information about an archive volume. |
Archive |
ArchiveApi.resizeArchive(String username,
int size)
Resize an archive volume. |
| Methods in org.jclouds.glesys.features that return types with arguments of type Archive | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Archive> |
ArchiveAsyncApi.changeArchivePassword(String username,
String password)
|
com.google.common.util.concurrent.ListenableFuture<Archive> |
ArchiveAsyncApi.createArchive(String username,
String password,
int size)
|
com.google.common.util.concurrent.ListenableFuture<Archive> |
ArchiveAsyncApi.getArchive(String username)
|
com.google.common.util.concurrent.ListenableFuture<Set<Archive>> |
ArchiveAsyncApi.listArchives()
|
Set<Archive> |
ArchiveApi.listArchives()
Lists all active disks on this account. |
com.google.common.util.concurrent.ListenableFuture<Archive> |
ArchiveAsyncApi.resizeArchive(String username,
int size)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||