Package org.jclouds.cloudstack.util
Class SnapshotPolicySchedules
java.lang.Object
org.jclouds.cloudstack.util.SnapshotPolicySchedules
Methods to create SnapshotPolicySchedule objects in the format required by Cloudstack.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
SnapshotPolicySchedules
public SnapshotPolicySchedules()
-
-
Method Details
-
hourly
-
daily
-
weekly
-
monthly
-