
2.26.
CLASS: VDI
CHAPTER 2.
API REFERENCE
RPC name: get location
Overview:
Get the location field of the given VDI.
Signature:
string get_location (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: get managed
Overview:
Get the managed field of the given VDI.
Signature:
bool get_managed (session_id s, VDI ref self)
Arguments:
type
name
description
VDI ref
self
reference to the object
Return Type:
bool
value of the field
RPC name: get missing
Overview:
Get the missing field of the given VDI.
Signature:
bool get_missing (session_id s, VDI ref self)
Arguments:
type
name
description
VDI ref
self
reference to the object
Return Type:
bool
value of the field
239