tencentcloud-sdk-python-csip 3.1.25__py2.py3-none-any.whl → 3.1.26__py2.py3-none-any.whl

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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.25'
17
+ __version__ = '3.1.26'
@@ -157,6 +157,17 @@ class AccessKeyAlarm(AbstractModel):
157
157
  :type RuleKey: str
158
158
  :param _CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
159
159
  :type CloudType: int
160
+ :param _AIStatus: 告警AI分析状态
161
+ -1 分析失败
162
+ 0 未分析
163
+ 1 分析中
164
+ 2 分析成功,真实告警
165
+ 3 分析成功,可疑告警
166
+ :type AIStatus: int
167
+ :param _FirstAlarmTimestamp: 首次告警时间戳(秒级)
168
+ :type FirstAlarmTimestamp: int
169
+ :param _LastAlarmTimestamp: 最后告警时间戳(秒级)
170
+ :type LastAlarmTimestamp: int
160
171
  """
161
172
  self._Name = None
162
173
  self._Level = None
@@ -181,6 +192,9 @@ class AccessKeyAlarm(AbstractModel):
181
192
  self._Evidence = None
182
193
  self._RuleKey = None
183
194
  self._CloudType = None
195
+ self._AIStatus = None
196
+ self._FirstAlarmTimestamp = None
197
+ self._LastAlarmTimestamp = None
184
198
 
185
199
  @property
186
200
  def Name(self):
@@ -440,6 +454,44 @@ class AccessKeyAlarm(AbstractModel):
440
454
  def CloudType(self, CloudType):
441
455
  self._CloudType = CloudType
442
456
 
457
+ @property
458
+ def AIStatus(self):
459
+ r"""告警AI分析状态
460
+ -1 分析失败
461
+ 0 未分析
462
+ 1 分析中
463
+ 2 分析成功,真实告警
464
+ 3 分析成功,可疑告警
465
+ :rtype: int
466
+ """
467
+ return self._AIStatus
468
+
469
+ @AIStatus.setter
470
+ def AIStatus(self, AIStatus):
471
+ self._AIStatus = AIStatus
472
+
473
+ @property
474
+ def FirstAlarmTimestamp(self):
475
+ r"""首次告警时间戳(秒级)
476
+ :rtype: int
477
+ """
478
+ return self._FirstAlarmTimestamp
479
+
480
+ @FirstAlarmTimestamp.setter
481
+ def FirstAlarmTimestamp(self, FirstAlarmTimestamp):
482
+ self._FirstAlarmTimestamp = FirstAlarmTimestamp
483
+
484
+ @property
485
+ def LastAlarmTimestamp(self):
486
+ r"""最后告警时间戳(秒级)
487
+ :rtype: int
488
+ """
489
+ return self._LastAlarmTimestamp
490
+
491
+ @LastAlarmTimestamp.setter
492
+ def LastAlarmTimestamp(self, LastAlarmTimestamp):
493
+ self._LastAlarmTimestamp = LastAlarmTimestamp
494
+
443
495
 
444
496
  def _deserialize(self, params):
445
497
  self._Name = params.get("Name")
@@ -465,6 +517,9 @@ class AccessKeyAlarm(AbstractModel):
465
517
  self._Evidence = params.get("Evidence")
466
518
  self._RuleKey = params.get("RuleKey")
467
519
  self._CloudType = params.get("CloudType")
520
+ self._AIStatus = params.get("AIStatus")
521
+ self._FirstAlarmTimestamp = params.get("FirstAlarmTimestamp")
522
+ self._LastAlarmTimestamp = params.get("LastAlarmTimestamp")
468
523
  memeber_set = set(params.keys())
469
524
  for name, value in vars(self).items():
470
525
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-csip
3
- Version: 3.1.25
3
+ Version: 3.1.26
4
4
  Summary: Tencent Cloud Csip SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.25
18
+ Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.26
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,11 +1,11 @@
1
- tencentcloud/__init__.py,sha256=8cXII7AMHdm87pMJh3Q_PwjlZBE6E2xQJkI3SqJHQ7Y,629
1
+ tencentcloud/__init__.py,sha256=qEd9ULZ7Tq_UrXe4ERx68YHfaUTUjrCHJjS4hMEjvBI,629
2
2
  tencentcloud/csip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/csip/v20221121/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/csip/v20221121/csip_client.py,sha256=TePNovcD8MV5ra-9ijpm_BoD5ddfl5f82Z7bAUxUrRw,76706
5
5
  tencentcloud/csip/v20221121/csip_client_async.py,sha256=EsnpFYnwPyQVRENVNO7_9b9omJv7mn_aYzOAUFrJF3Q,51403
6
6
  tencentcloud/csip/v20221121/errorcodes.py,sha256=tQq2byfzCpkRMLmW2QNKwIYBoudFePHil-JJw8TnPFE,2200
7
- tencentcloud/csip/v20221121/models.py,sha256=ehDjdieSG2M6BhbIcG4ylsAK-bJR4gNCc-3uHBTOMW8,1054215
8
- tencentcloud_sdk_python_csip-3.1.25.dist-info/METADATA,sha256=tghX6epSypeQqTkN7fOJku9brZk6EU8KGBn4-Peifv4,1500
9
- tencentcloud_sdk_python_csip-3.1.25.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
10
- tencentcloud_sdk_python_csip-3.1.25.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
- tencentcloud_sdk_python_csip-3.1.25.dist-info/RECORD,,
7
+ tencentcloud/csip/v20221121/models.py,sha256=Hq0YbEDs4c8WIIFYlgXFGM4jisczeGo1C2XRaorCWbA,1055850
8
+ tencentcloud_sdk_python_csip-3.1.26.dist-info/METADATA,sha256=DAi8LAkemRy3apL4yr2cJ7WNQXTiSaGCtaIzHrD5aHg,1500
9
+ tencentcloud_sdk_python_csip-3.1.26.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
10
+ tencentcloud_sdk_python_csip-3.1.26.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
+ tencentcloud_sdk_python_csip-3.1.26.dist-info/RECORD,,