public interface ArchiveApi
ArchiveAsyncApi
,
Modifier and Type | Method and Description |
---|---|
Archive |
changePassword(String username,
String password)
Change the password for an archive user.
|
Archive |
createWithCredentialsAndSize(String username,
String password,
int size)
Create a new backup volume.
|
void |
delete(String username)
Delete an archive volume.
|
Archive |
get(String username)
Get detailed information about an archive volume.
|
ArchiveAllowedArguments |
getAllowedArguments()
Lists the allowed arguments for some of the functions in this module such as archive size.
|
com.google.common.collect.FluentIterable<Archive> |
list()
Lists all active disks on this account.
|
Archive |
resize(String username,
int size)
Resize an archive volume.
|
com.google.common.collect.FluentIterable<Archive> list()
Archive get(String username)
username
- the username associated with the archiveArchive createWithCredentialsAndSize(String username, String password, int size)
username
- the archive username, this must be prefixed by Glesys account name (in lower case) and an
underscore, ex. "c100005_archive1"password
- the new passwordsize
- the new size required in GBvoid delete(String username)
username
- the username associated with the archiveArchive resize(String username, int size)
username
- the username associated with the archivesize
- the new size required, see #getAllowedArguments for valid valuesArchive changePassword(String username, String password)
username
- the archive usernamepassword
- the new passwordArchiveAllowedArguments getAllowedArguments()
Copyright © 2009-2013 jclouds. All Rights Reserved.