Uses of Class
org.jclouds.cloudstack.domain.SnapshotPolicy
-
Packages that use SnapshotPolicy Package Description 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 Modifier and Type Method Description SnapshotPolicy
SnapshotPolicy.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type SnapshotPolicy Modifier and Type Method Description T
SnapshotPolicy.Builder. fromSnapshotPolicy(SnapshotPolicy in)
-
Uses of SnapshotPolicy in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return SnapshotPolicy Modifier and Type Method Description 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 Modifier and Type Method Description Set<SnapshotPolicy>
SnapshotApi. listSnapshotPolicies(String volumeId, ListSnapshotPoliciesOptions... options)
Lists snapshot policies.
-