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
 
 
345
 
Description 
This interface returns the L2 topology structure associated with a given SNC name. Prime 
Optical reports the L2 topology using the specified Layer 1 SNC. Prime Optical returns an empty 
L2Topology_T structure if the SNC name specified is currently not associated with any L2 
topology in the EMS. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
sncName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the SNC to retrieve the 
associated L2 topology.
 
l2Topo
 
multiLayerSubnetwork::L2Topology_T
 
Out
 
Retrieved L2 topology.
 
 
For details about the L2Topology_T structure, see 
. 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when sncName does not reference a subnetwork 
connection object. 
EXCPT_ENTITY_NOT_FOUND - Raised when sncName references an SNC object that 
does not exist. 
Compliance 
Prime Optical-defined. 
3.10.15 getAssociatedL2TopologyForMLVLAN 
Synopsis 
void getAssociatedL2TopologyForMLVLAN( 
        in globaldefs::NamingAttributes_T mlVlanName, 
        out multiLayerSubnetwork::L2Topology_T l2Topo) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface returns the L2 topology structure associated with a given ML VLAN name. Prime 
Optical returns an empty L2Topology_T structure if the ML VLAN name specified is currently 
not associated with any L2 topology in the EMS. 
Parameters 
Name
 
Type
 
Input/Output
 
Description
 
mlVlanName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the ML VLAN to 
retrieve containing the L2 
topology.