2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: update allowed operations
Overview:
Recomputes the list of acceptable operations.
Signature:
void update_allowed_operations (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
void
RPC name: get allowed VBD devices
Overview:
Returns a list of the allowed values that a VBD device field can take.
Signature:
(string Set) get_allowed_VBD_devices (session_id s, VM ref vm)
Arguments:
type
name
description
VM ref
vm
The VM to query
Return Type:
string Set
The allowed values
RPC name: get allowed VIF devices
Overview:
Returns a list of the allowed values that a VIF device field can take.
Signature:
(string Set) get_allowed_VIF_devices (session_id s, VM ref vm)
Arguments:
type
name
description
VM ref
vm
The VM to query
Return Type:
string Set
The allowed values
RPC name: get possible hosts
Overview:
Return the list of hosts on which this VM may run.
Signature:
66