tencentcloud-sdk-python-cdb 3.0.1241__tar.gz → 3.0.1256__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 (16) hide show
  1. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud/cdb/v20170320/models.py +26 -0
  5. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cdb-3.0.1256/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cdb-3.0.1241/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud/cdb/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud/cdb/v20170320/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
  13. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cdb-3.0.1241 → tencentcloud-sdk-python-cdb-3.0.1256}/tencentcloud_sdk_python_cdb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cdb
3
- Version: 3.0.1241
3
+ Version: 3.0.1256
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
@@ -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.0.1241"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1256"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cdb SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1241'
17
+ __version__ = '3.0.1256'
@@ -30920,6 +30920,10 @@ class UpgradeDBInstanceRequest(AbstractModel):
30920
30920
  :type ZoneId: str
30921
30921
  :param _RoTransType: 针对跨集群搬迁场景,选择同可用区RO的处理逻辑。together-同可用区RO跟随主实例迁移至目标可用区(默认选项),severally-同可用区RO保持原部署模式、不迁移至目标可用区。
30922
30922
  :type RoTransType: str
30923
+ :param _ClusterTopology: 集群版节点拓扑配置。
30924
+ :type ClusterTopology: :class:`tencentcloud.cdb.v20170320.models.ClusterTopology`
30925
+ :param _CheckFastUpgradeReboot: 检查原地升级是否需要重启,1 检查, 0 不检查。如果值为1,检查为原地升级需要重启,则会停止升级并进行返回提示,如果为原地升级不重启,则正常执行升级流程。
30926
+ :type CheckFastUpgradeReboot: int
30923
30927
  """
30924
30928
  self._InstanceId = None
30925
30929
  self._Memory = None
@@ -30938,6 +30942,8 @@ class UpgradeDBInstanceRequest(AbstractModel):
30938
30942
  self._CrossCluster = None
30939
30943
  self._ZoneId = None
30940
30944
  self._RoTransType = None
30945
+ self._ClusterTopology = None
30946
+ self._CheckFastUpgradeReboot = None
30941
30947
 
30942
30948
  @property
30943
30949
  def InstanceId(self):
@@ -31075,6 +31081,22 @@ class UpgradeDBInstanceRequest(AbstractModel):
31075
31081
  def RoTransType(self, RoTransType):
31076
31082
  self._RoTransType = RoTransType
31077
31083
 
31084
+ @property
31085
+ def ClusterTopology(self):
31086
+ return self._ClusterTopology
31087
+
31088
+ @ClusterTopology.setter
31089
+ def ClusterTopology(self, ClusterTopology):
31090
+ self._ClusterTopology = ClusterTopology
31091
+
31092
+ @property
31093
+ def CheckFastUpgradeReboot(self):
31094
+ return self._CheckFastUpgradeReboot
31095
+
31096
+ @CheckFastUpgradeReboot.setter
31097
+ def CheckFastUpgradeReboot(self, CheckFastUpgradeReboot):
31098
+ self._CheckFastUpgradeReboot = CheckFastUpgradeReboot
31099
+
31078
31100
 
31079
31101
  def _deserialize(self, params):
31080
31102
  self._InstanceId = params.get("InstanceId")
@@ -31094,6 +31116,10 @@ class UpgradeDBInstanceRequest(AbstractModel):
31094
31116
  self._CrossCluster = params.get("CrossCluster")
31095
31117
  self._ZoneId = params.get("ZoneId")
31096
31118
  self._RoTransType = params.get("RoTransType")
31119
+ if params.get("ClusterTopology") is not None:
31120
+ self._ClusterTopology = ClusterTopology()
31121
+ self._ClusterTopology._deserialize(params.get("ClusterTopology"))
31122
+ self._CheckFastUpgradeReboot = params.get("CheckFastUpgradeReboot")
31097
31123
  memeber_set = set(params.keys())
31098
31124
  for name, value in vars(self).items():
31099
31125
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cdb
3
- Version: 3.0.1241
3
+ Version: 3.0.1256
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1256
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1241