| Package | Description | 
|---|---|
| org.jclouds.cloudservers.domain | 
| Modifier and Type | Field and Description | 
|---|---|
protected WeeklyBackup | 
BackupSchedule.Builder.weekly  | 
| Modifier and Type | Method and Description | 
|---|---|
static WeeklyBackup | 
WeeklyBackup.fromValue(String v)  | 
WeeklyBackup | 
BackupSchedule.getWeekly()  | 
static WeeklyBackup | 
WeeklyBackup.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WeeklyBackup[] | 
WeeklyBackup.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.weekly(WeeklyBackup weekly)  | 
| Constructor and Description | 
|---|
BackupSchedule(DailyBackup daily,
              boolean enabled,
              WeeklyBackup weekly)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.