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 nameList of dependent PCI devicesDevice nameDriver name First published in XenServer 7.5.Physical machine that owns the PCI deviceAdditional configurationPCI ID of the physical deviceSubsystem device name 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 name -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
clazzName
PCI class name -
vendorName
Vendor name -
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 -
subsystemVendorName
Subsystem vendor name 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
-