public class VirtualMachineBootOptions extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Long |
bootDelay |
VirtualMachineBootOptionsBootableDevice[] |
bootOrder |
Long |
bootRetryDelay |
Boolean |
bootRetryEnabled |
Boolean |
enterBIOSSetup |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualMachineBootOptions() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBootDelay() |
VirtualMachineBootOptionsBootableDevice[] |
getBootOrder() |
Long |
getBootRetryDelay() |
Boolean |
getBootRetryEnabled() |
Boolean |
getEnterBIOSSetup() |
void |
setBootDelay(Long bootDelay) |
void |
setBootOrder(VirtualMachineBootOptionsBootableDevice[] bootOrder) |
void |
setBootRetryDelay(Long bootRetryDelay) |
void |
setBootRetryEnabled(Boolean bootRetryEnabled) |
void |
setEnterBIOSSetup(Boolean enterBIOSSetup) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Long bootDelay
public Boolean enterBIOSSetup
public Boolean bootRetryEnabled
public Long bootRetryDelay
public VirtualMachineBootOptionsBootableDevice[] bootOrder
public Long getBootDelay()
public Boolean getEnterBIOSSetup()
public Boolean getBootRetryEnabled()
public Long getBootRetryDelay()
public VirtualMachineBootOptionsBootableDevice[] getBootOrder()
public void setBootDelay(Long bootDelay)
public void setEnterBIOSSetup(Boolean enterBIOSSetup)
public void setBootRetryEnabled(Boolean bootRetryEnabled)
public void setBootRetryDelay(Long bootRetryDelay)
public void setBootOrder(VirtualMachineBootOptionsBootableDevice[] bootOrder)
Copyright © 2011-2012. All Rights Reserved.