Uses of Class
org.jclouds.cloudstack.domain.SnapshotPolicySchedule
-
Packages that use SnapshotPolicySchedule Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.features org.jclouds.cloudstack.util -
-
Uses of SnapshotPolicySchedule in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return SnapshotPolicySchedule Modifier and Type Method Description SnapshotPolicyScheduleSnapshotPolicySchedule.Builder. build()Methods in org.jclouds.cloudstack.domain with parameters of type SnapshotPolicySchedule Modifier and Type Method Description TSnapshotPolicySchedule.Builder. fromSnapshotPolicySchedule(SnapshotPolicySchedule in) -
Uses of SnapshotPolicySchedule in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type SnapshotPolicySchedule Modifier and Type Method Description SnapshotPolicySnapshotApi. createSnapshotPolicy(SnapshotPolicySchedule schedule, String numberToRetain, String timezone, String volumeId)Creates a snapshot policy for the account. -
Uses of SnapshotPolicySchedule in org.jclouds.cloudstack.util
Methods in org.jclouds.cloudstack.util that return SnapshotPolicySchedule Modifier and Type Method Description static SnapshotPolicyScheduleSnapshotPolicySchedules. daily(int hour, int minute)static SnapshotPolicyScheduleSnapshotPolicySchedules. hourly(int minute)static SnapshotPolicyScheduleSnapshotPolicySchedules. monthly(int day, int hour, int minute)static SnapshotPolicyScheduleSnapshotPolicySchedules. weekly(int day, int hour, int minute)
-