2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: set name label
Overview:
Set the name/label field of the given VM.
Signature:
void set_name_label (session_id s, VM ref self, string value)
Arguments:
type
name
description
VM ref
self
reference to the object
string
value
New value to set
Return Type:
void
RPC name: get name description
Overview:
Get the name/description field of the given VM.
Signature:
string get_name_description (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
string
value of the field
RPC name: set name description
Overview:
Set the name/description field of the given VM.
Signature:
void set_name_description (session_id s, VM ref self, string value)
Arguments:
type
name
description
VM ref
self
reference to the object
string
value
New value to set
Return Type:
void
70