Deprecated

Class: crashdump

A VM crashdump

Fields

VDI ref VDI [RO/constructor]
VM ref VM [RO/constructor]
(string → string) map other_config [RW]
string uuid [RO/runtime]

Messages

void add_to_other_config (session ref, crashdump ref, string, string)
void destroy (session ref, crashdump ref)
VDI ref get_VDI (session ref, crashdump ref)
VM ref get_VM (session ref, crashdump ref)
Deprecated
crashdump ref set get_all (session ref)
Deprecated
(crashdump ref → crashdump record) map get_all_records (session ref)
Deprecated
crashdump ref get_by_uuid (session ref, string)
(string → string) map get_other_config (session ref, crashdump ref)
Deprecated
crashdump record get_record (session ref, crashdump ref)
string get_uuid (session ref, crashdump ref)
void remove_from_other_config (session ref, crashdump ref, string)
void set_other_config (session ref, crashdump ref, (string → string) map)