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.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.Interval Modifier and Type Method Description static Snapshot.Interval
Snapshot.Interval. fromValue(String type)
Snapshot.Interval
Snapshot. getInterval()
Snapshot.Interval
SnapshotPolicy. getInterval()
Snapshot.Interval
SnapshotPolicySchedule. getInterval()
static Snapshot.Interval
Snapshot.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 T
Snapshot.Builder. interval(Snapshot.Interval interval)
T
SnapshotPolicy.Builder. interval(Snapshot.Interval interval)
T
SnapshotPolicySchedule.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 ListSnapshotsOptions
ListSnapshotsOptions.Builder. interval(Snapshot.Interval interval)
ListSnapshotsOptions
ListSnapshotsOptions. interval(Snapshot.Interval interval)
-