Package com.xensource.xenapi
Class Observer.Record
java.lang.Object
com.xensource.xenapi.Observer.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Observer
Represents all the fields in a Observer
-
Field Summary
FieldsModifier and TypeFieldDescriptionAttributes that observer will add to the data they produce Experimental.The list of xenserver components the observer will broadcast.This denotes if the observer is enabled.The list of endpoints where data is exported to.The list of hosts the observer is active on.a notes field containing human-readable description First published in XenServer 4.0.a human-readable name First published in XenServer 4.0.Unique identifier/object reference Experimental. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference Experimental. First published in 23.14.0. -
nameLabel
a human-readable name First published in XenServer 4.0. -
nameDescription
a notes field containing human-readable description First published in XenServer 4.0. -
hosts
The list of hosts the observer is active on. An empty list means all hosts Experimental. First published in 23.14.0. -
attributes
Attributes that observer will add to the data they produce Experimental. First published in 23.14.0. -
endpoints
The list of endpoints where data is exported to. Each endpoint is a URL or the string 'bugtool' refering to the internal logs Experimental. First published in 23.14.0. -
components
The list of xenserver components the observer will broadcast. An empty list means all components Experimental. First published in 23.14.0. -
enabled
This denotes if the observer is enabled. true if it is enabled and false if it is disabled Experimental. First published in 23.14.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a Observer.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-