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

Packages that use Snapshot.State
org.jclouds.cloudstack.domain   
 

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

Fields in org.jclouds.cloudstack.domain declared as Snapshot.State
protected  Snapshot.State Snapshot.Builder.state
           
 

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

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



Copyright © 2009-2012 jclouds. All Rights Reserved.