Uses of Enum Class
org.jclouds.cloudstack.domain.Snapshot.Interval
Packages that use Snapshot.Interval
-
Uses of Snapshot.Interval in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Snapshot.IntervalModifier and TypeFieldDescriptionprotected Snapshot.Interval
Snapshot.Builder.interval
protected Snapshot.Interval
SnapshotPolicy.Builder.interval
protected Snapshot.Interval
SnapshotPolicySchedule.Builder.interval
Methods in org.jclouds.cloudstack.domain that return Snapshot.IntervalModifier and TypeMethodDescriptionstatic Snapshot.Interval
Snapshot.getInterval()
SnapshotPolicy.getInterval()
SnapshotPolicySchedule.getInterval()
static Snapshot.Interval
Returns the enum constant of this class with the specified name.static Snapshot.Interval[]
Snapshot.Interval.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Snapshot.IntervalModifier and TypeMethodDescriptionSnapshot.Builder.interval
(Snapshot.Interval interval) SnapshotPolicy.Builder.interval
(Snapshot.Interval interval) SnapshotPolicySchedule.Builder.interval
(Snapshot.Interval interval) Constructors in org.jclouds.cloudstack.domain with parameters of type Snapshot.IntervalModifierConstructorDescriptionprotected
Snapshot
(String id, String account, Date created, String domain, String domainId, Snapshot.Interval interval, String jobId, String jobStatus, String name, Snapshot.Type snapshotType, Snapshot.State state, String volumeId, String volumeName, Volume.Type volumeType, Set<Tag> tags) protected
SnapshotPolicy
(String id, Snapshot.Interval interval, long numberToRetain, String schedule, String timezone, String volumeId) protected
SnapshotPolicySchedule
(Snapshot.Interval interval, String time) -
Uses of Snapshot.Interval in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type Snapshot.IntervalModifier and TypeMethodDescriptionstatic ListSnapshotsOptions
ListSnapshotsOptions.Builder.interval
(Snapshot.Interval interval) ListSnapshotsOptions.interval
(Snapshot.Interval interval)