Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
465
 
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically 
incorrect. 
EXCPT_ENTITY_NOT_FOUND - Raised when the ME does not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the ME is lost. 
Compliance 
TMF-defined. 
3.20.2  getMEBackupStatus 
Synopsis 
void getMEBackupStatus (  
        in globaldefs::NamingAttributes_T managedElementName, 
        out BackupStatus_T  backupStatus)  
        raises(globaldefs::ProcessingFailureException); 
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: 
enum Current_OperationStatus_T { COS_Idle, COS_Pending, COS_InProgress, 
COS_Completed, COS_Aborted }; 
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.