tencentcloud-sdk-python-cdb 3.1.47__tar.gz → 3.1.59__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.47 → tencentcloud_sdk_python_cdb-3.1.59}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/setup.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud/cdb/v20170320/models.py +48 -52
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdb-3.1.59/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cdb-3.1.47/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/README.rst +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.59}/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.59
|
|
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.59
|
|
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.59,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cdb SDK for Python',
|
|
@@ -34687,38 +34687,37 @@ class RoGroup(AbstractModel):
|
|
|
34687
34687
|
|
|
34688
34688
|
def __init__(self):
|
|
34689
34689
|
r"""
|
|
34690
|
-
:param _RoGroupMode:
|
|
34690
|
+
:param _RoGroupMode: <p>只读组模式,可选值为:alone-系统自动分配只读组;allinone-新建只读组;join-使用现有只读组。</p>
|
|
34691
34691
|
:type RoGroupMode: str
|
|
34692
|
-
:param _RoGroupId:
|
|
34693
|
-
说明:若此数据结构在购买实例操作中被使用,则当只读组模式选择 join 时,此项为必填。
|
|
34692
|
+
:param _RoGroupId: <p>只读组 ID。<br>说明:若此数据结构在购买实例操作中被使用,则当只读组模式选择 join 时,此项为必填。</p>
|
|
34694
34693
|
:type RoGroupId: str
|
|
34695
|
-
:param _RoGroupName:
|
|
34694
|
+
:param _RoGroupName: <p>只读组名称。</p>
|
|
34696
34695
|
:type RoGroupName: str
|
|
34697
|
-
:param _RoOfflineDelay:
|
|
34696
|
+
:param _RoOfflineDelay: <p>是否启用延迟超限剔除功能,启用该功能后,只读实例与主实例的延迟超过延迟阈值,只读实例将被隔离。可选值:1-启用;0-不启用。</p>
|
|
34698
34697
|
:type RoOfflineDelay: int
|
|
34699
|
-
:param _RoMaxDelayTime:
|
|
34698
|
+
:param _RoMaxDelayTime: <p>延迟阈值。单位:秒。值范围:1-10000,整数。</p>
|
|
34700
34699
|
:type RoMaxDelayTime: int
|
|
34701
|
-
:param _MinRoInGroup:
|
|
34700
|
+
:param _MinRoInGroup: <p>最少实例保留个数,若购买只读实例数量小于设置数量将不做剔除。</p>
|
|
34702
34701
|
:type MinRoInGroup: int
|
|
34703
|
-
:param _WeightMode:
|
|
34702
|
+
:param _WeightMode: <p>读写权重分配模式,可选值:system-系统自动分配;custom-自定义。</p>
|
|
34704
34703
|
:type WeightMode: str
|
|
34705
|
-
:param _Weight:
|
|
34704
|
+
:param _Weight: <p>该字段已经废弃,无意义。查看只读实例的权重,请查看 RoInstances 字段里的 Weight 值。</p>
|
|
34706
34705
|
:type Weight: int
|
|
34707
|
-
:param _RoInstances:
|
|
34706
|
+
:param _RoInstances: <p>只读组中的只读实例详情。</p>
|
|
34708
34707
|
:type RoInstances: list of RoInstanceInfo
|
|
34709
|
-
:param _Vip:
|
|
34708
|
+
:param _Vip: <p>只读组的内网 IP。</p>
|
|
34710
34709
|
:type Vip: str
|
|
34711
|
-
:param _Vport:
|
|
34710
|
+
:param _Vport: <p>只读组的内网端口号。</p>
|
|
34712
34711
|
:type Vport: int
|
|
34713
|
-
:param _UniqVpcId:
|
|
34712
|
+
:param _UniqVpcId: <p>私有网络 ID。</p>
|
|
34714
34713
|
:type UniqVpcId: str
|
|
34715
|
-
:param _UniqSubnetId:
|
|
34714
|
+
:param _UniqSubnetId: <p>子网 ID。</p>
|
|
34716
34715
|
:type UniqSubnetId: str
|
|
34717
|
-
:param _RoGroupRegion:
|
|
34716
|
+
:param _RoGroupRegion: <p>只读组所在的地域。</p>
|
|
34718
34717
|
:type RoGroupRegion: str
|
|
34719
|
-
:param _RoGroupZone:
|
|
34718
|
+
:param _RoGroupZone: <p>只读组所在的可用区。</p>
|
|
34720
34719
|
:type RoGroupZone: str
|
|
34721
|
-
:param _DelayReplicationTime:
|
|
34720
|
+
:param _DelayReplicationTime: <p>延迟复制时间。单位:秒。值范围:1-259200,整数。</p>
|
|
34722
34721
|
:type DelayReplicationTime: int
|
|
34723
34722
|
"""
|
|
34724
34723
|
self._RoGroupMode = None
|
|
@@ -34740,7 +34739,7 @@ class RoGroup(AbstractModel):
|
|
|
34740
34739
|
|
|
34741
34740
|
@property
|
|
34742
34741
|
def RoGroupMode(self):
|
|
34743
|
-
r"""
|
|
34742
|
+
r"""<p>只读组模式,可选值为:alone-系统自动分配只读组;allinone-新建只读组;join-使用现有只读组。</p>
|
|
34744
34743
|
:rtype: str
|
|
34745
34744
|
"""
|
|
34746
34745
|
return self._RoGroupMode
|
|
@@ -34751,8 +34750,7 @@ class RoGroup(AbstractModel):
|
|
|
34751
34750
|
|
|
34752
34751
|
@property
|
|
34753
34752
|
def RoGroupId(self):
|
|
34754
|
-
r"""
|
|
34755
|
-
说明:若此数据结构在购买实例操作中被使用,则当只读组模式选择 join 时,此项为必填。
|
|
34753
|
+
r"""<p>只读组 ID。<br>说明:若此数据结构在购买实例操作中被使用,则当只读组模式选择 join 时,此项为必填。</p>
|
|
34756
34754
|
:rtype: str
|
|
34757
34755
|
"""
|
|
34758
34756
|
return self._RoGroupId
|
|
@@ -34763,7 +34761,7 @@ class RoGroup(AbstractModel):
|
|
|
34763
34761
|
|
|
34764
34762
|
@property
|
|
34765
34763
|
def RoGroupName(self):
|
|
34766
|
-
r"""
|
|
34764
|
+
r"""<p>只读组名称。</p>
|
|
34767
34765
|
:rtype: str
|
|
34768
34766
|
"""
|
|
34769
34767
|
return self._RoGroupName
|
|
@@ -34774,7 +34772,7 @@ class RoGroup(AbstractModel):
|
|
|
34774
34772
|
|
|
34775
34773
|
@property
|
|
34776
34774
|
def RoOfflineDelay(self):
|
|
34777
|
-
r"""
|
|
34775
|
+
r"""<p>是否启用延迟超限剔除功能,启用该功能后,只读实例与主实例的延迟超过延迟阈值,只读实例将被隔离。可选值:1-启用;0-不启用。</p>
|
|
34778
34776
|
:rtype: int
|
|
34779
34777
|
"""
|
|
34780
34778
|
return self._RoOfflineDelay
|
|
@@ -34785,7 +34783,7 @@ class RoGroup(AbstractModel):
|
|
|
34785
34783
|
|
|
34786
34784
|
@property
|
|
34787
34785
|
def RoMaxDelayTime(self):
|
|
34788
|
-
r"""
|
|
34786
|
+
r"""<p>延迟阈值。单位:秒。值范围:1-10000,整数。</p>
|
|
34789
34787
|
:rtype: int
|
|
34790
34788
|
"""
|
|
34791
34789
|
return self._RoMaxDelayTime
|
|
@@ -34796,7 +34794,7 @@ class RoGroup(AbstractModel):
|
|
|
34796
34794
|
|
|
34797
34795
|
@property
|
|
34798
34796
|
def MinRoInGroup(self):
|
|
34799
|
-
r"""
|
|
34797
|
+
r"""<p>最少实例保留个数,若购买只读实例数量小于设置数量将不做剔除。</p>
|
|
34800
34798
|
:rtype: int
|
|
34801
34799
|
"""
|
|
34802
34800
|
return self._MinRoInGroup
|
|
@@ -34807,7 +34805,7 @@ class RoGroup(AbstractModel):
|
|
|
34807
34805
|
|
|
34808
34806
|
@property
|
|
34809
34807
|
def WeightMode(self):
|
|
34810
|
-
r"""
|
|
34808
|
+
r"""<p>读写权重分配模式,可选值:system-系统自动分配;custom-自定义。</p>
|
|
34811
34809
|
:rtype: str
|
|
34812
34810
|
"""
|
|
34813
34811
|
return self._WeightMode
|
|
@@ -34818,7 +34816,7 @@ class RoGroup(AbstractModel):
|
|
|
34818
34816
|
|
|
34819
34817
|
@property
|
|
34820
34818
|
def Weight(self):
|
|
34821
|
-
r"""
|
|
34819
|
+
r"""<p>该字段已经废弃,无意义。查看只读实例的权重,请查看 RoInstances 字段里的 Weight 值。</p>
|
|
34822
34820
|
:rtype: int
|
|
34823
34821
|
"""
|
|
34824
34822
|
return self._Weight
|
|
@@ -34829,7 +34827,7 @@ class RoGroup(AbstractModel):
|
|
|
34829
34827
|
|
|
34830
34828
|
@property
|
|
34831
34829
|
def RoInstances(self):
|
|
34832
|
-
r"""
|
|
34830
|
+
r"""<p>只读组中的只读实例详情。</p>
|
|
34833
34831
|
:rtype: list of RoInstanceInfo
|
|
34834
34832
|
"""
|
|
34835
34833
|
return self._RoInstances
|
|
@@ -34840,7 +34838,7 @@ class RoGroup(AbstractModel):
|
|
|
34840
34838
|
|
|
34841
34839
|
@property
|
|
34842
34840
|
def Vip(self):
|
|
34843
|
-
r"""
|
|
34841
|
+
r"""<p>只读组的内网 IP。</p>
|
|
34844
34842
|
:rtype: str
|
|
34845
34843
|
"""
|
|
34846
34844
|
return self._Vip
|
|
@@ -34851,7 +34849,7 @@ class RoGroup(AbstractModel):
|
|
|
34851
34849
|
|
|
34852
34850
|
@property
|
|
34853
34851
|
def Vport(self):
|
|
34854
|
-
r"""
|
|
34852
|
+
r"""<p>只读组的内网端口号。</p>
|
|
34855
34853
|
:rtype: int
|
|
34856
34854
|
"""
|
|
34857
34855
|
return self._Vport
|
|
@@ -34862,7 +34860,7 @@ class RoGroup(AbstractModel):
|
|
|
34862
34860
|
|
|
34863
34861
|
@property
|
|
34864
34862
|
def UniqVpcId(self):
|
|
34865
|
-
r"""
|
|
34863
|
+
r"""<p>私有网络 ID。</p>
|
|
34866
34864
|
:rtype: str
|
|
34867
34865
|
"""
|
|
34868
34866
|
return self._UniqVpcId
|
|
@@ -34873,7 +34871,7 @@ class RoGroup(AbstractModel):
|
|
|
34873
34871
|
|
|
34874
34872
|
@property
|
|
34875
34873
|
def UniqSubnetId(self):
|
|
34876
|
-
r"""
|
|
34874
|
+
r"""<p>子网 ID。</p>
|
|
34877
34875
|
:rtype: str
|
|
34878
34876
|
"""
|
|
34879
34877
|
return self._UniqSubnetId
|
|
@@ -34884,7 +34882,7 @@ class RoGroup(AbstractModel):
|
|
|
34884
34882
|
|
|
34885
34883
|
@property
|
|
34886
34884
|
def RoGroupRegion(self):
|
|
34887
|
-
r"""
|
|
34885
|
+
r"""<p>只读组所在的地域。</p>
|
|
34888
34886
|
:rtype: str
|
|
34889
34887
|
"""
|
|
34890
34888
|
return self._RoGroupRegion
|
|
@@ -34895,7 +34893,7 @@ class RoGroup(AbstractModel):
|
|
|
34895
34893
|
|
|
34896
34894
|
@property
|
|
34897
34895
|
def RoGroupZone(self):
|
|
34898
|
-
r"""
|
|
34896
|
+
r"""<p>只读组所在的可用区。</p>
|
|
34899
34897
|
:rtype: str
|
|
34900
34898
|
"""
|
|
34901
34899
|
return self._RoGroupZone
|
|
@@ -34906,7 +34904,7 @@ class RoGroup(AbstractModel):
|
|
|
34906
34904
|
|
|
34907
34905
|
@property
|
|
34908
34906
|
def DelayReplicationTime(self):
|
|
34909
|
-
r"""
|
|
34907
|
+
r"""<p>延迟复制时间。单位:秒。值范围:1-259200,整数。</p>
|
|
34910
34908
|
:rtype: int
|
|
34911
34909
|
"""
|
|
34912
34910
|
return self._DelayReplicationTime
|
|
@@ -39213,20 +39211,19 @@ class UpgradeDBInstanceEngineVersionRequest(AbstractModel):
|
|
|
39213
39211
|
|
|
39214
39212
|
def __init__(self):
|
|
39215
39213
|
r"""
|
|
39216
|
-
:param _InstanceId:
|
|
39214
|
+
:param _InstanceId: <p>实例 ID,格式如:cdb-c1nl9rpv 或者 cdbro-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同,可使用 <a href="https://cloud.tencent.com/document/api/236/15872">查询实例列表</a> 接口获取,其值为输出参数中字段 InstanceId 的值。</p>
|
|
39217
39215
|
:type InstanceId: str
|
|
39218
|
-
:param _EngineVersion:
|
|
39219
|
-
说明:不支持越级升级,升级后不支持降级。
|
|
39216
|
+
:param _EngineVersion: <p>主实例数据库引擎版本,支持值包括:5.6、5.7、8.0。<br>说明:不支持越级升级,升级后不支持降级。</p>
|
|
39220
39217
|
:type EngineVersion: str
|
|
39221
|
-
:param _WaitSwitch:
|
|
39218
|
+
:param _WaitSwitch: <p>切换访问新实例的方式,默认为 0。支持值包括:0 - 立刻切换,1 - 时间窗切换;当该值为 1 时,升级过程中,切换访问新实例的流程将会在时间窗内进行,或者用户主动调用接口 <a href="https://cloud.tencent.com/document/product/236/15864">切换访问新实例</a> 触发该流程。</p>
|
|
39222
39219
|
:type WaitSwitch: int
|
|
39223
|
-
:param _UpgradeSubversion:
|
|
39220
|
+
:param _UpgradeSubversion: <p>是否是内核子版本升级,支持的值:1 - 升级内核子版本;0 - 升级数据库引擎版本。无默认值,请指定要升级的版本类型。</p>
|
|
39224
39221
|
:type UpgradeSubversion: int
|
|
39225
|
-
:param _MaxDelayTime:
|
|
39222
|
+
:param _MaxDelayTime: <p>延迟阈值。取值范围:1 - 10。无默认值,不传此参数时,延迟阈值为0,表示延迟阈值不做设置。</p>
|
|
39226
39223
|
:type MaxDelayTime: int
|
|
39227
|
-
:param _IgnoreErrKeyword: 5.7升级8.0是否忽略关键字错误,取值范围[0,1],1表示忽略,0
|
|
39224
|
+
:param _IgnoreErrKeyword: <p>5.7升级8.0是否忽略关键字错误,取值范围[0,1],1表示忽略,0表示不忽略。无默认值,不传此参数表示不做处理。</p>
|
|
39228
39225
|
:type IgnoreErrKeyword: int
|
|
39229
|
-
:param _ParamList:
|
|
39226
|
+
:param _ParamList: <p>版本升级支持指定参数</p>
|
|
39230
39227
|
:type ParamList: list of UpgradeEngineVersionParams
|
|
39231
39228
|
"""
|
|
39232
39229
|
self._InstanceId = None
|
|
@@ -39239,7 +39236,7 @@ class UpgradeDBInstanceEngineVersionRequest(AbstractModel):
|
|
|
39239
39236
|
|
|
39240
39237
|
@property
|
|
39241
39238
|
def InstanceId(self):
|
|
39242
|
-
r"""
|
|
39239
|
+
r"""<p>实例 ID,格式如:cdb-c1nl9rpv 或者 cdbro-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同,可使用 <a href="https://cloud.tencent.com/document/api/236/15872">查询实例列表</a> 接口获取,其值为输出参数中字段 InstanceId 的值。</p>
|
|
39243
39240
|
:rtype: str
|
|
39244
39241
|
"""
|
|
39245
39242
|
return self._InstanceId
|
|
@@ -39250,8 +39247,7 @@ class UpgradeDBInstanceEngineVersionRequest(AbstractModel):
|
|
|
39250
39247
|
|
|
39251
39248
|
@property
|
|
39252
39249
|
def EngineVersion(self):
|
|
39253
|
-
r"""
|
|
39254
|
-
说明:不支持越级升级,升级后不支持降级。
|
|
39250
|
+
r"""<p>主实例数据库引擎版本,支持值包括:5.6、5.7、8.0。<br>说明:不支持越级升级,升级后不支持降级。</p>
|
|
39255
39251
|
:rtype: str
|
|
39256
39252
|
"""
|
|
39257
39253
|
return self._EngineVersion
|
|
@@ -39262,7 +39258,7 @@ class UpgradeDBInstanceEngineVersionRequest(AbstractModel):
|
|
|
39262
39258
|
|
|
39263
39259
|
@property
|
|
39264
39260
|
def WaitSwitch(self):
|
|
39265
|
-
r"""
|
|
39261
|
+
r"""<p>切换访问新实例的方式,默认为 0。支持值包括:0 - 立刻切换,1 - 时间窗切换;当该值为 1 时,升级过程中,切换访问新实例的流程将会在时间窗内进行,或者用户主动调用接口 <a href="https://cloud.tencent.com/document/product/236/15864">切换访问新实例</a> 触发该流程。</p>
|
|
39266
39262
|
:rtype: int
|
|
39267
39263
|
"""
|
|
39268
39264
|
return self._WaitSwitch
|
|
@@ -39273,7 +39269,7 @@ class UpgradeDBInstanceEngineVersionRequest(AbstractModel):
|
|
|
39273
39269
|
|
|
39274
39270
|
@property
|
|
39275
39271
|
def UpgradeSubversion(self):
|
|
39276
|
-
r"""
|
|
39272
|
+
r"""<p>是否是内核子版本升级,支持的值:1 - 升级内核子版本;0 - 升级数据库引擎版本。无默认值,请指定要升级的版本类型。</p>
|
|
39277
39273
|
:rtype: int
|
|
39278
39274
|
"""
|
|
39279
39275
|
return self._UpgradeSubversion
|
|
@@ -39284,7 +39280,7 @@ class UpgradeDBInstanceEngineVersionRequest(AbstractModel):
|
|
|
39284
39280
|
|
|
39285
39281
|
@property
|
|
39286
39282
|
def MaxDelayTime(self):
|
|
39287
|
-
r"""
|
|
39283
|
+
r"""<p>延迟阈值。取值范围:1 - 10。无默认值,不传此参数时,延迟阈值为0,表示延迟阈值不做设置。</p>
|
|
39288
39284
|
:rtype: int
|
|
39289
39285
|
"""
|
|
39290
39286
|
return self._MaxDelayTime
|
|
@@ -39295,7 +39291,7 @@ class UpgradeDBInstanceEngineVersionRequest(AbstractModel):
|
|
|
39295
39291
|
|
|
39296
39292
|
@property
|
|
39297
39293
|
def IgnoreErrKeyword(self):
|
|
39298
|
-
r"""5.7升级8.0是否忽略关键字错误,取值范围[0,1],1表示忽略,0
|
|
39294
|
+
r"""<p>5.7升级8.0是否忽略关键字错误,取值范围[0,1],1表示忽略,0表示不忽略。无默认值,不传此参数表示不做处理。</p>
|
|
39299
39295
|
:rtype: int
|
|
39300
39296
|
"""
|
|
39301
39297
|
return self._IgnoreErrKeyword
|
|
@@ -39306,7 +39302,7 @@ class UpgradeDBInstanceEngineVersionRequest(AbstractModel):
|
|
|
39306
39302
|
|
|
39307
39303
|
@property
|
|
39308
39304
|
def ParamList(self):
|
|
39309
|
-
r"""
|
|
39305
|
+
r"""<p>版本升级支持指定参数</p>
|
|
39310
39306
|
:rtype: list of UpgradeEngineVersionParams
|
|
39311
39307
|
"""
|
|
39312
39308
|
return self._ParamList
|
|
@@ -39346,7 +39342,7 @@ class UpgradeDBInstanceEngineVersionResponse(AbstractModel):
|
|
|
39346
39342
|
|
|
39347
39343
|
def __init__(self):
|
|
39348
39344
|
r"""
|
|
39349
|
-
:param _AsyncRequestId:
|
|
39345
|
+
:param _AsyncRequestId: <p>异步任务 ID,可使用 <a href="https://cloud.tencent.com/document/api/236/20410">查询异步任务的执行结果</a> 获取其执行情况。</p>
|
|
39350
39346
|
:type AsyncRequestId: str
|
|
39351
39347
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
39352
39348
|
:type RequestId: str
|
|
@@ -39356,7 +39352,7 @@ class UpgradeDBInstanceEngineVersionResponse(AbstractModel):
|
|
|
39356
39352
|
|
|
39357
39353
|
@property
|
|
39358
39354
|
def AsyncRequestId(self):
|
|
39359
|
-
r"""
|
|
39355
|
+
r"""<p>异步任务 ID,可使用 <a href="https://cloud.tencent.com/document/api/236/20410">查询异步任务的执行结果</a> 获取其执行情况。</p>
|
|
39360
39356
|
:rtype: str
|
|
39361
39357
|
"""
|
|
39362
39358
|
return self._AsyncRequestId
|
|
@@ -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.59
|
|
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.59
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.59
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.47
|
|
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
|