| Package | Description |
|---|---|
| org.jclouds.cloudservers.domain |
| Modifier and Type | Field and Description |
|---|---|
protected DailyBackup |
BackupSchedule.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 |
|---|---|
void |
BackupSchedule.setDaily(DailyBackup value) |
| Constructor and Description |
|---|
BackupSchedule(WeeklyBackup weekly,
DailyBackup daily,
boolean enabled) |
Copyright © 2009-2012 jclouds. All Rights Reserved.