summaryrefslogtreecommitdiffstats
path: root/Testcases/cfgm_common/uve/cfgm_cpuinfo/process_info/constants.py
blob: 561413e0e6b453082d51fe0b743ef4c0e4ed5b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Autogenerated by Sandesh Compiler (1.0)
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#
#  options string: py:new_style
# Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
#

from pysandesh.Thrift import TType, TMessageType, TException
from ttypes import *

ConnectionTypeNames = {
    0 : "Test",
    1 : "IFMap",
    2 : "XMPP",
    3 : "Collector",
    4 : "Database",
    5 : "Redis",
    6 : "Zookeeper",
    7 : "Discovery",
    8 : "ApiServer",
    9 : "ToR",
}
ConnectionStatusNames = {
    0 : "Initializing",
    1 : "Down",
    2 : "Up",
}
ProcessStateNames = {
    0 : "Functional",
    1 : "Non-Functional",
}