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

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

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

Methods in org.jclouds.cloudstack.domain that return Snapshot.Type
static Snapshot.Type Snapshot.Type.fromValue(String type)
           
 Snapshot.Type Snapshot.getSnapshotType()
           
static Snapshot.Type Snapshot.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Snapshot.Type[] Snapshot.Type.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.Type
 Snapshot.Builder Snapshot.Builder.snapshotType(Snapshot.Type snapshotType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Snapshot.Type
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)
           
 

Uses of Snapshot.Type in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type Snapshot.Type
 ListSnapshotsOptions ListSnapshotsOptions.snapshotType(Snapshot.Type snapshotType)
           
static ListSnapshotsOptions ListSnapshotsOptions.Builder.snapshotType(Snapshot.Type snapshotType)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.