Class HostCrashdump.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • host

      public Host host
      Host the crashdump relates to
    • timestamp

      public Date timestamp
      Time the crash happened
    • size

      public Long size
      Size of the crashdump
    • otherConfig

      public Map<String,String> otherConfig
      additional configuration First published in XenServer 4.1.
  • Constructor Details

    • Record

      public Record()
  • Method Details