Uses of Class
org.jclouds.cloudstack.domain.SnapshotPolicy
Packages that use SnapshotPolicy
-
Uses of SnapshotPolicy in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return SnapshotPolicyMethods in org.jclouds.cloudstack.domain with parameters of type SnapshotPolicy -
Uses of SnapshotPolicy in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return SnapshotPolicyModifier and TypeMethodDescriptionSnapshotApi.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 SnapshotPolicyModifier and TypeMethodDescriptionSnapshotApi.listSnapshotPolicies
(String volumeId, ListSnapshotPoliciesOptions... options) Lists snapshot policies.