Uses of Class
com.xensource.xenapi.HostCrashdump
-
Uses of HostCrashdump in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type HostCrashdumpMethods in com.xensource.xenapi that return HostCrashdumpModifier and TypeMethodDescriptionstatic HostCrashdump
HostCrashdump.getByUuid
(Connection c, String uuid) Get a reference to the host_crashdump instance with the specified UUID.static HostCrashdump
Types.toHostCrashdump
(Task task, Connection connection) Attempt to convert theTask
's result to aHostCrashdump
object.static HostCrashdump
Types.toHostCrashdump
(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 HostCrashdumpModifier and TypeMethodDescriptionstatic Set<HostCrashdump>
HostCrashdump.getAll
(Connection c) Return a list of all the host_crashdumps known to the system.static Map<HostCrashdump,
HostCrashdump.Record> HostCrashdump.getAllRecords
(Connection c) Return a map of host_crashdump references to host_crashdump records for all host_crashdumps known to the system.Host.getCrashdumps
(Connection c) Get the crashdumps field of the given host.static Map<HostCrashdump,
HostCrashdump.Record> Types.toMapOfHostCrashdumpHostCrashdumpRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<HostCrashdump>
Types.toSetOfHostCrashdump
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.