Class VappStartupSectionItemResponse
java.lang.Object
com.iland.core.web.rest.response.vapp.VappStartupSectionItemResponse
- All Implemented Interfaces:
Serializable
Vapp Startup Section Item Response.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVappStartupSectionItemResponse(String vmName, int order, String startupAction, String stopAction, int startDelay, int stopDelay) -
Method Summary
-
Constructor Details
-
VappStartupSectionItemResponse
-
-
Method Details
-
getVmName
Get the VM name.- Returns:
Stringvm name
-
getOrder
public int getOrder()Get the order precedence for this item.- Returns:
- order precedence specifier
-
getStartAction
Get the startup action associated with this item.- Returns:
Stringstartup action
-
getStopAction
Get the stop action associated with this item.- Returns:
Stringstop action
-
getStartDelay
public int getStartDelay()Get the item's startup delay.- Returns:
- start delay in seconds
-
getStopDelay
public int getStopDelay()Get the item's stop delay.- Returns:
- stop delay in seconds
-
equals
-
toString
-