Prototype

Class: VM_group

A VM group

Enums

placement_policy

Fields

Prototype
VM ref set VMs [RO/runtime]
string name_description [RW]
string name_label [RW]
Prototype
enum placement_policy placement [RO/constructor]
string uuid [RO/runtime]

Messages

Prototype
VM_group ref create (session ref, VM_group record)
Prototype
void destroy (session ref, VM_group ref)
Prototype
VM ref set get_VMs (session ref, VM_group ref)
Prototype
VM_group ref set get_all (session ref)
Prototype
(VM_group ref → VM_group record) map get_all_records (session ref)
Prototype
VM_group ref set get_by_name_label (session ref, string)
Prototype
VM_group ref get_by_uuid (session ref, string)
string get_name_description (session ref, VM_group ref)
string get_name_label (session ref, VM_group ref)
Prototype
enum placement_policy get_placement (session ref, VM_group ref)
Prototype
VM_group record get_record (session ref, VM_group ref)
string get_uuid (session ref, VM_group ref)
void set_name_description (session ref, VM_group ref, string)
void set_name_label (session ref, VM_group ref, string)