| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
This structure defines a filter. More...
import <BulkConfiguration.idl;
| Public Attributes | |
| string | name | 
| internal name of the filter | |
| string | displayName | 
| name of the filter in the user interface | |
| boolean | noOverride | 
| true if filter is always active and has a fixed type | |
| boolean | bulkOnly | 
| true if filter is not for backup | |
| vector< string > | ruleSpecs | 
| filter rule specifications (used only internally) | |
This structure defines a filter.
Definition at line 43 of file BulkConfiguration.idl.
| boolean bulkcfg::BulkConfiguration::Filter::bulkOnly | 
true if filter is not for backup
Definition at line 47 of file BulkConfiguration.idl.
| string bulkcfg::BulkConfiguration::Filter::displayName | 
name of the filter in the user interface
Definition at line 45 of file BulkConfiguration.idl.
| string bulkcfg::BulkConfiguration::Filter::name | 
internal name of the filter
Definition at line 44 of file BulkConfiguration.idl.
| boolean bulkcfg::BulkConfiguration::Filter::noOverride | 
true if filter is always active and has a fixed type
Definition at line 46 of file BulkConfiguration.idl.
| vector<string> bulkcfg::BulkConfiguration::Filter::ruleSpecs | 
filter rule specifications (used only internally)
Definition at line 48 of file BulkConfiguration.idl.