Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
311
 
3.11.1  createVLAN 
Synopsis 
Description 
Creates a new VLAN with an ID and name associated with the multilayer subnetwork. 
The scope of the VLAN is network partition wide. A network partition is a collection of the multilayer 
subnetwork. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
subnetname 
globaldefs::NamingAttributes_T  In 
Multilayer subnetwork name to 
which to associate this VLAN. 
vlanId 
VlanId 
In 
ID of the VLAN to create. 
name 
String 
In 
Name of the VLAN to create. 
vlan 
Vlan_T 
Out 
VLAN object created by Prime 
Optical. 
Throws 
Compliance 
Prime Optical-defined. 
3.11.2  deleteVLAN 
Synopsis 
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