|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.DataSource.Record
public static class DataSource.Record
Represents all the fields in a DataSource
| Field Summary | |
|---|---|
java.lang.Boolean |
enabled
true if the data source is being logged |
java.lang.Double |
max
the maximum value of the data source |
java.lang.Double |
min
the minimum value of the data source |
java.lang.String |
nameDescription
a notes field containg human-readable description |
java.lang.String |
nameLabel
a human-readable name |
java.lang.Boolean |
standard
true if the data source is enabled by default. |
java.lang.String |
units
the units of the value |
java.lang.Double |
value
current value of the data source |
| Constructor Summary | |
|---|---|
DataSource.Record()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a data_source.Record to a Map |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.Boolean enabled
public java.lang.Boolean standard
public java.lang.String units
public java.lang.Double min
public java.lang.Double max
public java.lang.Double value
| Constructor Detail |
|---|
public DataSource.Record()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||