public class VirtualPCIPassthroughDeviceBackingInfo extends VirtualDeviceDeviceBackingInfo
Java class for VirtualPCIPassthroughDeviceBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualPCIPassthroughDeviceBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceDeviceBackingInfo">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deviceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="systemId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vendorId" type="{http://www.w3.org/2001/XMLSchema}short"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceId |
protected String |
id |
protected String |
systemId |
protected short |
vendorId |
deviceName, useAutoDetect| Constructor and Description |
|---|
VirtualPCIPassthroughDeviceBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceId()
Gets the value of the deviceId property.
|
String |
getId()
Gets the value of the id property.
|
String |
getSystemId()
Gets the value of the systemId property.
|
short |
getVendorId()
Gets the value of the vendorId property.
|
void |
setDeviceId(String value)
Sets the value of the deviceId property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSystemId(String value)
Sets the value of the systemId property.
|
void |
setVendorId(short value)
Sets the value of the vendorId property.
|
getDeviceName, isUseAutoDetect, setDeviceName, setUseAutoDetectprotected String id
protected String deviceId
protected String systemId
protected short vendorId
public VirtualPCIPassthroughDeviceBackingInfo()
public void setId(String value)
value - allowed object is
Stringpublic String getDeviceId()
Stringpublic void setDeviceId(String value)
value - allowed object is
Stringpublic String getSystemId()
Stringpublic void setSystemId(String value)
value - allowed object is
Stringpublic short getVendorId()
public void setVendorId(short value)
Copyright © 2018. All rights reserved.