2.12.
CLASS: HOST
CHAPTER 2.
API REFERENCE
RPC name: get address
Overview:
Get the address field of the given host.
Signature:
string get_address (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: set address
Overview:
Set the address field of the given host.
Signature:
void set_address (session_id s, host ref self, string value)
Arguments:
type
name
description
host ref
self
reference to the object
string
value
New value to set
Return Type:
void
RPC name: get metrics
Overview:
Get the metrics field of the given host.
Signature:
(host_metrics ref) get_metrics (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
host metrics ref
value of the field
130