Cisco Cisco Prime Optical 9.6 Guía Del Desarrollador

Descargar
Página de 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
161
 
        string nativeEMSName; 
        string owner; 
        multiLayerSubnetwork::Topology_T subnetworkType; 
        globaldefs::NVSList_T additionalInfo ; 
}; 
The description of each parameter is as follows: 
Name
 
Type
 
Description
 
subnetworkName
 
globaldefs::NamingAttributes_T
 
New subnet partition name.
 
userLabel
 
string
 
User label.
 
nativeEMSName
 
string
 
EMS name.
 
owner
 
string
 
Owner.
 
subnetworkType
 
multiLayerSubnetwork::Topology_T
 
Subnetwork topology.
 
additionalInfo
 
globaldefs::NVSList_T
 
The NMS uses the additionalInfo attribute to 
communicate to the EMS any other 
information required to create the 
multiLayerSubnetwork.
 
enum Topology_T  { TOPO_SINGLETON,  TOPO_CHAIN,  TOPO_PSR, 
    TOPO_OPEN_PSR,  TOPO_SPRING,  TOPO_OPEN_SPRING,  TOPO_MESH  }; 
The structure of Additional Info is as follows: 
Name
 
Value
 
Description
 
Mandatory or Optional
 
NETWORK PARTITION
 
subnetwork 
name
 
Name of the network 
partition where the 
subnet is added.
 
Mandatory
 
Type
 
subnetwork 
type
 
Subnet type.
 
Mandatory (see the following values)
 
The parameter name “Type” in additionalInfo can have the following values: 
•  SONET 
•  SDH 
•  OTHER 
•  UNKNOWNSUBNETTYPE (the default value if a value other than the three preceding values 
is specified) 
Throws 
globaldefs::ProcessingFailureException 
Compliance 
Prime Optical-defined.