Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
293
 
Compliance 
Prime Optical-defined. 
3.10.6  modifyMLVLANTPQOS 
Synopsis 
Description 
This interface modifies the QoS policies of a list of termination points in the specified ML VLAN. An 
attribute change event is reported for each call to this API, even if more than one TP QoS policy has been 
modified. Prime Optical does not specify which attribute of the ML VLAN has changed. The NMS must 
obtain updated MLVLAN_T structure. Modification of any QoS policy is done on a best effort basis. If 
modification of any part of the QOSPolicy fails, Prime Optical generates a processing failure exception. 
The NMS user must requery the ML VLAN information to get the new set of parameters associated with 
the ML VLAN. 
Parameters 
Name 
Type 
Input/Outpu
Description 
mlVlanName 
globaldefs::NamingAttributes_T 
In 
Name with 
which this 
ML VLAN is 
created. 
tpqosPolicyList  multiLayerSubnetwork::MVLANTPQOSPolicyList_
In 
New set of 
QOSPolicy_
T to set on 
the specified 
ML VLAN 
TPs. 
mlVlan 
MultiLayerSubnetwork::MLVLAN_T 
Out 
ML VLAN 
TP object 
returned after 
modification. 
For details about the MLVLAN_T and QOSPolicy_T structures, see 
. 
Prime Optical support for MLVLANTPQOSPolicy_T structure is as follows: 
•  globaldefs::NamingAttributes_T tpName 
–  The front Ethernet port name used by this ML VLAN to modify the QoS policy. 
•  QOSPolicyData_T qosPolicyData 
–  Refer to QOSPolicyData_T. 
Throws