Uses of Class
org.jclouds.slicehost.domain.Slice.Status

Packages that use Slice.Status
org.jclouds.slicehost.compute.config   
org.jclouds.slicehost.compute.functions   
org.jclouds.slicehost.domain   
 

Uses of Slice.Status in org.jclouds.slicehost.compute.config
 

Fields in org.jclouds.slicehost.compute.config with type parameters of type Slice.Status
static Map<Slice.Status,NodeState> SlicehostComputeServiceDependenciesModule.sliceStatusToNodeState
           
 

Uses of Slice.Status in org.jclouds.slicehost.compute.functions
 

Fields in org.jclouds.slicehost.compute.functions with type parameters of type Slice.Status
protected  Map<Slice.Status,NodeState> SliceToNodeMetadata.sliceToNodeState
           
 

Uses of Slice.Status in org.jclouds.slicehost.domain
 

Methods in org.jclouds.slicehost.domain that return Slice.Status
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.
 

Constructors in org.jclouds.slicehost.domain with parameters of type Slice.Status
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-2011 jclouds. All Rights Reserved.