Package com.xensource.xenapi
Class Feature.Record
java.lang.Object
com.xensource.xenapi.Feature.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Feature
Represents all the fields in a Feature
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates whether the feature is enabledIndicates whether the feature is experimental (as opposed to stable and fully supported)The host where this feature is availablea notes field containing human-readable descriptiona human-readable nameUnique identifier/object referenceThe version of this feature -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
enabled
Indicates whether the feature is enabled -
experimental
Indicates whether the feature is experimental (as opposed to stable and fully supported) -
version
The version of this feature -
host
The host where this feature is available
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a Feature.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-