Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
234
 
Description 
This interface enables an NMS to request a list of managed elements that are associated with the specified 
subnetwork. 
 
Parameters
 
Name 
Type 
Input/ 
Output 
Description 
subnetName  globaldefs::NamingAttributes_T 
In 
Name of the subnetwork. 
how_many 
unsigned long 
In 
Maximum number of MEs to 
report in the first batch. 
meList 
managedElement::ManagedElementList_T 
Out 
First batch of ME names. 
MeIt 
managedelement::ManagedElementIterator_I  Out 
Iterator to retrieve the 
remaining ME names. 
For details about the ManagedElement_T structure, see 
. 
Throws 
Compliance 
TMF-defined. 
3.9.4  getAllManagedElementNames 
Synopsis 
Description 
This interface has the same behavior as the operation described in 
, but 
instead of returning entire object structures, this operation returns their names.  
Parameters 
Name 
Type 
Input/ 
Output 
Description 
subnetName  globaldefs::NamingAttributes_T 
In 
Name of the subnetwork. 
how_many 
unsigned long 
In 
Maximum number of MEs to 
report in the first batch. 
nameList 
globaldefs::NamingAttributesList_T 
Out 
First batch of ME names. 
nameIt 
globaldefs::NamingAttributesIterator_I  Out 
Iterator to retrieve the remaining 
ME names. 
Throws