tencentcloud-sdk-python-cls 3.0.974__tar.gz → 3.0.977__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud/cls/v20201016/models.py +26 -0
  5. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cls-3.0.977/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cls-3.0.974/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.974 → tencentcloud-sdk-python-cls-3.0.977}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.974
3
+ Version: 3.0.977
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cls',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.974"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.977"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cls SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.974'
17
+ __version__ = '3.0.977'
@@ -10272,6 +10272,9 @@ class ExportInfo(AbstractModel):
10272
10272
  :type CosPath: str
10273
10273
  :param _CreateTime: 日志导出创建时间
10274
10274
  :type CreateTime: str
10275
+ :param _SyntaxRule: 语法规则。 默认值为0。
10276
+ 0:Lucene语法,1:CQL语法。
10277
+ :type SyntaxRule: int
10275
10278
  """
10276
10279
  self._TopicId = None
10277
10280
  self._ExportId = None
@@ -10286,6 +10289,7 @@ class ExportInfo(AbstractModel):
10286
10289
  self._To = None
10287
10290
  self._CosPath = None
10288
10291
  self._CreateTime = None
10292
+ self._SyntaxRule = None
10289
10293
 
10290
10294
  @property
10291
10295
  def TopicId(self):
@@ -10391,6 +10395,14 @@ class ExportInfo(AbstractModel):
10391
10395
  def CreateTime(self, CreateTime):
10392
10396
  self._CreateTime = CreateTime
10393
10397
 
10398
+ @property
10399
+ def SyntaxRule(self):
10400
+ return self._SyntaxRule
10401
+
10402
+ @SyntaxRule.setter
10403
+ def SyntaxRule(self, SyntaxRule):
10404
+ self._SyntaxRule = SyntaxRule
10405
+
10394
10406
 
10395
10407
  def _deserialize(self, params):
10396
10408
  self._TopicId = params.get("TopicId")
@@ -10406,6 +10418,7 @@ class ExportInfo(AbstractModel):
10406
10418
  self._To = params.get("To")
10407
10419
  self._CosPath = params.get("CosPath")
10408
10420
  self._CreateTime = params.get("CreateTime")
10421
+ self._SyntaxRule = params.get("SyntaxRule")
10409
10422
  memeber_set = set(params.keys())
10410
10423
  for name, value in vars(self).items():
10411
10424
  property_name = name[1:]
@@ -12747,6 +12760,9 @@ class MachineInfo(AbstractModel):
12747
12760
  r"""
12748
12761
  :param _Ip: 机器的IP
12749
12762
  :type Ip: str
12763
+ :param _InstanceID: 机器实例ID
12764
+ 注意:此字段可能返回 null,表示取不到有效值。
12765
+ :type InstanceID: str
12750
12766
  :param _Status: 机器状态,0:异常,1:正常
12751
12767
  :type Status: int
12752
12768
  :param _OfflineTime: 机器离线时间,空为正常,异常返回具体时间
@@ -12763,6 +12779,7 @@ class MachineInfo(AbstractModel):
12763
12779
  :type ErrMsg: str
12764
12780
  """
12765
12781
  self._Ip = None
12782
+ self._InstanceID = None
12766
12783
  self._Status = None
12767
12784
  self._OfflineTime = None
12768
12785
  self._AutoUpdate = None
@@ -12779,6 +12796,14 @@ class MachineInfo(AbstractModel):
12779
12796
  def Ip(self, Ip):
12780
12797
  self._Ip = Ip
12781
12798
 
12799
+ @property
12800
+ def InstanceID(self):
12801
+ return self._InstanceID
12802
+
12803
+ @InstanceID.setter
12804
+ def InstanceID(self, InstanceID):
12805
+ self._InstanceID = InstanceID
12806
+
12782
12807
  @property
12783
12808
  def Status(self):
12784
12809
  return self._Status
@@ -12838,6 +12863,7 @@ class MachineInfo(AbstractModel):
12838
12863
 
12839
12864
  def _deserialize(self, params):
12840
12865
  self._Ip = params.get("Ip")
12866
+ self._InstanceID = params.get("InstanceID")
12841
12867
  self._Status = params.get("Status")
12842
12868
  self._OfflineTime = params.get("OfflineTime")
12843
12869
  self._AutoUpdate = params.get("AutoUpdate")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.974
3
+ Version: 3.0.977
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.977
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.974