| Package | Description | 
|---|---|
| org.jclouds.cloudservers.domain | 
| Modifier and Type | Field and Description | 
|---|---|
protected VersionStatus | 
Version.Builder.status  | 
| Modifier and Type | Method and Description | 
|---|---|
static VersionStatus | 
VersionStatus.fromValue(String v)  | 
VersionStatus | 
Version.getStatus()  | 
static VersionStatus | 
VersionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static VersionStatus[] | 
VersionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Version.Builder.status(VersionStatus status)  | 
| Constructor and Description | 
|---|
Version(String docURL,
       String id,
       VersionStatus status,
       String wadl)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.