tencentcloud-sdk-python-cdb 3.1.154__tar.gz → 3.1.160__tar.gz
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_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/setup.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud/cdb/v20170320/models.py +30 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdb-3.1.160/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cdb-3.1.154/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/README.rst +0 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.154 → tencentcloud_sdk_python_cdb-3.1.160}/tencentcloud_sdk_python_cdb.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.160
|
|
4
4
|
Summary: Tencent Cloud Cdb SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.160
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cdb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.160,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cdb SDK for Python',
|
|
@@ -8667,6 +8667,8 @@ class CreateDBInstanceHourRequest(AbstractModel):
|
|
|
8667
8667
|
:type ClusterTopology: :class:`tencentcloud.cdb.v20170320.models.ClusterTopology`
|
|
8668
8668
|
:param _DiskType: <p>硬盘类型,单节点(云盘)或者云盘版实例可以指定此参数。CLOUD_SSD 表示 SSD 云硬盘,CLOUD_HSSD 表示增强型 SSD 云硬盘,CLOUD_PREMIUM 表示高性能云硬盘。<br>说明:单节点(云盘)、云盘版实例硬盘类型所支持的地域略有不同,具体支持情况请参考 <a href="https://cloud.tencent.com/document/product/236/8458">地域和可用区</a>。</p>
|
|
8669
8669
|
:type DiskType: str
|
|
8670
|
+
:param _CdcId: <p>CDC集群ID,非CDC场景无需指定该入参</p>
|
|
8671
|
+
:type CdcId: str
|
|
8670
8672
|
:param _ClusterType: <p>集群类型:cage——金融围拢,cdc——CDB ON CDC;dedicate——独享集群</p>
|
|
8671
8673
|
:type ClusterType: str
|
|
8672
8674
|
:param _DiskEncryption: <p>是否对磁盘进行加密。仅云盘版实例支持该功能。 指定为 "on" 表示开启加密, 否则不加密。 购买只读实例、灾备实例、新克隆实例时该参数自动和主实例保持一致。</p>
|
|
@@ -8716,6 +8718,7 @@ class CreateDBInstanceHourRequest(AbstractModel):
|
|
|
8716
8718
|
self._DataProtectVolume = None
|
|
8717
8719
|
self._ClusterTopology = None
|
|
8718
8720
|
self._DiskType = None
|
|
8721
|
+
self._CdcId = None
|
|
8719
8722
|
self._ClusterType = None
|
|
8720
8723
|
self._DiskEncryption = None
|
|
8721
8724
|
self._DestroyProtect = None
|
|
@@ -9161,6 +9164,17 @@ class CreateDBInstanceHourRequest(AbstractModel):
|
|
|
9161
9164
|
def DiskType(self, DiskType):
|
|
9162
9165
|
self._DiskType = DiskType
|
|
9163
9166
|
|
|
9167
|
+
@property
|
|
9168
|
+
def CdcId(self):
|
|
9169
|
+
r"""<p>CDC集群ID,非CDC场景无需指定该入参</p>
|
|
9170
|
+
:rtype: str
|
|
9171
|
+
"""
|
|
9172
|
+
return self._CdcId
|
|
9173
|
+
|
|
9174
|
+
@CdcId.setter
|
|
9175
|
+
def CdcId(self, CdcId):
|
|
9176
|
+
self._CdcId = CdcId
|
|
9177
|
+
|
|
9164
9178
|
@property
|
|
9165
9179
|
def ClusterType(self):
|
|
9166
9180
|
r"""<p>集群类型:cage——金融围拢,cdc——CDB ON CDC;dedicate——独享集群</p>
|
|
@@ -9261,6 +9275,7 @@ class CreateDBInstanceHourRequest(AbstractModel):
|
|
|
9261
9275
|
self._ClusterTopology = ClusterTopology()
|
|
9262
9276
|
self._ClusterTopology._deserialize(params.get("ClusterTopology"))
|
|
9263
9277
|
self._DiskType = params.get("DiskType")
|
|
9278
|
+
self._CdcId = params.get("CdcId")
|
|
9264
9279
|
self._ClusterType = params.get("ClusterType")
|
|
9265
9280
|
self._DiskEncryption = params.get("DiskEncryption")
|
|
9266
9281
|
self._DestroyProtect = params.get("DestroyProtect")
|
|
@@ -35155,6 +35170,8 @@ class RoGroup(AbstractModel):
|
|
|
35155
35170
|
:type RoGroupZone: str
|
|
35156
35171
|
:param _DelayReplicationTime: <p>延迟复制时间。单位:秒。值范围:1-259200,整数。</p>
|
|
35157
35172
|
:type DelayReplicationTime: int
|
|
35173
|
+
:param _RoGroupType: <p>只读组类型。</p><p>枚举值:</p><ul><li>normal: 普通RO组</li><li>direct: 纯网络转发模式</li><li>default: 默认RO组</li></ul><p>默认值:normal</p>
|
|
35174
|
+
:type RoGroupType: str
|
|
35158
35175
|
"""
|
|
35159
35176
|
self._RoGroupMode = None
|
|
35160
35177
|
self._RoGroupId = None
|
|
@@ -35172,6 +35189,7 @@ class RoGroup(AbstractModel):
|
|
|
35172
35189
|
self._RoGroupRegion = None
|
|
35173
35190
|
self._RoGroupZone = None
|
|
35174
35191
|
self._DelayReplicationTime = None
|
|
35192
|
+
self._RoGroupType = None
|
|
35175
35193
|
|
|
35176
35194
|
@property
|
|
35177
35195
|
def RoGroupMode(self):
|
|
@@ -35349,6 +35367,17 @@ class RoGroup(AbstractModel):
|
|
|
35349
35367
|
def DelayReplicationTime(self, DelayReplicationTime):
|
|
35350
35368
|
self._DelayReplicationTime = DelayReplicationTime
|
|
35351
35369
|
|
|
35370
|
+
@property
|
|
35371
|
+
def RoGroupType(self):
|
|
35372
|
+
r"""<p>只读组类型。</p><p>枚举值:</p><ul><li>normal: 普通RO组</li><li>direct: 纯网络转发模式</li><li>default: 默认RO组</li></ul><p>默认值:normal</p>
|
|
35373
|
+
:rtype: str
|
|
35374
|
+
"""
|
|
35375
|
+
return self._RoGroupType
|
|
35376
|
+
|
|
35377
|
+
@RoGroupType.setter
|
|
35378
|
+
def RoGroupType(self, RoGroupType):
|
|
35379
|
+
self._RoGroupType = RoGroupType
|
|
35380
|
+
|
|
35352
35381
|
|
|
35353
35382
|
def _deserialize(self, params):
|
|
35354
35383
|
self._RoGroupMode = params.get("RoGroupMode")
|
|
@@ -35372,6 +35401,7 @@ class RoGroup(AbstractModel):
|
|
|
35372
35401
|
self._RoGroupRegion = params.get("RoGroupRegion")
|
|
35373
35402
|
self._RoGroupZone = params.get("RoGroupZone")
|
|
35374
35403
|
self._DelayReplicationTime = params.get("DelayReplicationTime")
|
|
35404
|
+
self._RoGroupType = params.get("RoGroupType")
|
|
35375
35405
|
memeber_set = set(params.keys())
|
|
35376
35406
|
for name, value in vars(self).items():
|
|
35377
35407
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.160
|
|
4
4
|
Summary: Tencent Cloud Cdb SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.160
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.160
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.154
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|