Uses of Class
org.jclouds.softlayer.domain.VirtualGuest.State
-
Packages that use VirtualGuest.State Package Description 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 Modifier and Type Field Description static Map<VirtualGuest.State,NodeMetadata.Status>
VirtualGuestToNodeMetadata. serverStateToNodeStatus
-
Uses of VirtualGuest.State in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as VirtualGuest.State Modifier and Type Field Description protected VirtualGuest.State
PowerState.Builder. keyName
Methods in org.jclouds.softlayer.domain that return VirtualGuest.State Modifier and Type Method Description static VirtualGuest.State
VirtualGuest.State. fromValue(String state)
VirtualGuest.State
PowerState. getKeyName()
Maps ontoVirtualGuest.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 Modifier and Type Method Description T
PowerState.Builder. keyName(VirtualGuest.State keyName)
Constructors in org.jclouds.softlayer.domain with parameters of type VirtualGuest.State Constructor Description PowerState(VirtualGuest.State keyName)
-