2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: set is a template
Overview:
Set the is a template field of the given VM.
Signature:
void set_is_a_template (session_id s, VM ref self, bool value)
Arguments:
type
name
description
VM ref
self
reference to the object
bool
value
New value to set
Return Type:
void
RPC name: get suspend VDI
Overview:
Get the suspend VDI field of the given VM.
Signature:
(VDI ref) get_suspend_VDI (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
VDI ref
value of the field
RPC name: get resident on
Overview:
Get the resident on field of the given VM.
Signature:
(host ref) get_resident_on (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
host ref
value of the field
72