2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: get user version
Overview:
Get the user version field of the given VM.
Signature:
int get_user_version (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
int
value of the field
RPC name: set user version
Overview:
Set the user version field of the given VM.
Signature:
void set_user_version (session_id s, VM ref self, int value)
Arguments:
type
name
description
VM ref
self
reference to the object
int
value
New value to set
Return Type:
void
RPC name: get is a template
Overview:
Get the is a template field of the given VM.
Signature:
bool get_is_a_template (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
bool
value of the field
71