Class Event.Record

java.lang.Object
com.xensource.xenapi.Event.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
Event

public static class Event.Record extends Object implements Types.Record
Represents all the fields in a Event
  • Field Details

    • id

      public Long id
      An ID, monotonically increasing, and local to the current session
    • timestamp

      public Date timestamp
      The time at which the event occurred
    • clazz

      public String clazz
      The name of the class of the object that changed
    • operation

      public Types.EventOperation operation
      The operation that was performed
    • ref

      public String ref
      A reference to the object that changed
    • objUuid

      public String objUuid
      The uuid of the object that changed
    • snapshot

      public Object 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