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 HostCrashdumpHostCrashdump.getByUuid(Connection c, String uuid) Get a reference to the host_crashdump instance with the specified UUID.static HostCrashdumpTypes.toHostCrashdump(Task task, Connection connection) Attempt to convert theTask's result to aHostCrashdumpobject.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.