Uses of Class
org.cloudfoundry.client.lib.domain.InstanceState

Packages that use InstanceState
org.cloudfoundry.client.lib.domain   
 

Uses of InstanceState in org.cloudfoundry.client.lib.domain
 

Methods in org.cloudfoundry.client.lib.domain that return InstanceState
 InstanceState InstanceStats.getState()
           
 InstanceState InstanceInfo.getState()
           
static InstanceState InstanceState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InstanceState InstanceState.valueOfWithDefault(String s)
           
static InstanceState[] InstanceState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All rights reserved.