Package com.xensource.xenapi
Class Event.Record
java.lang.Object
com.xensource.xenapi.Event.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Event
Represents all the fields in a Event
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the class of the object that changedAn ID, monotonically increasing, and local to the current sessionThe uuid of the object that changedThe operation that was performedA reference to the object that changedThe record of the database object that was added, changed or deleted (the actual type will be VM.Record, VBD.Record or similar)The time at which the event occurred -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
An ID, monotonically increasing, and local to the current session -
timestamp
The time at which the event occurred -
clazz
The name of the class of the object that changed -
operation
The operation that was performed -
ref
A reference to the object that changed -
objUuid
The uuid of the object that changed -
snapshot
The record of the database object that was added, changed or deleted (the actual type will be VM.Record, VBD.Record or similar)
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a event.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-