com.xensource.xenapi
public static class Feature.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
enabled
Indicates whether the feature is enabled
|
java.lang.Boolean |
experimental
Indicates whether the feature is experimental (as opposed to stable and fully supported)
|
Host |
host
The host where this feature is available
|
java.lang.String |
nameDescription
a notes field containing human-readable description
|
java.lang.String |
nameLabel
a human-readable name
|
java.lang.String |
uuid
Unique identifier/object reference
|
java.lang.String |
version
The version of this feature
|
Constructor and Description |
---|
Feature.Record() |
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.Boolean enabled
public java.lang.Boolean experimental
public java.lang.String version
public Host host
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record