Class VappStartupSectionItemRequest
java.lang.Object
com.iland.core.web.rest.request.vapp.VappStartupSectionItemRequest
- All Implemented Interfaces:
Serializable
Vapp Startup Section Item Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVappStartupSectionItemRequest(String vmName, int order, String startupAction, String stopAction, int startDelay, int stopDelay) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetOrder()Get the order precedence for this item.Get the startup action associated with this item.intGet the item's startup delay.Get the stop action associated with this item.intGet the item's stop delay.Get the VM name.inthashCode()toString()
-
Constructor Details
-
VappStartupSectionItemRequest
-
-
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
-
hashCode
public int hashCode() -
toString
-