Deprecated

Class: host_patch

Represents a patch stored on a server

Fields

bool applied [RO/runtime]
host ref host [RO/constructor]
string name_description [RO/constructor]
string name_label [RO/constructor]
(string → string) map other_config [RW]
pool_patch ref pool_patch [RO/constructor]
int size [RO/runtime]
datetime timestamp_applied [RO/runtime]
string uuid [RO/runtime]
string version [RO/constructor]

Messages

void add_to_other_config (session ref, host_patch ref, string, string)
Deprecated
string apply (session ref, host_patch ref)
Deprecated
void destroy (session ref, host_patch ref)
Deprecated
host_patch ref set get_all (session ref)
Deprecated
(host_patch ref → host_patch record) map get_all_records (session ref)
bool get_applied (session ref, host_patch ref)
Deprecated
host_patch ref set get_by_name_label (session ref, string)
Deprecated
host_patch ref get_by_uuid (session ref, string)
host ref get_host (session ref, host_patch ref)
string get_name_description (session ref, host_patch ref)
string get_name_label (session ref, host_patch ref)
(string → string) map get_other_config (session ref, host_patch ref)
pool_patch ref get_pool_patch (session ref, host_patch ref)
Deprecated
host_patch record get_record (session ref, host_patch ref)
int get_size (session ref, host_patch ref)
datetime get_timestamp_applied (session ref, host_patch ref)
string get_uuid (session ref, host_patch ref)
string get_version (session ref, host_patch ref)
void remove_from_other_config (session ref, host_patch ref, string)
void set_other_config (session ref, host_patch ref, (string → string) map)