tencentcloud-sdk-python 3.0.1345__py2.py3-none-any.whl → 3.0.1346__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 +1 -1
- tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
- tencentcloud/antiddos/v20200309/models.py +12 -687
- tencentcloud/apm/v20210622/models.py +60 -60
- tencentcloud/batch/v20170312/models.py +0 -150
- tencentcloud/cdwch/v20200915/models.py +111 -146
- tencentcloud/ckafka/v20190819/models.py +18 -960
- tencentcloud/cls/v20201016/models.py +0 -112
- tencentcloud/dbbrain/v20191016/models.py +2 -2
- tencentcloud/dbbrain/v20210527/models.py +17 -4
- tencentcloud/emr/v20190103/emr_client.py +1 -1
- tencentcloud/emr/v20190103/models.py +422 -15
- tencentcloud/hunyuan/v20230901/models.py +17 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +131 -0
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -52
- tencentcloud/lke/v20231130/lke_client.py +0 -23
- tencentcloud/lke/v20231130/models.py +0 -79
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/memcached/v20190318/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +446 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/redis/v20180412/models.py +2 -4
- tencentcloud/svp/v20240125/models.py +0 -2
- tencentcloud/tdmq/v20200217/models.py +266 -0
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +81 -2
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20220401/models.py +0 -6
- tencentcloud/thpc/v20230321/models.py +0 -12
- tencentcloud/wedata/v20210820/models.py +222 -0
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/RECORD +36 -36
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/top_level.txt +0 -0
@@ -19705,22 +19705,16 @@ class MachineGroupInfo(AbstractModel):
|
|
19705
19705
|
:param _CreateTime: 创建时间
|
19706
19706
|
:type CreateTime: str
|
19707
19707
|
:param _Tags: 机器组绑定的标签列表
|
19708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19709
19708
|
:type Tags: list of Tag
|
19710
19709
|
:param _AutoUpdate: 是否开启机器组自动更新
|
19711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19712
19710
|
:type AutoUpdate: str
|
19713
19711
|
:param _UpdateStartTime: 升级开始时间,建议业务低峰期升级LogListener
|
19714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19715
19712
|
:type UpdateStartTime: str
|
19716
19713
|
:param _UpdateEndTime: 升级结束时间,建议业务低峰期升级LogListener
|
19717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19718
19714
|
:type UpdateEndTime: str
|
19719
19715
|
:param _ServiceLogging: 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
19720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19721
19716
|
:type ServiceLogging: bool
|
19722
19717
|
:param _DelayCleanupTime: 机器组中机器离线定期清理时间
|
19723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19724
19718
|
:type DelayCleanupTime: int
|
19725
19719
|
:param _MetaTags: 机器组元数据信息列表
|
19726
19720
|
:type MetaTags: list of MetaTagInfo
|
@@ -19787,7 +19781,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19787
19781
|
@property
|
19788
19782
|
def Tags(self):
|
19789
19783
|
"""机器组绑定的标签列表
|
19790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19791
19784
|
:rtype: list of Tag
|
19792
19785
|
"""
|
19793
19786
|
return self._Tags
|
@@ -19799,7 +19792,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19799
19792
|
@property
|
19800
19793
|
def AutoUpdate(self):
|
19801
19794
|
"""是否开启机器组自动更新
|
19802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19803
19795
|
:rtype: str
|
19804
19796
|
"""
|
19805
19797
|
return self._AutoUpdate
|
@@ -19811,7 +19803,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19811
19803
|
@property
|
19812
19804
|
def UpdateStartTime(self):
|
19813
19805
|
"""升级开始时间,建议业务低峰期升级LogListener
|
19814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19815
19806
|
:rtype: str
|
19816
19807
|
"""
|
19817
19808
|
return self._UpdateStartTime
|
@@ -19823,7 +19814,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19823
19814
|
@property
|
19824
19815
|
def UpdateEndTime(self):
|
19825
19816
|
"""升级结束时间,建议业务低峰期升级LogListener
|
19826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19827
19817
|
:rtype: str
|
19828
19818
|
"""
|
19829
19819
|
return self._UpdateEndTime
|
@@ -19835,7 +19825,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19835
19825
|
@property
|
19836
19826
|
def ServiceLogging(self):
|
19837
19827
|
"""是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
19838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19839
19828
|
:rtype: bool
|
19840
19829
|
"""
|
19841
19830
|
return self._ServiceLogging
|
@@ -19847,7 +19836,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19847
19836
|
@property
|
19848
19837
|
def DelayCleanupTime(self):
|
19849
19838
|
"""机器组中机器离线定期清理时间
|
19850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19851
19839
|
:rtype: int
|
19852
19840
|
"""
|
19853
19841
|
return self._DelayCleanupTime
|
@@ -19979,7 +19967,6 @@ class MachineInfo(AbstractModel):
|
|
19979
19967
|
:param _Ip: 机器的IP
|
19980
19968
|
:type Ip: str
|
19981
19969
|
:param _InstanceID: 机器实例ID
|
19982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19983
19970
|
:type InstanceID: str
|
19984
19971
|
:param _Status: 机器状态,0:异常,1:正常
|
19985
19972
|
:type Status: int
|
@@ -20022,7 +20009,6 @@ class MachineInfo(AbstractModel):
|
|
20022
20009
|
@property
|
20023
20010
|
def InstanceID(self):
|
20024
20011
|
"""机器实例ID
|
20025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20026
20012
|
:rtype: str
|
20027
20013
|
"""
|
20028
20014
|
return self._InstanceID
|
@@ -20297,10 +20283,8 @@ class MetricLabel(AbstractModel):
|
|
20297
20283
|
def __init__(self):
|
20298
20284
|
r"""
|
20299
20285
|
:param _Key: 指标名称
|
20300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20301
20286
|
:type Key: str
|
20302
20287
|
:param _Value: 指标内容
|
20303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20304
20288
|
:type Value: str
|
20305
20289
|
"""
|
20306
20290
|
self._Key = None
|
@@ -20309,7 +20293,6 @@ class MetricLabel(AbstractModel):
|
|
20309
20293
|
@property
|
20310
20294
|
def Key(self):
|
20311
20295
|
"""指标名称
|
20312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20313
20296
|
:rtype: str
|
20314
20297
|
"""
|
20315
20298
|
return self._Key
|
@@ -20321,7 +20304,6 @@ class MetricLabel(AbstractModel):
|
|
20321
20304
|
@property
|
20322
20305
|
def Value(self):
|
20323
20306
|
"""指标内容
|
20324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20325
20307
|
:rtype: str
|
20326
20308
|
"""
|
20327
20309
|
return self._Value
|
@@ -24329,7 +24311,6 @@ class MonitorTime(AbstractModel):
|
|
24329
24311
|
:type Time: int
|
24330
24312
|
:param _CronExpression: 执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
|
24331
24313
|
当type为`Cron`时,CronExpression字段生效。
|
24332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24333
24314
|
:type CronExpression: str
|
24334
24315
|
"""
|
24335
24316
|
self._Type = None
|
@@ -24367,7 +24348,6 @@ class MonitorTime(AbstractModel):
|
|
24367
24348
|
def CronExpression(self):
|
24368
24349
|
"""执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
|
24369
24350
|
当type为`Cron`时,CronExpression字段生效。
|
24370
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24371
24351
|
:rtype: str
|
24372
24352
|
"""
|
24373
24353
|
return self._CronExpression
|
@@ -24399,12 +24379,10 @@ class MultiCondition(AbstractModel):
|
|
24399
24379
|
def __init__(self):
|
24400
24380
|
r"""
|
24401
24381
|
:param _Condition: 触发条件。
|
24402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24403
24382
|
:type Condition: str
|
24404
24383
|
:param _AlarmLevel: 告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
|
24405
24384
|
|
24406
24385
|
- 不填则默认为0。
|
24407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24408
24386
|
:type AlarmLevel: int
|
24409
24387
|
"""
|
24410
24388
|
self._Condition = None
|
@@ -24413,7 +24391,6 @@ class MultiCondition(AbstractModel):
|
|
24413
24391
|
@property
|
24414
24392
|
def Condition(self):
|
24415
24393
|
"""触发条件。
|
24416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24417
24394
|
:rtype: str
|
24418
24395
|
"""
|
24419
24396
|
return self._Condition
|
@@ -24427,7 +24404,6 @@ class MultiCondition(AbstractModel):
|
|
24427
24404
|
"""告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
|
24428
24405
|
|
24429
24406
|
- 不填则默认为0。
|
24430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24431
24407
|
:rtype: int
|
24432
24408
|
"""
|
24433
24409
|
return self._AlarmLevel
|
@@ -24513,10 +24489,8 @@ class NoticeContent(AbstractModel):
|
|
24513
24489
|
Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
24514
24490
|
:type Type: str
|
24515
24491
|
:param _TriggerContent: 告警触发通知内容模板。
|
24516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24517
24492
|
:type TriggerContent: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
24518
24493
|
:param _RecoveryContent: 告警恢复通知内容模板。
|
24519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24520
24494
|
:type RecoveryContent: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
24521
24495
|
"""
|
24522
24496
|
self._Type = None
|
@@ -24539,7 +24513,6 @@ Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:
|
|
24539
24513
|
@property
|
24540
24514
|
def TriggerContent(self):
|
24541
24515
|
"""告警触发通知内容模板。
|
24542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24543
24516
|
:rtype: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
24544
24517
|
"""
|
24545
24518
|
return self._TriggerContent
|
@@ -24551,7 +24524,6 @@ Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:
|
|
24551
24524
|
@property
|
24552
24525
|
def RecoveryContent(self):
|
24553
24526
|
"""告警恢复通知内容模板。
|
24554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24555
24527
|
:rtype: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
24556
24528
|
"""
|
24557
24529
|
return self._RecoveryContent
|
@@ -24588,14 +24560,11 @@ class NoticeContentInfo(AbstractModel):
|
|
24588
24560
|
r"""
|
24589
24561
|
:param _Title: 通知内容模板标题信息。
|
24590
24562
|
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。
|
24591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24592
24563
|
:type Title: str
|
24593
24564
|
:param _Content: 通知内容模板正文信息。
|
24594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24595
24565
|
:type Content: str
|
24596
24566
|
:param _Headers: 请求头(Request Headers):在HTTP请求中,请求头包含了客户端向服务器发送的附加信息,如用户代理、授权凭证、期望的响应格式等。
|
24597
24567
|
仅“自定义回调”支持该配置。
|
24598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24599
24568
|
:type Headers: list of str
|
24600
24569
|
"""
|
24601
24570
|
self._Title = None
|
@@ -24606,7 +24575,6 @@ class NoticeContentInfo(AbstractModel):
|
|
24606
24575
|
def Title(self):
|
24607
24576
|
"""通知内容模板标题信息。
|
24608
24577
|
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。
|
24609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24610
24578
|
:rtype: str
|
24611
24579
|
"""
|
24612
24580
|
return self._Title
|
@@ -24618,7 +24586,6 @@ class NoticeContentInfo(AbstractModel):
|
|
24618
24586
|
@property
|
24619
24587
|
def Content(self):
|
24620
24588
|
"""通知内容模板正文信息。
|
24621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24622
24589
|
:rtype: str
|
24623
24590
|
"""
|
24624
24591
|
return self._Content
|
@@ -24631,7 +24598,6 @@ class NoticeContentInfo(AbstractModel):
|
|
24631
24598
|
def Headers(self):
|
24632
24599
|
"""请求头(Request Headers):在HTTP请求中,请求头包含了客户端向服务器发送的附加信息,如用户代理、授权凭证、期望的响应格式等。
|
24633
24600
|
仅“自定义回调”支持该配置。
|
24634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24635
24601
|
:rtype: list of str
|
24636
24602
|
"""
|
24637
24603
|
return self._Headers
|
@@ -24663,37 +24629,28 @@ class NoticeContentTemplate(AbstractModel):
|
|
24663
24629
|
def __init__(self):
|
24664
24630
|
r"""
|
24665
24631
|
:param _NoticeContentId: 通知内容模板ID。
|
24666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24667
24632
|
:type NoticeContentId: str
|
24668
24633
|
:param _Name: 通知内容模板名称
|
24669
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24670
24634
|
:type Name: str
|
24671
24635
|
:param _Type: 语言类型。
|
24672
24636
|
|
24673
24637
|
0: 中文
|
24674
24638
|
1: 英文
|
24675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24676
24639
|
:type Type: int
|
24677
24640
|
:param _NoticeContents: 通知内容模板信息。
|
24678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24679
24641
|
:type NoticeContents: list of NoticeContent
|
24680
24642
|
:param _Flag: 通知内容模板标记。
|
24681
24643
|
|
24682
24644
|
0: 用户自定义
|
24683
24645
|
1: 系统内置
|
24684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24685
24646
|
:type Flag: int
|
24686
24647
|
:param _Uin: 创建者主账号。
|
24687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24688
24648
|
:type Uin: int
|
24689
24649
|
:param _SubUin: 创建/修改者子账号。
|
24690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24691
24650
|
:type SubUin: int
|
24692
24651
|
:param _CreateTime: 创建时间 秒级时间戳。
|
24693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24694
24652
|
:type CreateTime: int
|
24695
24653
|
:param _UpdateTime: 更新时间 秒级时间戳。
|
24696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24697
24654
|
:type UpdateTime: int
|
24698
24655
|
"""
|
24699
24656
|
self._NoticeContentId = None
|
@@ -24709,7 +24666,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24709
24666
|
@property
|
24710
24667
|
def NoticeContentId(self):
|
24711
24668
|
"""通知内容模板ID。
|
24712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24713
24669
|
:rtype: str
|
24714
24670
|
"""
|
24715
24671
|
return self._NoticeContentId
|
@@ -24721,7 +24677,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24721
24677
|
@property
|
24722
24678
|
def Name(self):
|
24723
24679
|
"""通知内容模板名称
|
24724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24725
24680
|
:rtype: str
|
24726
24681
|
"""
|
24727
24682
|
return self._Name
|
@@ -24736,7 +24691,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24736
24691
|
|
24737
24692
|
0: 中文
|
24738
24693
|
1: 英文
|
24739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24740
24694
|
:rtype: int
|
24741
24695
|
"""
|
24742
24696
|
return self._Type
|
@@ -24748,7 +24702,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24748
24702
|
@property
|
24749
24703
|
def NoticeContents(self):
|
24750
24704
|
"""通知内容模板信息。
|
24751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24752
24705
|
:rtype: list of NoticeContent
|
24753
24706
|
"""
|
24754
24707
|
return self._NoticeContents
|
@@ -24763,7 +24716,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24763
24716
|
|
24764
24717
|
0: 用户自定义
|
24765
24718
|
1: 系统内置
|
24766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24767
24719
|
:rtype: int
|
24768
24720
|
"""
|
24769
24721
|
return self._Flag
|
@@ -24775,7 +24727,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24775
24727
|
@property
|
24776
24728
|
def Uin(self):
|
24777
24729
|
"""创建者主账号。
|
24778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24779
24730
|
:rtype: int
|
24780
24731
|
"""
|
24781
24732
|
return self._Uin
|
@@ -24787,7 +24738,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24787
24738
|
@property
|
24788
24739
|
def SubUin(self):
|
24789
24740
|
"""创建/修改者子账号。
|
24790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24791
24741
|
:rtype: int
|
24792
24742
|
"""
|
24793
24743
|
return self._SubUin
|
@@ -24799,7 +24749,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24799
24749
|
@property
|
24800
24750
|
def CreateTime(self):
|
24801
24751
|
"""创建时间 秒级时间戳。
|
24802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24803
24752
|
:rtype: int
|
24804
24753
|
"""
|
24805
24754
|
return self._CreateTime
|
@@ -24811,7 +24760,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24811
24760
|
@property
|
24812
24761
|
def UpdateTime(self):
|
24813
24762
|
"""更新时间 秒级时间戳。
|
24814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24815
24763
|
:rtype: int
|
24816
24764
|
"""
|
24817
24765
|
return self._UpdateTime
|
@@ -24869,7 +24817,6 @@ class NoticeReceiver(AbstractModel):
|
|
24869
24817
|
- Phone - 电话
|
24870
24818
|
:type ReceiverChannels: list of str
|
24871
24819
|
:param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
24872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24873
24820
|
:type NoticeContentId: str
|
24874
24821
|
:param _StartTime: 允许接收信息的开始时间。格式:`15:04:05`。必填
|
24875
24822
|
:type StartTime: str
|
@@ -24934,7 +24881,6 @@ class NoticeReceiver(AbstractModel):
|
|
24934
24881
|
@property
|
24935
24882
|
def NoticeContentId(self):
|
24936
24883
|
"""通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
24937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24938
24884
|
:rtype: str
|
24939
24885
|
"""
|
24940
24886
|
return self._NoticeContentId
|
@@ -25063,28 +25009,21 @@ class NoticeRule(AbstractModel):
|
|
25063
25009
|
- 下一个子节点value支持的值:整型值单位分钟
|
25064
25010
|
以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
|
25065
25011
|
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}`
|
25066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25067
25012
|
:type Rule: str
|
25068
25013
|
:param _NoticeReceivers: 告警通知接收者信息。
|
25069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25070
25014
|
:type NoticeReceivers: list of NoticeReceiver
|
25071
25015
|
:param _WebCallbacks: 告警通知模板回调信息,包括企业微信、钉钉、飞书。
|
25072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25073
25016
|
:type WebCallbacks: list of WebCallback
|
25074
25017
|
:param _Escalate: 告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
|
25075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25076
25018
|
:type Escalate: bool
|
25077
25019
|
:param _Type: 告警升级条件。`1`:无人认领且未恢复、`2`:未恢复,默认为1
|
25078
25020
|
- 无人认领且未恢复:告警没有恢复并且没有人认领则升级
|
25079
25021
|
- 未恢复:当前告警持续未恢复则升级
|
25080
25022
|
|
25081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25082
25023
|
:type Type: int
|
25083
25024
|
:param _Interval: 告警升级间隔。单位:分钟,范围`[1,14400]`
|
25084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25085
25025
|
:type Interval: int
|
25086
25026
|
:param _EscalateNotice: 告警升级后下一个环节的通知渠道配置
|
25087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25088
25027
|
:type EscalateNotice: :class:`tencentcloud.cls.v20201016.models.EscalateNoticeInfo`
|
25089
25028
|
"""
|
25090
25029
|
self._Rule = None
|
@@ -25155,7 +25094,6 @@ class NoticeRule(AbstractModel):
|
|
25155
25094
|
- 下一个子节点value支持的值:整型值单位分钟
|
25156
25095
|
以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
|
25157
25096
|
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}`
|
25158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25159
25097
|
:rtype: str
|
25160
25098
|
"""
|
25161
25099
|
return self._Rule
|
@@ -25167,7 +25105,6 @@ class NoticeRule(AbstractModel):
|
|
25167
25105
|
@property
|
25168
25106
|
def NoticeReceivers(self):
|
25169
25107
|
"""告警通知接收者信息。
|
25170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25171
25108
|
:rtype: list of NoticeReceiver
|
25172
25109
|
"""
|
25173
25110
|
return self._NoticeReceivers
|
@@ -25179,7 +25116,6 @@ class NoticeRule(AbstractModel):
|
|
25179
25116
|
@property
|
25180
25117
|
def WebCallbacks(self):
|
25181
25118
|
"""告警通知模板回调信息,包括企业微信、钉钉、飞书。
|
25182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25183
25119
|
:rtype: list of WebCallback
|
25184
25120
|
"""
|
25185
25121
|
return self._WebCallbacks
|
@@ -25191,7 +25127,6 @@ class NoticeRule(AbstractModel):
|
|
25191
25127
|
@property
|
25192
25128
|
def Escalate(self):
|
25193
25129
|
"""告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
|
25194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25195
25130
|
:rtype: bool
|
25196
25131
|
"""
|
25197
25132
|
return self._Escalate
|
@@ -25206,7 +25141,6 @@ class NoticeRule(AbstractModel):
|
|
25206
25141
|
- 无人认领且未恢复:告警没有恢复并且没有人认领则升级
|
25207
25142
|
- 未恢复:当前告警持续未恢复则升级
|
25208
25143
|
|
25209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25210
25144
|
:rtype: int
|
25211
25145
|
"""
|
25212
25146
|
return self._Type
|
@@ -25218,7 +25152,6 @@ class NoticeRule(AbstractModel):
|
|
25218
25152
|
@property
|
25219
25153
|
def Interval(self):
|
25220
25154
|
"""告警升级间隔。单位:分钟,范围`[1,14400]`
|
25221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25222
25155
|
:rtype: int
|
25223
25156
|
"""
|
25224
25157
|
return self._Interval
|
@@ -25230,7 +25163,6 @@ class NoticeRule(AbstractModel):
|
|
25230
25163
|
@property
|
25231
25164
|
def EscalateNotice(self):
|
25232
25165
|
"""告警升级后下一个环节的通知渠道配置
|
25233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25234
25166
|
:rtype: :class:`tencentcloud.cls.v20201016.models.EscalateNoticeInfo`
|
25235
25167
|
"""
|
25236
25168
|
return self._EscalateNotice
|
@@ -25434,7 +25366,6 @@ class ParquetKeyInfo(AbstractModel):
|
|
25434
25366
|
:param _KeyType: 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
|
25435
25367
|
:type KeyType: str
|
25436
25368
|
:param _KeyNonExistingField: 解析失败赋值信息
|
25437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25438
25369
|
:type KeyNonExistingField: str
|
25439
25370
|
"""
|
25440
25371
|
self._KeyName = None
|
@@ -25466,7 +25397,6 @@ class ParquetKeyInfo(AbstractModel):
|
|
25466
25397
|
@property
|
25467
25398
|
def KeyNonExistingField(self):
|
25468
25399
|
"""解析失败赋值信息
|
25469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25470
25400
|
:rtype: str
|
25471
25401
|
"""
|
25472
25402
|
return self._KeyNonExistingField
|
@@ -26731,10 +26661,8 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
26731
26661
|
:param _SrcTopicRegion: 源topicId的地域信息
|
26732
26662
|
:type SrcTopicRegion: str
|
26733
26663
|
:param _SyntaxRule: 语法规则,0:Lucene语法,1:CQL语法
|
26734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26735
26664
|
:type SyntaxRule: int
|
26736
26665
|
:param _HasServicesLog: 是否开启投递服务日志。1:关闭,2:开启。
|
26737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26738
26666
|
:type HasServicesLog: int
|
26739
26667
|
"""
|
26740
26668
|
self._TaskId = None
|
@@ -26949,7 +26877,6 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
26949
26877
|
@property
|
26950
26878
|
def SyntaxRule(self):
|
26951
26879
|
"""语法规则,0:Lucene语法,1:CQL语法
|
26952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26953
26880
|
:rtype: int
|
26954
26881
|
"""
|
26955
26882
|
return self._SyntaxRule
|
@@ -26961,7 +26888,6 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
26961
26888
|
@property
|
26962
26889
|
def HasServicesLog(self):
|
26963
26890
|
"""是否开启投递服务日志。1:关闭,2:开启。
|
26964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26965
26891
|
:rtype: int
|
26966
26892
|
"""
|
26967
26893
|
return self._HasServicesLog
|
@@ -28069,32 +27995,24 @@ class ShipperInfo(AbstractModel):
|
|
28069
27995
|
:param _Status: 是否生效
|
28070
27996
|
:type Status: bool
|
28071
27997
|
:param _FilterRules: 投递日志的过滤规则
|
28072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28073
27998
|
:type FilterRules: list of FilterRuleInfo
|
28074
27999
|
:param _Partition: 投递日志的分区规则,支持strftime的时间格式表示
|
28075
28000
|
:type Partition: str
|
28076
28001
|
:param _Compress: 投递日志的压缩配置
|
28077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28078
28002
|
:type Compress: :class:`tencentcloud.cls.v20201016.models.CompressInfo`
|
28079
28003
|
:param _Content: 投递日志的内容格式配置
|
28080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28081
28004
|
:type Content: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
28082
28005
|
:param _CreateTime: 投递日志的创建时间
|
28083
28006
|
:type CreateTime: str
|
28084
28007
|
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
28085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28086
28008
|
:type FilenameMode: int
|
28087
28009
|
:param _StartTime: 投递数据范围的开始时间点
|
28088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28089
28010
|
:type StartTime: int
|
28090
28011
|
:param _EndTime: 投递数据范围的结束时间点
|
28091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28092
28012
|
:type EndTime: int
|
28093
28013
|
:param _Progress: 历史数据投递的进度(仅当用户选择的数据内中历史数据时才有效)
|
28094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28095
28014
|
:type Progress: float
|
28096
28015
|
:param _RemainTime: 历史数据全部投递完成剩余的时间(仅当用户选择的数据中有历史数据时才有效)
|
28097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28098
28016
|
:type RemainTime: int
|
28099
28017
|
:param _HistoryStatus: 历史任务状态:
|
28100
28018
|
0:实时任务
|
@@ -28102,10 +28020,8 @@ class ShipperInfo(AbstractModel):
|
|
28102
28020
|
2:任务运行中
|
28103
28021
|
3:任务运行异常
|
28104
28022
|
4:任务运行结束
|
28105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28106
28023
|
:type HistoryStatus: int
|
28107
28024
|
:param _StorageType: cos桶类型
|
28108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28109
28025
|
:type StorageType: str
|
28110
28026
|
"""
|
28111
28027
|
self._ShipperId = None
|
@@ -28220,7 +28136,6 @@ class ShipperInfo(AbstractModel):
|
|
28220
28136
|
@property
|
28221
28137
|
def FilterRules(self):
|
28222
28138
|
"""投递日志的过滤规则
|
28223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28224
28139
|
:rtype: list of FilterRuleInfo
|
28225
28140
|
"""
|
28226
28141
|
return self._FilterRules
|
@@ -28243,7 +28158,6 @@ class ShipperInfo(AbstractModel):
|
|
28243
28158
|
@property
|
28244
28159
|
def Compress(self):
|
28245
28160
|
"""投递日志的压缩配置
|
28246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28247
28161
|
:rtype: :class:`tencentcloud.cls.v20201016.models.CompressInfo`
|
28248
28162
|
"""
|
28249
28163
|
return self._Compress
|
@@ -28255,7 +28169,6 @@ class ShipperInfo(AbstractModel):
|
|
28255
28169
|
@property
|
28256
28170
|
def Content(self):
|
28257
28171
|
"""投递日志的内容格式配置
|
28258
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28259
28172
|
:rtype: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
28260
28173
|
"""
|
28261
28174
|
return self._Content
|
@@ -28278,7 +28191,6 @@ class ShipperInfo(AbstractModel):
|
|
28278
28191
|
@property
|
28279
28192
|
def FilenameMode(self):
|
28280
28193
|
"""投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
28281
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28282
28194
|
:rtype: int
|
28283
28195
|
"""
|
28284
28196
|
return self._FilenameMode
|
@@ -28290,7 +28202,6 @@ class ShipperInfo(AbstractModel):
|
|
28290
28202
|
@property
|
28291
28203
|
def StartTime(self):
|
28292
28204
|
"""投递数据范围的开始时间点
|
28293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28294
28205
|
:rtype: int
|
28295
28206
|
"""
|
28296
28207
|
return self._StartTime
|
@@ -28302,7 +28213,6 @@ class ShipperInfo(AbstractModel):
|
|
28302
28213
|
@property
|
28303
28214
|
def EndTime(self):
|
28304
28215
|
"""投递数据范围的结束时间点
|
28305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28306
28216
|
:rtype: int
|
28307
28217
|
"""
|
28308
28218
|
return self._EndTime
|
@@ -28314,7 +28224,6 @@ class ShipperInfo(AbstractModel):
|
|
28314
28224
|
@property
|
28315
28225
|
def Progress(self):
|
28316
28226
|
"""历史数据投递的进度(仅当用户选择的数据内中历史数据时才有效)
|
28317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28318
28227
|
:rtype: float
|
28319
28228
|
"""
|
28320
28229
|
return self._Progress
|
@@ -28326,7 +28235,6 @@ class ShipperInfo(AbstractModel):
|
|
28326
28235
|
@property
|
28327
28236
|
def RemainTime(self):
|
28328
28237
|
"""历史数据全部投递完成剩余的时间(仅当用户选择的数据中有历史数据时才有效)
|
28329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28330
28238
|
:rtype: int
|
28331
28239
|
"""
|
28332
28240
|
return self._RemainTime
|
@@ -28343,7 +28251,6 @@ class ShipperInfo(AbstractModel):
|
|
28343
28251
|
2:任务运行中
|
28344
28252
|
3:任务运行异常
|
28345
28253
|
4:任务运行结束
|
28346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28347
28254
|
:rtype: int
|
28348
28255
|
"""
|
28349
28256
|
return self._HistoryStatus
|
@@ -28355,7 +28262,6 @@ class ShipperInfo(AbstractModel):
|
|
28355
28262
|
@property
|
28356
28263
|
def StorageType(self):
|
28357
28264
|
"""cos桶类型
|
28358
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28359
28265
|
:rtype: str
|
28360
28266
|
"""
|
28361
28267
|
return self._StorageType
|
@@ -28915,7 +28821,6 @@ class TopicInfo(AbstractModel):
|
|
28915
28821
|
:param _SubAssumerName: 云产品二级标识,日志主题由其它云产品创建时,该字段会显示云产品名称及其日志类型的二级分类,例如TKE-Audit、TKE-Event。部分云产品仅有云产品标识(AssumerName),无该字段。
|
28916
28822
|
:type SubAssumerName: str
|
28917
28823
|
:param _Describes: 主题描述
|
28918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28919
28824
|
:type Describes: str
|
28920
28825
|
:param _HotPeriod: 开启日志沉降,标准存储的生命周期, hotPeriod < Period。
|
28921
28826
|
标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
|
@@ -28929,7 +28834,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
28929
28834
|
开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
|
28930
28835
|
:type IsWebTracking: bool
|
28931
28836
|
:param _Extends: 日志主题扩展信息
|
28932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28933
28837
|
:type Extends: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
|
28934
28838
|
:param _TopicAsyncTaskID: 异步迁移任务ID
|
28935
28839
|
:type TopicAsyncTaskID: str
|
@@ -29123,7 +29027,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29123
29027
|
@property
|
29124
29028
|
def Describes(self):
|
29125
29029
|
"""主题描述
|
29126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29127
29030
|
:rtype: str
|
29128
29031
|
"""
|
29129
29032
|
return self._Describes
|
@@ -29173,7 +29076,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29173
29076
|
@property
|
29174
29077
|
def Extends(self):
|
29175
29078
|
"""日志主题扩展信息
|
29176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29177
29079
|
:rtype: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
|
29178
29080
|
"""
|
29179
29081
|
return self._Extends
|
@@ -29458,7 +29360,6 @@ class WebCallback(AbstractModel):
|
|
29458
29360
|
也可使用WebCallbackId引用集成配置中的URL,此时该字段请填写为空字符串。
|
29459
29361
|
:type Url: str
|
29460
29362
|
:param _WebCallbackId: 集成配置ID。
|
29461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29462
29363
|
:type WebCallbackId: str
|
29463
29364
|
:param _Method: 回调方法。可选值:
|
29464
29365
|
- POST(默认值)
|
@@ -29466,24 +29367,18 @@ class WebCallback(AbstractModel):
|
|
29466
29367
|
|
29467
29368
|
注意:
|
29468
29369
|
- 参数CallbackType为Http时为必选,其它回调方式无需填写。
|
29469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29470
29370
|
:type Method: str
|
29471
29371
|
:param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
29472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29473
29372
|
:type NoticeContentId: str
|
29474
29373
|
:param _RemindType: 提醒类型。
|
29475
29374
|
|
29476
29375
|
0:不提醒;1:指定人;2:所有人
|
29477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29478
29376
|
:type RemindType: int
|
29479
29377
|
:param _Mobiles: 电话列表。
|
29480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29481
29378
|
:type Mobiles: list of str
|
29482
29379
|
:param _UserIds: 用户ID列表。
|
29483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29484
29380
|
:type UserIds: list of str
|
29485
29381
|
:param _Headers: 该参数已废弃,请使用NoticeContentId。
|
29486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29487
29382
|
:type Headers: list of str
|
29488
29383
|
:param _Body: 该参数已废弃,请使用NoticeContentId。
|
29489
29384
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -29535,7 +29430,6 @@ class WebCallback(AbstractModel):
|
|
29535
29430
|
@property
|
29536
29431
|
def WebCallbackId(self):
|
29537
29432
|
"""集成配置ID。
|
29538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29539
29433
|
:rtype: str
|
29540
29434
|
"""
|
29541
29435
|
return self._WebCallbackId
|
@@ -29552,7 +29446,6 @@ class WebCallback(AbstractModel):
|
|
29552
29446
|
|
29553
29447
|
注意:
|
29554
29448
|
- 参数CallbackType为Http时为必选,其它回调方式无需填写。
|
29555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29556
29449
|
:rtype: str
|
29557
29450
|
"""
|
29558
29451
|
return self._Method
|
@@ -29564,7 +29457,6 @@ class WebCallback(AbstractModel):
|
|
29564
29457
|
@property
|
29565
29458
|
def NoticeContentId(self):
|
29566
29459
|
"""通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
29567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29568
29460
|
:rtype: str
|
29569
29461
|
"""
|
29570
29462
|
return self._NoticeContentId
|
@@ -29578,7 +29470,6 @@ class WebCallback(AbstractModel):
|
|
29578
29470
|
"""提醒类型。
|
29579
29471
|
|
29580
29472
|
0:不提醒;1:指定人;2:所有人
|
29581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29582
29473
|
:rtype: int
|
29583
29474
|
"""
|
29584
29475
|
return self._RemindType
|
@@ -29590,7 +29481,6 @@ class WebCallback(AbstractModel):
|
|
29590
29481
|
@property
|
29591
29482
|
def Mobiles(self):
|
29592
29483
|
"""电话列表。
|
29593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29594
29484
|
:rtype: list of str
|
29595
29485
|
"""
|
29596
29486
|
return self._Mobiles
|
@@ -29602,7 +29492,6 @@ class WebCallback(AbstractModel):
|
|
29602
29492
|
@property
|
29603
29493
|
def UserIds(self):
|
29604
29494
|
"""用户ID列表。
|
29605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29606
29495
|
:rtype: list of str
|
29607
29496
|
"""
|
29608
29497
|
return self._UserIds
|
@@ -29614,7 +29503,6 @@ class WebCallback(AbstractModel):
|
|
29614
29503
|
@property
|
29615
29504
|
def Headers(self):
|
29616
29505
|
"""该参数已废弃,请使用NoticeContentId。
|
29617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29618
29506
|
:rtype: list of str
|
29619
29507
|
"""
|
29620
29508
|
return self._Headers
|