Class PCI.Record

java.lang.Object
com.xensource.xenapi.PCI.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
PCI

public static class PCI.Record extends Object implements Types.Record
Represents all the fields in a PCI
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • clazzName

      public String clazzName
      PCI class name
    • vendorName

      public String vendorName
      Vendor name
    • deviceName

      public String deviceName
      Device name
    • host

      public Host host
      Physical machine that owns the PCI device
    • pciId

      public String pciId
      PCI ID of the physical device
    • dependencies

      public Set<PCI> dependencies
      List of dependent PCI devices
    • otherConfig

      public Map<String,String> otherConfig
      Additional configuration
    • subsystemVendorName

      public String subsystemVendorName
      Subsystem vendor name First published in XenServer 6.2 SP1 Hotfix 11.
    • subsystemDeviceName

      public String subsystemDeviceName
      Subsystem device name First published in XenServer 6.2 SP1 Hotfix 11.
    • driverName

      public String driverName
      Driver name First published in XenServer 7.5.
  • Constructor Details

    • Record

      public Record()
  • Method Details