Uses of Class
org.jclouds.softlayer.domain.VirtualGuest.State

Packages that use VirtualGuest.State
org.jclouds.softlayer.compute.functions   
org.jclouds.softlayer.domain   
 

Uses of VirtualGuest.State in org.jclouds.softlayer.compute.functions
 

Fields in org.jclouds.softlayer.compute.functions with type parameters of type VirtualGuest.State
static Map<VirtualGuest.State,NodeState> VirtualGuestToNodeMetadata.serverStateToNodeState
           
 

Uses of VirtualGuest.State in org.jclouds.softlayer.domain
 

Methods in org.jclouds.softlayer.domain that return VirtualGuest.State
static VirtualGuest.State VirtualGuest.State.fromValue(String state)
           
 VirtualGuest.State PowerState.getKeyName()
          Maps onto VirtualGuest.State
static VirtualGuest.State VirtualGuest.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VirtualGuest.State[] VirtualGuest.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.softlayer.domain with parameters of type VirtualGuest.State
 PowerState.Builder PowerState.Builder.keyName(VirtualGuest.State keyName)
           
 

Constructors in org.jclouds.softlayer.domain with parameters of type VirtualGuest.State
PowerState(VirtualGuest.State keyName)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.