2.12.
CLASS: HOST
CHAPTER 2.
API REFERENCE
RPC name: remove from other config
Overview:
Remove the given key and its corresponding value from the other config field of the given host. If
the key is not in that Map, then do nothing.
Signature:
void remove_from_other_config (session_id s, host ref self, string key)
Arguments:
type
name
description
host ref
self
reference to the object
string
key
Key to remove
Return Type:
void
RPC name: get capabilities
Overview:
Get the capabilities field of the given host.
Signature:
(string Set) get_capabilities (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 cpu configuration
Overview:
Get the cpu configuration field of the given host.
Signature:
((string -> string) Map) get_cpu_configuration (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
123