public class HostPciDevice extends DynamicData
Java class for HostPciDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPciDevice">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="classId" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="bus" type="{http://www.w3.org/2001/XMLSchema}byte"/>
<element name="slot" type="{http://www.w3.org/2001/XMLSchema}byte"/>
<element name="function" type="{http://www.w3.org/2001/XMLSchema}byte"/>
<element name="vendorId" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="subVendorId" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="vendorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deviceId" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="subDeviceId" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="parentBridge" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deviceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte |
bus |
protected short |
classId |
protected short |
deviceId |
protected String |
deviceName |
protected byte |
function |
protected String |
id |
protected String |
parentBridge |
protected byte |
slot |
protected short |
subDeviceId |
protected short |
subVendorId |
protected short |
vendorId |
protected String |
vendorName |
| Constructor and Description |
|---|
HostPciDevice() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getBus()
Gets the value of the bus property.
|
short |
getClassId()
Gets the value of the classId property.
|
short |
getDeviceId()
Gets the value of the deviceId property.
|
String |
getDeviceName()
Gets the value of the deviceName property.
|
byte |
getFunction()
Gets the value of the function property.
|
String |
getId()
Gets the value of the id property.
|
String |
getParentBridge()
Gets the value of the parentBridge property.
|
byte |
getSlot()
Gets the value of the slot property.
|
short |
getSubDeviceId()
Gets the value of the subDeviceId property.
|
short |
getSubVendorId()
Gets the value of the subVendorId property.
|
short |
getVendorId()
Gets the value of the vendorId property.
|
String |
getVendorName()
Gets the value of the vendorName property.
|
void |
setBus(byte value)
Sets the value of the bus property.
|
void |
setClassId(short value)
Sets the value of the classId property.
|
void |
setDeviceId(short value)
Sets the value of the deviceId property.
|
void |
setDeviceName(String value)
Sets the value of the deviceName property.
|
void |
setFunction(byte value)
Sets the value of the function property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParentBridge(String value)
Sets the value of the parentBridge property.
|
void |
setSlot(byte value)
Sets the value of the slot property.
|
void |
setSubDeviceId(short value)
Sets the value of the subDeviceId property.
|
void |
setSubVendorId(short value)
Sets the value of the subVendorId property.
|
void |
setVendorId(short value)
Sets the value of the vendorId property.
|
void |
setVendorName(String value)
Sets the value of the vendorName property.
|
protected String id
protected short classId
protected byte bus
protected byte slot
protected byte function
protected short vendorId
protected short subVendorId
protected String vendorName
protected short deviceId
protected short subDeviceId
protected String parentBridge
protected String deviceName
public void setId(String value)
value - allowed object is
Stringpublic short getClassId()
public void setClassId(short value)
public byte getBus()
public void setBus(byte value)
public byte getSlot()
public void setSlot(byte value)
public byte getFunction()
public void setFunction(byte value)
public short getVendorId()
public void setVendorId(short value)
public short getSubVendorId()
public void setSubVendorId(short value)
public String getVendorName()
Stringpublic void setVendorName(String value)
value - allowed object is
Stringpublic short getDeviceId()
public void setDeviceId(short value)
public short getSubDeviceId()
public void setSubDeviceId(short value)
public String getParentBridge()
Stringpublic void setParentBridge(String value)
value - allowed object is
Stringpublic String getDeviceName()
StringCopyright © 2018. All rights reserved.