Class StringPropertyAttributeBuilder
-
- All Implemented Interfaces:
public final class StringPropertyAttributeBuilder
-
-
Constructor Summary
Constructors Constructor Description StringPropertyAttributeBuilder(String key)
-
Method Summary
Modifier and Type Method Description final StringgetLabel()Label that is displayed in the VMware Aria Operations UI. final UnitsetLabel(String label)Label that is displayed in the VMware Aria Operations UI. final BooleanisKpi()If set, threshold breaches for this metric will be used in the calculation of the object's 'Self - Health Score' metric, which can affect the 'Anomalies' Badge. final UnitsetKpi(Boolean isKpi)If set, threshold breaches for this metric will be used in the calculation of the object's 'Self - Health Score' metric, which can affect the 'Anomalies' Badge. final BooleanisImpact()If set, this attribute will never be the 'root cause' of an issue. final UnitsetImpact(Boolean isImpact)If set, this attribute will never be the 'root cause' of an issue. final BooleanisKeyAttribute()True if the attribute should be shown in some object summary widgets in the UI. final UnitsetKeyAttribute(Boolean isKeyAttribute)True if the attribute should be shown in some object summary widgets in the UI. final StringgetKey()Used to identify the parameter. final PropertyAttributebuild(Integer dashboardOrder)-
-
Constructor Detail
-
StringPropertyAttributeBuilder
StringPropertyAttributeBuilder(String key)
-
-
Method Detail
-
getLabel
final String getLabel()
Label that is displayed in the VMware Aria Operations UI. Defaults to the key.
-
setLabel
final Unit setLabel(String label)
Label that is displayed in the VMware Aria Operations UI. Defaults to the key.
-
isKpi
final Boolean isKpi()
If set, threshold breaches for this metric will be used in the calculation of the object's 'Self - Health Score' metric, which can affect the 'Anomalies' Badge.
-
setKpi
final Unit setKpi(Boolean isKpi)
If set, threshold breaches for this metric will be used in the calculation of the object's 'Self - Health Score' metric, which can affect the 'Anomalies' Badge.
-
isImpact
final Boolean isImpact()
If set, this attribute will never be the 'root cause' of an issue. For example, it could be a proxy to a root cause, but not the root cause itself.
-
setImpact
final Unit setImpact(Boolean isImpact)
If set, this attribute will never be the 'root cause' of an issue. For example, it could be a proxy to a root cause, but not the root cause itself.
-
isKeyAttribute
final Boolean isKeyAttribute()
True if the attribute should be shown in some object summary widgets in the UI.
-
setKeyAttribute
final Unit setKeyAttribute(Boolean isKeyAttribute)
True if the attribute should be shown in some object summary widgets in the UI.
-
build
final PropertyAttribute build(Integer dashboardOrder)
-
-
-
-