tencentcloud-sdk-python 3.0.1336__py2.py3-none-any.whl → 3.0.1338__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/acp/v20220105/models.py +0 -10
- tencentcloud/antiddos/v20200309/models.py +2 -2
- tencentcloud/cdwch/v20200915/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/cfg/v20210820/models.py +0 -4
- tencentcloud/chdfs/v20201112/models.py +0 -12
- tencentcloud/clb/v20180317/models.py +38 -24
- tencentcloud/cynosdb/v20190107/models.py +15 -0
- tencentcloud/dbbrain/v20191016/models.py +0 -12
- tencentcloud/dbbrain/v20210527/models.py +0 -16
- tencentcloud/dcdb/v20180411/models.py +15 -0
- tencentcloud/dlc/v20210125/models.py +140 -34
- tencentcloud/domain/v20180808/models.py +0 -2
- tencentcloud/dts/v20180330/models.py +0 -16
- tencentcloud/dts/v20211206/models.py +0 -472
- tencentcloud/es/v20180416/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +27 -0
- tencentcloud/ess/v20201111/models.py +227 -2
- tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
- tencentcloud/essbasic/v20210526/models.py +308 -0
- tencentcloud/goosefs/v20220519/models.py +0 -22
- tencentcloud/lke/v20231130/lke_client.py +6 -1
- tencentcloud/lke/v20231130/models.py +8 -8
- tencentcloud/lowcode/v20210108/models.py +0 -106
- tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
- tencentcloud/mariadb/v20170312/models.py +15 -0
- tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
- tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
- tencentcloud/mqtt/v20240516/models.py +550 -194
- tencentcloud/mqtt/v20240516/mqtt_client.py +46 -0
- tencentcloud/oceanus/v20190422/models.py +70 -0
- tencentcloud/ocr/v20181119/models.py +2 -4
- tencentcloud/ocr/v20181119/ocr_client.py +1 -1
- tencentcloud/organization/v20210331/models.py +109 -0
- tencentcloud/organization/v20210331/organization_client.py +23 -0
- tencentcloud/redis/v20180412/models.py +21 -2
- tencentcloud/rum/v20210622/models.py +2 -0
- tencentcloud/scf/v20180416/models.py +75 -0
- tencentcloud/tdmq/v20200217/models.py +2 -296
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
- tencentcloud/tione/v20211111/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/tse/v20201207/models.py +164 -104
- tencentcloud/vclm/v20240523/models.py +58 -4
- tencentcloud/vdb/v20230616/models.py +9 -57
- tencentcloud/waf/v20180125/models.py +252 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/wedata/v20210820/models.py +1578 -93
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/RECORD +55 -55
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -1247,10 +1247,8 @@ class DescribeFileTicketResponse(AbstractModel):
|
|
1247
1247
|
:param _UploadUrl: 上传url(任务来源为2时:Post方法(100:apk,101:txt), 任务来源为1时:put方法)
|
1248
1248
|
:type UploadUrl: str
|
1249
1249
|
:param _UploadSign: 上传url鉴权信息(任务来源为1时上传需要, Authorization参数值)
|
1250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1251
1250
|
:type UploadSign: str
|
1252
1251
|
:param _FildID: 上传文件ID(任务来源为1时提交诊断任务需要)
|
1253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1254
1252
|
:type FildID: str
|
1255
1253
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1256
1254
|
:type RequestId: str
|
@@ -1286,7 +1284,6 @@ class DescribeFileTicketResponse(AbstractModel):
|
|
1286
1284
|
@property
|
1287
1285
|
def UploadSign(self):
|
1288
1286
|
"""上传url鉴权信息(任务来源为1时上传需要, Authorization参数值)
|
1289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1290
1287
|
:rtype: str
|
1291
1288
|
"""
|
1292
1289
|
return self._UploadSign
|
@@ -1298,7 +1295,6 @@ class DescribeFileTicketResponse(AbstractModel):
|
|
1298
1295
|
@property
|
1299
1296
|
def FildID(self):
|
1300
1297
|
"""上传文件ID(任务来源为1时提交诊断任务需要)
|
1301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1302
1298
|
:rtype: str
|
1303
1299
|
"""
|
1304
1300
|
return self._FildID
|
@@ -1636,7 +1632,6 @@ class DescribeScanTaskListResponse(AbstractModel):
|
|
1636
1632
|
:param _Total: 任务总数量
|
1637
1633
|
:type Total: int
|
1638
1634
|
:param _Data: 诊断任务数据列表
|
1639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1640
1635
|
:type Data: list of AppTaskData
|
1641
1636
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1642
1637
|
:type RequestId: str
|
@@ -1671,7 +1666,6 @@ class DescribeScanTaskListResponse(AbstractModel):
|
|
1671
1666
|
@property
|
1672
1667
|
def Data(self):
|
1673
1668
|
"""诊断任务数据列表
|
1674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1675
1669
|
:rtype: list of AppTaskData
|
1676
1670
|
"""
|
1677
1671
|
return self._Data
|
@@ -1981,10 +1975,8 @@ class DescribeScanTaskStatusResponse(AbstractModel):
|
|
1981
1975
|
:param _Status: 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
|
1982
1976
|
:type Status: int
|
1983
1977
|
:param _ErrMsg: 诊断失败的错误信息
|
1984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1985
1978
|
:type ErrMsg: str
|
1986
1979
|
:param _FlowSteps: 任务流详情
|
1987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1988
1980
|
:type FlowSteps: list of TaskFlowStepsInfo
|
1989
1981
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1990
1982
|
:type RequestId: str
|
@@ -2020,7 +2012,6 @@ class DescribeScanTaskStatusResponse(AbstractModel):
|
|
2020
2012
|
@property
|
2021
2013
|
def ErrMsg(self):
|
2022
2014
|
"""诊断失败的错误信息
|
2023
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2024
2015
|
:rtype: str
|
2025
2016
|
"""
|
2026
2017
|
return self._ErrMsg
|
@@ -2032,7 +2023,6 @@ class DescribeScanTaskStatusResponse(AbstractModel):
|
|
2032
2023
|
@property
|
2033
2024
|
def FlowSteps(self):
|
2034
2025
|
"""任务流详情
|
2035
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2036
2026
|
:rtype: list of TaskFlowStepsInfo
|
2037
2027
|
"""
|
2038
2028
|
return self._FlowSteps
|
@@ -4378,7 +4378,7 @@ class CreateCCPrecisionPolicyRequest(AbstractModel):
|
|
4378
4378
|
:type Protocol: str
|
4379
4379
|
:param _Domain: 域名
|
4380
4380
|
:type Domain: str
|
4381
|
-
:param _PolicyAction: 策略方式,可取值alg表示验证码,drop
|
4381
|
+
:param _PolicyAction: 策略方式,可取值alg表示验证码,drop表示丢弃,trans表示放行
|
4382
4382
|
:type PolicyAction: str
|
4383
4383
|
:param _PolicyList: 策略记录
|
4384
4384
|
:type PolicyList: list of CCPrecisionPlyRecord
|
@@ -4436,7 +4436,7 @@ class CreateCCPrecisionPolicyRequest(AbstractModel):
|
|
4436
4436
|
|
4437
4437
|
@property
|
4438
4438
|
def PolicyAction(self):
|
4439
|
-
"""策略方式,可取值alg表示验证码,drop
|
4439
|
+
"""策略方式,可取值alg表示验证码,drop表示丢弃,trans表示放行
|
4440
4440
|
:rtype: str
|
4441
4441
|
"""
|
4442
4442
|
return self._PolicyAction
|
@@ -2567,7 +2567,7 @@ class DescribeInstanceNodesRequest(AbstractModel):
|
|
2567
2567
|
r"""
|
2568
2568
|
:param _InstanceId: 集群实例ID
|
2569
2569
|
:type InstanceId: str
|
2570
|
-
:param _NodeRole:
|
2570
|
+
:param _NodeRole: 集群角色类型,“DATA” 为数据节点、“COMMON” 为 ZooKeeper 节点,默认为 "DATA" 数据节点。
|
2571
2571
|
:type NodeRole: str
|
2572
2572
|
:param _Offset: 分页参数,第一页为0,第二页为10
|
2573
2573
|
:type Offset: int
|
@@ -2598,7 +2598,7 @@ class DescribeInstanceNodesRequest(AbstractModel):
|
|
2598
2598
|
|
2599
2599
|
@property
|
2600
2600
|
def NodeRole(self):
|
2601
|
-
"""
|
2601
|
+
"""集群角色类型,“DATA” 为数据节点、“COMMON” 为 ZooKeeper 节点,默认为 "DATA" 数据节点。
|
2602
2602
|
:rtype: str
|
2603
2603
|
"""
|
2604
2604
|
return self._NodeRole
|
@@ -6890,6 +6890,8 @@ class DescribeSlowQueryRecordsDownloadRequest(AbstractModel):
|
|
6890
6890
|
:type SortField: str
|
6891
6891
|
:param _SortOrder: 排序方式
|
6892
6892
|
:type SortOrder: str
|
6893
|
+
:param _UserName: user
|
6894
|
+
:type UserName: str
|
6893
6895
|
"""
|
6894
6896
|
self._InstanceId = None
|
6895
6897
|
self._QueryDurationMs = None
|
@@ -6905,6 +6907,7 @@ class DescribeSlowQueryRecordsDownloadRequest(AbstractModel):
|
|
6905
6907
|
self._CatalogName = None
|
6906
6908
|
self._SortField = None
|
6907
6909
|
self._SortOrder = None
|
6910
|
+
self._UserName = None
|
6908
6911
|
|
6909
6912
|
@property
|
6910
6913
|
def InstanceId(self):
|
@@ -7060,6 +7063,17 @@ class DescribeSlowQueryRecordsDownloadRequest(AbstractModel):
|
|
7060
7063
|
def SortOrder(self, SortOrder):
|
7061
7064
|
self._SortOrder = SortOrder
|
7062
7065
|
|
7066
|
+
@property
|
7067
|
+
def UserName(self):
|
7068
|
+
"""user
|
7069
|
+
:rtype: str
|
7070
|
+
"""
|
7071
|
+
return self._UserName
|
7072
|
+
|
7073
|
+
@UserName.setter
|
7074
|
+
def UserName(self, UserName):
|
7075
|
+
self._UserName = UserName
|
7076
|
+
|
7063
7077
|
|
7064
7078
|
def _deserialize(self, params):
|
7065
7079
|
self._InstanceId = params.get("InstanceId")
|
@@ -7076,6 +7090,7 @@ class DescribeSlowQueryRecordsDownloadRequest(AbstractModel):
|
|
7076
7090
|
self._CatalogName = params.get("CatalogName")
|
7077
7091
|
self._SortField = params.get("SortField")
|
7078
7092
|
self._SortOrder = params.get("SortOrder")
|
7093
|
+
self._UserName = params.get("UserName")
|
7079
7094
|
memeber_set = set(params.keys())
|
7080
7095
|
for name, value in vars(self).items():
|
7081
7096
|
property_name = name[1:]
|
@@ -7168,6 +7183,8 @@ class DescribeSlowQueryRecordsRequest(AbstractModel):
|
|
7168
7183
|
:type SortField: str
|
7169
7184
|
:param _SortOrder: 排序方式
|
7170
7185
|
:type SortOrder: str
|
7186
|
+
:param _UserName: user
|
7187
|
+
:type UserName: str
|
7171
7188
|
"""
|
7172
7189
|
self._InstanceId = None
|
7173
7190
|
self._QueryDurationMs = None
|
@@ -7185,6 +7202,7 @@ class DescribeSlowQueryRecordsRequest(AbstractModel):
|
|
7185
7202
|
self._MemoryUsage = None
|
7186
7203
|
self._SortField = None
|
7187
7204
|
self._SortOrder = None
|
7205
|
+
self._UserName = None
|
7188
7206
|
|
7189
7207
|
@property
|
7190
7208
|
def InstanceId(self):
|
@@ -7362,6 +7380,17 @@ class DescribeSlowQueryRecordsRequest(AbstractModel):
|
|
7362
7380
|
def SortOrder(self, SortOrder):
|
7363
7381
|
self._SortOrder = SortOrder
|
7364
7382
|
|
7383
|
+
@property
|
7384
|
+
def UserName(self):
|
7385
|
+
"""user
|
7386
|
+
:rtype: str
|
7387
|
+
"""
|
7388
|
+
return self._UserName
|
7389
|
+
|
7390
|
+
@UserName.setter
|
7391
|
+
def UserName(self, UserName):
|
7392
|
+
self._UserName = UserName
|
7393
|
+
|
7365
7394
|
|
7366
7395
|
def _deserialize(self, params):
|
7367
7396
|
self._InstanceId = params.get("InstanceId")
|
@@ -7380,6 +7409,7 @@ class DescribeSlowQueryRecordsRequest(AbstractModel):
|
|
7380
7409
|
self._MemoryUsage = params.get("MemoryUsage")
|
7381
7410
|
self._SortField = params.get("SortField")
|
7382
7411
|
self._SortOrder = params.get("SortOrder")
|
7412
|
+
self._UserName = params.get("UserName")
|
7383
7413
|
memeber_set = set(params.keys())
|
7384
7414
|
for name, value in vars(self).items():
|
7385
7415
|
property_name = name[1:]
|
@@ -2310,7 +2310,6 @@ class DescribeTaskPolicyTriggerLogResponse(AbstractModel):
|
|
2310
2310
|
def __init__(self):
|
2311
2311
|
r"""
|
2312
2312
|
:param _TriggerLogs: 触发日志
|
2313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2314
2313
|
:type TriggerLogs: list of PolicyTriggerLog
|
2315
2314
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2316
2315
|
:type RequestId: str
|
@@ -2321,7 +2320,6 @@ class DescribeTaskPolicyTriggerLogResponse(AbstractModel):
|
|
2321
2320
|
@property
|
2322
2321
|
def TriggerLogs(self):
|
2323
2322
|
"""触发日志
|
2324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2325
2323
|
:rtype: list of PolicyTriggerLog
|
2326
2324
|
"""
|
2327
2325
|
return self._TriggerLogs
|
@@ -3525,7 +3523,6 @@ class PolicyTriggerLog(AbstractModel):
|
|
3525
3523
|
def __init__(self):
|
3526
3524
|
r"""
|
3527
3525
|
:param _TaskId: 演练ID
|
3528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3529
3526
|
:type TaskId: int
|
3530
3527
|
:param _Name: 名称
|
3531
3528
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3549,7 +3546,6 @@ class PolicyTriggerLog(AbstractModel):
|
|
3549
3546
|
@property
|
3550
3547
|
def TaskId(self):
|
3551
3548
|
"""演练ID
|
3552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3553
3549
|
:rtype: int
|
3554
3550
|
"""
|
3555
3551
|
return self._TaskId
|
@@ -1666,22 +1666,16 @@ class DescribeFileSystemResponse(AbstractModel):
|
|
1666
1666
|
:param _FileSystem: 文件系统
|
1667
1667
|
:type FileSystem: :class:`tencentcloud.chdfs.v20201112.models.FileSystem`
|
1668
1668
|
:param _CapacityUsed: 文件系统已使用容量(byte)
|
1669
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1670
1669
|
:type CapacityUsed: int
|
1671
1670
|
:param _ArchiveCapacityUsed: 已使用COS归档存储容量(byte)
|
1672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1673
1671
|
:type ArchiveCapacityUsed: int
|
1674
1672
|
:param _StandardCapacityUsed: 已使用COS标准存储容量(byte)
|
1675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1676
1673
|
:type StandardCapacityUsed: int
|
1677
1674
|
:param _DegradeCapacityUsed: 已使用COS低频存储容量(byte)
|
1678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1679
1675
|
:type DegradeCapacityUsed: int
|
1680
1676
|
:param _DeepArchiveCapacityUsed: 已使用COS深度归档存储容量(byte)
|
1681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1682
1677
|
:type DeepArchiveCapacityUsed: int
|
1683
1678
|
:param _IntelligentCapacityUsed: 已使用COS智能分层存储容量(byte)
|
1684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1685
1679
|
:type IntelligentCapacityUsed: int
|
1686
1680
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1687
1681
|
:type RequestId: str
|
@@ -1709,7 +1703,6 @@ class DescribeFileSystemResponse(AbstractModel):
|
|
1709
1703
|
@property
|
1710
1704
|
def CapacityUsed(self):
|
1711
1705
|
"""文件系统已使用容量(byte)
|
1712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1713
1706
|
:rtype: int
|
1714
1707
|
"""
|
1715
1708
|
return self._CapacityUsed
|
@@ -1721,7 +1714,6 @@ class DescribeFileSystemResponse(AbstractModel):
|
|
1721
1714
|
@property
|
1722
1715
|
def ArchiveCapacityUsed(self):
|
1723
1716
|
"""已使用COS归档存储容量(byte)
|
1724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1725
1717
|
:rtype: int
|
1726
1718
|
"""
|
1727
1719
|
return self._ArchiveCapacityUsed
|
@@ -1733,7 +1725,6 @@ class DescribeFileSystemResponse(AbstractModel):
|
|
1733
1725
|
@property
|
1734
1726
|
def StandardCapacityUsed(self):
|
1735
1727
|
"""已使用COS标准存储容量(byte)
|
1736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1737
1728
|
:rtype: int
|
1738
1729
|
"""
|
1739
1730
|
return self._StandardCapacityUsed
|
@@ -1745,7 +1736,6 @@ class DescribeFileSystemResponse(AbstractModel):
|
|
1745
1736
|
@property
|
1746
1737
|
def DegradeCapacityUsed(self):
|
1747
1738
|
"""已使用COS低频存储容量(byte)
|
1748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1749
1739
|
:rtype: int
|
1750
1740
|
"""
|
1751
1741
|
return self._DegradeCapacityUsed
|
@@ -1757,7 +1747,6 @@ class DescribeFileSystemResponse(AbstractModel):
|
|
1757
1747
|
@property
|
1758
1748
|
def DeepArchiveCapacityUsed(self):
|
1759
1749
|
"""已使用COS深度归档存储容量(byte)
|
1760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1761
1750
|
:rtype: int
|
1762
1751
|
"""
|
1763
1752
|
return self._DeepArchiveCapacityUsed
|
@@ -1769,7 +1758,6 @@ class DescribeFileSystemResponse(AbstractModel):
|
|
1769
1758
|
@property
|
1770
1759
|
def IntelligentCapacityUsed(self):
|
1771
1760
|
"""已使用COS智能分层存储容量(byte)
|
1772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1773
1761
|
:rtype: int
|
1774
1762
|
"""
|
1775
1763
|
return self._IntelligentCapacityUsed
|
@@ -4022,12 +4022,8 @@ class CreateListenerRequest(AbstractModel):
|
|
4022
4022
|
:param _HealthCheck: 健康检查相关参数,此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。
|
4023
4023
|
:type HealthCheck: :class:`tencentcloud.clb.v20180317.models.HealthCheck`
|
4024
4024
|
:param _Certificate: 证书相关信息。参数限制如下:
|
4025
|
-
<li>
|
4026
|
-
|
4027
|
-
</li>
|
4028
|
-
<li>
|
4029
|
-
创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。
|
4030
|
-
</li>
|
4025
|
+
<li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>
|
4026
|
+
<li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。</li>
|
4031
4027
|
:type Certificate: :class:`tencentcloud.clb.v20180317.models.CertificateInput`
|
4032
4028
|
:param _SessionExpireTime: 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。此参数仅适用于TCP/UDP监听器。
|
4033
4029
|
:type SessionExpireTime: int
|
@@ -4047,12 +4043,8 @@ class CreateListenerRequest(AbstractModel):
|
|
4047
4043
|
:param _DeregisterTargetRst: 解绑后端目标时,是否发RST给客户端,此参数仅适用于TCP监听器。
|
4048
4044
|
:type DeregisterTargetRst: bool
|
4049
4045
|
:param _MultiCertInfo: 证书信息,支持同时传入不同算法类型的多本服务端证书,参数限制如下:
|
4050
|
-
<li>
|
4051
|
-
|
4052
|
-
</li>
|
4053
|
-
<li>
|
4054
|
-
创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。
|
4055
|
-
</li>
|
4046
|
+
<li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>
|
4047
|
+
<li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。</li>
|
4056
4048
|
:type MultiCertInfo: :class:`tencentcloud.clb.v20180317.models.MultiCertInfo`
|
4057
4049
|
:param _MaxConn: 监听器最大连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。
|
4058
4050
|
:type MaxConn: int
|
@@ -4068,6 +4060,8 @@ class CreateListenerRequest(AbstractModel):
|
|
4068
4060
|
:type H2cSwitch: bool
|
4069
4061
|
:param _SslCloseSwitch: TCP_SSL监听器支持关闭SSL后仍然支持混绑,此参数为关闭开关
|
4070
4062
|
:type SslCloseSwitch: bool
|
4063
|
+
:param _DataCompressMode: 数据压缩模式
|
4064
|
+
:type DataCompressMode: str
|
4071
4065
|
"""
|
4072
4066
|
self._LoadBalancerId = None
|
4073
4067
|
self._Ports = None
|
@@ -4091,6 +4085,7 @@ class CreateListenerRequest(AbstractModel):
|
|
4091
4085
|
self._FullEndPorts = None
|
4092
4086
|
self._H2cSwitch = None
|
4093
4087
|
self._SslCloseSwitch = None
|
4088
|
+
self._DataCompressMode = None
|
4094
4089
|
|
4095
4090
|
@property
|
4096
4091
|
def LoadBalancerId(self):
|
@@ -4150,12 +4145,8 @@ class CreateListenerRequest(AbstractModel):
|
|
4150
4145
|
@property
|
4151
4146
|
def Certificate(self):
|
4152
4147
|
"""证书相关信息。参数限制如下:
|
4153
|
-
<li>
|
4154
|
-
|
4155
|
-
</li>
|
4156
|
-
<li>
|
4157
|
-
创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。
|
4158
|
-
</li>
|
4148
|
+
<li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>
|
4149
|
+
<li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。</li>
|
4159
4150
|
:rtype: :class:`tencentcloud.clb.v20180317.models.CertificateInput`
|
4160
4151
|
"""
|
4161
4152
|
return self._Certificate
|
@@ -4256,12 +4247,8 @@ class CreateListenerRequest(AbstractModel):
|
|
4256
4247
|
@property
|
4257
4248
|
def MultiCertInfo(self):
|
4258
4249
|
"""证书信息,支持同时传入不同算法类型的多本服务端证书,参数限制如下:
|
4259
|
-
<li>
|
4260
|
-
|
4261
|
-
</li>
|
4262
|
-
<li>
|
4263
|
-
创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。
|
4264
|
-
</li>
|
4250
|
+
<li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>
|
4251
|
+
<li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。</li>
|
4265
4252
|
:rtype: :class:`tencentcloud.clb.v20180317.models.MultiCertInfo`
|
4266
4253
|
"""
|
4267
4254
|
return self._MultiCertInfo
|
@@ -4347,6 +4334,17 @@ class CreateListenerRequest(AbstractModel):
|
|
4347
4334
|
def SslCloseSwitch(self, SslCloseSwitch):
|
4348
4335
|
self._SslCloseSwitch = SslCloseSwitch
|
4349
4336
|
|
4337
|
+
@property
|
4338
|
+
def DataCompressMode(self):
|
4339
|
+
"""数据压缩模式
|
4340
|
+
:rtype: str
|
4341
|
+
"""
|
4342
|
+
return self._DataCompressMode
|
4343
|
+
|
4344
|
+
@DataCompressMode.setter
|
4345
|
+
def DataCompressMode(self, DataCompressMode):
|
4346
|
+
self._DataCompressMode = DataCompressMode
|
4347
|
+
|
4350
4348
|
|
4351
4349
|
def _deserialize(self, params):
|
4352
4350
|
self._LoadBalancerId = params.get("LoadBalancerId")
|
@@ -4377,6 +4375,7 @@ class CreateListenerRequest(AbstractModel):
|
|
4377
4375
|
self._FullEndPorts = params.get("FullEndPorts")
|
4378
4376
|
self._H2cSwitch = params.get("H2cSwitch")
|
4379
4377
|
self._SslCloseSwitch = params.get("SslCloseSwitch")
|
4378
|
+
self._DataCompressMode = params.get("DataCompressMode")
|
4380
4379
|
memeber_set = set(params.keys())
|
4381
4380
|
for name, value in vars(self).items():
|
4382
4381
|
property_name = name[1:]
|
@@ -5912,8 +5911,11 @@ class DeleteLoadBalancerRequest(AbstractModel):
|
|
5912
5911
|
r"""
|
5913
5912
|
:param _LoadBalancerIds: 要删除的负载均衡实例 ID数组,数组大小最大支持20。
|
5914
5913
|
:type LoadBalancerIds: list of str
|
5914
|
+
:param _ForceDelete: 是否强制删除clb。为true表示强制删除,为false表示不是强制删除,需要做拦截校验。
|
5915
|
+
:type ForceDelete: bool
|
5915
5916
|
"""
|
5916
5917
|
self._LoadBalancerIds = None
|
5918
|
+
self._ForceDelete = None
|
5917
5919
|
|
5918
5920
|
@property
|
5919
5921
|
def LoadBalancerIds(self):
|
@@ -5926,9 +5928,21 @@ class DeleteLoadBalancerRequest(AbstractModel):
|
|
5926
5928
|
def LoadBalancerIds(self, LoadBalancerIds):
|
5927
5929
|
self._LoadBalancerIds = LoadBalancerIds
|
5928
5930
|
|
5931
|
+
@property
|
5932
|
+
def ForceDelete(self):
|
5933
|
+
"""是否强制删除clb。为true表示强制删除,为false表示不是强制删除,需要做拦截校验。
|
5934
|
+
:rtype: bool
|
5935
|
+
"""
|
5936
|
+
return self._ForceDelete
|
5937
|
+
|
5938
|
+
@ForceDelete.setter
|
5939
|
+
def ForceDelete(self, ForceDelete):
|
5940
|
+
self._ForceDelete = ForceDelete
|
5941
|
+
|
5929
5942
|
|
5930
5943
|
def _deserialize(self, params):
|
5931
5944
|
self._LoadBalancerIds = params.get("LoadBalancerIds")
|
5945
|
+
self._ForceDelete = params.get("ForceDelete")
|
5932
5946
|
memeber_set = set(params.keys())
|
5933
5947
|
for name, value in vars(self).items():
|
5934
5948
|
property_name = name[1:]
|
@@ -21264,10 +21264,13 @@ class ExportInstanceErrorLogsResponse(AbstractModel):
|
|
21264
21264
|
:param _ErrorLogItems: 错误日志导出内容
|
21265
21265
|
注意:此字段可能返回 null,表示取不到有效值。
|
21266
21266
|
:type ErrorLogItems: list of ErrorLogItemExport
|
21267
|
+
:param _FileContent: 错误日志字符串
|
21268
|
+
:type FileContent: str
|
21267
21269
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21268
21270
|
:type RequestId: str
|
21269
21271
|
"""
|
21270
21272
|
self._ErrorLogItems = None
|
21273
|
+
self._FileContent = None
|
21271
21274
|
self._RequestId = None
|
21272
21275
|
|
21273
21276
|
@property
|
@@ -21282,6 +21285,17 @@ class ExportInstanceErrorLogsResponse(AbstractModel):
|
|
21282
21285
|
def ErrorLogItems(self, ErrorLogItems):
|
21283
21286
|
self._ErrorLogItems = ErrorLogItems
|
21284
21287
|
|
21288
|
+
@property
|
21289
|
+
def FileContent(self):
|
21290
|
+
"""错误日志字符串
|
21291
|
+
:rtype: str
|
21292
|
+
"""
|
21293
|
+
return self._FileContent
|
21294
|
+
|
21295
|
+
@FileContent.setter
|
21296
|
+
def FileContent(self, FileContent):
|
21297
|
+
self._FileContent = FileContent
|
21298
|
+
|
21285
21299
|
@property
|
21286
21300
|
def RequestId(self):
|
21287
21301
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -21301,6 +21315,7 @@ class ExportInstanceErrorLogsResponse(AbstractModel):
|
|
21301
21315
|
obj = ErrorLogItemExport()
|
21302
21316
|
obj._deserialize(item)
|
21303
21317
|
self._ErrorLogItems.append(obj)
|
21318
|
+
self._FileContent = params.get("FileContent")
|
21304
21319
|
self._RequestId = params.get("RequestId")
|
21305
21320
|
|
21306
21321
|
|
@@ -327,7 +327,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
|
|
327
327
|
def __init__(self):
|
328
328
|
r"""
|
329
329
|
:param _AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
331
330
|
:type AsyncRequestId: int
|
332
331
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
333
332
|
:type RequestId: str
|
@@ -338,7 +337,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
|
|
338
337
|
@property
|
339
338
|
def AsyncRequestId(self):
|
340
339
|
"""异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
342
340
|
:rtype: int
|
343
341
|
"""
|
344
342
|
return self._AsyncRequestId
|
@@ -4736,7 +4734,6 @@ class HealthStatus(AbstractModel):
|
|
4736
4734
|
:param _ScoreLost: 总扣分分数。
|
4737
4735
|
:type ScoreLost: int
|
4738
4736
|
:param _ScoreDetails: 扣分详情。
|
4739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4740
4737
|
:type ScoreDetails: list of ScoreDetail
|
4741
4738
|
"""
|
4742
4739
|
self._HealthScore = None
|
@@ -4780,7 +4777,6 @@ class HealthStatus(AbstractModel):
|
|
4780
4777
|
@property
|
4781
4778
|
def ScoreDetails(self):
|
4782
4779
|
"""扣分详情。
|
4783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4784
4780
|
:rtype: list of ScoreDetail
|
4785
4781
|
"""
|
4786
4782
|
return self._ScoreDetails
|
@@ -5053,18 +5049,14 @@ class InstanceInfo(AbstractModel):
|
|
5053
5049
|
:param _AuditRunningStatus: 实例审计日志运行状态:normal: 运行中; paused: 欠费暂停。
|
5054
5050
|
:type AuditRunningStatus: str
|
5055
5051
|
:param _InternalVip: 内网vip。
|
5056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5057
5052
|
:type InternalVip: str
|
5058
5053
|
:param _InternalVport: 内网port。
|
5059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5060
5054
|
:type InternalVport: int
|
5061
5055
|
:param _CreateTime: 创建时间。
|
5062
5056
|
:type CreateTime: str
|
5063
5057
|
:param _ClusterId: 所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
5064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5065
5058
|
:type ClusterId: str
|
5066
5059
|
:param _ClusterName: 所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
5067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5068
5060
|
:type ClusterName: str
|
5069
5061
|
"""
|
5070
5062
|
self._InstanceId = None
|
@@ -5412,7 +5404,6 @@ class InstanceInfo(AbstractModel):
|
|
5412
5404
|
@property
|
5413
5405
|
def InternalVip(self):
|
5414
5406
|
"""内网vip。
|
5415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5416
5407
|
:rtype: str
|
5417
5408
|
"""
|
5418
5409
|
return self._InternalVip
|
@@ -5424,7 +5415,6 @@ class InstanceInfo(AbstractModel):
|
|
5424
5415
|
@property
|
5425
5416
|
def InternalVport(self):
|
5426
5417
|
"""内网port。
|
5427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5428
5418
|
:rtype: int
|
5429
5419
|
"""
|
5430
5420
|
return self._InternalVport
|
@@ -5447,7 +5437,6 @@ class InstanceInfo(AbstractModel):
|
|
5447
5437
|
@property
|
5448
5438
|
def ClusterId(self):
|
5449
5439
|
"""所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
5450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5451
5440
|
:rtype: str
|
5452
5441
|
"""
|
5453
5442
|
return self._ClusterId
|
@@ -5459,7 +5448,6 @@ class InstanceInfo(AbstractModel):
|
|
5459
5448
|
@property
|
5460
5449
|
def ClusterName(self):
|
5461
5450
|
"""所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
5462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5463
5451
|
:rtype: str
|
5464
5452
|
"""
|
5465
5453
|
return self._ClusterName
|
@@ -1815,7 +1815,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
|
|
1815
1815
|
def __init__(self):
|
1816
1816
|
r"""
|
1817
1817
|
:param _AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
1818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1819
1818
|
:type AsyncRequestId: int
|
1820
1819
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1821
1820
|
:type RequestId: str
|
@@ -1826,7 +1825,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
|
|
1826
1825
|
@property
|
1827
1826
|
def AsyncRequestId(self):
|
1828
1827
|
"""异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
1829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1830
1828
|
:rtype: int
|
1831
1829
|
"""
|
1832
1830
|
return self._AsyncRequestId
|
@@ -4013,7 +4011,6 @@ class DescribeAuditInstanceListResponse(AbstractModel):
|
|
4013
4011
|
def __init__(self):
|
4014
4012
|
r"""
|
4015
4013
|
:param _TotalCount: 符合条件的实例个数。
|
4016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4017
4014
|
:type TotalCount: int
|
4018
4015
|
:param _Items: 实例详情。
|
4019
4016
|
:type Items: list of AuditInstance
|
@@ -4027,7 +4024,6 @@ class DescribeAuditInstanceListResponse(AbstractModel):
|
|
4027
4024
|
@property
|
4028
4025
|
def TotalCount(self):
|
4029
4026
|
"""符合条件的实例个数。
|
4030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4031
4027
|
:rtype: int
|
4032
4028
|
"""
|
4033
4029
|
return self._TotalCount
|
@@ -6828,7 +6824,6 @@ class DescribeRedisBigKeyAnalysisTasksResponse(AbstractModel):
|
|
6828
6824
|
def __init__(self):
|
6829
6825
|
r"""
|
6830
6826
|
:param _TotalCount: 任务总数。
|
6831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6832
6827
|
:type TotalCount: int
|
6833
6828
|
:param _Tasks: 任务列表。
|
6834
6829
|
:type Tasks: list of RedisBigKeyTask
|
@@ -6842,7 +6837,6 @@ class DescribeRedisBigKeyAnalysisTasksResponse(AbstractModel):
|
|
6842
6837
|
@property
|
6843
6838
|
def TotalCount(self):
|
6844
6839
|
"""任务总数。
|
6845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6846
6840
|
:rtype: int
|
6847
6841
|
"""
|
6848
6842
|
return self._TotalCount
|
@@ -10495,7 +10489,6 @@ class HealthStatus(AbstractModel):
|
|
10495
10489
|
:param _ScoreLost: 总扣分分数。
|
10496
10490
|
:type ScoreLost: int
|
10497
10491
|
:param _ScoreDetails: 扣分详情。
|
10498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10499
10492
|
:type ScoreDetails: list of ScoreDetail
|
10500
10493
|
"""
|
10501
10494
|
self._HealthScore = None
|
@@ -10539,7 +10532,6 @@ class HealthStatus(AbstractModel):
|
|
10539
10532
|
@property
|
10540
10533
|
def ScoreDetails(self):
|
10541
10534
|
"""扣分详情。
|
10542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10543
10535
|
:rtype: list of ScoreDetail
|
10544
10536
|
"""
|
10545
10537
|
return self._ScoreDetails
|
@@ -11104,18 +11096,14 @@ class InstanceInfo(AbstractModel):
|
|
11104
11096
|
:param _AuditRunningStatus: 实例审计日志运行状态:normal: 运行中; paused: 欠费暂停。
|
11105
11097
|
:type AuditRunningStatus: str
|
11106
11098
|
:param _InternalVip: 内网vip。
|
11107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11108
11099
|
:type InternalVip: str
|
11109
11100
|
:param _InternalVport: 内网port。
|
11110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11111
11101
|
:type InternalVport: int
|
11112
11102
|
:param _CreateTime: 创建时间。
|
11113
11103
|
:type CreateTime: str
|
11114
11104
|
:param _ClusterId: 所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
11115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11116
11105
|
:type ClusterId: str
|
11117
11106
|
:param _ClusterName: 所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
11118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11119
11107
|
:type ClusterName: str
|
11120
11108
|
:param _AgentStatus: 自建MySQL的Agent状态,"not_deployed" - 未部署,"deploying" - 部署中,"connected" - 连接正常,"deploy_failed" - 连接失败,"monitoring" - 连接正常,"stopped" - 暂停连接,"connect_failed" - 连接失败,unknown - 未知。
|
11121
11109
|
:type AgentStatus: str
|
@@ -11469,7 +11457,6 @@ class InstanceInfo(AbstractModel):
|
|
11469
11457
|
@property
|
11470
11458
|
def InternalVip(self):
|
11471
11459
|
"""内网vip。
|
11472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11473
11460
|
:rtype: str
|
11474
11461
|
"""
|
11475
11462
|
return self._InternalVip
|
@@ -11481,7 +11468,6 @@ class InstanceInfo(AbstractModel):
|
|
11481
11468
|
@property
|
11482
11469
|
def InternalVport(self):
|
11483
11470
|
"""内网port。
|
11484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11485
11471
|
:rtype: int
|
11486
11472
|
"""
|
11487
11473
|
return self._InternalVport
|
@@ -11504,7 +11490,6 @@ class InstanceInfo(AbstractModel):
|
|
11504
11490
|
@property
|
11505
11491
|
def ClusterId(self):
|
11506
11492
|
"""所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
11507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11508
11493
|
:rtype: str
|
11509
11494
|
"""
|
11510
11495
|
return self._ClusterId
|
@@ -11516,7 +11501,6 @@ class InstanceInfo(AbstractModel):
|
|
11516
11501
|
@property
|
11517
11502
|
def ClusterName(self):
|
11518
11503
|
"""所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
11519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11520
11504
|
:rtype: str
|
11521
11505
|
"""
|
11522
11506
|
return self._ClusterName
|