public class VirtualizationActionMap
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static ActionType | lookupActionType(java.lang.String currentState,
                java.lang.String actionName)Find the appropriate action label for a given action name and current state. | 
public static ActionType lookupActionType(java.lang.String currentState, java.lang.String actionName)
currentState - The current state of the instanceactionName - The name of the action the user wants to perform
                   from the button on the form in the web UI.