Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.resource.renderer |
Provides classes for CSS configuration of Global Settings.
|
Modifier and Type | Field and Description |
---|---|
static IltSAN.SecState |
IltSAN.SecState.Allocated
A state to model allocated storage space.
|
static IltSAN.SecState |
IltSAN.SecState.Available
A state to model available storage space.
|
static IltSAN.SecState |
IltSAN.SecState.BackRecovery
A state to model back recovery.
|
static IltSAN.SecState |
IltSAN.SecState.Bandwidth
A state to model bandwidth.
|
static IltSAN.SecState |
IltSAN.SecState.Capacity
A state to model storage capacity.
|
static IltSAN.SecState |
IltSAN.SecState.CapacityUtilization
A state to model storage capacity utilization.
|
static IltSAN.SecState |
IltSAN.SecState.CPU
A state to model CPU power.
|
static IltSAN.SecState |
IltSAN.SecState.DataAccessDelay
A state to model data access delays.
|
static IltSAN.SecState |
IltSAN.SecState.Fragmentation
A state to model disk fragmentation.
|
static IltSAN.SecState |
IltSAN.SecState.IO
A state to model I/O.
|
static IltSAN.SecState |
IltSAN.SecState.LostData
A state to model lost data.
|
static IltSAN.SecState |
IltSAN.SecState.Usage
A state to model disk usage.
|
Modifier and Type | Method and Description |
---|---|
static IltSAN.SecState |
IltSAN.NewSecState(String name,
String description)
Creates a new instance of
IltSAN.SecState . |
Modifier and Type | Method and Description |
---|---|
static IltChartMapping |
IltSANDefaultMapper.GetSecStateChartMapping(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltCounterMapping |
IltSANDefaultMapper.GetSecStateCounterMapping(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltDecorationType |
IltSANDefaultMapper.GetSecStateDecorationType(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltGaugeMapping |
IltSANDefaultMapper.GetSecStateGaugeMapping(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltChartMapping |
IltSANDefaultMapper.SetSecStateChartMapping(IltSAN.SecState state,
IltChartMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltCounterMapping |
IltSANDefaultMapper.SetSecStateCounterMapping(IltSAN.SecState state,
IltCounterMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltDecorationType |
IltSANDefaultMapper.SetSecStateDecorationType(IltSAN.SecState state,
IltDecorationType type)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltGaugeMapping |
IltSANDefaultMapper.SetSecStateGaugeMapping(IltSAN.SecState state,
IltGaugeMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
Modifier and Type | Method and Description |
---|---|
void |
IltSANRenderer.setStates(IltSAN.SecState[] states)
Adds SAN secondary states to the state system.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.