User guide

3-49
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.3.23 deleteNetworkPartition
3.3.23 deleteNetworkPartition
Synopsis
void deleteNetworkPartition(in string name)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables the OSS to delete an existing network partition.
Parameters
Throws
globaldefs::ProcessingFailureException
Compliance
CTM-defined.
3.3.24 deleteMultiLayerSubnetwork
Synopsis
void deleteMultiLayerSubnetwork(in globaldefs::NamingAttributes_T subnetworkName)
raises(globaldefs::ProcessingFailureException);
Description
This interface allows the NMS to delete an existing subnetwork. Successful operation requires the EMS
to generate an object deletion event.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_ENTITY_NOT_FOUND- Raised if the multilayer subnetwork is not found.
EXCPT_UNABLE_TO_COMPLY- Raised if the EMS cannot comply.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.
Compliance
CTM-defined.
Name Type Input/Output Description
name string In Network partition name to delete.
Name Type Input/Output Description
subnetworkName globaldefs::NamingAttributes_T In Subnet name to delete.