Package com.xensource.xenapi
Class PCI.Record
java.lang.Object
com.xensource.xenapi.PCI.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PCI
Represents all the fields in a PCI
-
Field Summary
FieldsModifier and TypeFieldDescriptionPCI class IDPCI class nameList of dependent PCI devicesDevice IDDevice nameDriver name First published in XenServer 7.5.Physical machine that owns the PCI deviceAdditional configurationPCI ID of the physical deviceSubsystem device ID First published in XenServer 6.2 SP1 Hotfix 11.Subsystem device name First published in XenServer 6.2 SP1 Hotfix 11.Subsystem vendor ID First published in XenServer 6.2 SP1 Hotfix 11.Subsystem vendor name First published in XenServer 6.2 SP1 Hotfix 11.Unique identifier/object referenceVendor IDVendor name -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
clazzId
PCI class ID -
clazzName
PCI class name -
vendorId
Vendor ID -
vendorName
Vendor name -
deviceId
Device ID -
deviceName
Device name -
host
Physical machine that owns the PCI device -
pciId
PCI ID of the physical device -
dependencies
List of dependent PCI devices -
otherConfig
Additional configuration -
subsystemVendorId
Subsystem vendor ID First published in XenServer 6.2 SP1 Hotfix 11. -
subsystemVendorName
Subsystem vendor name First published in XenServer 6.2 SP1 Hotfix 11. -
subsystemDeviceId
Subsystem device ID First published in XenServer 6.2 SP1 Hotfix 11. -
subsystemDeviceName
Subsystem device name First published in XenServer 6.2 SP1 Hotfix 11. -
driverName
Driver name First published in XenServer 7.5.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a PCI.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-