public class SnapshotPolicySchedules extends Object
Constructor and Description |
---|
SnapshotPolicySchedules() |
Modifier and Type | Method and Description |
---|---|
static SnapshotPolicySchedule |
daily(int hour,
int minute) |
static SnapshotPolicySchedule |
hourly(int minute) |
static SnapshotPolicySchedule |
monthly(int day,
int hour,
int minute) |
static SnapshotPolicySchedule |
weekly(int day,
int hour,
int minute) |
public static SnapshotPolicySchedule hourly(int minute)
public static SnapshotPolicySchedule daily(int hour, int minute)
public static SnapshotPolicySchedule weekly(int day, int hour, int minute)
public static SnapshotPolicySchedule monthly(int day, int hour, int minute)
Copyright © 2009-2012 jclouds. All Rights Reserved.