Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
387
 
3.14  protection::ProtectionMgr_I 
A handle to an instance of this interface is gained through the getManager operation in 
. This interface is inherited from 
. 
It also implements the getCapabilities method. Operations described in the following subsections are 
returned to the NMS when it invokes getCapabilities. 
Prime Optical supports 1:1 equipment protection, 1:N equipment protection, 1+1 port protection, 2-fiber 
BLSR protection groups, and 4-fiber BLSR protection groups. 
3.14.1  getAllProtectedTPNames 
Synopsis 
Description 
This interface retrieves the list of PTPs that can carry protected traffic. The result is independent of the 
current switch status. You can use the Prime Optical client GUI to create and name protection groups. If 
there are multiple protection groups with the same name, Prime Optical returns the 
ProcessingFailureException UNABLE_TO_COMPLY.  
Parameters 
Name 
Type 
Input/ 
Output 
Description 
pgName 
globaldefs::NamingAttributes_T 
In 
Name of the protection group. 
how_many  unsigned long 
In 
Maximum number of PTPs to return 
in the first batch. 
nameList 
globaldefs::NamingAttributesList_T 
Out 
First batch of PTPs that can carry 
protected traffic. Protected PTPs are 
reported. 
nameIt 
globaldefs::NamingAttributesIterator_I  Out 
Iterator used to retrieve the remaining 
PTPs that can carry protected traffic. 
 
Throws
 
Compliance 
TMF-defined.