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