Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
338
 
Name
 
Type
 
Input/Output
 
Description
 
this ML VLAN is 
created.
 
tpqosPolicyList
 
multiLayerSubnetwork::MVLANTPQOSPolicyList_T
 
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 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when one of the following conditions occurs: 
- The mlVlanName passed does not have the correct format for ML VLAN name. 
- The tpQosPolicyList contains the incorrect format for TP or QOS policy. 
- The tpQosPolicyList contains the same TP more than once. 
EXCPT_ENTITY_NOT_FOUND - Raised when one of the following conditions occurs: 
- The mlVlanName passed does not reference an ML VLAN object. 
- The tpQosPolicyList contains TPs that do not reference valid objects. 
EXCPT_UNABLE_TO_COMPLY - Raised when the QOS policy cannot be modified. 
Compliance 
Prime Optical-defined. 
3.10.7  modifyMLVLANCustomerIDServiceID 
Synopsis 
void modifyMLVLANCustomerIDServiceID( 
        in globaldefs::NamingAttributes_T mlVlanName, 
        in multiLayerSubnetwork::NVSList_T ids, 
        out multiLayerSubnetwork::MLVLAN_T mlVlan)