
2.12.
CLASS: HOST
CHAPTER 2.
API REFERENCE
RPC name: get sched policy
Overview:
Get the sched policy field of the given host.
Signature:
string get_sched_policy (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get supported bootloaders
Overview:
Get the supported bootloaders field of the given host.
Signature:
(string Set) get_supported_bootloaders (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
string Set
value of the field
RPC name: get resident VMs
Overview:
Get the resident VMs field of the given host.
Signature:
((VM ref) Set) get_resident_VMs (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
(VM ref) Set
value of the field
124