Class: host_crashdump

Represents a host crash dump

Fields

host ref host [RO/constructor]
(string → string) map other_config [RW]
int size [RO/runtime]
datetime timestamp [RO/runtime]
string uuid [RO/runtime]

Messages

void add_to_other_config (session ref, host_crashdump ref, string, string)
void destroy (session ref, host_crashdump ref)
host_crashdump ref set get_all (session ref)
(host_crashdump ref → host_crashdump record) map get_all_records (session ref)
host_crashdump ref get_by_uuid (session ref, string)
host ref get_host (session ref, host_crashdump ref)
(string → string) map get_other_config (session ref, host_crashdump ref)
host_crashdump record get_record (session ref, host_crashdump ref)
int get_size (session ref, host_crashdump ref)
datetime get_timestamp (session ref, host_crashdump ref)
string get_uuid (session ref, host_crashdump ref)
void remove_from_other_config (session ref, host_crashdump ref, string)
void set_other_config (session ref, host_crashdump ref, (string → string) map)
void upload (session ref, host_crashdump ref, string, (string → string) map)