com.xensource.xenapi
Class HostCrashdump.Record

java.lang.Object
  extended by 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 Summary
 Host host
          Host the crashdump relates to
 Map<String,String> otherConfig
          additional configuration
 Long size
          Size of the crashdump
 Date timestamp
          Time the crash happened
 String uuid
          Unique identifier/object reference
 
Constructor Summary
HostCrashdump.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a host_crashdump.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

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

Constructor Detail

HostCrashdump.Record

public HostCrashdump.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

public Map<String,Object> toMap()
Convert a host_crashdump.Record to a Map

Specified by:
toMap in interface Types.Record