public class VirtualMachinePciPassthroughInfo extends VirtualMachineTargetInfo
Java class for VirtualMachinePciPassthroughInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachinePciPassthroughInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineTargetInfo">
<sequence>
<element name="pciDevice" type="{urn:vim25}HostPciDevice"/>
<element name="systemId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostPciDevice |
pciDevice |
protected String |
systemId |
configurationTag, name| Constructor and Description |
|---|
VirtualMachinePciPassthroughInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostPciDevice |
getPciDevice()
Gets the value of the pciDevice property.
|
String |
getSystemId()
Gets the value of the systemId property.
|
void |
setPciDevice(HostPciDevice value)
Sets the value of the pciDevice property.
|
void |
setSystemId(String value)
Sets the value of the systemId property.
|
getConfigurationTag, getName, setNameprotected HostPciDevice pciDevice
protected String systemId
public HostPciDevice getPciDevice()
HostPciDevicepublic void setPciDevice(HostPciDevice value)
value - allowed object is
HostPciDevicepublic String getSystemId()
StringCopyright © 2018. All rights reserved.