Class VmBootOptionsResponse
java.lang.Object
com.iland.core.web.rest.response.vm.VmBootOptionsResponse
- All Implemented Interfaces:
Serializable
Vm Boot Options Response.
- 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
-
VmBootOptionsResponse
public VmBootOptionsResponse(long bootDelay, boolean enterBIOS)
-
-
Method Details