2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: set PCI bus
Overview:
Set the PCI bus field of the given VM.
Signature:
void set_PCI_bus (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 other config
Overview:
Get the other config field of the given VM.
Signature:
((string -> string) Map) get_other_config (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
RPC name: set other config
Overview:
Set the other config field of the given VM.
Signature:
void set_other_config (session_id s, VM ref self, (string -> string) Map value)
Arguments:
type
name
description
VM ref
self
reference to the object
(string
→
string) Map
value
New value to set
Return Type:
void
91