Uses of Class
org.jclouds.cloudstack.domain.Snapshot.Interval
-
Packages that use Snapshot.Interval Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.options -
-
Uses of Snapshot.Interval in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Snapshot.Interval Modifier and Type Field Description protected Snapshot.IntervalSnapshot.Builder. intervalprotected Snapshot.IntervalSnapshotPolicy.Builder. intervalprotected Snapshot.IntervalSnapshotPolicySchedule.Builder. intervalMethods in org.jclouds.cloudstack.domain that return Snapshot.Interval Modifier and Type Method Description static Snapshot.IntervalSnapshot.Interval. fromValue(String type)Snapshot.IntervalSnapshot. getInterval()Snapshot.IntervalSnapshotPolicy. getInterval()Snapshot.IntervalSnapshotPolicySchedule. getInterval()static Snapshot.IntervalSnapshot.Interval. valueOf(String name)Returns the enum constant of this type with the specified name.static Snapshot.Interval[]Snapshot.Interval. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Snapshot.Interval Modifier and Type Method Description TSnapshot.Builder. interval(Snapshot.Interval interval)TSnapshotPolicy.Builder. interval(Snapshot.Interval interval)TSnapshotPolicySchedule.Builder. interval(Snapshot.Interval interval)Constructors in org.jclouds.cloudstack.domain with parameters of type Snapshot.Interval Constructor Description 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)SnapshotPolicy(String id, Snapshot.Interval interval, long numberToRetain, String schedule, String timezone, String volumeId)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.Interval Modifier and Type Method Description static ListSnapshotsOptionsListSnapshotsOptions.Builder. interval(Snapshot.Interval interval)ListSnapshotsOptionsListSnapshotsOptions. interval(Snapshot.Interval interval)
-