Package | Description |
---|---|
org.jclouds.cloudservers | |
org.jclouds.cloudservers.domain |
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)
Deprecated.
|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BackupSchedule |
BackupSchedule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
BackupSchedule.Builder.fromBackupSchedule(BackupSchedule in) |
Copyright © 2009-2013 jclouds. All Rights Reserved.