org.jclouds.cloudstack.util
Class SnapshotPolicySchedules
java.lang.Object
org.jclouds.cloudstack.util.SnapshotPolicySchedules
public class SnapshotPolicySchedules
- extends Object
Methods to create SnapshotPolicySchedule objects in the format required by Cloudstack.
- Author:
- Richard Downer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotPolicySchedules
public SnapshotPolicySchedules()
hourly
public static SnapshotPolicySchedule hourly(int minute)
daily
public static SnapshotPolicySchedule daily(int hour,
int minute)
weekly
public static SnapshotPolicySchedule weekly(int day,
int hour,
int minute)
monthly
public static SnapshotPolicySchedule monthly(int day,
int hour,
int minute)
Copyright © 2009-2012 jclouds. All Rights Reserved.