public class HostBootDeviceInfo extends DynamicData
Java class for HostBootDeviceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostBootDeviceInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="bootDevices" type="{urn:vim25}HostBootDevice" maxOccurs="unbounded" minOccurs="0"/>
<element name="currentBootDeviceKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostBootDevice> |
bootDevices |
protected String |
currentBootDeviceKey |
| Constructor and Description |
|---|
HostBootDeviceInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<HostBootDevice> |
getBootDevices()
Gets the value of the bootDevices property.
|
String |
getCurrentBootDeviceKey()
Gets the value of the currentBootDeviceKey property.
|
void |
setCurrentBootDeviceKey(String value)
Sets the value of the currentBootDeviceKey property.
|
protected List<HostBootDevice> bootDevices
protected String currentBootDeviceKey
public List<HostBootDevice> getBootDevices()
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 bootDevices property.
For example, to add a new item, do as follows:
getBootDevices().add(newItem);
Objects of the following type(s) are allowed in the list
HostBootDevice
public String getCurrentBootDeviceKey()
StringCopyright © 2018. All rights reserved.