summaryrefslogtreecommitdiffstats
path: root/Testcases/cfgm_common/uve/service_instance
diff options
context:
space:
mode:
Diffstat (limited to 'Testcases/cfgm_common/uve/service_instance')
-rw-r--r--Testcases/cfgm_common/uve/service_instance/__init__.py1
-rw-r--r--Testcases/cfgm_common/uve/service_instance/__init__.pycbin0 -> 213 bytes
-rw-r--r--Testcases/cfgm_common/uve/service_instance/constants.py12
-rw-r--r--Testcases/cfgm_common/uve/service_instance/constants.pycbin0 -> 315 bytes
-rw-r--r--Testcases/cfgm_common/uve/service_instance/http_request.py14
-rw-r--r--Testcases/cfgm_common/uve/service_instance/http_request.pycbin0 -> 227 bytes
-rw-r--r--Testcases/cfgm_common/uve/service_instance/index.html9
-rw-r--r--Testcases/cfgm_common/uve/service_instance/request_skeleton.py13
-rw-r--r--Testcases/cfgm_common/uve/service_instance/request_skeleton.pycbin0 -> 172 bytes
-rw-r--r--Testcases/cfgm_common/uve/service_instance/service_instance.html14
-rw-r--r--Testcases/cfgm_common/uve/service_instance/service_instance.xml3
-rw-r--r--Testcases/cfgm_common/uve/service_instance/style.css10
-rw-r--r--Testcases/cfgm_common/uve/service_instance/ttypes.py484
-rw-r--r--Testcases/cfgm_common/uve/service_instance/ttypes.pycbin0 -> 16150 bytes
14 files changed, 560 insertions, 0 deletions
diff --git a/Testcases/cfgm_common/uve/service_instance/__init__.py b/Testcases/cfgm_common/uve/service_instance/__init__.py
new file mode 100644
index 0000000..adefd8e
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/__init__.py
@@ -0,0 +1 @@
+__all__ = ['ttypes', 'constants']
diff --git a/Testcases/cfgm_common/uve/service_instance/__init__.pyc b/Testcases/cfgm_common/uve/service_instance/__init__.pyc
new file mode 100644
index 0000000..0841faa
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/__init__.pyc
Binary files differ
diff --git a/Testcases/cfgm_common/uve/service_instance/constants.py b/Testcases/cfgm_common/uve/service_instance/constants.py
new file mode 100644
index 0000000..aadd78e
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/constants.py
@@ -0,0 +1,12 @@
+#
+# 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 *
+
diff --git a/Testcases/cfgm_common/uve/service_instance/constants.pyc b/Testcases/cfgm_common/uve/service_instance/constants.pyc
new file mode 100644
index 0000000..e8ee618
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/constants.pyc
Binary files differ
diff --git a/Testcases/cfgm_common/uve/service_instance/http_request.py b/Testcases/cfgm_common/uve/service_instance/http_request.py
new file mode 100644
index 0000000..8baea4f
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/http_request.py
@@ -0,0 +1,14 @@
+#
+# 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.
+#
+
+import ttypes
+
+_HTTP_REQUEST_LIST = [
+]
+
diff --git a/Testcases/cfgm_common/uve/service_instance/http_request.pyc b/Testcases/cfgm_common/uve/service_instance/http_request.pyc
new file mode 100644
index 0000000..c14433a
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/http_request.pyc
Binary files differ
diff --git a/Testcases/cfgm_common/uve/service_instance/index.html b/Testcases/cfgm_common/uve/service_instance/index.html
new file mode 100644
index 0000000..6f164e3
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/index.html
@@ -0,0 +1,9 @@
+<html><head>
+<link href="style.css" rel="stylesheet" type="text/css"/>
+<title>All Thrift declarations</title></head><body>
+<h1>All Thrift declarations</h1>
+<table><tr><th>Module</th><th>Services</th><th>Sandeshs</th><th>Data types</th><th>Constants</th></tr>
+<tr>
+<td>service_instance</td><td></td></tr>
+</table>
+</body></html>
diff --git a/Testcases/cfgm_common/uve/service_instance/request_skeleton.py b/Testcases/cfgm_common/uve/service_instance/request_skeleton.py
new file mode 100644
index 0000000..99c1196
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/request_skeleton.py
@@ -0,0 +1,13 @@
+#
+# 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.
+#
+
+
+# This autogenerated skeleton file illustrates the implementation of
+# derived class to handle the sandesh request.
+
diff --git a/Testcases/cfgm_common/uve/service_instance/request_skeleton.pyc b/Testcases/cfgm_common/uve/service_instance/request_skeleton.pyc
new file mode 100644
index 0000000..96f839a
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/request_skeleton.pyc
Binary files differ
diff --git a/Testcases/cfgm_common/uve/service_instance/service_instance.html b/Testcases/cfgm_common/uve/service_instance/service_instance.html
new file mode 100644
index 0000000..75ca67b
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/service_instance.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<link href="style.css" rel="stylesheet" type="text/css"/>
+<title>Module: service_instance</title></head><body>
+<h1>Module: service_instance</h1>
+<table><tr><th>Module</th><th>Sandeshs</th></tr>
+<tr>
+<td>service_instance</td><td></td></tr>
+</table>
+<hr/><h2 id="Sandeshs"></h2>
+</body></html>
diff --git a/Testcases/cfgm_common/uve/service_instance/service_instance.xml b/Testcases/cfgm_common/uve/service_instance/service_instance.xml
new file mode 100644
index 0000000..4ccfff9
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/service_instance.xml
@@ -0,0 +1,3 @@
+<?xml-stylesheet type="text/xsl" href="/universal_parse.xsl"?>
+<service_instance type="rlist">
+</service_instance>
diff --git a/Testcases/cfgm_common/uve/service_instance/style.css b/Testcases/cfgm_common/uve/service_instance/style.css
new file mode 100644
index 0000000..6dc2f22
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/style.css
@@ -0,0 +1,10 @@
+/* Auto-generated CSS for generated Thrift docs */
+body { font-family: Tahoma, sans-serif; }
+pre { background-color: #dddddd; padding: 6px; }
+h3,h4 { padding-top: 0px; margin-top: 0px; }
+div.definition { border: 1px solid gray; margin: 10px; padding: 10px; }
+div.extends { margin: -0.5em 0 1em 5em }
+table { border: 1px solid grey; border-collapse: collapse; }
+td { border: 1px solid grey; padding: 1px 6px; vertical-align: top; }
+th { border: 1px solid black; background-color: #bbbbbb;
+ text-align: left; padding: 1px 6px; }
diff --git a/Testcases/cfgm_common/uve/service_instance/ttypes.py b/Testcases/cfgm_common/uve/service_instance/ttypes.py
new file mode 100644
index 0000000..c8cb3a4
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/ttypes.py
@@ -0,0 +1,484 @@
+#
+# 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 pysandesh.transport import TTransport
+from pysandesh.protocol import TBinaryProtocol, TProtocol
+try:
+ from pysandesh.protocol import fastbinary
+except:
+ fastbinary = None
+
+import cStringIO
+import uuid
+import bottle
+from pysandesh import sandesh_base
+from pysandesh.sandesh_http import SandeshHttp
+from pysandesh.sandesh_uve import SandeshUVETypeMaps
+from pysandesh.util import UTCTimestampUsec, UTCTimestampUsecToString
+from pysandesh.gen_py.sandesh.constants import *
+
+
+
+class UveSvcInstanceVMConfig(object):
+ """
+ Attributes:
+ - uuid
+ - vr_name
+ - ha
+ """
+
+ thrift_spec = (
+ None, # 0
+ (1, TType.STRING, 'uuid', None, None, ), # 1
+ (2, TType.STRING, 'vr_name', None, None, ), # 2
+ (3, TType.STRING, 'ha', None, None, ), # 3
+ )
+
+ def __init__(self, uuid=None, vr_name=None, ha=None,):
+ self.uuid = uuid
+ self.vr_name = vr_name
+ self.ha = ha
+
+ def read(self, iprot):
+ if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None:
+ fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec))
+ return 0
+ read_cnt = 0
+ length = iprot.readStructBegin()
+ if length < 0: return -1
+ read_cnt += length
+ while True:
+ (length, fname, ftype, fid) = iprot.readFieldBegin()
+ if length < 0: return -1
+ read_cnt += length
+ if ftype == TType.STOP:
+ break
+ if fid == 1:
+ if ftype == TType.STRING:
+ (length, self.uuid) = iprot.readString();
+ if length < 0: return -1
+ read_cnt += length
+ else:
+ iprot.skip(ftype)
+ elif fid == 2:
+ if ftype == TType.STRING:
+ (length, self.vr_name) = iprot.readString();
+ if length < 0: return -1
+ read_cnt += length
+ else:
+ iprot.skip(ftype)
+ elif fid == 3:
+ if ftype == TType.STRING:
+ (length, self.ha) = iprot.readString();
+ if length < 0: return -1
+ read_cnt += length
+ else:
+ iprot.skip(ftype)
+ else:
+ iprot.skip(ftype)
+ length = iprot.readFieldEnd()
+ if length < 0: return -1
+ read_cnt += length
+ length = iprot.readStructEnd()
+ if length < 0: return -1
+ read_cnt += length
+ return read_cnt
+
+ def write(self, oprot):
+ if oprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and self.thrift_spec is not None and fastbinary is not None:
+ oprot.trans.write(fastbinary.encode_binary(self, (self.__class__, self.thrift_spec)))
+ return 0
+ if oprot.writeStructBegin('UveSvcInstanceVMConfig') < 0: return -1
+ if self.uuid is not None:
+ annotations = {}
+ if oprot.writeFieldBegin('uuid', TType.STRING, 1, annotations) < 0: return -1
+ if oprot.writeString(self.uuid) < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if self.vr_name is not None:
+ annotations = {}
+ if oprot.writeFieldBegin('vr_name', TType.STRING, 2, annotations) < 0: return -1
+ if oprot.writeString(self.vr_name) < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if self.ha is not None:
+ annotations = {}
+ if oprot.writeFieldBegin('ha', TType.STRING, 3, annotations) < 0: return -1
+ if oprot.writeString(self.ha) < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if oprot.writeFieldStop() < 0: return -1
+ if oprot.writeStructEnd() < 0: return -1
+ return 0
+
+ def validate(self):
+ return
+
+
+ def log(self):
+ log_str = cStringIO.StringIO()
+ if self.uuid is not None:
+ log_str.write('uuid = ')
+ log_str.write(self.uuid)
+ log_str.write(' ')
+ if self.vr_name is not None:
+ log_str.write('vr_name = ')
+ log_str.write(self.vr_name)
+ log_str.write(' ')
+ if self.ha is not None:
+ log_str.write('ha = ')
+ log_str.write(self.ha)
+ log_str.write(' ')
+ return log_str.getvalue()
+
+ def __repr__(self):
+ L = ['%s=%r' % (key, value)
+ for key, value in self.__dict__.iteritems()]
+ return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
+
+ def __eq__(self, other):
+ return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ return not (self == other)
+
+class UveSvcInstanceConfig(object):
+ """
+ Attributes:
+ - name
+ - deleted
+ - st_name
+ - status
+ - create_ts
+ - vm_list
+ """
+
+ thrift_spec = (
+ None, # 0
+ (1, TType.STRING, 'name', None, None, ), # 1
+ (2, TType.BOOL, 'deleted', None, None, ), # 2
+ (3, TType.STRING, 'st_name', None, None, ), # 3
+ (4, TType.STRING, 'status', None, None, ), # 4
+ (5, TType.I64, 'create_ts', None, None, ), # 5
+ (6, TType.LIST, 'vm_list', (TType.STRUCT,(UveSvcInstanceVMConfig, UveSvcInstanceVMConfig.thrift_spec)), None, ), # 6
+ )
+
+ def __init__(self, name=None, deleted=None, st_name=None, status=None, create_ts=None, vm_list=None,):
+ self.name = name
+ self.deleted = deleted
+ self.st_name = st_name
+ self.status = status
+ self.create_ts = create_ts
+ self.vm_list = vm_list
+ self._table = 'ObjectSITable'
+
+ def read(self, iprot):
+ if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None:
+ fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec))
+ return 0
+ read_cnt = 0
+ length = iprot.readStructBegin()
+ if length < 0: return -1
+ read_cnt += length
+ while True:
+ (length, fname, ftype, fid) = iprot.readFieldBegin()
+ if length < 0: return -1
+ read_cnt += length
+ if ftype == TType.STOP:
+ break
+ if fid == 1:
+ if ftype == TType.STRING:
+ (length, self.name) = iprot.readString();
+ if length < 0: return -1
+ read_cnt += length
+ else:
+ iprot.skip(ftype)
+ elif fid == 2:
+ if ftype == TType.BOOL:
+ (length, self.deleted) = iprot.readBool();
+ if length < 0: return -1
+ read_cnt += length
+ else:
+ iprot.skip(ftype)
+ elif fid == 3:
+ if ftype == TType.STRING:
+ (length, self.st_name) = iprot.readString();
+ if length < 0: return -1
+ read_cnt += length
+ else:
+ iprot.skip(ftype)
+ elif fid == 4:
+ if ftype == TType.STRING:
+ (length, self.status) = iprot.readString();
+ if length < 0: return -1
+ read_cnt += length
+ else:
+ iprot.skip(ftype)
+ elif fid == 5:
+ if ftype == TType.I64:
+ (length, self.create_ts) = iprot.readI64();
+ if length < 0: return -1
+ read_cnt += length
+ else:
+ iprot.skip(ftype)
+ elif fid == 6:
+ if ftype == TType.LIST:
+ self.vm_list = []
+ (length, _etype3, _size0) = iprot.readListBegin()
+ read_cnt += length
+ for _i4 in xrange(_size0):
+ _elem5 = UveSvcInstanceVMConfig()
+ read_cnt += _elem5.read(iprot)
+ self.vm_list.append(_elem5)
+ read_cnt += iprot.readListEnd()
+ else:
+ iprot.skip(ftype)
+ else:
+ iprot.skip(ftype)
+ length = iprot.readFieldEnd()
+ if length < 0: return -1
+ read_cnt += length
+ length = iprot.readStructEnd()
+ if length < 0: return -1
+ read_cnt += length
+ return read_cnt
+
+ def write(self, oprot):
+ if oprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and self.thrift_spec is not None and fastbinary is not None:
+ oprot.trans.write(fastbinary.encode_binary(self, (self.__class__, self.thrift_spec)))
+ return 0
+ if oprot.writeStructBegin('UveSvcInstanceConfig') < 0: return -1
+ if self.name is not None:
+ annotations = {}
+ if self._table is None or self._table is '': return -1
+ annotations['key'] = self._table
+ if oprot.writeFieldBegin('name', TType.STRING, 1, annotations) < 0: return -1
+ if oprot.writeString(self.name) < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if self.deleted is not None:
+ annotations = {}
+ if oprot.writeFieldBegin('deleted', TType.BOOL, 2, annotations) < 0: return -1
+ if oprot.writeBool(self.deleted) < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if self.st_name is not None:
+ annotations = {}
+ if oprot.writeFieldBegin('st_name', TType.STRING, 3, annotations) < 0: return -1
+ if oprot.writeString(self.st_name) < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if self.status is not None:
+ annotations = {}
+ if oprot.writeFieldBegin('status', TType.STRING, 4, annotations) < 0: return -1
+ if oprot.writeString(self.status) < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if self.create_ts is not None:
+ annotations = {}
+ if oprot.writeFieldBegin('create_ts', TType.I64, 5, annotations) < 0: return -1
+ if oprot.writeI64(self.create_ts) < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if self.vm_list is not None:
+ annotations = {}
+ if oprot.writeFieldBegin('vm_list', TType.LIST, 6, annotations) < 0: return -1
+ if oprot.writeListBegin(TType.STRUCT, len(self.vm_list)) < 0: return -1
+ for iter6 in self.vm_list:
+ if iter6.write(oprot) < 0: return -1
+ if oprot.writeListEnd() < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if oprot.writeFieldStop() < 0: return -1
+ if oprot.writeStructEnd() < 0: return -1
+ return 0
+
+ def validate(self):
+ return
+
+
+ def log(self):
+ log_str = cStringIO.StringIO()
+ if self.name is not None:
+ log_str.write('name = ')
+ log_str.write(self.name)
+ log_str.write(' ')
+ if self.deleted is not None:
+ log_str.write('deleted = ')
+ if self.deleted:
+ log_str.write('True')
+ else:
+ log_str.write('False')
+ log_str.write(' ')
+ if self.st_name is not None:
+ log_str.write('st_name = ')
+ log_str.write(self.st_name)
+ log_str.write(' ')
+ if self.status is not None:
+ log_str.write('status = ')
+ log_str.write(self.status)
+ log_str.write(' ')
+ if self.create_ts is not None:
+ log_str.write('create_ts = ')
+ log_str.write(str(self.create_ts))
+ log_str.write(' ')
+ if self.vm_list is not None:
+ log_str.write('vm_list = ')
+ log_str.write('[ ')
+ for iter7 in self.vm_list:
+ log_str.write('<< ')
+ log_str.write(iter7.log())
+ log_str.write('>>')
+ log_str.write(', ')
+ log_str.write(' ]')
+ log_str.write(' ')
+ return log_str.getvalue()
+
+ def __repr__(self):
+ L = ['%s=%r' % (key, value)
+ for key, value in self.__dict__.iteritems()]
+ return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
+
+ def __eq__(self, other):
+ return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ return not (self == other)
+
+class UveSvcInstanceConfigTrace(sandesh_base.SandeshUVE):
+
+ thrift_spec = (
+ None, # 0
+ (1, TType.STRUCT, 'data', (UveSvcInstanceConfig, UveSvcInstanceConfig.thrift_spec), None, ), # 1
+ )
+
+ def __init__(self, data=None, table=None, sandesh=sandesh_base.sandesh_global):
+ sandesh_base.SandeshUVE.__init__(self)
+ self.data = data
+ self._scope = sandesh.scope()
+ self._module = sandesh.module()
+ self._source = sandesh.source_id()
+ self._node_type = sandesh.node_type()
+ self._instance_id = sandesh.instance_id()
+ self._seqnum = 0
+ self._timestamp = UTCTimestampUsec()
+ self._versionsig = 1572544528
+ self._hints = 0 | SANDESH_KEY_HINT
+ if table is not None:
+ self.data._table = table
+
+ def update_uve(self, tdata):
+ if self.data.name is not None:
+ tdata.name = self.data.name
+ if self.data.deleted is not None:
+ tdata.deleted = self.data.deleted
+ if self.data.st_name is not None:
+ tdata.st_name = self.data.st_name
+ if self.data.status is not None:
+ tdata.status = self.data.status
+ if self.data.create_ts is not None:
+ tdata.create_ts = self.data.create_ts
+ if self.data.vm_list is not None:
+ tdata.vm_list = self.data.vm_list
+ return tdata
+
+ def log(self, trace=False):
+ log_str = cStringIO.StringIO()
+ if trace:
+ log_str.write(str(self._timestamp))
+ log_str.write(' ')
+ log_str.write('UveSvcInstanceConfigTrace: ')
+ if self.data is not None:
+ log_str.write('data = ')
+ log_str.write('<< ')
+ log_str.write(self.data.log())
+ log_str.write('>>')
+ log_str.write(' ')
+ return log_str.getvalue()
+
+ def read(self, iprot):
+ if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None:
+ fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec))
+ return -1
+ read_cnt = 0
+ (length, sandesh_name) = iprot.readSandeshBegin()
+ if length < 0: return -1
+ read_cnt += length
+ while True:
+ (length, fname, ftype, fid) = iprot.readFieldBegin()
+ if length < 0: return -1
+ read_cnt += length
+ if ftype == TType.STOP:
+ break
+ if fid == 1:
+ if ftype == TType.STRUCT:
+ self.data = UveSvcInstanceConfig()
+ read_cnt += self.data.read(iprot)
+ else:
+ iprot.skip(ftype)
+ else:
+ iprot.skip(ftype)
+ length = iprot.readFieldEnd()
+ if length < 0: return -1
+ read_cnt += length
+ length = iprot.readSandeshEnd()
+ if length < 0: return -1
+ read_cnt += length
+ return read_cnt
+
+ def write(self, oprot):
+ if oprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and self.thrift_spec is not None and fastbinary is not None:
+ oprot.trans.write(fastbinary.encode_binary(self, (self.__class__, self.thrift_spec)))
+ return 0
+ if oprot.writeSandeshBegin('UveSvcInstanceConfigTrace') < 0: return -1
+ if self.data is not None:
+ annotations = {}
+ if oprot.writeFieldBegin('data', TType.STRUCT, 1, annotations) < 0: return -1
+ if self.data.write(oprot) < 0: return -1
+ if oprot.writeFieldEnd() < 0: return -1
+ if oprot.writeFieldStop() < 0: return -1
+ if oprot.writeSandeshEnd() < 0: return -1
+ return 0
+
+ def validate(self):
+ return
+
+
+ def compare(self, other):
+ if not isinstance(other, self.__class__):
+ return False
+ if self.data != other.data:
+ return False
+ return True
+
+ def __repr__(self):
+ L = ['%s=%r' % (key, value)
+ for key, value in self.__dict__.iteritems()]
+ return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
+
+ def __eq__(self, other):
+ return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ return not (self == other)
+
+
+_SANDESH_REQUEST_LIST = [
+]
+
+
+_SANDESH_UVE_LIST = [
+'UveSvcInstanceConfigTrace',
+]
+
+
+_SANDESH_UVE_DATA_LIST = [
+'UveSvcInstanceConfig',
+]
+
+
+_SANDESH_ALARM_LIST = [
+]
+
+
+_SANDESH_ALARM_DATA_LIST = [
+]
diff --git a/Testcases/cfgm_common/uve/service_instance/ttypes.pyc b/Testcases/cfgm_common/uve/service_instance/ttypes.pyc
new file mode 100644
index 0000000..d0f3ce4
--- /dev/null
+++ b/Testcases/cfgm_common/uve/service_instance/ttypes.pyc
Binary files differ