2.26.
CLASS: VDI
CHAPTER 2.
API REFERENCE
RPC name: get crash dumps
Overview:
Get the crash dumps field of the given VDI.
Signature:
((crashdump ref) Set) get_crash_dumps (session_id s, VDI ref self)
Arguments:
type
name
description
VDI ref
self
reference to the object
Return Type:
(crashdump ref) Set
value of the field
RPC name: get virtual size
Overview:
Get the virtual size field of the given VDI.
Signature:
int get_virtual_size (session_id s, VDI ref self)
Arguments:
type
name
description
VDI ref
self
reference to the object
Return Type:
int
value of the field
RPC name: get physical utilisation
Overview:
Get the physical utilisation field of the given VDI.
Signature:
int get_physical_utilisation (session_id s, VDI ref self)
Arguments:
type
name
description
VDI ref
self
reference to the object
Return Type:
int
value of the field
235