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

Packages that use SnapshotPolicy
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of SnapshotPolicy in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return SnapshotPolicy
 SnapshotPolicy SnapshotPolicy.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type SnapshotPolicy
 int SnapshotPolicy.compareTo(SnapshotPolicy other)
           
 

Uses of SnapshotPolicy in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return SnapshotPolicy
 SnapshotPolicy SnapshotClient.createSnapshotPolicy(SnapshotPolicySchedule schedule, long numberToRetain, String timezone, long volumeId)
          Creates a snapshot policy for the account.
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type SnapshotPolicy
 com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule, long numberToRetain, String timezone, long volumeId)
          Creates a snapshot policy for the account.
 Set<SnapshotPolicy> SnapshotClient.listSnapshotPolicies(long volumeId, ListSnapshotPoliciesOptions... options)
          Lists snapshot policies.
 com.google.common.util.concurrent.ListenableFuture<Set<SnapshotPolicy>> SnapshotAsyncClient.listSnapshotPolicies(long volumeId, ListSnapshotPoliciesOptions... options)
          Lists snapshot policies.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.