tencentcloud-sdk-python-cdb 3.1.102__tar.gz → 3.1.104__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud/cdb/v20170320/models.py +30 -0
  5. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cdb-3.1.104/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cdb-3.1.102/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud/cdb/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud/cdb/v20170320/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
  13. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cdb-3.1.102 → tencentcloud_sdk_python_cdb-3.1.104}/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.102
3
+ Version: 3.1.104
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.102
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.104
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.102,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.104,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cdb SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.102'
17
+ __version__ = '3.1.104'
@@ -20023,6 +20023,8 @@ class DescribeInstanceUpgradeTypeRequest(AbstractModel):
20023
20023
  :type NodeDistribution: :class:`tencentcloud.cdb.v20170320.models.NodeDistribution`
20024
20024
  :param _ClusterTopology: <p>云盘版的节点拓扑配置。Nodeld 信息可通过 <a href="https://cloud.tencent.com/document/api/236/105116">DescribeClusterInfo</a> 接口获取。</p>
20025
20025
  :type ClusterTopology: :class:`tencentcloud.cdb.v20170320.models.ClusterTopology`
20026
+ :param _DstFourthZone: <p>目标实例备机3可用区 ID。可使用 <a href="https://cloud.tencent.com/document/product/236/80281">DescribeCdbZoneConfig</a> 获取可用区 ID。</p>
20027
+ :type DstFourthZone: int
20026
20028
  """
20027
20029
  self._InstanceId = None
20028
20030
  self._DstCpu = None
@@ -20037,6 +20039,7 @@ class DescribeInstanceUpgradeTypeRequest(AbstractModel):
20037
20039
  self._DstZoneId = None
20038
20040
  self._NodeDistribution = None
20039
20041
  self._ClusterTopology = None
20042
+ self._DstFourthZone = None
20040
20043
 
20041
20044
  @property
20042
20045
  def InstanceId(self):
@@ -20181,6 +20184,17 @@ class DescribeInstanceUpgradeTypeRequest(AbstractModel):
20181
20184
  def ClusterTopology(self, ClusterTopology):
20182
20185
  self._ClusterTopology = ClusterTopology
20183
20186
 
20187
+ @property
20188
+ def DstFourthZone(self):
20189
+ r"""<p>目标实例备机3可用区 ID。可使用 <a href="https://cloud.tencent.com/document/product/236/80281">DescribeCdbZoneConfig</a> 获取可用区 ID。</p>
20190
+ :rtype: int
20191
+ """
20192
+ return self._DstFourthZone
20193
+
20194
+ @DstFourthZone.setter
20195
+ def DstFourthZone(self, DstFourthZone):
20196
+ self._DstFourthZone = DstFourthZone
20197
+
20184
20198
 
20185
20199
  def _deserialize(self, params):
20186
20200
  self._InstanceId = params.get("InstanceId")
@@ -20200,6 +20214,7 @@ class DescribeInstanceUpgradeTypeRequest(AbstractModel):
20200
20214
  if params.get("ClusterTopology") is not None:
20201
20215
  self._ClusterTopology = ClusterTopology()
20202
20216
  self._ClusterTopology._deserialize(params.get("ClusterTopology"))
20217
+ self._DstFourthZone = params.get("DstFourthZone")
20203
20218
  memeber_set = set(params.keys())
20204
20219
  for name, value in vars(self).items():
20205
20220
  property_name = name[1:]
@@ -39554,6 +39569,8 @@ class UpgradeDBInstanceRequest(AbstractModel):
39554
39569
  :type CheckFastUpgradeReboot: int
39555
39570
  :param _DataCheckSensitive: <p>数据校验敏感度,非极速变配时使用此参数,敏感度根据当前实例规格计算迁移过程中的数据对比使用的cpu资源<br>对应的选项为: &quot;high&quot;、&quot;normal&quot;、&quot;low&quot;,默认为空<br>参数详解,:<br>&quot;high&quot;: 对应控制台中的高,数据库负载过高不建议使用<br>&quot;normal&quot;:对应控制台中的标准<br>&quot;low&quot;:对应控制台中的低</p>
39556
39571
  :type DataCheckSensitive: str
39572
+ :param _FourthZone: <p>备库 3 的可用区信息,默认为空,购买四节点主实例时可指定该参数。</p>
39573
+ :type FourthZone: str
39557
39574
  """
39558
39575
  self._InstanceId = None
39559
39576
  self._Memory = None
@@ -39575,6 +39592,7 @@ class UpgradeDBInstanceRequest(AbstractModel):
39575
39592
  self._ClusterTopology = None
39576
39593
  self._CheckFastUpgradeReboot = None
39577
39594
  self._DataCheckSensitive = None
39595
+ self._FourthZone = None
39578
39596
 
39579
39597
  @property
39580
39598
  def InstanceId(self):
@@ -39796,6 +39814,17 @@ class UpgradeDBInstanceRequest(AbstractModel):
39796
39814
  def DataCheckSensitive(self, DataCheckSensitive):
39797
39815
  self._DataCheckSensitive = DataCheckSensitive
39798
39816
 
39817
+ @property
39818
+ def FourthZone(self):
39819
+ r"""<p>备库 3 的可用区信息,默认为空,购买四节点主实例时可指定该参数。</p>
39820
+ :rtype: str
39821
+ """
39822
+ return self._FourthZone
39823
+
39824
+ @FourthZone.setter
39825
+ def FourthZone(self, FourthZone):
39826
+ self._FourthZone = FourthZone
39827
+
39799
39828
 
39800
39829
  def _deserialize(self, params):
39801
39830
  self._InstanceId = params.get("InstanceId")
@@ -39820,6 +39849,7 @@ class UpgradeDBInstanceRequest(AbstractModel):
39820
39849
  self._ClusterTopology._deserialize(params.get("ClusterTopology"))
39821
39850
  self._CheckFastUpgradeReboot = params.get("CheckFastUpgradeReboot")
39822
39851
  self._DataCheckSensitive = params.get("DataCheckSensitive")
39852
+ self._FourthZone = params.get("FourthZone")
39823
39853
  memeber_set = set(params.keys())
39824
39854
  for name, value in vars(self).items():
39825
39855
  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.102
3
+ Version: 3.1.104
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.102
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.104
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.104
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.102