Package com.xensource.xenapi
Class HostCrashdump.Record
java.lang.Object
com.xensource.xenapi.HostCrashdump.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- HostCrashdump
Represents all the fields in a HostCrashdump
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
host
Host the crashdump relates to -
timestamp
Time the crash happened -
size
Size of the crashdump -
otherConfig
additional configuration First published in XenServer 4.1.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a host_crashdump.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-