| Package | Description | 
|---|---|
| org.jclouds.slicehost.compute.config | |
| org.jclouds.slicehost.compute.functions | |
| org.jclouds.slicehost.domain | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<Slice.Status,NodeMetadata.Status> | 
SlicehostComputeServiceContextModule.sliceStatusToNodeStatus  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<Slice.Status,NodeMetadata.Status> | 
SliceToNodeMetadata.sliceToNodeStatus  | 
| Modifier and Type | Method and Description | 
|---|---|
static Slice.Status | 
Slice.Status.fromValue(String state)  | 
Slice.Status | 
Slice.getStatus()  | 
static Slice.Status | 
Slice.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Slice.Status[] | 
Slice.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
Slice(int id,
     String name,
     int flavorId,
     Integer imageId,
     Integer backupId,
     Slice.Status status,
     Integer progress,
     float bandwidthIn,
     float bandwidthOut,
     Set<String> addresses,
     String rootPassword)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.