tencentcloud-sdk-python-cdb 3.1.121__tar.gz → 3.1.124__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.121 → tencentcloud_sdk_python_cdb-3.1.124}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/setup.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud/cdb/v20170320/models.py +32 -46
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdb-3.1.124/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.124}/README.rst +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.121 → tencentcloud_sdk_python_cdb-3.1.124}/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.124
|
|
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.124
|
|
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.124,<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
|
|
@@ -82,21 +76,21 @@ class AccountInfo(AbstractModel):
|
|
|
82
76
|
|
|
83
77
|
def __init__(self):
|
|
84
78
|
r"""
|
|
85
|
-
:param _Notes:
|
|
79
|
+
:param _Notes: <p>账号备注信息</p>
|
|
86
80
|
:type Notes: str
|
|
87
|
-
:param _Host:
|
|
81
|
+
:param _Host: <p>账号的域名</p>
|
|
88
82
|
:type Host: str
|
|
89
|
-
:param _User:
|
|
83
|
+
:param _User: <p>账号的名称</p>
|
|
90
84
|
:type User: str
|
|
91
|
-
:param _ModifyTime:
|
|
85
|
+
:param _ModifyTime: <p>账号信息修改时间</p>
|
|
92
86
|
:type ModifyTime: str
|
|
93
|
-
:param _ModifyPasswordTime:
|
|
87
|
+
:param _ModifyPasswordTime: <p>修改密码的时间</p>
|
|
94
88
|
:type ModifyPasswordTime: str
|
|
95
|
-
:param _CreateTime:
|
|
89
|
+
:param _CreateTime: <p>该值已废弃</p>
|
|
96
90
|
:type CreateTime: str
|
|
97
|
-
:param _MaxUserConnections:
|
|
91
|
+
:param _MaxUserConnections: <p>用户最大可用实例连接数</p>
|
|
98
92
|
:type MaxUserConnections: int
|
|
99
|
-
:param _OpenCam:
|
|
93
|
+
:param _OpenCam: <p>用户账号是否开启了密码轮转</p>
|
|
100
94
|
:type OpenCam: bool
|
|
101
95
|
"""
|
|
102
96
|
self._Notes = None
|
|
@@ -110,7 +104,7 @@ class AccountInfo(AbstractModel):
|
|
|
110
104
|
|
|
111
105
|
@property
|
|
112
106
|
def Notes(self):
|
|
113
|
-
r"""
|
|
107
|
+
r"""<p>账号备注信息</p>
|
|
114
108
|
:rtype: str
|
|
115
109
|
"""
|
|
116
110
|
return self._Notes
|
|
@@ -121,7 +115,7 @@ class AccountInfo(AbstractModel):
|
|
|
121
115
|
|
|
122
116
|
@property
|
|
123
117
|
def Host(self):
|
|
124
|
-
r"""
|
|
118
|
+
r"""<p>账号的域名</p>
|
|
125
119
|
:rtype: str
|
|
126
120
|
"""
|
|
127
121
|
return self._Host
|
|
@@ -132,7 +126,7 @@ class AccountInfo(AbstractModel):
|
|
|
132
126
|
|
|
133
127
|
@property
|
|
134
128
|
def User(self):
|
|
135
|
-
r"""
|
|
129
|
+
r"""<p>账号的名称</p>
|
|
136
130
|
:rtype: str
|
|
137
131
|
"""
|
|
138
132
|
return self._User
|
|
@@ -143,7 +137,7 @@ class AccountInfo(AbstractModel):
|
|
|
143
137
|
|
|
144
138
|
@property
|
|
145
139
|
def ModifyTime(self):
|
|
146
|
-
r"""
|
|
140
|
+
r"""<p>账号信息修改时间</p>
|
|
147
141
|
:rtype: str
|
|
148
142
|
"""
|
|
149
143
|
return self._ModifyTime
|
|
@@ -154,7 +148,7 @@ class AccountInfo(AbstractModel):
|
|
|
154
148
|
|
|
155
149
|
@property
|
|
156
150
|
def ModifyPasswordTime(self):
|
|
157
|
-
r"""
|
|
151
|
+
r"""<p>修改密码的时间</p>
|
|
158
152
|
:rtype: str
|
|
159
153
|
"""
|
|
160
154
|
return self._ModifyPasswordTime
|
|
@@ -167,7 +161,7 @@ class AccountInfo(AbstractModel):
|
|
|
167
161
|
def CreateTime(self):
|
|
168
162
|
warnings.warn("parameter `CreateTime` is deprecated", DeprecationWarning)
|
|
169
163
|
|
|
170
|
-
r"""
|
|
164
|
+
r"""<p>该值已废弃</p>
|
|
171
165
|
:rtype: str
|
|
172
166
|
"""
|
|
173
167
|
return self._CreateTime
|
|
@@ -180,7 +174,7 @@ class AccountInfo(AbstractModel):
|
|
|
180
174
|
|
|
181
175
|
@property
|
|
182
176
|
def MaxUserConnections(self):
|
|
183
|
-
r"""
|
|
177
|
+
r"""<p>用户最大可用实例连接数</p>
|
|
184
178
|
:rtype: int
|
|
185
179
|
"""
|
|
186
180
|
return self._MaxUserConnections
|
|
@@ -191,7 +185,7 @@ class AccountInfo(AbstractModel):
|
|
|
191
185
|
|
|
192
186
|
@property
|
|
193
187
|
def OpenCam(self):
|
|
194
|
-
r"""
|
|
188
|
+
r"""<p>用户账号是否开启了密码轮转</p>
|
|
195
189
|
:rtype: bool
|
|
196
190
|
"""
|
|
197
191
|
return self._OpenCam
|
|
@@ -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.124
|
|
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.124
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.124
|
|
@@ -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
|