Package | Description |
---|---|
org.jclouds.ec2.domain |
Modifier and Type | Method and Description |
---|---|
static Snapshot.Status |
Snapshot.Status.fromValue(String status) |
Snapshot.Status |
Snapshot.getStatus()
Snapshot state (e.g., pending, completed, or error)
|
static Snapshot.Status |
Snapshot.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Snapshot.Status[] |
Snapshot.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Snapshot(String region,
String id,
String volumeId,
int volumeSize,
Snapshot.Status status,
Date startTime,
int progress,
String ownerId,
String description,
String ownerAlias) |
Copyright © 2009-2012 jclouds. All Rights Reserved.