Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
407
 
Compliance 
TMF-defined. 
3.20.2  getMEBackupStatus 
Synopsis 
Description 
The NMS uses this method to obtain the current backup status of an individual ME. 
 
 
Parameters
 
Name 
Type 
Input/ 
Output 
Description 
managedElementName  NamingAttributes_T  In 
Name of the ME for which the status of the 
backup configuration data is required. 
backupStatus 
BackupStatus_T 
Out 
Backup status of the ME. 
 
BackupStatus_T is defined as: 
Current_OperationStatus_T          opStatus 
string                                            failureReason 
This data structure identifies the status of the backup operation for a managed element. The failure reason 
is present if the operation status indicates a failure (in abort state).  
•  Current_OperationStatus_T opStatus—Indicates the current operational status of the backup. 
The structure of Current_OperationStatus_T is defined as: 
where: 
–  COS_Idle—The backup operation is waiting. 
–  COS_Pending—The backup operation is queued. 
–  COS_InProgress—The backup operation is running. 
–  COS_Completed—The backup operation succeeded. 
–  COS_Aborted—The backup operation was canceled. 
string failureReason—A free-form text string provided if the opStatus value is COS_Aborted to explain 
the reason for the abort. (For example, “Comms loss with NE.”) 
Throws 
Compliance 
TMF-defined.