Cisco Cisco Prime Optical 10.3 Developer's Guide

Page of 688
 
Cisco Prime Optical 10.3 GateWay/CORBA Programmer Reference Guide 
 
 
273
 
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 
Compliance 
Prime Optical-defined. 
3.9.25  getAllVCATMemberSNCNames 
Synopsis