| Package | Description | 
|---|---|
| org.jclouds.cloudservers.domain | 
| Modifier and Type | Field and Description | 
|---|---|
protected DailyBackup | 
BackupSchedule.Builder.daily  | 
| Modifier and Type | Method and Description | 
|---|---|
static DailyBackup | 
DailyBackup.fromValue(String v)  | 
DailyBackup | 
BackupSchedule.getDaily()  | 
static DailyBackup | 
DailyBackup.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DailyBackup[] | 
DailyBackup.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
BackupSchedule.Builder.daily(DailyBackup daily)  | 
| Constructor and Description | 
|---|
BackupSchedule(DailyBackup daily,
              boolean enabled,
              WeeklyBackup weekly)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.