2.7.
CLASS: POOL
CHAPTER 2.
API REFERENCE
RPC name: get name description
Overview:
Get the name description field of the given pool.
Signature:
string get_name_description (session_id s, pool ref self)
Arguments:
type
name
description
pool ref
self
reference to the object
Return Type:
string
value of the field
RPC name: set name description
Overview:
Set the name description field of the given pool.
Signature:
void set_name_description (session_id s, pool ref self, string value)
Arguments:
type
name
description
pool ref
self
reference to the object
string
value
New value to set
Return Type:
void
RPC name: get master
Overview:
Get the master field of the given pool.
Signature:
(host ref) get_master (session_id s, pool ref self)
Arguments:
type
name
description
pool ref
self
reference to the object
Return Type:
host ref
value of the field
42