public class VappStartupSectionItemResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| VappStartupSectionItemResponse(String vmName,
                              int order,
                              String startupAction,
                              String stopAction,
                              int startDelay,
                              int stopDelay) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object object) | 
| 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. | 
| 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.