Package com.xensource.xenapi
Class HostDriver.Record
java.lang.Object
com.xensource.xenapi.HostDriver.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- HostDriver
Represents all the fields in a HostDriver
-
Field Summary
FieldsModifier and TypeFieldDescriptionCurrently active variant of this driver, if any, or Null.Description of the driver Experimental.Descriptive name, not used for identification Experimental.Host where this driver is installed Experimental.Information about the driver Experimental.Name identifying the driver uniquely Experimental.Variant (if any) selected to become active after reboot.Device type this driver supports, like network or storage Experimental.Unique identifier/object reference Experimental.Variants of this driver available for selection Experimental. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference Experimental. First published in 25.2.0. -
host
Host where this driver is installed Experimental. First published in 25.2.0. -
name
Name identifying the driver uniquely Experimental. First published in 25.2.0. -
friendlyName
Descriptive name, not used for identification Experimental. First published in 25.2.0. -
variants
Variants of this driver available for selection Experimental. First published in 25.2.0. -
activeVariant
Currently active variant of this driver, if any, or Null. Experimental. First published in 25.2.0. -
selectedVariant
Variant (if any) selected to become active after reboot. Or Null Experimental. First published in 25.2.0. -
type
Device type this driver supports, like network or storage Experimental. First published in 25.2.0. -
description
Description of the driver Experimental. First published in 25.2.0. -
info
Information about the driver Experimental. First published in 25.2.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a HostDriver.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-