Uses of Class
com.xensource.xenapi.Crashdump
-
Uses of Crashdump in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type CrashdumpModifier and TypeFieldDescriptionVDI.Record.crashDumps
list of crash dumps that refer to this diskVM.Record.crashDumps
crash dumps associated with this VMMethods in com.xensource.xenapi that return CrashdumpModifier and TypeMethodDescriptionstatic Crashdump
Crashdump.getByUuid
(Connection c, String uuid) Deprecated.static Crashdump
Types.toCrashdump
(Task task, Connection connection) static Crashdump
Types.toCrashdump
(Object object) Methods in com.xensource.xenapi that return types with arguments of type CrashdumpModifier and TypeMethodDescriptionCrashdump.getAll
(Connection c) Deprecated.static Map<Crashdump,
Crashdump.Record> Crashdump.getAllRecords
(Connection c) Return a map of crashdump references to crashdump records for all crashdumps known to the system.VDI.getCrashDumps
(Connection c) Get the crash_dumps field of the given VDI.VM.getCrashDumps
(Connection c) Get the crash_dumps field of the given VM.static Map<Crashdump,
Crashdump.Record> Types.toMapOfCrashdumpCrashdumpRecord
(Object object) Types.toSetOfCrashdump
(Object object)