Qorus Integration Engine®  4.0.3.p2_git
OMQ::ConfigItemInfo hashdecl Reference

hash of config item info More...

Public Attributes

string type = "string"
 the type of the configuration item More...
 
string description
 the description of the configuration item
 
auto default_value
 the default value of the configuration item
 
bool strictly_local = False
 allow the item to be overridden at the next level? More...
 
string config_group = "Default"
 the group of the configuration item More...
 
list allowed_values
 

Detailed Description

hash of config item info

Since
Qorus 4.0

Member Data Documentation

◆ allowed_values

list OMQ::ConfigItemInfo::allowed_values

the list of allowed values for the configuration item Only compatible with the following types:

  • int
  • string
  • float
  • date
  • __7_ int
  • __7_ string
  • __7_ float
  • __7_ date
    Since
    Qorus 4.0.3

◆ config_group

string OMQ::ConfigItemInfo::config_group = "Default"

the group of the configuration item

Since
Qorus 4.0.3

◆ strictly_local

bool OMQ::ConfigItemInfo::strictly_local = False

allow the item to be overridden at the next level?

Since
Qorus 4.0.3

◆ type

string OMQ::ConfigItemInfo::type = "string"

the type of the configuration item

valid types are:

  • "string" (the default)
  • "int"
  • "bool"
  • "float"
  • "date"
  • "hash"
  • "list"
  • "*string"
  • "*int"
  • "*bool"
  • "*float"
  • "*date"
  • "*hash"
  • "*list"

The documentation for this hashdecl was generated from the following file: