Package com.xensource.xenapi
Class DataSource.Record
java.lang.Object
com.xensource.xenapi.DataSource.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- DataSource
Represents all the fields in a DataSource
-
Field Summary
FieldsModifier and TypeFieldDescriptiontrue if the data source is being loggedthe maximum value of the data sourcethe minimum value of the data sourcea notes field containing human-readable descriptiona human-readable nametrue if the data source is enabled by default.the units of the valuecurrent value of the data source -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
enabled
true if the data source is being logged -
standard
true if the data source is enabled by default. Non-default data sources cannot be disabled -
units
the units of the value -
min
the minimum value of the data source -
max
the maximum value of the data source -
value
current value of the data source
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a data_source.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-