Class PUSB.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • USBGroup

      public USBGroup USBGroup
      USB group the PUSB is contained in
    • host

      public Host host
      Physical machine that owns the USB device
    • path

      public String path
      port path of USB device
    • vendorId

      public String vendorId
      vendor id of the USB device
    • vendorDesc

      public String vendorDesc
      vendor description of the USB device
    • productId

      public String productId
      product id of the USB device
    • productDesc

      public String productDesc
      product description of the USB device
    • serial

      public String serial
      serial of the USB device
    • version

      public String version
      USB device version
    • description

      public String description
      USB device description
    • passthroughEnabled

      public Boolean passthroughEnabled
      enabled for passthrough
    • otherConfig

      public Map<String,String> otherConfig
      additional configuration
    • speed

      public Double speed
      USB device speed First published in Citrix Hypervisor 8.2.
  • Constructor Details

    • Record

      public Record()
  • Method Details