tencentcloud-sdk-python 3.0.1336__py2.py3-none-any.whl → 3.0.1337__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/models.py +2 -2
- tencentcloud/cdwch/v20200915/models.py +2 -2
- tencentcloud/chdfs/v20201112/models.py +0 -12
- 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_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1337.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1337.dist-info}/RECORD +13 -13
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1337.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1337.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1337.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -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
|
@@ -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
|
@@ -675,7 +675,7 @@ class MongodbClient(AbstractClient):
|
|
675
675
|
|
676
676
|
|
677
677
|
def EnableTransparentDataEncryption(self, request):
|
678
|
-
"""
|
678
|
+
"""本接口(EnableTransparentDataEncryption)用于开启云数据库 MongoDB 的透明加密能力。
|
679
679
|
|
680
680
|
:param request: Request instance for EnableTransparentDataEncryption.
|
681
681
|
:type request: :class:`tencentcloud.mongodb.v20190725.models.EnableTransparentDataEncryptionRequest`
|