Uses of Class
org.jclouds.cloudstack.domain.Snapshot.Interval

Packages that use Snapshot.Interval
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.options   
 

Uses of Snapshot.Interval in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Snapshot.Interval
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
 Snapshot.Builder Snapshot.Builder.interval(Snapshot.Interval interval)
           
 SnapshotPolicy.Builder SnapshotPolicy.Builder.interval(Snapshot.Interval interval)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Snapshot.Interval
Snapshot(long id, String account, Date created, String domain, long domainId, Snapshot.Interval interval, long jobId, String jobStatus, String name, Snapshot.Type snapshotType, Snapshot.State state, long volumeId, String volumeName, Volume.Type volumeType)
           
SnapshotPolicy(long id, Snapshot.Interval interval, long numberToRetain, String schedule, String timezone, long 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
 ListSnapshotsOptions ListSnapshotsOptions.interval(Snapshot.Interval interval)
           
static ListSnapshotsOptions ListSnapshotsOptions.Builder.interval(Snapshot.Interval interval)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.