Uses of Class
org.jclouds.cloudservers.domain.BackupSchedule

Packages that use BackupSchedule
org.jclouds.cloudservers   
 

Uses of BackupSchedule in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers that return BackupSchedule
 BackupSchedule CloudServersClient.getBackupSchedule(int serverId)
          List the backup schedule for the specified server
 

Methods in org.jclouds.cloudservers that return types with arguments of type BackupSchedule
 com.google.common.util.concurrent.ListenableFuture<BackupSchedule> CloudServersAsyncClient.getBackupSchedule(int serverId)
           
 

Methods in org.jclouds.cloudservers with parameters of type BackupSchedule
 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-2011 jclouds. All Rights Reserved.