Package com.xensource.xenapi
Class DriverVariant.Record
java.lang.Object
com.xensource.xenapi.DriverVariant.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- DriverVariant
Represents all the fields in a DriverVariant
-
Field Summary
FieldsModifier and TypeFieldDescriptionDriver this variant is a part of Experimental.True if the hardware for this variant is present on the host Experimental.Name identifying the driver variant within the driver Experimental.Priority; this needs an explanation how this is ordered Experimental.Development and release status of this variant, like 'alpha' Experimental.Unique identifier/object reference Experimental.Unique version of this driver variant Experimental. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference Experimental. First published in 25.2.0. -
name
Name identifying the driver variant within the driver Experimental. First published in 25.2.0. -
driver
Driver this variant is a part of Experimental. First published in 25.2.0. -
version
Unique version of this driver variant Experimental. First published in 25.2.0. -
hardwarePresent
True if the hardware for this variant is present on the host Experimental. First published in 25.2.0. -
priority
Priority; this needs an explanation how this is ordered Experimental. First published in 25.2.0. -
status
Development and release status of this variant, like 'alpha' Experimental. First published in 25.2.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a DriverVariant.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-