2.26.
CLASS: VDI
CHAPTER 2.
API REFERENCE
Arguments:
type
name
description
VDI 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 VDI.
Signature:
string get_name_description (session_id s, VDI ref self)
Arguments:
type
name
description
VDI 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 VDI.
Signature:
void set_name_description (session_id s, VDI ref self, string value)
Arguments:
type
name
description
VDI ref
self
reference to the object
string
value
New value to set
Return Type:
void
RPC name: get allowed operations
Overview:
Get the allowed operations field of the given VDI.
Signature:
((vdi_operations) Set) get_allowed_operations (session_id s, VDI ref self)
Arguments:
type
name
description
VDI ref
self
reference to the object
233