public class VmBootOptionsResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| VmBootOptionsResponse(long bootDelay,
                     boolean enterBIOS) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getBootDelay()Get the VM boot delay in milliseconds. | 
| boolean | isEnterBIOS()Get whether the VM will force enter BIOS on restart. | 
| String | toString() | 
public VmBootOptionsResponse(long bootDelay,
                             boolean enterBIOS)
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.