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 SnapshotApi.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
 Set<SnapshotPolicy> SnapshotApi.listSnapshotPolicies(String volumeId, ListSnapshotPoliciesOptions... options)
          Lists snapshot policies.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.