Cisco Cisco Prime Optical 9.8 Developer's Guide

Page of 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
458
 
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. 
3.20.3  abortMEBackup 
Synopsis