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) static HostCrashdump
Types.toHostCrashdump
(Object object) 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) static Set<HostCrashdump>
Types.toSetOfHostCrashdump
(Object object)