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
 

Fields in org.jclouds.cloudstack.domain declared as Snapshot.Interval
protected  Snapshot.Interval SnapshotPolicySchedule.Builder.interval
           
protected  Snapshot.Interval SnapshotPolicy.Builder.interval
           
protected  Snapshot.Interval Snapshot.Builder.interval
           
 

Methods in org.jclouds.cloudstack.domain that return Snapshot.Interval
static Snapshot.Interval Snapshot.Interval.fromValue(String type)
           
 Snapshot.Interval SnapshotPolicySchedule.getInterval()
           
 Snapshot.Interval SnapshotPolicy.getInterval()
           
 Snapshot.Interval Snapshot.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
 T SnapshotPolicySchedule.Builder.interval(Snapshot.Interval interval)
           
 T SnapshotPolicy.Builder.interval(Snapshot.Interval interval)
           
 T Snapshot.Builder.interval(Snapshot.Interval interval)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Snapshot.Interval
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)
           
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
 ListSnapshotsOptions ListSnapshotsOptions.interval(Snapshot.Interval interval)
           
static ListSnapshotsOptions ListSnapshotsOptions.Builder.interval(Snapshot.Interval interval)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.