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.since XenServer 7.3static Crashdump
Types.toCrashdump
(Task task, Connection connection) static Crashdump
Types.toCrashdump
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type CrashdumpModifier and TypeMethodDescriptionCrashdump.getAll
(Connection c) Deprecated.since XenServer 7.3static 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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfCrashdump
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.