Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
263
 
Compliance 
Prime Optical-defined. 
3.9.24  getAllVCATMemberSNCs 
Synopsis 
Description 
This interface returns all of the member SNCs for the VCAT SNC. 
Parameters 
Name 
Type 
Input/ 
Output  Description 
vcatName 
globaldefs::NamingAttributes_T 
In 
Name of the VCAT 
SNC. 
isTransmit 
Boolean 
In 
If the isTransmit 
boolean is set to true, 
only transmit-side 
member SNCs are 
returned. If set to false, 
only receive-side 
member SNCs are 
returned. If the VCAT is 
symmetrical, the 
isTransmit value is 
ignored and all 
bidirectional SNCs are 
returned. 
how_many  unsigned long 
In 
Maximum number of 
SNCs to report in the 
first batch. 
sncList 
subnetworkConnection::SubnetworkConnectionList_T  Out 
First batch of SNCs. 
sncIt 
subnetworkConnection::SNCIterator_I 
Out 
Iterator to retrieve the 
remaining SNCs. 
Throws