| Package | Description |
|---|---|
| com.ibm.tivoli.nm.collectors.impl.huaweim2k.processor.enb | |
| com.ibm.tivoli.nm.collectors.impl.huaweim2k.processor.gnb |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VLAN> |
DeviceData.getVlans() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceData.setVlan(VLAN vlan) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ENBProcessor.addInterfaces(HuaweiM2KDataStore dataStore,
java.util.List<StandardInterface> stdIntfLst,
java.util.List<VLAN> vlanLst,
java.util.List<LTEInterface> lteIntfLst,
java.lang.String strDeviceId,
LTEENodeB lteEnodeB,
LTEENBFunction lteeNBFunction,
java.lang.String strFile)
Adds Interface data to the DataStore
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VLAN> |
DeviceData.getVlans() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceData.setVlan(VLAN vlan) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GNBProcessor.addInterfaces(HuaweiM2KDataStore dataStore,
java.util.List<StandardInterface> stdIntfLst,
java.util.List<VLAN> vlanLst,
java.util.List<LTEInterface> lteIntfLst,
java.lang.String strDeviceId,
N5gGNodeB n5gGEnodeB,
N5gGNBFunction n5gGNBFunction,
java.lang.String strFile)
Adds Interface data to the DataStore
|