Class PropertyAttribute

    • Constructor Detail

      • PropertyAttribute

        PropertyAttribute(String key, String label, Boolean isString, SdkUnit unit, Boolean isRate, Boolean isDiscrete, Boolean isKpi, Boolean isImpact, Boolean isKeyAttribute, Integer dashboardOrder)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        isString - Determines if the property is numeric or string (text).
        unit - Specifies what unit this metric is returned in.
        isRate - Declares this attribute as a rate (e.g., kilobytes per second).
        isDiscrete - Declares that this attribute's range of values is discrete (integer) rather than continuous (floating point).
        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 - If set, this attribute will never be the 'root cause' of an issue.
        isKeyAttribute - True if the attribute should be shown in some object summary widgets in the UI.
        dashboardOrder - Determines the order parameters will be displayed in the UI.
      • PropertyAttribute

        PropertyAttribute(String key, String label, Boolean isString, SdkUnit unit, Boolean isRate, Boolean isDiscrete, Boolean isKpi, Boolean isImpact, Boolean isKeyAttribute)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        isString - Determines if the property is numeric or string (text).
        unit - Specifies what unit this metric is returned in.
        isRate - Declares this attribute as a rate (e.g., kilobytes per second).
        isDiscrete - Declares that this attribute's range of values is discrete (integer) rather than continuous (floating point).
        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 - If set, this attribute will never be the 'root cause' of an issue.
        isKeyAttribute - True if the attribute should be shown in some object summary widgets in the UI.
      • PropertyAttribute

        PropertyAttribute(String key, String label, Boolean isString, SdkUnit unit, Boolean isRate, Boolean isDiscrete, Boolean isKpi, Boolean isImpact)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        isString - Determines if the property is numeric or string (text).
        unit - Specifies what unit this metric is returned in.
        isRate - Declares this attribute as a rate (e.g., kilobytes per second).
        isDiscrete - Declares that this attribute's range of values is discrete (integer) rather than continuous (floating point).
        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 - If set, this attribute will never be the 'root cause' of an issue.
      • PropertyAttribute

        PropertyAttribute(String key, String label, Boolean isString, SdkUnit unit, Boolean isRate, Boolean isDiscrete, Boolean isKpi)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        isString - Determines if the property is numeric or string (text).
        unit - Specifies what unit this metric is returned in.
        isRate - Declares this attribute as a rate (e.g., kilobytes per second).
        isDiscrete - Declares that this attribute's range of values is discrete (integer) rather than continuous (floating point).
        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.
      • PropertyAttribute

        PropertyAttribute(String key, String label, Boolean isString, SdkUnit unit, Boolean isRate, Boolean isDiscrete)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        isString - Determines if the property is numeric or string (text).
        unit - Specifies what unit this metric is returned in.
        isRate - Declares this attribute as a rate (e.g., kilobytes per second).
        isDiscrete - Declares that this attribute's range of values is discrete (integer) rather than continuous (floating point).
      • PropertyAttribute

        PropertyAttribute(String key, String label, Boolean isString, SdkUnit unit, Boolean isRate)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        isString - Determines if the property is numeric or string (text).
        unit - Specifies what unit this metric is returned in.
        isRate - Declares this attribute as a rate (e.g., kilobytes per second).
      • PropertyAttribute

        PropertyAttribute(String key, String label, Boolean isString, SdkUnit unit)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        isString - Determines if the property is numeric or string (text).
        unit - Specifies what unit this metric is returned in.
      • PropertyAttribute

        PropertyAttribute(String key, String label, Boolean isString)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        isString - Determines if the property is numeric or string (text).
      • PropertyAttribute

        PropertyAttribute(String key, String label)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
      • PropertyAttribute

        PropertyAttribute(String key)
        Parameters:
        key - Used to identify the parameter.