tencentcloud-sdk-python-cdb 3.1.121__tar.gz → 3.1.122__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-cdb might be problematic. Click here for more details.
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/setup.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud/cdb/v20170320/models.py +16 -30
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdb-3.1.122/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cdb-3.1.121/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/README.rst +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.122}/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.122
|
|
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.122
|
|
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.122,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cdb SDK for Python',
|
|
@@ -25,12 +25,9 @@ class Account(AbstractModel):
|
|
|
25
25
|
|
|
26
26
|
def __init__(self):
|
|
27
27
|
r"""
|
|
28
|
-
:param _User:
|
|
28
|
+
:param _User: <p>账号名,可输入1 - 32个字符。</p>
|
|
29
29
|
:type User: str
|
|
30
|
-
:param _Host:
|
|
31
|
-
说明:
|
|
32
|
-
1. IP 形式,支持填入%。
|
|
33
|
-
2. 多个主机以分隔符分隔,分隔符支持;,|换行符和空格。
|
|
30
|
+
:param _Host: <p>账号的主机。</p><p>IP 形式,支持填入%。</p>
|
|
34
31
|
:type Host: str
|
|
35
32
|
"""
|
|
36
33
|
self._User = None
|
|
@@ -38,7 +35,7 @@ class Account(AbstractModel):
|
|
|
38
35
|
|
|
39
36
|
@property
|
|
40
37
|
def User(self):
|
|
41
|
-
r"""
|
|
38
|
+
r"""<p>账号名,可输入1 - 32个字符。</p>
|
|
42
39
|
:rtype: str
|
|
43
40
|
"""
|
|
44
41
|
return self._User
|
|
@@ -49,10 +46,7 @@ class Account(AbstractModel):
|
|
|
49
46
|
|
|
50
47
|
@property
|
|
51
48
|
def Host(self):
|
|
52
|
-
r"""
|
|
53
|
-
说明:
|
|
54
|
-
1. IP 形式,支持填入%。
|
|
55
|
-
2. 多个主机以分隔符分隔,分隔符支持;,|换行符和空格。
|
|
49
|
+
r"""<p>账号的主机。</p><p>IP 形式,支持填入%。</p>
|
|
56
50
|
:rtype: str
|
|
57
51
|
"""
|
|
58
52
|
return self._Host
|
|
@@ -6455,19 +6449,15 @@ class CreateAccountsRequest(AbstractModel):
|
|
|
6455
6449
|
|
|
6456
6450
|
def __init__(self):
|
|
6457
6451
|
r"""
|
|
6458
|
-
:param _InstanceId:
|
|
6452
|
+
:param _InstanceId: <p>实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。</p>
|
|
6459
6453
|
:type InstanceId: str
|
|
6460
|
-
:param _Accounts:
|
|
6454
|
+
:param _Accounts: <p>云数据库账号。</p>
|
|
6461
6455
|
:type Accounts: list of Account
|
|
6462
|
-
:param _Password:
|
|
6463
|
-
说明:
|
|
6464
|
-
1. 在8 ~ 64位字符数以内(推荐12位以上)。
|
|
6465
|
-
2. 至少包含其中两项:小写字母 a ~ z 或 大写字母 A ~ Z。数字0 ~ 9。_+-,&=!@#$%^*().|。
|
|
6466
|
-
3. 不能包含非法字符。
|
|
6456
|
+
:param _Password: <p>新账户的密码。<br>说明:</p><ol><li>在8 ~ 64位字符数以内(推荐12位以上)。</li><li>至少包含其中两项:小写字母 a ~ z 或 大写字母 A ~ Z。数字0 ~ 9。_+-,&=!@#$%^*().|。</li><li>不能包含非法字符。</li></ol>
|
|
6467
6457
|
:type Password: str
|
|
6468
|
-
:param _Description:
|
|
6458
|
+
:param _Description: <p>备注信息。最多支持输入255个字符。</p>
|
|
6469
6459
|
:type Description: str
|
|
6470
|
-
:param _MaxUserConnections:
|
|
6460
|
+
:param _MaxUserConnections: <p>新账户最大可用连接数,默认值为10240,最大可设置值为10240。</p>
|
|
6471
6461
|
:type MaxUserConnections: int
|
|
6472
6462
|
"""
|
|
6473
6463
|
self._InstanceId = None
|
|
@@ -6478,7 +6468,7 @@ class CreateAccountsRequest(AbstractModel):
|
|
|
6478
6468
|
|
|
6479
6469
|
@property
|
|
6480
6470
|
def InstanceId(self):
|
|
6481
|
-
r"""
|
|
6471
|
+
r"""<p>实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。</p>
|
|
6482
6472
|
:rtype: str
|
|
6483
6473
|
"""
|
|
6484
6474
|
return self._InstanceId
|
|
@@ -6489,7 +6479,7 @@ class CreateAccountsRequest(AbstractModel):
|
|
|
6489
6479
|
|
|
6490
6480
|
@property
|
|
6491
6481
|
def Accounts(self):
|
|
6492
|
-
r"""
|
|
6482
|
+
r"""<p>云数据库账号。</p>
|
|
6493
6483
|
:rtype: list of Account
|
|
6494
6484
|
"""
|
|
6495
6485
|
return self._Accounts
|
|
@@ -6500,11 +6490,7 @@ class CreateAccountsRequest(AbstractModel):
|
|
|
6500
6490
|
|
|
6501
6491
|
@property
|
|
6502
6492
|
def Password(self):
|
|
6503
|
-
r"""
|
|
6504
|
-
说明:
|
|
6505
|
-
1. 在8 ~ 64位字符数以内(推荐12位以上)。
|
|
6506
|
-
2. 至少包含其中两项:小写字母 a ~ z 或 大写字母 A ~ Z。数字0 ~ 9。_+-,&=!@#$%^*().|。
|
|
6507
|
-
3. 不能包含非法字符。
|
|
6493
|
+
r"""<p>新账户的密码。<br>说明:</p><ol><li>在8 ~ 64位字符数以内(推荐12位以上)。</li><li>至少包含其中两项:小写字母 a ~ z 或 大写字母 A ~ Z。数字0 ~ 9。_+-,&=!@#$%^*().|。</li><li>不能包含非法字符。</li></ol>
|
|
6508
6494
|
:rtype: str
|
|
6509
6495
|
"""
|
|
6510
6496
|
return self._Password
|
|
@@ -6515,7 +6501,7 @@ class CreateAccountsRequest(AbstractModel):
|
|
|
6515
6501
|
|
|
6516
6502
|
@property
|
|
6517
6503
|
def Description(self):
|
|
6518
|
-
r"""
|
|
6504
|
+
r"""<p>备注信息。最多支持输入255个字符。</p>
|
|
6519
6505
|
:rtype: str
|
|
6520
6506
|
"""
|
|
6521
6507
|
return self._Description
|
|
@@ -6526,7 +6512,7 @@ class CreateAccountsRequest(AbstractModel):
|
|
|
6526
6512
|
|
|
6527
6513
|
@property
|
|
6528
6514
|
def MaxUserConnections(self):
|
|
6529
|
-
r"""
|
|
6515
|
+
r"""<p>新账户最大可用连接数,默认值为10240,最大可设置值为10240。</p>
|
|
6530
6516
|
:rtype: int
|
|
6531
6517
|
"""
|
|
6532
6518
|
return self._MaxUserConnections
|
|
@@ -6564,7 +6550,7 @@ class CreateAccountsResponse(AbstractModel):
|
|
|
6564
6550
|
|
|
6565
6551
|
def __init__(self):
|
|
6566
6552
|
r"""
|
|
6567
|
-
:param _AsyncRequestId:
|
|
6553
|
+
:param _AsyncRequestId: <p>异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。</p>
|
|
6568
6554
|
:type AsyncRequestId: str
|
|
6569
6555
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6570
6556
|
:type RequestId: str
|
|
@@ -6574,7 +6560,7 @@ class CreateAccountsResponse(AbstractModel):
|
|
|
6574
6560
|
|
|
6575
6561
|
@property
|
|
6576
6562
|
def AsyncRequestId(self):
|
|
6577
|
-
r"""
|
|
6563
|
+
r"""<p>异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。</p>
|
|
6578
6564
|
:rtype: str
|
|
6579
6565
|
"""
|
|
6580
6566
|
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.122
|
|
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.122
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.122
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.121
|
|
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
|