tencentcloud-sdk-python-cdb 3.1.47__tar.gz → 3.1.54__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.54}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/setup.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud/cdb/v20170320/models.py +32 -34
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdb-3.1.54/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.54}/README.rst +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.47 → tencentcloud_sdk_python_cdb-3.1.54}/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.54
|
|
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.54
|
|
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.54,<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
|
|
@@ -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.54
|
|
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.54
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.54
|
|
@@ -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
|