Deprecated

Class: pool_patch

Pool-wide patches

Enums

after_apply_guidance

Fields

enum after_apply_guidance set after_apply_guidance [RO/runtime]
host_patch ref set host_patches [RO/runtime]
string name_description [RO/constructor]
string name_label [RO/constructor]
(string → string) map other_config [RW]
bool pool_applied [RO/runtime]
pool_update ref pool_update [RO/constructor]
int size [RO/runtime]
string uuid [RO/runtime]
string version [RO/constructor]

Messages

void add_to_other_config (session ref, pool_patch ref, string, string)
Deprecated
string apply (session ref, pool_patch ref, host ref)
Deprecated
void clean (session ref, pool_patch ref)
Deprecated
void clean_on_host (session ref, pool_patch ref, host ref)
Deprecated
void destroy (session ref, pool_patch ref)
enum after_apply_guidance set get_after_apply_guidance (session ref, pool_patch ref)
Deprecated
pool_patch ref set get_all (session ref)
Deprecated
(pool_patch ref → pool_patch record) map get_all_records (session ref)
Deprecated
pool_patch ref set get_by_name_label (session ref, string)
Deprecated
pool_patch ref get_by_uuid (session ref, string)
host_patch ref set get_host_patches (session ref, pool_patch ref)
string get_name_description (session ref, pool_patch ref)
string get_name_label (session ref, pool_patch ref)
(string → string) map get_other_config (session ref, pool_patch ref)
bool get_pool_applied (session ref, pool_patch ref)
pool_update ref get_pool_update (session ref, pool_patch ref)
Deprecated
pool_patch record get_record (session ref, pool_patch ref)
int get_size (session ref, pool_patch ref)
string get_uuid (session ref, pool_patch ref)
string get_version (session ref, pool_patch ref)
Deprecated
void pool_apply (session ref, pool_patch ref)
Deprecated
void pool_clean (session ref, pool_patch ref)
Deprecated
string precheck (session ref, pool_patch ref, host ref)
void remove_from_other_config (session ref, pool_patch ref, string)
void set_other_config (session ref, pool_patch ref, (string → string) map)