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
@@ -2190,7 +2190,7 @@ class DescribeHealthScoreRequest(AbstractModel):
|
|
2190
2190
|
:type InstanceId: str
|
2191
2191
|
:param _Time: 获取健康得分的时间。
|
2192
2192
|
:type Time: str
|
2193
|
-
:param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
2193
|
+
:param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
2194
2194
|
:type Product: str
|
2195
2195
|
"""
|
2196
2196
|
self._InstanceId = None
|
@@ -2221,7 +2221,7 @@ class DescribeHealthScoreRequest(AbstractModel):
|
|
2221
2221
|
|
2222
2222
|
@property
|
2223
2223
|
def Product(self):
|
2224
|
-
"""服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
2224
|
+
"""服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
2225
2225
|
:rtype: str
|
2226
2226
|
"""
|
2227
2227
|
return self._Product
|
@@ -6492,10 +6492,8 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6492
6492
|
:param _AsyncRequestId: 异步任务Id。
|
6493
6493
|
:type AsyncRequestId: int
|
6494
6494
|
:param _StartTime: 任务开始时间。
|
6495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6496
6495
|
:type StartTime: str
|
6497
6496
|
:param _EndTime: 任务结束时间。
|
6498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6499
6497
|
:type EndTime: str
|
6500
6498
|
:param _CreateTime: 任务创建时间。
|
6501
6499
|
:type CreateTime: str
|
@@ -6504,16 +6502,12 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6504
6502
|
:param _Progress: 任务执行进度。
|
6505
6503
|
:type Progress: int
|
6506
6504
|
:param _LogStartTime: 导出日志开始时间。
|
6507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6508
6505
|
:type LogStartTime: str
|
6509
6506
|
:param _LogEndTime: 导出日志结束时间。
|
6510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6511
6507
|
:type LogEndTime: str
|
6512
6508
|
:param _TotalSize: 日志文件总大小,单位KB。
|
6513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6514
6509
|
:type TotalSize: int
|
6515
6510
|
:param _DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
6516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6517
6511
|
:type DangerLevels: list of int non-negative
|
6518
6512
|
"""
|
6519
6513
|
self._AsyncRequestId = None
|
@@ -6541,7 +6535,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6541
6535
|
@property
|
6542
6536
|
def StartTime(self):
|
6543
6537
|
"""任务开始时间。
|
6544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6545
6538
|
:rtype: str
|
6546
6539
|
"""
|
6547
6540
|
return self._StartTime
|
@@ -6553,7 +6546,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6553
6546
|
@property
|
6554
6547
|
def EndTime(self):
|
6555
6548
|
"""任务结束时间。
|
6556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6557
6549
|
:rtype: str
|
6558
6550
|
"""
|
6559
6551
|
return self._EndTime
|
@@ -6598,7 +6590,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6598
6590
|
@property
|
6599
6591
|
def LogStartTime(self):
|
6600
6592
|
"""导出日志开始时间。
|
6601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6602
6593
|
:rtype: str
|
6603
6594
|
"""
|
6604
6595
|
return self._LogStartTime
|
@@ -6610,7 +6601,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6610
6601
|
@property
|
6611
6602
|
def LogEndTime(self):
|
6612
6603
|
"""导出日志结束时间。
|
6613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6614
6604
|
:rtype: str
|
6615
6605
|
"""
|
6616
6606
|
return self._LogEndTime
|
@@ -6622,7 +6612,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6622
6612
|
@property
|
6623
6613
|
def TotalSize(self):
|
6624
6614
|
"""日志文件总大小,单位KB。
|
6625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6626
6615
|
:rtype: int
|
6627
6616
|
"""
|
6628
6617
|
return self._TotalSize
|
@@ -6634,7 +6623,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6634
6623
|
@property
|
6635
6624
|
def DangerLevels(self):
|
6636
6625
|
"""风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
6637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6638
6626
|
:rtype: list of int non-negative
|
6639
6627
|
"""
|
6640
6628
|
return self._DangerLevels
|
@@ -7506,16 +7494,12 @@ class UserProfile(AbstractModel):
|
|
7506
7494
|
def __init__(self):
|
7507
7495
|
r"""
|
7508
7496
|
:param _ProfileId: 配置的id。
|
7509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7510
7497
|
:type ProfileId: str
|
7511
7498
|
:param _ProfileType: 配置类型。
|
7512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7513
7499
|
:type ProfileType: str
|
7514
7500
|
:param _ProfileLevel: 配置级别,"User"或"Instance"。
|
7515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7516
7501
|
:type ProfileLevel: str
|
7517
7502
|
:param _ProfileName: 配置名称。
|
7518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7519
7503
|
:type ProfileName: str
|
7520
7504
|
:param _ProfileInfo: 配置详情。
|
7521
7505
|
:type ProfileInfo: :class:`tencentcloud.dbbrain.v20191016.models.ProfileInfo`
|
@@ -7529,7 +7513,6 @@ class UserProfile(AbstractModel):
|
|
7529
7513
|
@property
|
7530
7514
|
def ProfileId(self):
|
7531
7515
|
"""配置的id。
|
7532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7533
7516
|
:rtype: str
|
7534
7517
|
"""
|
7535
7518
|
return self._ProfileId
|
@@ -7541,7 +7524,6 @@ class UserProfile(AbstractModel):
|
|
7541
7524
|
@property
|
7542
7525
|
def ProfileType(self):
|
7543
7526
|
"""配置类型。
|
7544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7545
7527
|
:rtype: str
|
7546
7528
|
"""
|
7547
7529
|
return self._ProfileType
|
@@ -7553,7 +7535,6 @@ class UserProfile(AbstractModel):
|
|
7553
7535
|
@property
|
7554
7536
|
def ProfileLevel(self):
|
7555
7537
|
"""配置级别,"User"或"Instance"。
|
7556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7557
7538
|
:rtype: str
|
7558
7539
|
"""
|
7559
7540
|
return self._ProfileLevel
|
@@ -7565,7 +7546,6 @@ class UserProfile(AbstractModel):
|
|
7565
7546
|
@property
|
7566
7547
|
def ProfileName(self):
|
7567
7548
|
"""配置名称。
|
7568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7569
7549
|
:rtype: str
|
7570
7550
|
"""
|
7571
7551
|
return self._ProfileName
|