2.2.3.2 EXCLUSIONLIST_TYPE Enumeration
The EXCLUSIONLIST_TYPE enumeration defines types of server exclusion list. A WSRM exclusion list is in the form of an ExclusionList element (section 2.2.5.16) in XML. They are used by IWRMConfig Interface (section 3.2.4.5).
-
typedef [v1_enum] enum { SYSTEM_EXCLUSION_LIST = 1, USER_EXCLUSION_LIST = 2, DEFAULT_USER_EXCLUSION_LIST = 4 } EXCLUSIONLIST_TYPE;
SYSTEM_EXCLUSION_LIST: The exclusion list is system-defined.
USER_EXCLUSION_LIST: The exclusion list is user-defined.
DEFAULT_USER_EXCLUSION_LIST: The exclusion list is the default user-defined exclusion list.<9>