tencentcloud-sdk-python 3.0.1344__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 +14 -689
- tencentcloud/apm/v20210622/models.py +60 -60
- tencentcloud/batch/v20170312/models.py +0 -150
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdwch/v20200915/models.py +111 -256
- tencentcloud/ckafka/v20190819/models.py +2 -1204
- tencentcloud/clb/v20180317/models.py +10 -10
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +18 -1032
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -84
- tencentcloud/dbbrain/v20191016/models.py +2 -22
- tencentcloud/dbbrain/v20210527/models.py +17 -96
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- 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/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -456
- tencentcloud/lke/v20231130/lke_client.py +0 -23
- tencentcloud/lke/v20231130/models.py +0 -79
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/memcached/v20190318/models.py +2 -2
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/monitor/v20180724/models.py +446 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/redis/v20180412/models.py +2 -4
- tencentcloud/svp/v20240125/models.py +0 -44
- tencentcloud/tcb/v20180608/models.py +0 -195
- tencentcloud/tcb/v20180608/tcb_client.py +0 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +266 -154
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +239 -38
- tencentcloud/teo/v20220901/teo_client.py +46 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -12
- tencentcloud/thpc/v20230321/models.py +0 -20
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +254 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/RECORD +63 -63
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/top_level.txt +0 -0
@@ -2599,132 +2599,6 @@ class CloseKafkaConsumerResponse(AbstractModel):
|
|
2599
2599
|
self._RequestId = params.get("RequestId")
|
2600
2600
|
|
2601
2601
|
|
2602
|
-
class CloudProductLogTaskInfo(AbstractModel):
|
2603
|
-
"""云产品日志投递任务信息
|
2604
|
-
|
2605
|
-
"""
|
2606
|
-
|
2607
|
-
def __init__(self):
|
2608
|
-
r"""
|
2609
|
-
:param _ClsRegion: 日志服务地域
|
2610
|
-
:type ClsRegion: str
|
2611
|
-
:param _InstanceId: 实例ID
|
2612
|
-
:type InstanceId: str
|
2613
|
-
:param _LogsetId: 日志集ID
|
2614
|
-
:type LogsetId: str
|
2615
|
-
:param _TopicId: 日志主题ID
|
2616
|
-
:type TopicId: str
|
2617
|
-
:param _Extend: 日志配置拓展信息, 一般用于存储额外的日志投递配置
|
2618
|
-
:type Extend: str
|
2619
|
-
:param _LogType: 日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
2620
|
-
:type LogType: str
|
2621
|
-
:param _Status: 任务状态, 0创建中 1创建完成 2 删除中
|
2622
|
-
:type Status: int
|
2623
|
-
"""
|
2624
|
-
self._ClsRegion = None
|
2625
|
-
self._InstanceId = None
|
2626
|
-
self._LogsetId = None
|
2627
|
-
self._TopicId = None
|
2628
|
-
self._Extend = None
|
2629
|
-
self._LogType = None
|
2630
|
-
self._Status = None
|
2631
|
-
|
2632
|
-
@property
|
2633
|
-
def ClsRegion(self):
|
2634
|
-
"""日志服务地域
|
2635
|
-
:rtype: str
|
2636
|
-
"""
|
2637
|
-
return self._ClsRegion
|
2638
|
-
|
2639
|
-
@ClsRegion.setter
|
2640
|
-
def ClsRegion(self, ClsRegion):
|
2641
|
-
self._ClsRegion = ClsRegion
|
2642
|
-
|
2643
|
-
@property
|
2644
|
-
def InstanceId(self):
|
2645
|
-
"""实例ID
|
2646
|
-
:rtype: str
|
2647
|
-
"""
|
2648
|
-
return self._InstanceId
|
2649
|
-
|
2650
|
-
@InstanceId.setter
|
2651
|
-
def InstanceId(self, InstanceId):
|
2652
|
-
self._InstanceId = InstanceId
|
2653
|
-
|
2654
|
-
@property
|
2655
|
-
def LogsetId(self):
|
2656
|
-
"""日志集ID
|
2657
|
-
:rtype: str
|
2658
|
-
"""
|
2659
|
-
return self._LogsetId
|
2660
|
-
|
2661
|
-
@LogsetId.setter
|
2662
|
-
def LogsetId(self, LogsetId):
|
2663
|
-
self._LogsetId = LogsetId
|
2664
|
-
|
2665
|
-
@property
|
2666
|
-
def TopicId(self):
|
2667
|
-
"""日志主题ID
|
2668
|
-
:rtype: str
|
2669
|
-
"""
|
2670
|
-
return self._TopicId
|
2671
|
-
|
2672
|
-
@TopicId.setter
|
2673
|
-
def TopicId(self, TopicId):
|
2674
|
-
self._TopicId = TopicId
|
2675
|
-
|
2676
|
-
@property
|
2677
|
-
def Extend(self):
|
2678
|
-
"""日志配置拓展信息, 一般用于存储额外的日志投递配置
|
2679
|
-
:rtype: str
|
2680
|
-
"""
|
2681
|
-
return self._Extend
|
2682
|
-
|
2683
|
-
@Extend.setter
|
2684
|
-
def Extend(self, Extend):
|
2685
|
-
self._Extend = Extend
|
2686
|
-
|
2687
|
-
@property
|
2688
|
-
def LogType(self):
|
2689
|
-
"""日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
2690
|
-
:rtype: str
|
2691
|
-
"""
|
2692
|
-
return self._LogType
|
2693
|
-
|
2694
|
-
@LogType.setter
|
2695
|
-
def LogType(self, LogType):
|
2696
|
-
self._LogType = LogType
|
2697
|
-
|
2698
|
-
@property
|
2699
|
-
def Status(self):
|
2700
|
-
"""任务状态, 0创建中 1创建完成 2 删除中
|
2701
|
-
:rtype: int
|
2702
|
-
"""
|
2703
|
-
return self._Status
|
2704
|
-
|
2705
|
-
@Status.setter
|
2706
|
-
def Status(self, Status):
|
2707
|
-
self._Status = Status
|
2708
|
-
|
2709
|
-
|
2710
|
-
def _deserialize(self, params):
|
2711
|
-
self._ClsRegion = params.get("ClsRegion")
|
2712
|
-
self._InstanceId = params.get("InstanceId")
|
2713
|
-
self._LogsetId = params.get("LogsetId")
|
2714
|
-
self._TopicId = params.get("TopicId")
|
2715
|
-
self._Extend = params.get("Extend")
|
2716
|
-
self._LogType = params.get("LogType")
|
2717
|
-
self._Status = params.get("Status")
|
2718
|
-
memeber_set = set(params.keys())
|
2719
|
-
for name, value in vars(self).items():
|
2720
|
-
property_name = name[1:]
|
2721
|
-
if property_name in memeber_set:
|
2722
|
-
memeber_set.remove(property_name)
|
2723
|
-
if len(memeber_set) > 0:
|
2724
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2725
|
-
|
2726
|
-
|
2727
|
-
|
2728
2602
|
class CollectConfig(AbstractModel):
|
2729
2603
|
"""采集配置信息
|
2730
2604
|
|
@@ -5635,311 +5509,31 @@ class CreateAlarmShieldRequest(AbstractModel):
|
|
5635
5509
|
|
5636
5510
|
|
5637
5511
|
|
5638
|
-
class CreateAlarmShieldResponse(AbstractModel):
|
5639
|
-
"""CreateAlarmShield返回参数结构体
|
5640
|
-
|
5641
|
-
"""
|
5642
|
-
|
5643
|
-
def __init__(self):
|
5644
|
-
r"""
|
5645
|
-
:param _TaskId: 屏蔽规则ID。
|
5646
|
-
:type TaskId: str
|
5647
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5648
|
-
:type RequestId: str
|
5649
|
-
"""
|
5650
|
-
self._TaskId = None
|
5651
|
-
self._RequestId = None
|
5652
|
-
|
5653
|
-
@property
|
5654
|
-
def TaskId(self):
|
5655
|
-
"""屏蔽规则ID。
|
5656
|
-
:rtype: str
|
5657
|
-
"""
|
5658
|
-
return self._TaskId
|
5659
|
-
|
5660
|
-
@TaskId.setter
|
5661
|
-
def TaskId(self, TaskId):
|
5662
|
-
self._TaskId = TaskId
|
5663
|
-
|
5664
|
-
@property
|
5665
|
-
def RequestId(self):
|
5666
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5667
|
-
:rtype: str
|
5668
|
-
"""
|
5669
|
-
return self._RequestId
|
5670
|
-
|
5671
|
-
@RequestId.setter
|
5672
|
-
def RequestId(self, RequestId):
|
5673
|
-
self._RequestId = RequestId
|
5674
|
-
|
5675
|
-
|
5676
|
-
def _deserialize(self, params):
|
5677
|
-
self._TaskId = params.get("TaskId")
|
5678
|
-
self._RequestId = params.get("RequestId")
|
5679
|
-
|
5680
|
-
|
5681
|
-
class CreateCloudProductLogTaskRequest(AbstractModel):
|
5682
|
-
"""CreateCloudProductLogTask请求参数结构体
|
5683
|
-
|
5684
|
-
"""
|
5685
|
-
|
5686
|
-
def __init__(self):
|
5687
|
-
r"""
|
5688
|
-
:param _InstanceId: 实例ID
|
5689
|
-
:type InstanceId: str
|
5690
|
-
:param _AssumerName: 云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
|
5691
|
-
:type AssumerName: str
|
5692
|
-
:param _LogType: 日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
5693
|
-
:type LogType: str
|
5694
|
-
:param _CloudProductRegion: 云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:
|
5695
|
-
- CDS所有日志类型:ap-guangzhou
|
5696
|
-
- CDB-AUDIT: gz
|
5697
|
-
- TDSQL-C-AUDIT: gz
|
5698
|
-
- MongoDB-AUDIT: gz
|
5699
|
-
- MongoDB-SlowLog:ap-guangzhou
|
5700
|
-
- MongoDB-ErrorLog:ap-guangzhou
|
5701
|
-
- TDMYSQL-SLOW:gz
|
5702
|
-
- DCDB所有日志类型:gz
|
5703
|
-
- MariaDB所有日志类型:gz
|
5704
|
-
- PostgreSQL所有日志类型:gz
|
5705
|
-
- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)
|
5706
|
-
- APIS所有日志类型:gz
|
5707
|
-
:type CloudProductRegion: str
|
5708
|
-
:param _ClsRegion: CLS目标地域
|
5709
|
-
:type ClsRegion: str
|
5710
|
-
:param _LogsetName: 日志集名称,未填LogsetId时必填。若日志集不存在, 将自动创建
|
5711
|
-
:type LogsetName: str
|
5712
|
-
:param _LogsetId: 日志集ID,若指定则代表选择已有日志集。选择已有日志集时,LogsetName可以不填
|
5713
|
-
:type LogsetId: str
|
5714
|
-
:param _TopicName: 日志主题名称,在未填TopicId时必填。 若日志主题不存在,将自动创建
|
5715
|
-
:type TopicName: str
|
5716
|
-
:param _TopicId: 日志主题ID,若指定则代表选择已有日志主题,选择已有日志主题时,TopicName可以不填
|
5717
|
-
:type TopicId: str
|
5718
|
-
:param _Extend: 日志配置拓展信息, 一般用于存储额外的日志投递配置
|
5719
|
-
:type Extend: str
|
5720
|
-
"""
|
5721
|
-
self._InstanceId = None
|
5722
|
-
self._AssumerName = None
|
5723
|
-
self._LogType = None
|
5724
|
-
self._CloudProductRegion = None
|
5725
|
-
self._ClsRegion = None
|
5726
|
-
self._LogsetName = None
|
5727
|
-
self._LogsetId = None
|
5728
|
-
self._TopicName = None
|
5729
|
-
self._TopicId = None
|
5730
|
-
self._Extend = None
|
5731
|
-
|
5732
|
-
@property
|
5733
|
-
def InstanceId(self):
|
5734
|
-
"""实例ID
|
5735
|
-
:rtype: str
|
5736
|
-
"""
|
5737
|
-
return self._InstanceId
|
5738
|
-
|
5739
|
-
@InstanceId.setter
|
5740
|
-
def InstanceId(self, InstanceId):
|
5741
|
-
self._InstanceId = InstanceId
|
5742
|
-
|
5743
|
-
@property
|
5744
|
-
def AssumerName(self):
|
5745
|
-
"""云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
|
5746
|
-
:rtype: str
|
5747
|
-
"""
|
5748
|
-
return self._AssumerName
|
5749
|
-
|
5750
|
-
@AssumerName.setter
|
5751
|
-
def AssumerName(self, AssumerName):
|
5752
|
-
self._AssumerName = AssumerName
|
5753
|
-
|
5754
|
-
@property
|
5755
|
-
def LogType(self):
|
5756
|
-
"""日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
5757
|
-
:rtype: str
|
5758
|
-
"""
|
5759
|
-
return self._LogType
|
5760
|
-
|
5761
|
-
@LogType.setter
|
5762
|
-
def LogType(self, LogType):
|
5763
|
-
self._LogType = LogType
|
5764
|
-
|
5765
|
-
@property
|
5766
|
-
def CloudProductRegion(self):
|
5767
|
-
"""云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:
|
5768
|
-
- CDS所有日志类型:ap-guangzhou
|
5769
|
-
- CDB-AUDIT: gz
|
5770
|
-
- TDSQL-C-AUDIT: gz
|
5771
|
-
- MongoDB-AUDIT: gz
|
5772
|
-
- MongoDB-SlowLog:ap-guangzhou
|
5773
|
-
- MongoDB-ErrorLog:ap-guangzhou
|
5774
|
-
- TDMYSQL-SLOW:gz
|
5775
|
-
- DCDB所有日志类型:gz
|
5776
|
-
- MariaDB所有日志类型:gz
|
5777
|
-
- PostgreSQL所有日志类型:gz
|
5778
|
-
- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)
|
5779
|
-
- APIS所有日志类型:gz
|
5780
|
-
:rtype: str
|
5781
|
-
"""
|
5782
|
-
return self._CloudProductRegion
|
5783
|
-
|
5784
|
-
@CloudProductRegion.setter
|
5785
|
-
def CloudProductRegion(self, CloudProductRegion):
|
5786
|
-
self._CloudProductRegion = CloudProductRegion
|
5787
|
-
|
5788
|
-
@property
|
5789
|
-
def ClsRegion(self):
|
5790
|
-
"""CLS目标地域
|
5791
|
-
:rtype: str
|
5792
|
-
"""
|
5793
|
-
return self._ClsRegion
|
5794
|
-
|
5795
|
-
@ClsRegion.setter
|
5796
|
-
def ClsRegion(self, ClsRegion):
|
5797
|
-
self._ClsRegion = ClsRegion
|
5798
|
-
|
5799
|
-
@property
|
5800
|
-
def LogsetName(self):
|
5801
|
-
"""日志集名称,未填LogsetId时必填。若日志集不存在, 将自动创建
|
5802
|
-
:rtype: str
|
5803
|
-
"""
|
5804
|
-
return self._LogsetName
|
5805
|
-
|
5806
|
-
@LogsetName.setter
|
5807
|
-
def LogsetName(self, LogsetName):
|
5808
|
-
self._LogsetName = LogsetName
|
5809
|
-
|
5810
|
-
@property
|
5811
|
-
def LogsetId(self):
|
5812
|
-
"""日志集ID,若指定则代表选择已有日志集。选择已有日志集时,LogsetName可以不填
|
5813
|
-
:rtype: str
|
5814
|
-
"""
|
5815
|
-
return self._LogsetId
|
5816
|
-
|
5817
|
-
@LogsetId.setter
|
5818
|
-
def LogsetId(self, LogsetId):
|
5819
|
-
self._LogsetId = LogsetId
|
5820
|
-
|
5821
|
-
@property
|
5822
|
-
def TopicName(self):
|
5823
|
-
"""日志主题名称,在未填TopicId时必填。 若日志主题不存在,将自动创建
|
5824
|
-
:rtype: str
|
5825
|
-
"""
|
5826
|
-
return self._TopicName
|
5827
|
-
|
5828
|
-
@TopicName.setter
|
5829
|
-
def TopicName(self, TopicName):
|
5830
|
-
self._TopicName = TopicName
|
5831
|
-
|
5832
|
-
@property
|
5833
|
-
def TopicId(self):
|
5834
|
-
"""日志主题ID,若指定则代表选择已有日志主题,选择已有日志主题时,TopicName可以不填
|
5835
|
-
:rtype: str
|
5836
|
-
"""
|
5837
|
-
return self._TopicId
|
5838
|
-
|
5839
|
-
@TopicId.setter
|
5840
|
-
def TopicId(self, TopicId):
|
5841
|
-
self._TopicId = TopicId
|
5842
|
-
|
5843
|
-
@property
|
5844
|
-
def Extend(self):
|
5845
|
-
"""日志配置拓展信息, 一般用于存储额外的日志投递配置
|
5846
|
-
:rtype: str
|
5847
|
-
"""
|
5848
|
-
return self._Extend
|
5849
|
-
|
5850
|
-
@Extend.setter
|
5851
|
-
def Extend(self, Extend):
|
5852
|
-
self._Extend = Extend
|
5853
|
-
|
5854
|
-
|
5855
|
-
def _deserialize(self, params):
|
5856
|
-
self._InstanceId = params.get("InstanceId")
|
5857
|
-
self._AssumerName = params.get("AssumerName")
|
5858
|
-
self._LogType = params.get("LogType")
|
5859
|
-
self._CloudProductRegion = params.get("CloudProductRegion")
|
5860
|
-
self._ClsRegion = params.get("ClsRegion")
|
5861
|
-
self._LogsetName = params.get("LogsetName")
|
5862
|
-
self._LogsetId = params.get("LogsetId")
|
5863
|
-
self._TopicName = params.get("TopicName")
|
5864
|
-
self._TopicId = params.get("TopicId")
|
5865
|
-
self._Extend = params.get("Extend")
|
5866
|
-
memeber_set = set(params.keys())
|
5867
|
-
for name, value in vars(self).items():
|
5868
|
-
property_name = name[1:]
|
5869
|
-
if property_name in memeber_set:
|
5870
|
-
memeber_set.remove(property_name)
|
5871
|
-
if len(memeber_set) > 0:
|
5872
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
5873
|
-
|
5874
|
-
|
5875
|
-
|
5876
|
-
class CreateCloudProductLogTaskResponse(AbstractModel):
|
5877
|
-
"""CreateCloudProductLogTask返回参数结构体
|
5878
|
-
|
5879
|
-
"""
|
5880
|
-
|
5881
|
-
def __init__(self):
|
5882
|
-
r"""
|
5883
|
-
:param _TopicId: 日志主题ID
|
5884
|
-
:type TopicId: str
|
5885
|
-
:param _TopicName: 日志主题名称
|
5886
|
-
:type TopicName: str
|
5887
|
-
:param _LogsetId: 日志集ID
|
5888
|
-
:type LogsetId: str
|
5889
|
-
:param _LogsetName: 日志集名称
|
5890
|
-
:type LogsetName: str
|
5891
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5892
|
-
:type RequestId: str
|
5893
|
-
"""
|
5894
|
-
self._TopicId = None
|
5895
|
-
self._TopicName = None
|
5896
|
-
self._LogsetId = None
|
5897
|
-
self._LogsetName = None
|
5898
|
-
self._RequestId = None
|
5899
|
-
|
5900
|
-
@property
|
5901
|
-
def TopicId(self):
|
5902
|
-
"""日志主题ID
|
5903
|
-
:rtype: str
|
5904
|
-
"""
|
5905
|
-
return self._TopicId
|
5906
|
-
|
5907
|
-
@TopicId.setter
|
5908
|
-
def TopicId(self, TopicId):
|
5909
|
-
self._TopicId = TopicId
|
5910
|
-
|
5911
|
-
@property
|
5912
|
-
def TopicName(self):
|
5913
|
-
"""日志主题名称
|
5914
|
-
:rtype: str
|
5915
|
-
"""
|
5916
|
-
return self._TopicName
|
5512
|
+
class CreateAlarmShieldResponse(AbstractModel):
|
5513
|
+
"""CreateAlarmShield返回参数结构体
|
5917
5514
|
|
5918
|
-
|
5919
|
-
def TopicName(self, TopicName):
|
5920
|
-
self._TopicName = TopicName
|
5515
|
+
"""
|
5921
5516
|
|
5922
|
-
|
5923
|
-
|
5924
|
-
|
5925
|
-
:
|
5517
|
+
def __init__(self):
|
5518
|
+
r"""
|
5519
|
+
:param _TaskId: 屏蔽规则ID。
|
5520
|
+
:type TaskId: str
|
5521
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5522
|
+
:type RequestId: str
|
5926
5523
|
"""
|
5927
|
-
|
5928
|
-
|
5929
|
-
@LogsetId.setter
|
5930
|
-
def LogsetId(self, LogsetId):
|
5931
|
-
self._LogsetId = LogsetId
|
5524
|
+
self._TaskId = None
|
5525
|
+
self._RequestId = None
|
5932
5526
|
|
5933
5527
|
@property
|
5934
|
-
def
|
5935
|
-
"""
|
5528
|
+
def TaskId(self):
|
5529
|
+
"""屏蔽规则ID。
|
5936
5530
|
:rtype: str
|
5937
5531
|
"""
|
5938
|
-
return self.
|
5532
|
+
return self._TaskId
|
5939
5533
|
|
5940
|
-
@
|
5941
|
-
def
|
5942
|
-
self.
|
5534
|
+
@TaskId.setter
|
5535
|
+
def TaskId(self, TaskId):
|
5536
|
+
self._TaskId = TaskId
|
5943
5537
|
|
5944
5538
|
@property
|
5945
5539
|
def RequestId(self):
|
@@ -5954,10 +5548,7 @@ class CreateCloudProductLogTaskResponse(AbstractModel):
|
|
5954
5548
|
|
5955
5549
|
|
5956
5550
|
def _deserialize(self, params):
|
5957
|
-
self.
|
5958
|
-
self._TopicName = params.get("TopicName")
|
5959
|
-
self._LogsetId = params.get("LogsetId")
|
5960
|
-
self._LogsetName = params.get("LogsetName")
|
5551
|
+
self._TaskId = params.get("TaskId")
|
5961
5552
|
self._RequestId = params.get("RequestId")
|
5962
5553
|
|
5963
5554
|
|
@@ -10726,139 +10317,6 @@ class DeleteAlarmShieldResponse(AbstractModel):
|
|
10726
10317
|
self._RequestId = params.get("RequestId")
|
10727
10318
|
|
10728
10319
|
|
10729
|
-
class DeleteCloudProductLogTaskRequest(AbstractModel):
|
10730
|
-
"""DeleteCloudProductLogTask请求参数结构体
|
10731
|
-
|
10732
|
-
"""
|
10733
|
-
|
10734
|
-
def __init__(self):
|
10735
|
-
r"""
|
10736
|
-
:param _InstanceId: 实例ID
|
10737
|
-
:type InstanceId: str
|
10738
|
-
:param _AssumerName: 云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
|
10739
|
-
:type AssumerName: str
|
10740
|
-
:param _LogType: 日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
10741
|
-
:type LogType: str
|
10742
|
-
:param _CloudProductRegion: 云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:
|
10743
|
-
- CDS所有日志类型:ap-guangzhou
|
10744
|
-
- CDB-AUDIT: gz
|
10745
|
-
- TDSQL-C-AUDIT: gz
|
10746
|
-
- MongoDB-AUDIT: gz
|
10747
|
-
- MongoDB-SlowLog:ap-guangzhou
|
10748
|
-
- MongoDB-ErrorLog:ap-guangzhou
|
10749
|
-
- TDMYSQL-SLOW:gz
|
10750
|
-
- DCDB所有日志类型:gz
|
10751
|
-
- MariaDB所有日志类型:gz
|
10752
|
-
- PostgreSQL所有日志类型:gz
|
10753
|
-
- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)
|
10754
|
-
- APIS所有日志类型:gz
|
10755
|
-
:type CloudProductRegion: str
|
10756
|
-
"""
|
10757
|
-
self._InstanceId = None
|
10758
|
-
self._AssumerName = None
|
10759
|
-
self._LogType = None
|
10760
|
-
self._CloudProductRegion = None
|
10761
|
-
|
10762
|
-
@property
|
10763
|
-
def InstanceId(self):
|
10764
|
-
"""实例ID
|
10765
|
-
:rtype: str
|
10766
|
-
"""
|
10767
|
-
return self._InstanceId
|
10768
|
-
|
10769
|
-
@InstanceId.setter
|
10770
|
-
def InstanceId(self, InstanceId):
|
10771
|
-
self._InstanceId = InstanceId
|
10772
|
-
|
10773
|
-
@property
|
10774
|
-
def AssumerName(self):
|
10775
|
-
"""云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
|
10776
|
-
:rtype: str
|
10777
|
-
"""
|
10778
|
-
return self._AssumerName
|
10779
|
-
|
10780
|
-
@AssumerName.setter
|
10781
|
-
def AssumerName(self, AssumerName):
|
10782
|
-
self._AssumerName = AssumerName
|
10783
|
-
|
10784
|
-
@property
|
10785
|
-
def LogType(self):
|
10786
|
-
"""日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
10787
|
-
:rtype: str
|
10788
|
-
"""
|
10789
|
-
return self._LogType
|
10790
|
-
|
10791
|
-
@LogType.setter
|
10792
|
-
def LogType(self, LogType):
|
10793
|
-
self._LogType = LogType
|
10794
|
-
|
10795
|
-
@property
|
10796
|
-
def CloudProductRegion(self):
|
10797
|
-
"""云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:
|
10798
|
-
- CDS所有日志类型:ap-guangzhou
|
10799
|
-
- CDB-AUDIT: gz
|
10800
|
-
- TDSQL-C-AUDIT: gz
|
10801
|
-
- MongoDB-AUDIT: gz
|
10802
|
-
- MongoDB-SlowLog:ap-guangzhou
|
10803
|
-
- MongoDB-ErrorLog:ap-guangzhou
|
10804
|
-
- TDMYSQL-SLOW:gz
|
10805
|
-
- DCDB所有日志类型:gz
|
10806
|
-
- MariaDB所有日志类型:gz
|
10807
|
-
- PostgreSQL所有日志类型:gz
|
10808
|
-
- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)
|
10809
|
-
- APIS所有日志类型:gz
|
10810
|
-
:rtype: str
|
10811
|
-
"""
|
10812
|
-
return self._CloudProductRegion
|
10813
|
-
|
10814
|
-
@CloudProductRegion.setter
|
10815
|
-
def CloudProductRegion(self, CloudProductRegion):
|
10816
|
-
self._CloudProductRegion = CloudProductRegion
|
10817
|
-
|
10818
|
-
|
10819
|
-
def _deserialize(self, params):
|
10820
|
-
self._InstanceId = params.get("InstanceId")
|
10821
|
-
self._AssumerName = params.get("AssumerName")
|
10822
|
-
self._LogType = params.get("LogType")
|
10823
|
-
self._CloudProductRegion = params.get("CloudProductRegion")
|
10824
|
-
memeber_set = set(params.keys())
|
10825
|
-
for name, value in vars(self).items():
|
10826
|
-
property_name = name[1:]
|
10827
|
-
if property_name in memeber_set:
|
10828
|
-
memeber_set.remove(property_name)
|
10829
|
-
if len(memeber_set) > 0:
|
10830
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
10831
|
-
|
10832
|
-
|
10833
|
-
|
10834
|
-
class DeleteCloudProductLogTaskResponse(AbstractModel):
|
10835
|
-
"""DeleteCloudProductLogTask返回参数结构体
|
10836
|
-
|
10837
|
-
"""
|
10838
|
-
|
10839
|
-
def __init__(self):
|
10840
|
-
r"""
|
10841
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10842
|
-
:type RequestId: str
|
10843
|
-
"""
|
10844
|
-
self._RequestId = None
|
10845
|
-
|
10846
|
-
@property
|
10847
|
-
def RequestId(self):
|
10848
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10849
|
-
:rtype: str
|
10850
|
-
"""
|
10851
|
-
return self._RequestId
|
10852
|
-
|
10853
|
-
@RequestId.setter
|
10854
|
-
def RequestId(self, RequestId):
|
10855
|
-
self._RequestId = RequestId
|
10856
|
-
|
10857
|
-
|
10858
|
-
def _deserialize(self, params):
|
10859
|
-
self._RequestId = params.get("RequestId")
|
10860
|
-
|
10861
|
-
|
10862
10320
|
class DeleteConfigExtraRequest(AbstractModel):
|
10863
10321
|
"""DeleteConfigExtra请求参数结构体
|
10864
10322
|
|
@@ -12848,166 +12306,6 @@ class DescribeAlertRecordHistoryResponse(AbstractModel):
|
|
12848
12306
|
self._RequestId = params.get("RequestId")
|
12849
12307
|
|
12850
12308
|
|
12851
|
-
class DescribeCloudProductLogTasksRequest(AbstractModel):
|
12852
|
-
"""DescribeCloudProductLogTasks请求参数结构体
|
12853
|
-
|
12854
|
-
"""
|
12855
|
-
|
12856
|
-
def __init__(self):
|
12857
|
-
r"""
|
12858
|
-
:param _Offset: 分页的偏移量,默认值为0。
|
12859
|
-
:type Offset: int
|
12860
|
-
:param _Limit: 分页单页限制数目,默认值为100,最大值100。
|
12861
|
-
:type Limit: int
|
12862
|
-
:param _Filters: - assumerName
|
12863
|
-
- 按照【云产品标识】进行过滤。
|
12864
|
-
- 类型:String
|
12865
|
-
- 必选:否
|
12866
|
-
- 枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
|
12867
|
-
- logType
|
12868
|
-
- 按照【日志类型】进行过滤。
|
12869
|
-
- 类型:String
|
12870
|
-
- 必选:否
|
12871
|
-
- 枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
12872
|
-
- instanceId
|
12873
|
-
- 按照【实例ID】进行过滤。
|
12874
|
-
- 类型:String
|
12875
|
-
- 必选:否
|
12876
|
-
:type Filters: list of Filter
|
12877
|
-
"""
|
12878
|
-
self._Offset = None
|
12879
|
-
self._Limit = None
|
12880
|
-
self._Filters = None
|
12881
|
-
|
12882
|
-
@property
|
12883
|
-
def Offset(self):
|
12884
|
-
"""分页的偏移量,默认值为0。
|
12885
|
-
:rtype: int
|
12886
|
-
"""
|
12887
|
-
return self._Offset
|
12888
|
-
|
12889
|
-
@Offset.setter
|
12890
|
-
def Offset(self, Offset):
|
12891
|
-
self._Offset = Offset
|
12892
|
-
|
12893
|
-
@property
|
12894
|
-
def Limit(self):
|
12895
|
-
"""分页单页限制数目,默认值为100,最大值100。
|
12896
|
-
:rtype: int
|
12897
|
-
"""
|
12898
|
-
return self._Limit
|
12899
|
-
|
12900
|
-
@Limit.setter
|
12901
|
-
def Limit(self, Limit):
|
12902
|
-
self._Limit = Limit
|
12903
|
-
|
12904
|
-
@property
|
12905
|
-
def Filters(self):
|
12906
|
-
"""- assumerName
|
12907
|
-
- 按照【云产品标识】进行过滤。
|
12908
|
-
- 类型:String
|
12909
|
-
- 必选:否
|
12910
|
-
- 枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
|
12911
|
-
- logType
|
12912
|
-
- 按照【日志类型】进行过滤。
|
12913
|
-
- 类型:String
|
12914
|
-
- 必选:否
|
12915
|
-
- 枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
12916
|
-
- instanceId
|
12917
|
-
- 按照【实例ID】进行过滤。
|
12918
|
-
- 类型:String
|
12919
|
-
- 必选:否
|
12920
|
-
:rtype: list of Filter
|
12921
|
-
"""
|
12922
|
-
return self._Filters
|
12923
|
-
|
12924
|
-
@Filters.setter
|
12925
|
-
def Filters(self, Filters):
|
12926
|
-
self._Filters = Filters
|
12927
|
-
|
12928
|
-
|
12929
|
-
def _deserialize(self, params):
|
12930
|
-
self._Offset = params.get("Offset")
|
12931
|
-
self._Limit = params.get("Limit")
|
12932
|
-
if params.get("Filters") is not None:
|
12933
|
-
self._Filters = []
|
12934
|
-
for item in params.get("Filters"):
|
12935
|
-
obj = Filter()
|
12936
|
-
obj._deserialize(item)
|
12937
|
-
self._Filters.append(obj)
|
12938
|
-
memeber_set = set(params.keys())
|
12939
|
-
for name, value in vars(self).items():
|
12940
|
-
property_name = name[1:]
|
12941
|
-
if property_name in memeber_set:
|
12942
|
-
memeber_set.remove(property_name)
|
12943
|
-
if len(memeber_set) > 0:
|
12944
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
12945
|
-
|
12946
|
-
|
12947
|
-
|
12948
|
-
class DescribeCloudProductLogTasksResponse(AbstractModel):
|
12949
|
-
"""DescribeCloudProductLogTasks返回参数结构体
|
12950
|
-
|
12951
|
-
"""
|
12952
|
-
|
12953
|
-
def __init__(self):
|
12954
|
-
r"""
|
12955
|
-
:param _Tasks: 日志配置详情列表
|
12956
|
-
:type Tasks: list of CloudProductLogTaskInfo
|
12957
|
-
:param _TotalCount: 日志配置总数
|
12958
|
-
:type TotalCount: int
|
12959
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12960
|
-
:type RequestId: str
|
12961
|
-
"""
|
12962
|
-
self._Tasks = None
|
12963
|
-
self._TotalCount = None
|
12964
|
-
self._RequestId = None
|
12965
|
-
|
12966
|
-
@property
|
12967
|
-
def Tasks(self):
|
12968
|
-
"""日志配置详情列表
|
12969
|
-
:rtype: list of CloudProductLogTaskInfo
|
12970
|
-
"""
|
12971
|
-
return self._Tasks
|
12972
|
-
|
12973
|
-
@Tasks.setter
|
12974
|
-
def Tasks(self, Tasks):
|
12975
|
-
self._Tasks = Tasks
|
12976
|
-
|
12977
|
-
@property
|
12978
|
-
def TotalCount(self):
|
12979
|
-
"""日志配置总数
|
12980
|
-
:rtype: int
|
12981
|
-
"""
|
12982
|
-
return self._TotalCount
|
12983
|
-
|
12984
|
-
@TotalCount.setter
|
12985
|
-
def TotalCount(self, TotalCount):
|
12986
|
-
self._TotalCount = TotalCount
|
12987
|
-
|
12988
|
-
@property
|
12989
|
-
def RequestId(self):
|
12990
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12991
|
-
:rtype: str
|
12992
|
-
"""
|
12993
|
-
return self._RequestId
|
12994
|
-
|
12995
|
-
@RequestId.setter
|
12996
|
-
def RequestId(self, RequestId):
|
12997
|
-
self._RequestId = RequestId
|
12998
|
-
|
12999
|
-
|
13000
|
-
def _deserialize(self, params):
|
13001
|
-
if params.get("Tasks") is not None:
|
13002
|
-
self._Tasks = []
|
13003
|
-
for item in params.get("Tasks"):
|
13004
|
-
obj = CloudProductLogTaskInfo()
|
13005
|
-
obj._deserialize(item)
|
13006
|
-
self._Tasks.append(obj)
|
13007
|
-
self._TotalCount = params.get("TotalCount")
|
13008
|
-
self._RequestId = params.get("RequestId")
|
13009
|
-
|
13010
|
-
|
13011
12309
|
class DescribeConfigExtrasRequest(AbstractModel):
|
13012
12310
|
"""DescribeConfigExtras请求参数结构体
|
13013
12311
|
|
@@ -20407,22 +19705,16 @@ class MachineGroupInfo(AbstractModel):
|
|
20407
19705
|
:param _CreateTime: 创建时间
|
20408
19706
|
:type CreateTime: str
|
20409
19707
|
:param _Tags: 机器组绑定的标签列表
|
20410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20411
19708
|
:type Tags: list of Tag
|
20412
19709
|
:param _AutoUpdate: 是否开启机器组自动更新
|
20413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20414
19710
|
:type AutoUpdate: str
|
20415
19711
|
:param _UpdateStartTime: 升级开始时间,建议业务低峰期升级LogListener
|
20416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20417
19712
|
:type UpdateStartTime: str
|
20418
19713
|
:param _UpdateEndTime: 升级结束时间,建议业务低峰期升级LogListener
|
20419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20420
19714
|
:type UpdateEndTime: str
|
20421
19715
|
:param _ServiceLogging: 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
20422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20423
19716
|
:type ServiceLogging: bool
|
20424
19717
|
:param _DelayCleanupTime: 机器组中机器离线定期清理时间
|
20425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20426
19718
|
:type DelayCleanupTime: int
|
20427
19719
|
:param _MetaTags: 机器组元数据信息列表
|
20428
19720
|
:type MetaTags: list of MetaTagInfo
|
@@ -20489,7 +19781,6 @@ class MachineGroupInfo(AbstractModel):
|
|
20489
19781
|
@property
|
20490
19782
|
def Tags(self):
|
20491
19783
|
"""机器组绑定的标签列表
|
20492
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20493
19784
|
:rtype: list of Tag
|
20494
19785
|
"""
|
20495
19786
|
return self._Tags
|
@@ -20501,7 +19792,6 @@ class MachineGroupInfo(AbstractModel):
|
|
20501
19792
|
@property
|
20502
19793
|
def AutoUpdate(self):
|
20503
19794
|
"""是否开启机器组自动更新
|
20504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20505
19795
|
:rtype: str
|
20506
19796
|
"""
|
20507
19797
|
return self._AutoUpdate
|
@@ -20513,7 +19803,6 @@ class MachineGroupInfo(AbstractModel):
|
|
20513
19803
|
@property
|
20514
19804
|
def UpdateStartTime(self):
|
20515
19805
|
"""升级开始时间,建议业务低峰期升级LogListener
|
20516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20517
19806
|
:rtype: str
|
20518
19807
|
"""
|
20519
19808
|
return self._UpdateStartTime
|
@@ -20525,7 +19814,6 @@ class MachineGroupInfo(AbstractModel):
|
|
20525
19814
|
@property
|
20526
19815
|
def UpdateEndTime(self):
|
20527
19816
|
"""升级结束时间,建议业务低峰期升级LogListener
|
20528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20529
19817
|
:rtype: str
|
20530
19818
|
"""
|
20531
19819
|
return self._UpdateEndTime
|
@@ -20537,7 +19825,6 @@ class MachineGroupInfo(AbstractModel):
|
|
20537
19825
|
@property
|
20538
19826
|
def ServiceLogging(self):
|
20539
19827
|
"""是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
20540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20541
19828
|
:rtype: bool
|
20542
19829
|
"""
|
20543
19830
|
return self._ServiceLogging
|
@@ -20549,7 +19836,6 @@ class MachineGroupInfo(AbstractModel):
|
|
20549
19836
|
@property
|
20550
19837
|
def DelayCleanupTime(self):
|
20551
19838
|
"""机器组中机器离线定期清理时间
|
20552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20553
19839
|
:rtype: int
|
20554
19840
|
"""
|
20555
19841
|
return self._DelayCleanupTime
|
@@ -20681,7 +19967,6 @@ class MachineInfo(AbstractModel):
|
|
20681
19967
|
:param _Ip: 机器的IP
|
20682
19968
|
:type Ip: str
|
20683
19969
|
:param _InstanceID: 机器实例ID
|
20684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20685
19970
|
:type InstanceID: str
|
20686
19971
|
:param _Status: 机器状态,0:异常,1:正常
|
20687
19972
|
:type Status: int
|
@@ -20724,7 +20009,6 @@ class MachineInfo(AbstractModel):
|
|
20724
20009
|
@property
|
20725
20010
|
def InstanceID(self):
|
20726
20011
|
"""机器实例ID
|
20727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20728
20012
|
:rtype: str
|
20729
20013
|
"""
|
20730
20014
|
return self._InstanceID
|
@@ -20999,10 +20283,8 @@ class MetricLabel(AbstractModel):
|
|
20999
20283
|
def __init__(self):
|
21000
20284
|
r"""
|
21001
20285
|
:param _Key: 指标名称
|
21002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21003
20286
|
:type Key: str
|
21004
20287
|
:param _Value: 指标内容
|
21005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21006
20288
|
:type Value: str
|
21007
20289
|
"""
|
21008
20290
|
self._Key = None
|
@@ -21011,7 +20293,6 @@ class MetricLabel(AbstractModel):
|
|
21011
20293
|
@property
|
21012
20294
|
def Key(self):
|
21013
20295
|
"""指标名称
|
21014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21015
20296
|
:rtype: str
|
21016
20297
|
"""
|
21017
20298
|
return self._Key
|
@@ -21023,7 +20304,6 @@ class MetricLabel(AbstractModel):
|
|
21023
20304
|
@property
|
21024
20305
|
def Value(self):
|
21025
20306
|
"""指标内容
|
21026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21027
20307
|
:rtype: str
|
21028
20308
|
"""
|
21029
20309
|
return self._Value
|
@@ -21897,154 +21177,6 @@ class ModifyAlarmShieldResponse(AbstractModel):
|
|
21897
21177
|
self._RequestId = params.get("RequestId")
|
21898
21178
|
|
21899
21179
|
|
21900
|
-
class ModifyCloudProductLogTaskRequest(AbstractModel):
|
21901
|
-
"""ModifyCloudProductLogTask请求参数结构体
|
21902
|
-
|
21903
|
-
"""
|
21904
|
-
|
21905
|
-
def __init__(self):
|
21906
|
-
r"""
|
21907
|
-
:param _InstanceId: 实例ID
|
21908
|
-
:type InstanceId: str
|
21909
|
-
:param _AssumerName: 云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
|
21910
|
-
:type AssumerName: str
|
21911
|
-
:param _LogType: 日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
21912
|
-
:type LogType: str
|
21913
|
-
:param _CloudProductRegion: 云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:
|
21914
|
-
- CDS所有日志类型:ap-guangzhou
|
21915
|
-
- CDB-AUDIT: gz
|
21916
|
-
- TDSQL-C-AUDIT: gz
|
21917
|
-
- MongoDB-AUDIT: gz
|
21918
|
-
- MongoDB-SlowLog:ap-guangzhou
|
21919
|
-
- MongoDB-ErrorLog:ap-guangzhou
|
21920
|
-
- TDMYSQL-SLOW:gz
|
21921
|
-
- DCDB所有日志类型:gz
|
21922
|
-
- MariaDB所有日志类型:gz
|
21923
|
-
- PostgreSQL所有日志类型:gz
|
21924
|
-
- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)
|
21925
|
-
- APIS所有日志类型:gz
|
21926
|
-
:type CloudProductRegion: str
|
21927
|
-
:param _Extend: 日志配置拓展信息, 一般用于存储额外的日志投递配置
|
21928
|
-
:type Extend: str
|
21929
|
-
"""
|
21930
|
-
self._InstanceId = None
|
21931
|
-
self._AssumerName = None
|
21932
|
-
self._LogType = None
|
21933
|
-
self._CloudProductRegion = None
|
21934
|
-
self._Extend = None
|
21935
|
-
|
21936
|
-
@property
|
21937
|
-
def InstanceId(self):
|
21938
|
-
"""实例ID
|
21939
|
-
:rtype: str
|
21940
|
-
"""
|
21941
|
-
return self._InstanceId
|
21942
|
-
|
21943
|
-
@InstanceId.setter
|
21944
|
-
def InstanceId(self, InstanceId):
|
21945
|
-
self._InstanceId = InstanceId
|
21946
|
-
|
21947
|
-
@property
|
21948
|
-
def AssumerName(self):
|
21949
|
-
"""云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
|
21950
|
-
:rtype: str
|
21951
|
-
"""
|
21952
|
-
return self._AssumerName
|
21953
|
-
|
21954
|
-
@AssumerName.setter
|
21955
|
-
def AssumerName(self, AssumerName):
|
21956
|
-
self._AssumerName = AssumerName
|
21957
|
-
|
21958
|
-
@property
|
21959
|
-
def LogType(self):
|
21960
|
-
"""日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
|
21961
|
-
:rtype: str
|
21962
|
-
"""
|
21963
|
-
return self._LogType
|
21964
|
-
|
21965
|
-
@LogType.setter
|
21966
|
-
def LogType(self, LogType):
|
21967
|
-
self._LogType = LogType
|
21968
|
-
|
21969
|
-
@property
|
21970
|
-
def CloudProductRegion(self):
|
21971
|
-
"""云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:
|
21972
|
-
- CDS所有日志类型:ap-guangzhou
|
21973
|
-
- CDB-AUDIT: gz
|
21974
|
-
- TDSQL-C-AUDIT: gz
|
21975
|
-
- MongoDB-AUDIT: gz
|
21976
|
-
- MongoDB-SlowLog:ap-guangzhou
|
21977
|
-
- MongoDB-ErrorLog:ap-guangzhou
|
21978
|
-
- TDMYSQL-SLOW:gz
|
21979
|
-
- DCDB所有日志类型:gz
|
21980
|
-
- MariaDB所有日志类型:gz
|
21981
|
-
- PostgreSQL所有日志类型:gz
|
21982
|
-
- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)
|
21983
|
-
- APIS所有日志类型:gz
|
21984
|
-
:rtype: str
|
21985
|
-
"""
|
21986
|
-
return self._CloudProductRegion
|
21987
|
-
|
21988
|
-
@CloudProductRegion.setter
|
21989
|
-
def CloudProductRegion(self, CloudProductRegion):
|
21990
|
-
self._CloudProductRegion = CloudProductRegion
|
21991
|
-
|
21992
|
-
@property
|
21993
|
-
def Extend(self):
|
21994
|
-
"""日志配置拓展信息, 一般用于存储额外的日志投递配置
|
21995
|
-
:rtype: str
|
21996
|
-
"""
|
21997
|
-
return self._Extend
|
21998
|
-
|
21999
|
-
@Extend.setter
|
22000
|
-
def Extend(self, Extend):
|
22001
|
-
self._Extend = Extend
|
22002
|
-
|
22003
|
-
|
22004
|
-
def _deserialize(self, params):
|
22005
|
-
self._InstanceId = params.get("InstanceId")
|
22006
|
-
self._AssumerName = params.get("AssumerName")
|
22007
|
-
self._LogType = params.get("LogType")
|
22008
|
-
self._CloudProductRegion = params.get("CloudProductRegion")
|
22009
|
-
self._Extend = params.get("Extend")
|
22010
|
-
memeber_set = set(params.keys())
|
22011
|
-
for name, value in vars(self).items():
|
22012
|
-
property_name = name[1:]
|
22013
|
-
if property_name in memeber_set:
|
22014
|
-
memeber_set.remove(property_name)
|
22015
|
-
if len(memeber_set) > 0:
|
22016
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
22017
|
-
|
22018
|
-
|
22019
|
-
|
22020
|
-
class ModifyCloudProductLogTaskResponse(AbstractModel):
|
22021
|
-
"""ModifyCloudProductLogTask返回参数结构体
|
22022
|
-
|
22023
|
-
"""
|
22024
|
-
|
22025
|
-
def __init__(self):
|
22026
|
-
r"""
|
22027
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22028
|
-
:type RequestId: str
|
22029
|
-
"""
|
22030
|
-
self._RequestId = None
|
22031
|
-
|
22032
|
-
@property
|
22033
|
-
def RequestId(self):
|
22034
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22035
|
-
:rtype: str
|
22036
|
-
"""
|
22037
|
-
return self._RequestId
|
22038
|
-
|
22039
|
-
@RequestId.setter
|
22040
|
-
def RequestId(self, RequestId):
|
22041
|
-
self._RequestId = RequestId
|
22042
|
-
|
22043
|
-
|
22044
|
-
def _deserialize(self, params):
|
22045
|
-
self._RequestId = params.get("RequestId")
|
22046
|
-
|
22047
|
-
|
22048
21180
|
class ModifyConfigExtraRequest(AbstractModel):
|
22049
21181
|
"""ModifyConfigExtra请求参数结构体
|
22050
21182
|
|
@@ -25179,7 +24311,6 @@ class MonitorTime(AbstractModel):
|
|
25179
24311
|
:type Time: int
|
25180
24312
|
:param _CronExpression: 执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
|
25181
24313
|
当type为`Cron`时,CronExpression字段生效。
|
25182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25183
24314
|
:type CronExpression: str
|
25184
24315
|
"""
|
25185
24316
|
self._Type = None
|
@@ -25217,7 +24348,6 @@ class MonitorTime(AbstractModel):
|
|
25217
24348
|
def CronExpression(self):
|
25218
24349
|
"""执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
|
25219
24350
|
当type为`Cron`时,CronExpression字段生效。
|
25220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25221
24351
|
:rtype: str
|
25222
24352
|
"""
|
25223
24353
|
return self._CronExpression
|
@@ -25249,12 +24379,10 @@ class MultiCondition(AbstractModel):
|
|
25249
24379
|
def __init__(self):
|
25250
24380
|
r"""
|
25251
24381
|
:param _Condition: 触发条件。
|
25252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25253
24382
|
:type Condition: str
|
25254
24383
|
:param _AlarmLevel: 告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
|
25255
24384
|
|
25256
24385
|
- 不填则默认为0。
|
25257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25258
24386
|
:type AlarmLevel: int
|
25259
24387
|
"""
|
25260
24388
|
self._Condition = None
|
@@ -25263,7 +24391,6 @@ class MultiCondition(AbstractModel):
|
|
25263
24391
|
@property
|
25264
24392
|
def Condition(self):
|
25265
24393
|
"""触发条件。
|
25266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25267
24394
|
:rtype: str
|
25268
24395
|
"""
|
25269
24396
|
return self._Condition
|
@@ -25277,7 +24404,6 @@ class MultiCondition(AbstractModel):
|
|
25277
24404
|
"""告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
|
25278
24405
|
|
25279
24406
|
- 不填则默认为0。
|
25280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25281
24407
|
:rtype: int
|
25282
24408
|
"""
|
25283
24409
|
return self._AlarmLevel
|
@@ -25363,10 +24489,8 @@ class NoticeContent(AbstractModel):
|
|
25363
24489
|
Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
25364
24490
|
:type Type: str
|
25365
24491
|
:param _TriggerContent: 告警触发通知内容模板。
|
25366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25367
24492
|
:type TriggerContent: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
25368
24493
|
:param _RecoveryContent: 告警恢复通知内容模板。
|
25369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25370
24494
|
:type RecoveryContent: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
25371
24495
|
"""
|
25372
24496
|
self._Type = None
|
@@ -25389,7 +24513,6 @@ Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:
|
|
25389
24513
|
@property
|
25390
24514
|
def TriggerContent(self):
|
25391
24515
|
"""告警触发通知内容模板。
|
25392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25393
24516
|
:rtype: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
25394
24517
|
"""
|
25395
24518
|
return self._TriggerContent
|
@@ -25401,7 +24524,6 @@ Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:
|
|
25401
24524
|
@property
|
25402
24525
|
def RecoveryContent(self):
|
25403
24526
|
"""告警恢复通知内容模板。
|
25404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25405
24527
|
:rtype: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
25406
24528
|
"""
|
25407
24529
|
return self._RecoveryContent
|
@@ -25438,14 +24560,11 @@ class NoticeContentInfo(AbstractModel):
|
|
25438
24560
|
r"""
|
25439
24561
|
:param _Title: 通知内容模板标题信息。
|
25440
24562
|
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。
|
25441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25442
24563
|
:type Title: str
|
25443
24564
|
:param _Content: 通知内容模板正文信息。
|
25444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25445
24565
|
:type Content: str
|
25446
24566
|
:param _Headers: 请求头(Request Headers):在HTTP请求中,请求头包含了客户端向服务器发送的附加信息,如用户代理、授权凭证、期望的响应格式等。
|
25447
24567
|
仅“自定义回调”支持该配置。
|
25448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25449
24568
|
:type Headers: list of str
|
25450
24569
|
"""
|
25451
24570
|
self._Title = None
|
@@ -25456,7 +24575,6 @@ class NoticeContentInfo(AbstractModel):
|
|
25456
24575
|
def Title(self):
|
25457
24576
|
"""通知内容模板标题信息。
|
25458
24577
|
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。
|
25459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25460
24578
|
:rtype: str
|
25461
24579
|
"""
|
25462
24580
|
return self._Title
|
@@ -25468,7 +24586,6 @@ class NoticeContentInfo(AbstractModel):
|
|
25468
24586
|
@property
|
25469
24587
|
def Content(self):
|
25470
24588
|
"""通知内容模板正文信息。
|
25471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25472
24589
|
:rtype: str
|
25473
24590
|
"""
|
25474
24591
|
return self._Content
|
@@ -25481,7 +24598,6 @@ class NoticeContentInfo(AbstractModel):
|
|
25481
24598
|
def Headers(self):
|
25482
24599
|
"""请求头(Request Headers):在HTTP请求中,请求头包含了客户端向服务器发送的附加信息,如用户代理、授权凭证、期望的响应格式等。
|
25483
24600
|
仅“自定义回调”支持该配置。
|
25484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25485
24601
|
:rtype: list of str
|
25486
24602
|
"""
|
25487
24603
|
return self._Headers
|
@@ -25513,37 +24629,28 @@ class NoticeContentTemplate(AbstractModel):
|
|
25513
24629
|
def __init__(self):
|
25514
24630
|
r"""
|
25515
24631
|
:param _NoticeContentId: 通知内容模板ID。
|
25516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25517
24632
|
:type NoticeContentId: str
|
25518
24633
|
:param _Name: 通知内容模板名称
|
25519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25520
24634
|
:type Name: str
|
25521
24635
|
:param _Type: 语言类型。
|
25522
24636
|
|
25523
24637
|
0: 中文
|
25524
24638
|
1: 英文
|
25525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25526
24639
|
:type Type: int
|
25527
24640
|
:param _NoticeContents: 通知内容模板信息。
|
25528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25529
24641
|
:type NoticeContents: list of NoticeContent
|
25530
24642
|
:param _Flag: 通知内容模板标记。
|
25531
24643
|
|
25532
24644
|
0: 用户自定义
|
25533
24645
|
1: 系统内置
|
25534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25535
24646
|
:type Flag: int
|
25536
24647
|
:param _Uin: 创建者主账号。
|
25537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25538
24648
|
:type Uin: int
|
25539
24649
|
:param _SubUin: 创建/修改者子账号。
|
25540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25541
24650
|
:type SubUin: int
|
25542
24651
|
:param _CreateTime: 创建时间 秒级时间戳。
|
25543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25544
24652
|
:type CreateTime: int
|
25545
24653
|
:param _UpdateTime: 更新时间 秒级时间戳。
|
25546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25547
24654
|
:type UpdateTime: int
|
25548
24655
|
"""
|
25549
24656
|
self._NoticeContentId = None
|
@@ -25559,7 +24666,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
25559
24666
|
@property
|
25560
24667
|
def NoticeContentId(self):
|
25561
24668
|
"""通知内容模板ID。
|
25562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25563
24669
|
:rtype: str
|
25564
24670
|
"""
|
25565
24671
|
return self._NoticeContentId
|
@@ -25571,7 +24677,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
25571
24677
|
@property
|
25572
24678
|
def Name(self):
|
25573
24679
|
"""通知内容模板名称
|
25574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25575
24680
|
:rtype: str
|
25576
24681
|
"""
|
25577
24682
|
return self._Name
|
@@ -25586,7 +24691,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
25586
24691
|
|
25587
24692
|
0: 中文
|
25588
24693
|
1: 英文
|
25589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25590
24694
|
:rtype: int
|
25591
24695
|
"""
|
25592
24696
|
return self._Type
|
@@ -25598,7 +24702,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
25598
24702
|
@property
|
25599
24703
|
def NoticeContents(self):
|
25600
24704
|
"""通知内容模板信息。
|
25601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25602
24705
|
:rtype: list of NoticeContent
|
25603
24706
|
"""
|
25604
24707
|
return self._NoticeContents
|
@@ -25613,7 +24716,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
25613
24716
|
|
25614
24717
|
0: 用户自定义
|
25615
24718
|
1: 系统内置
|
25616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25617
24719
|
:rtype: int
|
25618
24720
|
"""
|
25619
24721
|
return self._Flag
|
@@ -25625,7 +24727,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
25625
24727
|
@property
|
25626
24728
|
def Uin(self):
|
25627
24729
|
"""创建者主账号。
|
25628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25629
24730
|
:rtype: int
|
25630
24731
|
"""
|
25631
24732
|
return self._Uin
|
@@ -25637,7 +24738,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
25637
24738
|
@property
|
25638
24739
|
def SubUin(self):
|
25639
24740
|
"""创建/修改者子账号。
|
25640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25641
24741
|
:rtype: int
|
25642
24742
|
"""
|
25643
24743
|
return self._SubUin
|
@@ -25649,7 +24749,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
25649
24749
|
@property
|
25650
24750
|
def CreateTime(self):
|
25651
24751
|
"""创建时间 秒级时间戳。
|
25652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25653
24752
|
:rtype: int
|
25654
24753
|
"""
|
25655
24754
|
return self._CreateTime
|
@@ -25661,7 +24760,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
25661
24760
|
@property
|
25662
24761
|
def UpdateTime(self):
|
25663
24762
|
"""更新时间 秒级时间戳。
|
25664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25665
24763
|
:rtype: int
|
25666
24764
|
"""
|
25667
24765
|
return self._UpdateTime
|
@@ -25719,7 +24817,6 @@ class NoticeReceiver(AbstractModel):
|
|
25719
24817
|
- Phone - 电话
|
25720
24818
|
:type ReceiverChannels: list of str
|
25721
24819
|
:param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
25722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25723
24820
|
:type NoticeContentId: str
|
25724
24821
|
:param _StartTime: 允许接收信息的开始时间。格式:`15:04:05`。必填
|
25725
24822
|
:type StartTime: str
|
@@ -25784,7 +24881,6 @@ class NoticeReceiver(AbstractModel):
|
|
25784
24881
|
@property
|
25785
24882
|
def NoticeContentId(self):
|
25786
24883
|
"""通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
25787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25788
24884
|
:rtype: str
|
25789
24885
|
"""
|
25790
24886
|
return self._NoticeContentId
|
@@ -25913,28 +25009,21 @@ class NoticeRule(AbstractModel):
|
|
25913
25009
|
- 下一个子节点value支持的值:整型值单位分钟
|
25914
25010
|
以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
|
25915
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\"}]}]}]}`
|
25916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25917
25012
|
:type Rule: str
|
25918
25013
|
:param _NoticeReceivers: 告警通知接收者信息。
|
25919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25920
25014
|
:type NoticeReceivers: list of NoticeReceiver
|
25921
25015
|
:param _WebCallbacks: 告警通知模板回调信息,包括企业微信、钉钉、飞书。
|
25922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25923
25016
|
:type WebCallbacks: list of WebCallback
|
25924
25017
|
:param _Escalate: 告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
|
25925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25926
25018
|
:type Escalate: bool
|
25927
25019
|
:param _Type: 告警升级条件。`1`:无人认领且未恢复、`2`:未恢复,默认为1
|
25928
25020
|
- 无人认领且未恢复:告警没有恢复并且没有人认领则升级
|
25929
25021
|
- 未恢复:当前告警持续未恢复则升级
|
25930
25022
|
|
25931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25932
25023
|
:type Type: int
|
25933
25024
|
:param _Interval: 告警升级间隔。单位:分钟,范围`[1,14400]`
|
25934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25935
25025
|
:type Interval: int
|
25936
25026
|
:param _EscalateNotice: 告警升级后下一个环节的通知渠道配置
|
25937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25938
25027
|
:type EscalateNotice: :class:`tencentcloud.cls.v20201016.models.EscalateNoticeInfo`
|
25939
25028
|
"""
|
25940
25029
|
self._Rule = None
|
@@ -26005,7 +25094,6 @@ class NoticeRule(AbstractModel):
|
|
26005
25094
|
- 下一个子节点value支持的值:整型值单位分钟
|
26006
25095
|
以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
|
26007
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\"}]}]}]}`
|
26008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26009
25097
|
:rtype: str
|
26010
25098
|
"""
|
26011
25099
|
return self._Rule
|
@@ -26017,7 +25105,6 @@ class NoticeRule(AbstractModel):
|
|
26017
25105
|
@property
|
26018
25106
|
def NoticeReceivers(self):
|
26019
25107
|
"""告警通知接收者信息。
|
26020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26021
25108
|
:rtype: list of NoticeReceiver
|
26022
25109
|
"""
|
26023
25110
|
return self._NoticeReceivers
|
@@ -26029,7 +25116,6 @@ class NoticeRule(AbstractModel):
|
|
26029
25116
|
@property
|
26030
25117
|
def WebCallbacks(self):
|
26031
25118
|
"""告警通知模板回调信息,包括企业微信、钉钉、飞书。
|
26032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26033
25119
|
:rtype: list of WebCallback
|
26034
25120
|
"""
|
26035
25121
|
return self._WebCallbacks
|
@@ -26041,7 +25127,6 @@ class NoticeRule(AbstractModel):
|
|
26041
25127
|
@property
|
26042
25128
|
def Escalate(self):
|
26043
25129
|
"""告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
|
26044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26045
25130
|
:rtype: bool
|
26046
25131
|
"""
|
26047
25132
|
return self._Escalate
|
@@ -26056,7 +25141,6 @@ class NoticeRule(AbstractModel):
|
|
26056
25141
|
- 无人认领且未恢复:告警没有恢复并且没有人认领则升级
|
26057
25142
|
- 未恢复:当前告警持续未恢复则升级
|
26058
25143
|
|
26059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26060
25144
|
:rtype: int
|
26061
25145
|
"""
|
26062
25146
|
return self._Type
|
@@ -26068,7 +25152,6 @@ class NoticeRule(AbstractModel):
|
|
26068
25152
|
@property
|
26069
25153
|
def Interval(self):
|
26070
25154
|
"""告警升级间隔。单位:分钟,范围`[1,14400]`
|
26071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26072
25155
|
:rtype: int
|
26073
25156
|
"""
|
26074
25157
|
return self._Interval
|
@@ -26080,7 +25163,6 @@ class NoticeRule(AbstractModel):
|
|
26080
25163
|
@property
|
26081
25164
|
def EscalateNotice(self):
|
26082
25165
|
"""告警升级后下一个环节的通知渠道配置
|
26083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26084
25166
|
:rtype: :class:`tencentcloud.cls.v20201016.models.EscalateNoticeInfo`
|
26085
25167
|
"""
|
26086
25168
|
return self._EscalateNotice
|
@@ -26284,7 +25366,6 @@ class ParquetKeyInfo(AbstractModel):
|
|
26284
25366
|
:param _KeyType: 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
|
26285
25367
|
:type KeyType: str
|
26286
25368
|
:param _KeyNonExistingField: 解析失败赋值信息
|
26287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26288
25369
|
:type KeyNonExistingField: str
|
26289
25370
|
"""
|
26290
25371
|
self._KeyName = None
|
@@ -26316,7 +25397,6 @@ class ParquetKeyInfo(AbstractModel):
|
|
26316
25397
|
@property
|
26317
25398
|
def KeyNonExistingField(self):
|
26318
25399
|
"""解析失败赋值信息
|
26319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26320
25400
|
:rtype: str
|
26321
25401
|
"""
|
26322
25402
|
return self._KeyNonExistingField
|
@@ -27581,10 +26661,8 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
27581
26661
|
:param _SrcTopicRegion: 源topicId的地域信息
|
27582
26662
|
:type SrcTopicRegion: str
|
27583
26663
|
:param _SyntaxRule: 语法规则,0:Lucene语法,1:CQL语法
|
27584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27585
26664
|
:type SyntaxRule: int
|
27586
26665
|
:param _HasServicesLog: 是否开启投递服务日志。1:关闭,2:开启。
|
27587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27588
26666
|
:type HasServicesLog: int
|
27589
26667
|
"""
|
27590
26668
|
self._TaskId = None
|
@@ -27799,7 +26877,6 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
27799
26877
|
@property
|
27800
26878
|
def SyntaxRule(self):
|
27801
26879
|
"""语法规则,0:Lucene语法,1:CQL语法
|
27802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27803
26880
|
:rtype: int
|
27804
26881
|
"""
|
27805
26882
|
return self._SyntaxRule
|
@@ -27811,7 +26888,6 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
27811
26888
|
@property
|
27812
26889
|
def HasServicesLog(self):
|
27813
26890
|
"""是否开启投递服务日志。1:关闭,2:开启。
|
27814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27815
26891
|
:rtype: int
|
27816
26892
|
"""
|
27817
26893
|
return self._HasServicesLog
|
@@ -28919,32 +27995,24 @@ class ShipperInfo(AbstractModel):
|
|
28919
27995
|
:param _Status: 是否生效
|
28920
27996
|
:type Status: bool
|
28921
27997
|
:param _FilterRules: 投递日志的过滤规则
|
28922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28923
27998
|
:type FilterRules: list of FilterRuleInfo
|
28924
27999
|
:param _Partition: 投递日志的分区规则,支持strftime的时间格式表示
|
28925
28000
|
:type Partition: str
|
28926
28001
|
:param _Compress: 投递日志的压缩配置
|
28927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28928
28002
|
:type Compress: :class:`tencentcloud.cls.v20201016.models.CompressInfo`
|
28929
28003
|
:param _Content: 投递日志的内容格式配置
|
28930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28931
28004
|
:type Content: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
28932
28005
|
:param _CreateTime: 投递日志的创建时间
|
28933
28006
|
:type CreateTime: str
|
28934
28007
|
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
28935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28936
28008
|
:type FilenameMode: int
|
28937
28009
|
:param _StartTime: 投递数据范围的开始时间点
|
28938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28939
28010
|
:type StartTime: int
|
28940
28011
|
:param _EndTime: 投递数据范围的结束时间点
|
28941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28942
28012
|
:type EndTime: int
|
28943
28013
|
:param _Progress: 历史数据投递的进度(仅当用户选择的数据内中历史数据时才有效)
|
28944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28945
28014
|
:type Progress: float
|
28946
28015
|
:param _RemainTime: 历史数据全部投递完成剩余的时间(仅当用户选择的数据中有历史数据时才有效)
|
28947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28948
28016
|
:type RemainTime: int
|
28949
28017
|
:param _HistoryStatus: 历史任务状态:
|
28950
28018
|
0:实时任务
|
@@ -28952,10 +28020,8 @@ class ShipperInfo(AbstractModel):
|
|
28952
28020
|
2:任务运行中
|
28953
28021
|
3:任务运行异常
|
28954
28022
|
4:任务运行结束
|
28955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28956
28023
|
:type HistoryStatus: int
|
28957
28024
|
:param _StorageType: cos桶类型
|
28958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28959
28025
|
:type StorageType: str
|
28960
28026
|
"""
|
28961
28027
|
self._ShipperId = None
|
@@ -29070,7 +28136,6 @@ class ShipperInfo(AbstractModel):
|
|
29070
28136
|
@property
|
29071
28137
|
def FilterRules(self):
|
29072
28138
|
"""投递日志的过滤规则
|
29073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29074
28139
|
:rtype: list of FilterRuleInfo
|
29075
28140
|
"""
|
29076
28141
|
return self._FilterRules
|
@@ -29093,7 +28158,6 @@ class ShipperInfo(AbstractModel):
|
|
29093
28158
|
@property
|
29094
28159
|
def Compress(self):
|
29095
28160
|
"""投递日志的压缩配置
|
29096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29097
28161
|
:rtype: :class:`tencentcloud.cls.v20201016.models.CompressInfo`
|
29098
28162
|
"""
|
29099
28163
|
return self._Compress
|
@@ -29105,7 +28169,6 @@ class ShipperInfo(AbstractModel):
|
|
29105
28169
|
@property
|
29106
28170
|
def Content(self):
|
29107
28171
|
"""投递日志的内容格式配置
|
29108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29109
28172
|
:rtype: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
29110
28173
|
"""
|
29111
28174
|
return self._Content
|
@@ -29128,7 +28191,6 @@ class ShipperInfo(AbstractModel):
|
|
29128
28191
|
@property
|
29129
28192
|
def FilenameMode(self):
|
29130
28193
|
"""投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
29131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29132
28194
|
:rtype: int
|
29133
28195
|
"""
|
29134
28196
|
return self._FilenameMode
|
@@ -29140,7 +28202,6 @@ class ShipperInfo(AbstractModel):
|
|
29140
28202
|
@property
|
29141
28203
|
def StartTime(self):
|
29142
28204
|
"""投递数据范围的开始时间点
|
29143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29144
28205
|
:rtype: int
|
29145
28206
|
"""
|
29146
28207
|
return self._StartTime
|
@@ -29152,7 +28213,6 @@ class ShipperInfo(AbstractModel):
|
|
29152
28213
|
@property
|
29153
28214
|
def EndTime(self):
|
29154
28215
|
"""投递数据范围的结束时间点
|
29155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29156
28216
|
:rtype: int
|
29157
28217
|
"""
|
29158
28218
|
return self._EndTime
|
@@ -29164,7 +28224,6 @@ class ShipperInfo(AbstractModel):
|
|
29164
28224
|
@property
|
29165
28225
|
def Progress(self):
|
29166
28226
|
"""历史数据投递的进度(仅当用户选择的数据内中历史数据时才有效)
|
29167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29168
28227
|
:rtype: float
|
29169
28228
|
"""
|
29170
28229
|
return self._Progress
|
@@ -29176,7 +28235,6 @@ class ShipperInfo(AbstractModel):
|
|
29176
28235
|
@property
|
29177
28236
|
def RemainTime(self):
|
29178
28237
|
"""历史数据全部投递完成剩余的时间(仅当用户选择的数据中有历史数据时才有效)
|
29179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29180
28238
|
:rtype: int
|
29181
28239
|
"""
|
29182
28240
|
return self._RemainTime
|
@@ -29193,7 +28251,6 @@ class ShipperInfo(AbstractModel):
|
|
29193
28251
|
2:任务运行中
|
29194
28252
|
3:任务运行异常
|
29195
28253
|
4:任务运行结束
|
29196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29197
28254
|
:rtype: int
|
29198
28255
|
"""
|
29199
28256
|
return self._HistoryStatus
|
@@ -29205,7 +28262,6 @@ class ShipperInfo(AbstractModel):
|
|
29205
28262
|
@property
|
29206
28263
|
def StorageType(self):
|
29207
28264
|
"""cos桶类型
|
29208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29209
28265
|
:rtype: str
|
29210
28266
|
"""
|
29211
28267
|
return self._StorageType
|
@@ -29548,10 +28604,8 @@ class Tag(AbstractModel):
|
|
29548
28604
|
def __init__(self):
|
29549
28605
|
r"""
|
29550
28606
|
:param _Key: 标签键
|
29551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29552
28607
|
:type Key: str
|
29553
28608
|
:param _Value: 标签值
|
29554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29555
28609
|
:type Value: str
|
29556
28610
|
"""
|
29557
28611
|
self._Key = None
|
@@ -29560,7 +28614,6 @@ class Tag(AbstractModel):
|
|
29560
28614
|
@property
|
29561
28615
|
def Key(self):
|
29562
28616
|
"""标签键
|
29563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29564
28617
|
:rtype: str
|
29565
28618
|
"""
|
29566
28619
|
return self._Key
|
@@ -29572,7 +28625,6 @@ class Tag(AbstractModel):
|
|
29572
28625
|
@property
|
29573
28626
|
def Value(self):
|
29574
28627
|
"""标签值
|
29575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29576
28628
|
:rtype: str
|
29577
28629
|
"""
|
29578
28630
|
return self._Value
|
@@ -29746,7 +28798,6 @@ class TopicInfo(AbstractModel):
|
|
29746
28798
|
:param _Index: 主题是否开启索引(主题类型需为日志主题)
|
29747
28799
|
:type Index: bool
|
29748
28800
|
:param _AssumerName: 云产品标识,主题由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
|
29749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29750
28801
|
:type AssumerName: str
|
29751
28802
|
:param _CreateTime: 创建时间
|
29752
28803
|
:type CreateTime: str
|
@@ -29755,54 +28806,40 @@ class TopicInfo(AbstractModel):
|
|
29755
28806
|
控制台目前不支持修改此参数。
|
29756
28807
|
:type Status: bool
|
29757
28808
|
:param _Tags: 主题绑定的标签信息
|
29758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29759
28809
|
:type Tags: list of Tag
|
29760
28810
|
:param _AutoSplit: 该主题是否开启自动分裂
|
29761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29762
28811
|
:type AutoSplit: bool
|
29763
28812
|
:param _MaxSplitPartitions: 若开启自动分裂的话,该主题能够允许的最大分区数
|
29764
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29765
28813
|
:type MaxSplitPartitions: int
|
29766
28814
|
:param _StorageType: 主题的存储类型
|
29767
28815
|
|
29768
28816
|
- hot: 标准存储
|
29769
28817
|
- cold: 低频存储
|
29770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29771
28818
|
:type StorageType: str
|
29772
28819
|
:param _Period: 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
|
29773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29774
28820
|
:type Period: int
|
29775
28821
|
:param _SubAssumerName: 云产品二级标识,日志主题由其它云产品创建时,该字段会显示云产品名称及其日志类型的二级分类,例如TKE-Audit、TKE-Event。部分云产品仅有云产品标识(AssumerName),无该字段。
|
29776
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29777
28822
|
:type SubAssumerName: str
|
29778
28823
|
:param _Describes: 主题描述
|
29779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29780
28824
|
:type Describes: str
|
29781
28825
|
:param _HotPeriod: 开启日志沉降,标准存储的生命周期, hotPeriod < Period。
|
29782
28826
|
标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
|
29783
28827
|
HotPeriod=0为没有开启日志沉降。
|
29784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29785
28828
|
:type HotPeriod: int
|
29786
28829
|
:param _BizType: 主题类型。
|
29787
28830
|
- 0: 日志主题
|
29788
28831
|
- 1: 指标主题
|
29789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29790
28832
|
:type BizType: int
|
29791
28833
|
:param _IsWebTracking: 免鉴权开关。 false:关闭; true:开启。
|
29792
28834
|
开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
|
29793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29794
28835
|
:type IsWebTracking: bool
|
29795
28836
|
:param _Extends: 日志主题扩展信息
|
29796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29797
28837
|
:type Extends: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
|
29798
28838
|
:param _TopicAsyncTaskID: 异步迁移任务ID
|
29799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29800
28839
|
:type TopicAsyncTaskID: str
|
29801
28840
|
:param _MigrationStatus: 异步迁移状态
|
29802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29803
28841
|
:type MigrationStatus: int
|
29804
28842
|
:param _EffectiveDate: 异步迁移完成后,预计生效日期
|
29805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29806
28843
|
:type EffectiveDate: str
|
29807
28844
|
"""
|
29808
28845
|
self._LogsetId = None
|
@@ -29886,7 +28923,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29886
28923
|
@property
|
29887
28924
|
def AssumerName(self):
|
29888
28925
|
"""云产品标识,主题由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
|
29889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29890
28926
|
:rtype: str
|
29891
28927
|
"""
|
29892
28928
|
return self._AssumerName
|
@@ -29922,7 +28958,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29922
28958
|
@property
|
29923
28959
|
def Tags(self):
|
29924
28960
|
"""主题绑定的标签信息
|
29925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29926
28961
|
:rtype: list of Tag
|
29927
28962
|
"""
|
29928
28963
|
return self._Tags
|
@@ -29934,7 +28969,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29934
28969
|
@property
|
29935
28970
|
def AutoSplit(self):
|
29936
28971
|
"""该主题是否开启自动分裂
|
29937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29938
28972
|
:rtype: bool
|
29939
28973
|
"""
|
29940
28974
|
return self._AutoSplit
|
@@ -29946,7 +28980,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29946
28980
|
@property
|
29947
28981
|
def MaxSplitPartitions(self):
|
29948
28982
|
"""若开启自动分裂的话,该主题能够允许的最大分区数
|
29949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29950
28983
|
:rtype: int
|
29951
28984
|
"""
|
29952
28985
|
return self._MaxSplitPartitions
|
@@ -29961,7 +28994,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29961
28994
|
|
29962
28995
|
- hot: 标准存储
|
29963
28996
|
- cold: 低频存储
|
29964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29965
28997
|
:rtype: str
|
29966
28998
|
"""
|
29967
28999
|
return self._StorageType
|
@@ -29973,7 +29005,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29973
29005
|
@property
|
29974
29006
|
def Period(self):
|
29975
29007
|
"""生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
|
29976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29977
29008
|
:rtype: int
|
29978
29009
|
"""
|
29979
29010
|
return self._Period
|
@@ -29985,7 +29016,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29985
29016
|
@property
|
29986
29017
|
def SubAssumerName(self):
|
29987
29018
|
"""云产品二级标识,日志主题由其它云产品创建时,该字段会显示云产品名称及其日志类型的二级分类,例如TKE-Audit、TKE-Event。部分云产品仅有云产品标识(AssumerName),无该字段。
|
29988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29989
29019
|
:rtype: str
|
29990
29020
|
"""
|
29991
29021
|
return self._SubAssumerName
|
@@ -29997,7 +29027,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29997
29027
|
@property
|
29998
29028
|
def Describes(self):
|
29999
29029
|
"""主题描述
|
30000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30001
29030
|
:rtype: str
|
30002
29031
|
"""
|
30003
29032
|
return self._Describes
|
@@ -30011,7 +29040,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
30011
29040
|
"""开启日志沉降,标准存储的生命周期, hotPeriod < Period。
|
30012
29041
|
标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
|
30013
29042
|
HotPeriod=0为没有开启日志沉降。
|
30014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30015
29043
|
:rtype: int
|
30016
29044
|
"""
|
30017
29045
|
return self._HotPeriod
|
@@ -30025,7 +29053,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
30025
29053
|
"""主题类型。
|
30026
29054
|
- 0: 日志主题
|
30027
29055
|
- 1: 指标主题
|
30028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30029
29056
|
:rtype: int
|
30030
29057
|
"""
|
30031
29058
|
return self._BizType
|
@@ -30038,7 +29065,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
30038
29065
|
def IsWebTracking(self):
|
30039
29066
|
"""免鉴权开关。 false:关闭; true:开启。
|
30040
29067
|
开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
|
30041
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30042
29068
|
:rtype: bool
|
30043
29069
|
"""
|
30044
29070
|
return self._IsWebTracking
|
@@ -30050,7 +29076,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
30050
29076
|
@property
|
30051
29077
|
def Extends(self):
|
30052
29078
|
"""日志主题扩展信息
|
30053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30054
29079
|
:rtype: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
|
30055
29080
|
"""
|
30056
29081
|
return self._Extends
|
@@ -30062,7 +29087,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
30062
29087
|
@property
|
30063
29088
|
def TopicAsyncTaskID(self):
|
30064
29089
|
"""异步迁移任务ID
|
30065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30066
29090
|
:rtype: str
|
30067
29091
|
"""
|
30068
29092
|
return self._TopicAsyncTaskID
|
@@ -30074,7 +29098,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
30074
29098
|
@property
|
30075
29099
|
def MigrationStatus(self):
|
30076
29100
|
"""异步迁移状态
|
30077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30078
29101
|
:rtype: int
|
30079
29102
|
"""
|
30080
29103
|
return self._MigrationStatus
|
@@ -30086,7 +29109,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
30086
29109
|
@property
|
30087
29110
|
def EffectiveDate(self):
|
30088
29111
|
"""异步迁移完成后,预计生效日期
|
30089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30090
29112
|
:rtype: str
|
30091
29113
|
"""
|
30092
29114
|
return self._EffectiveDate
|
@@ -30251,7 +29273,6 @@ long及double类型字段需为空;
|
|
30251
29273
|
:param _SqlFlag: 字段是否开启分析功能
|
30252
29274
|
:type SqlFlag: bool
|
30253
29275
|
:param _ContainZH: 是否包含中文,long及double类型字段需为false
|
30254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30255
29276
|
:type ContainZH: bool
|
30256
29277
|
"""
|
30257
29278
|
self._Type = None
|
@@ -30298,7 +29319,6 @@ long及double类型字段需为空;
|
|
30298
29319
|
@property
|
30299
29320
|
def ContainZH(self):
|
30300
29321
|
"""是否包含中文,long及double类型字段需为false
|
30301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30302
29322
|
:rtype: bool
|
30303
29323
|
"""
|
30304
29324
|
return self._ContainZH
|
@@ -30340,7 +29360,6 @@ class WebCallback(AbstractModel):
|
|
30340
29360
|
也可使用WebCallbackId引用集成配置中的URL,此时该字段请填写为空字符串。
|
30341
29361
|
:type Url: str
|
30342
29362
|
:param _WebCallbackId: 集成配置ID。
|
30343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30344
29363
|
:type WebCallbackId: str
|
30345
29364
|
:param _Method: 回调方法。可选值:
|
30346
29365
|
- POST(默认值)
|
@@ -30348,24 +29367,18 @@ class WebCallback(AbstractModel):
|
|
30348
29367
|
|
30349
29368
|
注意:
|
30350
29369
|
- 参数CallbackType为Http时为必选,其它回调方式无需填写。
|
30351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30352
29370
|
:type Method: str
|
30353
29371
|
:param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
30354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30355
29372
|
:type NoticeContentId: str
|
30356
29373
|
:param _RemindType: 提醒类型。
|
30357
29374
|
|
30358
29375
|
0:不提醒;1:指定人;2:所有人
|
30359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30360
29376
|
:type RemindType: int
|
30361
29377
|
:param _Mobiles: 电话列表。
|
30362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30363
29378
|
:type Mobiles: list of str
|
30364
29379
|
:param _UserIds: 用户ID列表。
|
30365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30366
29380
|
:type UserIds: list of str
|
30367
29381
|
:param _Headers: 该参数已废弃,请使用NoticeContentId。
|
30368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30369
29382
|
:type Headers: list of str
|
30370
29383
|
:param _Body: 该参数已废弃,请使用NoticeContentId。
|
30371
29384
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -30417,7 +29430,6 @@ class WebCallback(AbstractModel):
|
|
30417
29430
|
@property
|
30418
29431
|
def WebCallbackId(self):
|
30419
29432
|
"""集成配置ID。
|
30420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30421
29433
|
:rtype: str
|
30422
29434
|
"""
|
30423
29435
|
return self._WebCallbackId
|
@@ -30434,7 +29446,6 @@ class WebCallback(AbstractModel):
|
|
30434
29446
|
|
30435
29447
|
注意:
|
30436
29448
|
- 参数CallbackType为Http时为必选,其它回调方式无需填写。
|
30437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30438
29449
|
:rtype: str
|
30439
29450
|
"""
|
30440
29451
|
return self._Method
|
@@ -30446,7 +29457,6 @@ class WebCallback(AbstractModel):
|
|
30446
29457
|
@property
|
30447
29458
|
def NoticeContentId(self):
|
30448
29459
|
"""通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
30449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30450
29460
|
:rtype: str
|
30451
29461
|
"""
|
30452
29462
|
return self._NoticeContentId
|
@@ -30460,7 +29470,6 @@ class WebCallback(AbstractModel):
|
|
30460
29470
|
"""提醒类型。
|
30461
29471
|
|
30462
29472
|
0:不提醒;1:指定人;2:所有人
|
30463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30464
29473
|
:rtype: int
|
30465
29474
|
"""
|
30466
29475
|
return self._RemindType
|
@@ -30472,7 +29481,6 @@ class WebCallback(AbstractModel):
|
|
30472
29481
|
@property
|
30473
29482
|
def Mobiles(self):
|
30474
29483
|
"""电话列表。
|
30475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30476
29484
|
:rtype: list of str
|
30477
29485
|
"""
|
30478
29486
|
return self._Mobiles
|
@@ -30484,7 +29492,6 @@ class WebCallback(AbstractModel):
|
|
30484
29492
|
@property
|
30485
29493
|
def UserIds(self):
|
30486
29494
|
"""用户ID列表。
|
30487
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30488
29495
|
:rtype: list of str
|
30489
29496
|
"""
|
30490
29497
|
return self._UserIds
|
@@ -30496,7 +29503,6 @@ class WebCallback(AbstractModel):
|
|
30496
29503
|
@property
|
30497
29504
|
def Headers(self):
|
30498
29505
|
"""该参数已废弃,请使用NoticeContentId。
|
30499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30500
29506
|
:rtype: list of str
|
30501
29507
|
"""
|
30502
29508
|
return self._Headers
|
@@ -30561,36 +29567,26 @@ class WebCallbackInfo(AbstractModel):
|
|
30561
29567
|
def __init__(self):
|
30562
29568
|
r"""
|
30563
29569
|
:param _WebCallbackId: 告警渠道回调配置id。
|
30564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30565
29570
|
:type WebCallbackId: str
|
30566
29571
|
:param _Name: 告警渠道回调配置名称。
|
30567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30568
29572
|
:type Name: str
|
30569
29573
|
:param _Type: 渠道类型
|
30570
29574
|
|
30571
29575
|
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
30572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30573
29576
|
:type Type: str
|
30574
29577
|
:param _Webhook: 回调地址。
|
30575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30576
29578
|
:type Webhook: str
|
30577
29579
|
:param _Method: 请求方式。
|
30578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30579
29580
|
:type Method: str
|
30580
29581
|
:param _Key: 秘钥信息。
|
30581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30582
29582
|
:type Key: str
|
30583
29583
|
:param _Uin: 主账号。
|
30584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30585
29584
|
:type Uin: int
|
30586
29585
|
:param _SubUin: 子账号。
|
30587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30588
29586
|
:type SubUin: int
|
30589
29587
|
:param _CreateTime: 创建时间。秒级时间戳
|
30590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30591
29588
|
:type CreateTime: int
|
30592
29589
|
:param _UpdateTime: 更新时间。秒级时间戳
|
30593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30594
29590
|
:type UpdateTime: int
|
30595
29591
|
"""
|
30596
29592
|
self._WebCallbackId = None
|
@@ -30607,7 +29603,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30607
29603
|
@property
|
30608
29604
|
def WebCallbackId(self):
|
30609
29605
|
"""告警渠道回调配置id。
|
30610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30611
29606
|
:rtype: str
|
30612
29607
|
"""
|
30613
29608
|
return self._WebCallbackId
|
@@ -30619,7 +29614,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30619
29614
|
@property
|
30620
29615
|
def Name(self):
|
30621
29616
|
"""告警渠道回调配置名称。
|
30622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30623
29617
|
:rtype: str
|
30624
29618
|
"""
|
30625
29619
|
return self._Name
|
@@ -30633,7 +29627,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30633
29627
|
"""渠道类型
|
30634
29628
|
|
30635
29629
|
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
30636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30637
29630
|
:rtype: str
|
30638
29631
|
"""
|
30639
29632
|
return self._Type
|
@@ -30645,7 +29638,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30645
29638
|
@property
|
30646
29639
|
def Webhook(self):
|
30647
29640
|
"""回调地址。
|
30648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30649
29641
|
:rtype: str
|
30650
29642
|
"""
|
30651
29643
|
return self._Webhook
|
@@ -30657,7 +29649,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30657
29649
|
@property
|
30658
29650
|
def Method(self):
|
30659
29651
|
"""请求方式。
|
30660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30661
29652
|
:rtype: str
|
30662
29653
|
"""
|
30663
29654
|
return self._Method
|
@@ -30669,7 +29660,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30669
29660
|
@property
|
30670
29661
|
def Key(self):
|
30671
29662
|
"""秘钥信息。
|
30672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30673
29663
|
:rtype: str
|
30674
29664
|
"""
|
30675
29665
|
return self._Key
|
@@ -30681,7 +29671,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30681
29671
|
@property
|
30682
29672
|
def Uin(self):
|
30683
29673
|
"""主账号。
|
30684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30685
29674
|
:rtype: int
|
30686
29675
|
"""
|
30687
29676
|
return self._Uin
|
@@ -30693,7 +29682,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30693
29682
|
@property
|
30694
29683
|
def SubUin(self):
|
30695
29684
|
"""子账号。
|
30696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30697
29685
|
:rtype: int
|
30698
29686
|
"""
|
30699
29687
|
return self._SubUin
|
@@ -30705,7 +29693,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30705
29693
|
@property
|
30706
29694
|
def CreateTime(self):
|
30707
29695
|
"""创建时间。秒级时间戳
|
30708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30709
29696
|
:rtype: int
|
30710
29697
|
"""
|
30711
29698
|
return self._CreateTime
|
@@ -30717,7 +29704,6 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
30717
29704
|
@property
|
30718
29705
|
def UpdateTime(self):
|
30719
29706
|
"""更新时间。秒级时间戳
|
30720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30721
29707
|
:rtype: int
|
30722
29708
|
"""
|
30723
29709
|
return self._UpdateTime
|