public class VappStartupSectionItemRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| VappStartupSectionItemRequest(String vmName,
                             int order,
                             String startupAction,
                             String stopAction,
                             int startDelay,
                             int stopDelay) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| int | getOrder()Get the order precedence for this item. | 
| String | getStartAction()Get the startup action associated with this item. | 
| int | getStartDelay()Get the item's startup delay. | 
| String | getStopAction()Get the stop action associated with this item. | 
| int | getStopDelay()Get the item's stop delay. | 
| String | getVmName()Get the VM name. | 
| int | hashCode() | 
| String | toString() | 
public int getOrder()
public String getStartAction()
String startup actionpublic String getStopAction()
String stop actionpublic int getStartDelay()
public int getStopDelay()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.