| Package | Description |
|---|---|
| org.jclouds.cloudservers |
| Modifier and Type | Method and Description |
|---|---|
BackupSchedule |
CloudServersClient.getBackupSchedule(int serverId)
List the backup schedule for the specified server
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<BackupSchedule> |
CloudServersAsyncClient.getBackupSchedule(int serverId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudServersClient.replaceBackupSchedule(int id,
BackupSchedule backupSchedule)
Enable/update the backup schedule for the specified server
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.replaceBackupSchedule(int id,
BackupSchedule backupSchedule) |
Copyright © 2009-2012 jclouds. All Rights Reserved.