Class VmBootOptionsUpdateRequest
java.lang.Object
com.iland.core.web.rest.request.vm.VmBootOptionsUpdateRequest
- All Implemented Interfaces:
Serializable
Vm Boot Options Update Request.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGet the VM boot delay in milliseconds.booleanGet whether the VM will force enter BIOS on restart.toString()
-
Constructor Details
-
VmBootOptionsUpdateRequest
public VmBootOptionsUpdateRequest(long bootDelay, boolean enterBIOS)
-
-
Method Details