Cisco Cisco Prime Optical 9.6 Guia Do Programador

Página de 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
472
 
Description 
The NMS uses this operation to retrieve a list of potential ME versions (or software versions) 
that can be managed by the EMS. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
emsName
 
gloaldefs::NamingAttributes_T 
 
In
 
Name of the EMS for which the 
supported ME software versions are 
retrieved.
 
how_many
 
unsigned long
 
In
 
Maximum number of software 
versions to report in the first batch.
 
versionList
 
SupportedMESoftwareVersionList_T
 
Out
 
First batch of supported software 
versions. (See the definition below.)
 
versionIt
 
SupportedMESoftwareVersionIterator_I
 
Out
 
Iterator to retrieve the remaining 
software versions. (See the 
definition below.)
 
 
struct SupportedMESoftwareVersion_T 
  { 
    string meModel; 
    string swVersion; 
   globaldefs:NVSList_T additionalInfo; 
    }; 
where: 
•  String MEmodel—Model of the managed element (such as Cisco ONS 15454). 
•  String swVersion—Version of the ME software that the NMS can manage. This string is 
identical to the version attribute in the ManagedElement_T structure.  
•  globaldefs::NVSList_T additionalInfo—The EMS communicates to the NMS additional 
information that is not explicitly modeled. 
To support retrieval in batches, a SupportedMESoftwareVersionIterator_I can be defined. 
 typedef sequence<SupportedMESoftwareVersion_T> 
SupportedMESoftwareVersionList_T; 
 interface SupportedMESoftwareVersionIterator_I  
   { 
      boolean next_n (in  unsigned long    how_many, 
                     out SupportedMESoftwareVersionList_T neVersionList) 
        raises (globaldefs::ProcessingFailureException);