Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
415
 
Compliance 
Prime Optical-defined. 
3.20.12 addSupportedMESoftwareVersion 
Synopsis 
Description 
This interface allows an NMS to add a new software version to the list of supported ME software 
versions. 
 
Parameters
 
Name 
Type 
Input/ 
Output 
Description 
emsName 
globaldefs::NamingAttributes_T  
In 
Name of the EMS on which to add a new 
supported ME software version. 
versionData  SupportedMESoftwareVersion_T  In 
Input details for the addition of a new 
software version. 
 
The versionData contains all of the necessary fields specific to the EMS with the required information for 
the addition of a new supported version. All of the fields are supported and have the following 
descriptions: 
•  string meModel—The model string of the ME model type for which to add the software 
version. (For a complete set of strings for all MEs, see 
.) 
•  string swVersion—The new software version to add. 
•  globaldefs:NVSList_T additionalInfo—The additionalInfo field consists of various 
parameters that must be specified to the EMS to add the software version. The structure of 
additionalInfo is as follows: 
Name 
Value 
Description 
Mandatory or 
Optional 
ModelName 
Any value (used for 
display purposes). 
A version name used for display purposes. 
This value usually indicates the model type 
and release. 
Optional. 
OldSWVersion  A valid, existing 
software version. 
The old software version of the ME model 
type for which to add the new software 
version. 
Optional. 
Throws