tencentcloud-sdk-python 3.0.1327__py2.py3-none-any.whl → 3.0.1329__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/asr/v20190614/asr_client.py +1 -1
- tencentcloud/captcha/v20190722/models.py +0 -48
- tencentcloud/cdwch/v20200915/models.py +83 -0
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/clb/v20180317/models.py +60 -0
- tencentcloud/dlc/v20210125/models.py +0 -10
- tencentcloud/dts/v20211206/models.py +2 -2
- tencentcloud/faceid/v20180301/models.py +46 -24
- tencentcloud/hunyuan/v20230901/models.py +2 -10
- tencentcloud/live/v20180801/models.py +10 -110
- tencentcloud/lke/v20231130/models.py +115 -6
- tencentcloud/lkeap/v20240522/lkeap_client.py +2 -5
- tencentcloud/lkeap/v20240522/models.py +12 -2
- tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
- tencentcloud/lowcode/v20210108/lowcode_client.py +207 -0
- tencentcloud/lowcode/v20210108/models.py +2996 -124
- tencentcloud/monitor/v20180724/models.py +333 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/ocr/v20181119/models.py +23 -0
- tencentcloud/ocr/v20181119/ocr_client.py +10 -0
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/rce/v20201103/models.py +2 -24
- tencentcloud/redis/v20180412/models.py +0 -110
- tencentcloud/tcbr/v20220217/models.py +30 -0
- tencentcloud/tdid/v20210519/models.py +130 -22
- tencentcloud/tdid/v20210519/tdid_client.py +4 -1
- tencentcloud/tke/v20180525/models.py +0 -142
- tencentcloud/tke/v20220501/models.py +0 -8
- tencentcloud/tsf/v20180326/models.py +0 -88
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- tencentcloud/waf/v20180125/models.py +2 -2
- tencentcloud/weilingwith/v20230427/models.py +0 -20
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/RECORD +38 -53
- tencentcloud/lp/__init__.py +0 -0
- tencentcloud/lp/v20200224/__init__.py +0 -0
- tencentcloud/lp/v20200224/errorcodes.py +0 -78
- tencentcloud/lp/v20200224/lp_client.py +0 -49
- tencentcloud/lp/v20200224/models.py +0 -748
- tencentcloud/rkp/__init__.py +0 -0
- tencentcloud/rkp/v20191209/__init__.py +0 -0
- tencentcloud/rkp/v20191209/errorcodes.py +0 -102
- tencentcloud/rkp/v20191209/models.py +0 -1007
- tencentcloud/rkp/v20191209/rkp_client.py +0 -101
- tencentcloud/rp/__init__.py +0 -0
- tencentcloud/rp/v20200224/__init__.py +0 -0
- tencentcloud/rp/v20200224/errorcodes.py +0 -78
- tencentcloud/rp/v20200224/models.py +0 -655
- tencentcloud/rp/v20200224/rp_client.py +0 -49
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/top_level.txt +0 -0
@@ -1375,7 +1375,6 @@ class DescribeClusterInstancesResponse(AbstractModel):
|
|
1375
1375
|
:param _InstanceSet: 集群中实例列表
|
1376
1376
|
:type InstanceSet: list of Instance
|
1377
1377
|
:param _Errors: 错误信息集合
|
1378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1379
1378
|
:type Errors: list of str
|
1380
1379
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1381
1380
|
:type RequestId: str
|
@@ -1410,7 +1409,6 @@ class DescribeClusterInstancesResponse(AbstractModel):
|
|
1410
1409
|
@property
|
1411
1410
|
def Errors(self):
|
1412
1411
|
"""错误信息集合
|
1413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1414
1412
|
:rtype: list of str
|
1415
1413
|
"""
|
1416
1414
|
return self._Errors
|
@@ -1546,7 +1544,6 @@ class DescribeHealthCheckPoliciesResponse(AbstractModel):
|
|
1546
1544
|
注意:此字段可能返回 null,表示取不到有效值。
|
1547
1545
|
:type HealthCheckPolicies: list of HealthCheckPolicy
|
1548
1546
|
:param _TotalCount: 数组总数目
|
1549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1550
1547
|
:type TotalCount: int
|
1551
1548
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1552
1549
|
:type RequestId: str
|
@@ -1570,7 +1567,6 @@ class DescribeHealthCheckPoliciesResponse(AbstractModel):
|
|
1570
1567
|
@property
|
1571
1568
|
def TotalCount(self):
|
1572
1569
|
"""数组总数目
|
1573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1574
1570
|
:rtype: int
|
1575
1571
|
"""
|
1576
1572
|
return self._TotalCount
|
@@ -1705,7 +1701,6 @@ class DescribeHealthCheckPolicyBindingsResponse(AbstractModel):
|
|
1705
1701
|
注意:此字段可能返回 null,表示取不到有效值。
|
1706
1702
|
:type HealthCheckPolicyBindings: list of HealthCheckPolicyBinding
|
1707
1703
|
:param _TotalCount: 健康检测规则数量
|
1708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1709
1704
|
:type TotalCount: int
|
1710
1705
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1711
1706
|
:type RequestId: str
|
@@ -1729,7 +1724,6 @@ class DescribeHealthCheckPolicyBindingsResponse(AbstractModel):
|
|
1729
1724
|
@property
|
1730
1725
|
def TotalCount(self):
|
1731
1726
|
"""健康检测规则数量
|
1732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1733
1727
|
:rtype: int
|
1734
1728
|
"""
|
1735
1729
|
return self._TotalCount
|
@@ -1944,7 +1938,6 @@ class DescribeNodePoolsResponse(AbstractModel):
|
|
1944
1938
|
def __init__(self):
|
1945
1939
|
r"""
|
1946
1940
|
:param _NodePools: 节点池列表
|
1947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1948
1941
|
:type NodePools: list of NodePool
|
1949
1942
|
:param _TotalCount: 资源总数
|
1950
1943
|
:type TotalCount: int
|
@@ -1958,7 +1951,6 @@ class DescribeNodePoolsResponse(AbstractModel):
|
|
1958
1951
|
@property
|
1959
1952
|
def NodePools(self):
|
1960
1953
|
"""节点池列表
|
1961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1962
1954
|
:rtype: list of NodePool
|
1963
1955
|
"""
|
1964
1956
|
return self._NodePools
|