2.27.
CLASS: VBD
CHAPTER 2.
API REFERENCE
RPC name: set qos algorithm type
Overview:
Set the qos/algorithm type field of the given VBD.
Signature:
void set_qos_algorithm_type (session_id s, VBD ref self, string value)
Arguments:
type
name
description
VBD ref
self
reference to the object
string
value
New value to set
Return Type:
void
RPC name: get qos algorithm params
Overview:
Get the qos/algorithm params field of the given VBD.
Signature:
((string -> string) Map) get_qos_algorithm_params (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
RPC name: set qos algorithm params
Overview:
Set the qos/algorithm params field of the given VBD.
Signature:
void set_qos_algorithm_params (session_id s, VBD ref self, (string -> string) Map value)
Arguments:
type
name
description
VBD ref
self
reference to the object
(string
→
string) Map
value
New value to set
Return Type:
void
257