Package | Description |
---|---|
com.ibm.tivoli.nm.collectors.framework.store |
Provides implementations for the
CollectorDataStore
interface for storing network data collected by a given collector. |
Modifier and Type | Field and Description |
---|---|
protected LTENetworkDevice.eChassisType |
LTENetworkDevice.deviceType |
Modifier and Type | Method and Description |
---|---|
LTENetworkDevice.eChassisType |
LTENetworkDevice.getChassisType()
Provides the chassis type (ENB, MME, SGW, PGW, HSS, PCRF, EIR)
|
static LTENetworkDevice.eChassisType |
LTENetworkDevice.eChassisType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LTENetworkDevice.eChassisType[] |
LTENetworkDevice.eChassisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|