Uses of Class
org.jclouds.cloudstack.domain.SnapshotPolicySchedule

Packages that use SnapshotPolicySchedule
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.util   
 

Uses of SnapshotPolicySchedule in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type SnapshotPolicySchedule
 SnapshotPolicy SnapshotClient.createSnapshotPolicy(SnapshotPolicySchedule schedule, long numberToRetain, String timezone, long volumeId)
          Creates a snapshot policy for the account.
 com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule, long numberToRetain, String timezone, long 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
static SnapshotPolicySchedule SnapshotPolicySchedules.daily(int hour, int minute)
           
static SnapshotPolicySchedule SnapshotPolicySchedules.hourly(int minute)
           
static SnapshotPolicySchedule SnapshotPolicySchedules.monthly(int day, int hour, int minute)
           
static SnapshotPolicySchedule SnapshotPolicySchedules.weekly(int day, int hour, int minute)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.