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
 
 
216
 
Attribute Name
 
Type
 
Description
 
•  True 
•  False  
If true, all restoration path alarms are ignored.
 
This attribute is required only while creating SNC. If specified during 
modifySNC, the request is rejected.
 
gmplsRestoration
 
String
 
Optional. Valid Values are:
 
•  True 
•  False  
If true, the circuit is restorable and the the system searches for a 
new path when the circuit fails. If false, the system does not look for 
a new path on circuit failure. If gmplsIgnorePathAlarms is true, this 
parameter cannot be set to true, since the restoration mechanism is 
based on receipt of path alarms.
 
gmplsRevertiveParameters
 
String
 
Optional. Valid Values are:
 
•  None 
•  Manual 
•  Automatic  
If the attribute gmplsRestoration is not specified or is set to false, 
this parameter must not be specified.
 
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when managedElementName does not reference a 
managed element. 
EXCPT_ENTITY_NOT_FOUND - Raised when meName references an ME object that does 
not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost. 
Compliance 
Prime Optical-defined. 
3.8.3  getAllManagedElements 
Synopsis 
void getAllManagedElements( 
        in unsigned long how_many, 
        out managedElement::ManagedElementList_T meList, 
        out managedElement::ManagedElementIterator_I meIt)