
2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: get PV ramdisk
Overview:
Get the PV/ramdisk field of the given VM.
Signature:
string get_PV_ramdisk (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
string
value of the field
RPC name: set PV ramdisk
Overview:
Set the PV/ramdisk field of the given VM.
Signature:
void set_PV_ramdisk (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 PV args
Overview:
Get the PV/args field of the given VM.
Signature:
string get_PV_args (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
string
value of the field
84