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
 
 
360
 
3.11.2  deleteVLAN 
Synopsis 
void deleteVLAN( 
        in globaldefs::NamingAttributes_T subnetname, 
        in VlanId vlanId) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface deletes an existing VLAN with a VLAN ID associated with the multilayer 
subnetwork. 
Parameters 
Name
 
Type
 
Input/Output
 
Description
 
subnetname
 
globaldefs::NamingAttributes_T
 
In
 
Multilayer subnetwork name to which 
this VLAN is associated.
 
vlanId
 
VlanId
 
In
 
ID of the VLAN to delete.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INVALID_INPUT - Raised when a VLAN ID or subnet name is invalid. 
EXCPT_ENTITY_NOT_FOUND - Raised when a subnet name does not exist in the EMS. 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
Compliance 
Prime Optical-defined. 
3.11.3  getAllVLANs 
Synopsis 
void getAllVLANs( 
        in globaldefs::NamingAttributes_T subnetname, 
        out VlanList_T vlanList) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface returns a list of all VLANs for the multilayer subnetwork. All the VLANs for the 
network partition that contain the multilayer subnetwork are reported. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
subnetname
 
globaldefs::NamingAttributes_T
 
In
 
Multilayer subnetwork name for which 
to obtain all the VLANs.