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
 T SnapshotPolicy.Builder.fromSnapshotPolicy(SnapshotPolicy in)
           
 

Uses of SnapshotPolicy in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return SnapshotPolicy
 SnapshotPolicy SnapshotClient.createSnapshotPolicy(SnapshotPolicySchedule schedule, String numberToRetain, String timezone, String 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, String numberToRetain, String timezone, String volumeId)
          Creates a snapshot policy for the account.
 Set<SnapshotPolicy> SnapshotClient.listSnapshotPolicies(String volumeId, ListSnapshotPoliciesOptions... options)
          Lists snapshot policies.
 com.google.common.util.concurrent.ListenableFuture<Set<SnapshotPolicy>> SnapshotAsyncClient.listSnapshotPolicies(String volumeId, ListSnapshotPoliciesOptions... options)
          Lists snapshot policies.
 



Copyright © 2009-2013 jclouds. All Rights Reserved.