Class DriverVariant.Record

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

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

    • uuid

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

      public String name
      Name identifying the driver variant within the driver Experimental. First published in 25.2.0.
    • driver

      public HostDriver driver
      Driver this variant is a part of Experimental. First published in 25.2.0.
    • version

      public String version
      Unique version of this driver variant Experimental. First published in 25.2.0.
    • hardwarePresent

      public Boolean hardwarePresent
      True if the hardware for this variant is present on the host Experimental. First published in 25.2.0.
    • priority

      public Double priority
      Priority; this needs an explanation how this is ordered Experimental. First published in 25.2.0.
    • status

      public String status
      Development and release status of this variant, like 'alpha' Experimental. First published in 25.2.0.
  • Constructor Details

    • Record

      public Record()
  • Method Details