2.18.
CLASS: VIF
CHAPTER 2.
API REFERENCE
RPC name: set qos algorithm params
Overview:
Set the qos/algorithm params field of the given VIF.
Signature:
void set_qos_algorithm_params (session_id s, VIF ref self, (string -> string) Map value)
Arguments:
type
name
description
VIF ref
self
reference to the object
(string
→
string) Map
value
New value to set
Return Type:
void
RPC name: add to qos algorithm params
Overview:
Add the given key-value pair to the qos/algorithm params field of the given VIF.
Signature:
void add_to_qos_algorithm_params (session_id s, VIF ref self, string key, string value)
Arguments:
type
name
description
VIF ref
self
reference to the object
string
key
Key to add
string
value
Value to add
Return Type:
void
RPC name: remove from qos algorithm params
Overview:
Remove the given key and its corresponding value from the qos/algorithm params field of the
given VIF. If the key is not in that Map, then do nothing.
Signature:
void remove_from_qos_algorithm_params (session_id s, VIF ref self, string key)
Arguments:
type
name
description
VIF ref
self
reference to the object
string
key
Key to remove
Return Type:
void
170