Uses of Class
org.jclouds.vcloud.domain.Status

Packages that use Status
org.jclouds.vcloud.compute.config   
org.jclouds.vcloud.compute.internal   
org.jclouds.vcloud.domain   
 

Uses of Status in org.jclouds.vcloud.compute.config
 

Fields in org.jclouds.vcloud.compute.config with type parameters of type Status
static Map<Status,org.jclouds.compute.domain.NodeState> CommonVCloudComputeServiceContextModule.VAPPSTATUS_TO_NODESTATE
           
 

Methods in org.jclouds.vcloud.compute.config that return types with arguments of type Status
protected  Map<Status,org.jclouds.compute.domain.NodeState> CommonVCloudComputeServiceContextModule.provideVAppStatusToNodeState()
           
 

Uses of Status in org.jclouds.vcloud.compute.internal
 

Methods in org.jclouds.vcloud.compute.internal that return Status
protected abstract  Status CommonVCloudComputeClientImpl.getStatus(A vApp)
           
 

Uses of Status in org.jclouds.vcloud.domain
 

Methods in org.jclouds.vcloud.domain that return Status
static Status Status.fromValue(int v)
           
static Status Status.fromValue(String status)
           
static Status Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.