Class HostDriver.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference Experimental. First published in 25.2.0.
    • host

      public Host host
      Host where this driver is installed Experimental. First published in 25.2.0.
    • name

      public String name
      Name identifying the driver uniquely Experimental. First published in 25.2.0.
    • friendlyName

      public String friendlyName
      Descriptive name, not used for identification Experimental. First published in 25.2.0.
    • variants

      public Set<DriverVariant> variants
      Variants of this driver available for selection Experimental. First published in 25.2.0.
    • activeVariant

      public DriverVariant activeVariant
      Currently active variant of this driver, if any, or Null. Experimental. First published in 25.2.0.
    • selectedVariant

      public DriverVariant selectedVariant
      Variant (if any) selected to become active after reboot. Or Null Experimental. First published in 25.2.0.
    • type

      public String type
      Device type this driver supports, like network or storage Experimental. First published in 25.2.0.
    • description

      public String description
      Description of the driver Experimental. First published in 25.2.0.
    • info

      public String info
      Information about the driver Experimental. First published in 25.2.0.
  • Constructor Details

    • Record

      public Record()
  • Method Details