public class VirtualMachineBootOptionsBootableEthernetDevice extends VirtualMachineBootOptionsBootableDevice
Java class for VirtualMachineBootOptionsBootableEthernetDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineBootOptionsBootableEthernetDevice">
<complexContent>
<extension base="{urn:vim25}VirtualMachineBootOptionsBootableDevice">
<sequence>
<element name="deviceKey" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
deviceKey |
| Constructor and Description |
|---|
VirtualMachineBootOptionsBootableEthernetDevice() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeviceKey()
Gets the value of the deviceKey property.
|
void |
setDeviceKey(int value)
Sets the value of the deviceKey property.
|
Copyright © 2018. All rights reserved.