TSRecordType¶
Synopsis¶
#include <ts/apidefs.h>
-
enum
TSRecordType¶ Effectively the scope of the record.
-
enumerator
TS_RECORDTYPE_NULL¶ Invalid value. This is used to indicate a failure or for initialization.
-
enumerator
TS_RECORDTYPE_CONFIG¶ A configuration record.
-
enumerator
TS_RECORDTYPE_PROCESS¶
-
enumerator
TS_RECORDTYPE_NODE¶
-
enumerator
TS_RECORDTYPE_CLUSTER¶ Deprecated - shared among a cluster.
-
enumerator
TS_RECORDTYPE_LOCAL¶ Deprecated - not shared among a cluster.
-
enumerator
TS_RECORDTYPE_PLUGIN¶ Created by a plugin.
-
enumerator
TS_RECORDTYPE_ALL¶
-
enumerator
Description¶
The management role for a management value. In practice only TS_RECORDTYPE_CONFIG is usable.