Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.resource.css |
Specifies the set of settings that can be configured through cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
static IltGaugeMapping |
IltPerformanceDefaultMapper.GetSecStateGaugeMapping(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltGaugeMapping |
IltSANDefaultMapper.GetSecStateGaugeMapping(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltGaugeMapping |
IltSNMPDefaultMapper.GetSecStateGaugeMapping(IltState state)
Deprecated.
Use
IltSettings.GetValue instead. For example:
IltSettings.GetValue("SNMP.IP.InReceives.Gauge") . |
static IltGaugeMapping |
IltPerformanceDefaultMapper.SetSecStateGaugeMapping(IltPerformance.SecState state,
IltGaugeMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltGaugeMapping |
IltSANDefaultMapper.SetSecStateGaugeMapping(IltSAN.SecState state,
IltGaugeMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltGaugeMapping |
IltSNMPDefaultMapper.SetSecStateGaugeMapping(IltState state,
IltGaugeMapping mapping)
Deprecated.
Use
IltSettings.SetValue instead. For
example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Gauge)
and IltSettings.SetValue("SNMP.Interface.InOctets.Gauge", mapping) . |
Modifier and Type | Method and Description |
---|---|
static IltGaugeMapping |
IltPerformanceDefaultMapper.SetSecStateGaugeMapping(IltPerformance.SecState state,
IltGaugeMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltGaugeMapping |
IltSANDefaultMapper.SetSecStateGaugeMapping(IltSAN.SecState state,
IltGaugeMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltGaugeMapping |
IltSNMPDefaultMapper.SetSecStateGaugeMapping(IltState state,
IltGaugeMapping mapping)
Deprecated.
Use
IltSettings.SetValue instead. For
example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Gauge)
and IltSettings.SetValue("SNMP.Interface.InOctets.Gauge", mapping) . |
Modifier and Type | Method and Description |
---|---|
IltGaugeMapping |
IltNumericStateCustomization.getGauge()
Returns the gauge decoration object for the Performance, SAN, and SNMP
secondary state objects.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.