Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ConfigurationItemLimitAllowedValueDetails

Allowed value details of configuration item for LIMIT type. Value has to be between minValue and maxValue.

Properties

Const allowedValueType

allowedValueType: string = "LIMIT"

Optional maxValue

maxValue: undefined | string

Maximum value limit for the configuration item.

Optional minValue

minValue: undefined | string

Minimum value limit for the configuration item.

Methods

getDeserializedJsonObj

getJsonObj