public class VirtualMachineBootOptions extends DynamicData
Java class for VirtualMachineBootOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineBootOptions">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="bootDelay" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="enterBIOSSetup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="efiSecureBootEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="bootRetryEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="bootRetryDelay" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="bootOrder" type="{urn:vim25}VirtualMachineBootOptionsBootableDevice" maxOccurs="unbounded" minOccurs="0"/>
<element name="networkBootProtocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
bootDelay |
protected List<VirtualMachineBootOptionsBootableDevice> |
bootOrder |
protected Long |
bootRetryDelay |
protected Boolean |
bootRetryEnabled |
protected Boolean |
efiSecureBootEnabled |
protected Boolean |
enterBIOSSetup |
protected String |
networkBootProtocol |
| Constructor and Description |
|---|
VirtualMachineBootOptions() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBootDelay()
Gets the value of the bootDelay property.
|
List<VirtualMachineBootOptionsBootableDevice> |
getBootOrder()
Gets the value of the bootOrder property.
|
Long |
getBootRetryDelay()
Gets the value of the bootRetryDelay property.
|
String |
getNetworkBootProtocol()
Gets the value of the networkBootProtocol property.
|
Boolean |
isBootRetryEnabled()
Gets the value of the bootRetryEnabled property.
|
Boolean |
isEfiSecureBootEnabled()
Gets the value of the efiSecureBootEnabled property.
|
Boolean |
isEnterBIOSSetup()
Gets the value of the enterBIOSSetup property.
|
void |
setBootDelay(Long value)
Sets the value of the bootDelay property.
|
void |
setBootRetryDelay(Long value)
Sets the value of the bootRetryDelay property.
|
void |
setBootRetryEnabled(Boolean value)
Sets the value of the bootRetryEnabled property.
|
void |
setEfiSecureBootEnabled(Boolean value)
Sets the value of the efiSecureBootEnabled property.
|
void |
setEnterBIOSSetup(Boolean value)
Sets the value of the enterBIOSSetup property.
|
void |
setNetworkBootProtocol(String value)
Sets the value of the networkBootProtocol property.
|
protected Long bootDelay
protected Boolean enterBIOSSetup
protected Boolean efiSecureBootEnabled
protected Boolean bootRetryEnabled
protected Long bootRetryDelay
protected List<VirtualMachineBootOptionsBootableDevice> bootOrder
protected String networkBootProtocol
public Long getBootDelay()
Longpublic void setBootDelay(Long value)
value - allowed object is
Longpublic Boolean isEnterBIOSSetup()
Booleanpublic void setEnterBIOSSetup(Boolean value)
value - allowed object is
Booleanpublic Boolean isEfiSecureBootEnabled()
Booleanpublic void setEfiSecureBootEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isBootRetryEnabled()
Booleanpublic void setBootRetryEnabled(Boolean value)
value - allowed object is
Booleanpublic Long getBootRetryDelay()
Longpublic void setBootRetryDelay(Long value)
value - allowed object is
Longpublic List<VirtualMachineBootOptionsBootableDevice> getBootOrder()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the bootOrder property.
For example, to add a new item, do as follows:
getBootOrder().add(newItem);
Objects of the following type(s) are allowed in the list
VirtualMachineBootOptionsBootableDevice
public String getNetworkBootProtocol()
StringCopyright © 2018. All rights reserved.