2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: set memory static min
Overview:
Set the memory/static min field of the given VM.
Signature:
void set_memory_static_min (session_id s, VM ref self, int value)
Arguments:
type
name
description
VM ref
self
reference to the object
int
value
New value to set
Return Type:
void
RPC name: get VCPUs params
Overview:
Get the VCPUs/params field of the given VM.
Signature:
((string -> string) Map) get_VCPUs_params (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 VCPUs params
Overview:
Set the VCPUs/params field of the given VM.
Signature:
void set_VCPUs_params (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
76