![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
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 |
hash of config item info
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_
datestring OMQ::ConfigItemInfo::config_group = "Default" |
the group of the configuration item
bool OMQ::ConfigItemInfo::strictly_local = False |
allow the item to be overridden at the next level?
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"