public class VirtualDevice extends DynamicData
Java class for VirtualDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDevice">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="deviceInfo" type="{urn:vim25}Description" minOccurs="0"/>
<element name="backing" type="{urn:vim25}VirtualDeviceBackingInfo" minOccurs="0"/>
<element name="connectable" type="{urn:vim25}VirtualDeviceConnectInfo" minOccurs="0"/>
<element name="slotInfo" type="{urn:vim25}VirtualDeviceBusSlotInfo" minOccurs="0"/>
<element name="controllerKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="unitNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualDeviceBackingInfo |
backing |
protected VirtualDeviceConnectInfo |
connectable |
protected Integer |
controllerKey |
protected Description |
deviceInfo |
protected int |
key |
protected VirtualDeviceBusSlotInfo |
slotInfo |
protected Integer |
unitNumber |
| Constructor and Description |
|---|
VirtualDevice() |
| Modifier and Type | Method and Description |
|---|---|
VirtualDeviceBackingInfo |
getBacking()
Gets the value of the backing property.
|
VirtualDeviceConnectInfo |
getConnectable()
Gets the value of the connectable property.
|
Integer |
getControllerKey()
Gets the value of the controllerKey property.
|
Description |
getDeviceInfo()
Gets the value of the deviceInfo property.
|
int |
getKey()
Gets the value of the key property.
|
VirtualDeviceBusSlotInfo |
getSlotInfo()
Gets the value of the slotInfo property.
|
Integer |
getUnitNumber()
Gets the value of the unitNumber property.
|
void |
setBacking(VirtualDeviceBackingInfo value)
Sets the value of the backing property.
|
void |
setConnectable(VirtualDeviceConnectInfo value)
Sets the value of the connectable property.
|
void |
setControllerKey(Integer value)
Sets the value of the controllerKey property.
|
void |
setDeviceInfo(Description value)
Sets the value of the deviceInfo property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setSlotInfo(VirtualDeviceBusSlotInfo value)
Sets the value of the slotInfo property.
|
void |
setUnitNumber(Integer value)
Sets the value of the unitNumber property.
|
protected int key
protected Description deviceInfo
protected VirtualDeviceBackingInfo backing
protected VirtualDeviceConnectInfo connectable
protected VirtualDeviceBusSlotInfo slotInfo
protected Integer controllerKey
protected Integer unitNumber
public int getKey()
public void setKey(int value)
public Description getDeviceInfo()
Descriptionpublic void setDeviceInfo(Description value)
value - allowed object is
Descriptionpublic VirtualDeviceBackingInfo getBacking()
VirtualDeviceBackingInfopublic void setBacking(VirtualDeviceBackingInfo value)
value - allowed object is
VirtualDeviceBackingInfopublic VirtualDeviceConnectInfo getConnectable()
VirtualDeviceConnectInfopublic void setConnectable(VirtualDeviceConnectInfo value)
value - allowed object is
VirtualDeviceConnectInfopublic VirtualDeviceBusSlotInfo getSlotInfo()
VirtualDeviceBusSlotInfopublic void setSlotInfo(VirtualDeviceBusSlotInfo value)
value - allowed object is
VirtualDeviceBusSlotInfopublic Integer getControllerKey()
Integerpublic void setControllerKey(Integer value)
value - allowed object is
Integerpublic Integer getUnitNumber()
IntegerCopyright © 2018. All rights reserved.