Class: PVS_proxy

a proxy connects a VM/VIF with a PVS site

Enums

pvs_proxy_status

Fields

VIF ref VIF [RO/constructor]
bool currently_attached [RO/runtime]
PVS_site ref site [RO/constructor]
enum pvs_proxy_status status [RO/runtime]
string uuid [RO/runtime]

Messages

PVS_proxy ref create (session ref, PVS_site ref, VIF ref)
void destroy (session ref, PVS_proxy ref)
VIF ref get_VIF (session ref, PVS_proxy ref)
PVS_proxy ref set get_all (session ref)
(PVS_proxy ref → PVS_proxy record) map get_all_records (session ref)
PVS_proxy ref get_by_uuid (session ref, string)
bool get_currently_attached (session ref, PVS_proxy ref)
PVS_proxy record get_record (session ref, PVS_proxy ref)
PVS_site ref get_site (session ref, PVS_proxy ref)
enum pvs_proxy_status get_status (session ref, PVS_proxy ref)
string get_uuid (session ref, PVS_proxy ref)