2.22.
CLASS: BOND
CHAPTER 2.
API REFERENCE
value of the field
RPC name: get slaves
Overview:
Get the slaves field of the given Bond.
Signature:
((PIF ref) Set) get_slaves (session_id s, Bond ref self)
Arguments:
type
name
description
Bond ref
self
reference to the object
Return Type:
(PIF ref) Set
value of the field
RPC name: get other config
Overview:
Get the other config field of the given Bond.
Signature:
((string -> string) Map) get_other_config (session_id s, Bond ref self)
Arguments:
type
name
description
Bond ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
RPC name: set other config
Overview:
Set the other config field of the given Bond.
Signature:
void set_other_config (session_id s, Bond ref self, (string -> string) Map value)
Arguments:
type
name
description
Bond ref
self
reference to the object
(string
→
string) Map
value
New value to set
Return Type:
void
196