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.StatePowerState.Builder. keyNameMethods in org.jclouds.softlayer.domain that return VirtualGuest.State Modifier and Type Method Description static VirtualGuest.StateVirtualGuest.State. fromValue(String state)VirtualGuest.StatePowerState. getKeyName()Maps ontoVirtualGuest.Statestatic VirtualGuest.StateVirtualGuest.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 TPowerState.Builder. keyName(VirtualGuest.State keyName)Constructors in org.jclouds.softlayer.domain with parameters of type VirtualGuest.State Constructor Description PowerState(VirtualGuest.State keyName)
-