Argomento precedente: DomainCategoryData Classes

Argomento successivo: ServiceComponentData Classes

DomainCategoryData

Description

This class is used to represent domain category data.

Members

Name

Type

Description

ID

long

Domain Category ID.

Name

string

The name of the domain category.

Description

string

The description of the domain category.

DefaultUnitOf
Measurement

EntityReferenceData

Reference by ID to the default unit by which the domain category is measured.

ServiceDomain

EntityReferenceData

Reference to the ID of the ServiceDomain to which the DomainCategory belongs.

DefaultService
ComponentLevelTarget

TargetLimitType

An enumeration of the default service component level target (min/max).

MinimalService
ComponentLevelTarget

OptionalDoubleEntity

The minimal service component level target for the domain category.

MaximalService
ComponentLevelTarget

OptionalDoubleEntity

The maximal service component level target for the domain category.

Precision

long

The report precision for the domain category.

IsPredictionMetricActive

bool

Specifies whether the prediction metric is active for the domain category.

PredictionMetric
OptimisticValue

double

The prediction metric optimistic value.

PredictionMetric
PessimisticValue

double

The prediction metric pessimistic value.

PredictionMetric

EntityReferenceData

Reference by ID to the prediction metric.

ThresholdsReferTo

ThresholdsReference

An enumeration of the threshold reference (refers to either the deviation or the measurement).

YellowThreshold

OptionalDoubleEntity

Value for the yellow threshold.

OrangeThreshold

OptionalDoubleEntity

Value for the orange threshold.

RedThreshold

OptionalDoubleEntity

Value for the red threshold.

Remarks

The following fields were changed from type long to type OptionalDoubleEntity as of version 7.0 Service Pack 1:

YellowThreshold, OrangeThreshold, RedThreshold, MinimalServiceComponentLevelTarget, MaximalServiceComponentLevelTarget.

In addition, the fields "ServiceDomain" and "ID" were added as of version 7.0 Service Pack 1.