| Package | Description | 
|---|---|
| org.jclouds.cloudstack.domain | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Snapshot.Builder | 
Snapshot.Builder.state(Snapshot.State state)  | 
| Constructor and Description | 
|---|
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)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.