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