tencentcloud-sdk-python-cynosdb 3.1.60__tar.gz → 3.1.64__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_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  5. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud/cynosdb/v20190107/models.py +65 -29
  6. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud_sdk_python_cynosdb.egg-info/PKG-INFO +2 -2
  7. tencentcloud_sdk_python_cynosdb-3.1.64/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +1 -0
  8. tencentcloud_sdk_python_cynosdb-3.1.60/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +0 -1
  9. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/README.rst +0 -0
  10. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/setup.cfg +0 -0
  11. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud/cynosdb/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud/cynosdb/v20190107/__init__.py +0 -0
  13. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud/cynosdb/v20190107/cynosdb_client.py +0 -0
  14. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +0 -0
  15. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud_sdk_python_cynosdb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud_sdk_python_cynosdb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cynosdb-3.1.60 → tencentcloud_sdk_python_cynosdb-3.1.64}/tencentcloud_sdk_python_cynosdb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cynosdb
3
- Version: 3.1.60
3
+ Version: 3.1.64
4
4
  Summary: Tencent Cloud Cynosdb 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.60
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
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-cynosdb',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.60,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.64,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cynosdb SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.60'
17
+ __version__ = '3.1.64'
@@ -392,6 +392,9 @@ OPERATIONDENIED_SERVERLESSINSTANCESTATUSDENIED = 'OperationDenied.ServerlessInst
392
392
  # 任务冲突检查不通过。
393
393
  OPERATIONDENIED_TASKCONFLICTERROR = 'OperationDenied.TaskConflictError'
394
394
 
395
+ # 业务检查失败:{{1}}
396
+ OPERATIONDENIED_TRADEBUSINESSCHECKERROR = 'OperationDenied.TradeBusinessCheckError'
397
+
395
398
  # 不支持该类型规格售卖
396
399
  OPERATIONDENIED_UNSUPPORTSALESPECERROR = 'OperationDenied.UnSupportSaleSpecError'
397
400
 
@@ -228,23 +228,26 @@ class Account(AbstractModel):
228
228
  r"""
229
229
  :param _AccountName: 数据库账号名
230
230
  :type AccountName: str
231
+ :param _Host: 主机
232
+ :type Host: str
231
233
  :param _Description: 数据库账号描述
232
234
  :type Description: str
233
235
  :param _CreateTime: 创建时间
234
236
  :type CreateTime: str
235
237
  :param _UpdateTime: 更新时间
236
238
  :type UpdateTime: str
237
- :param _Host: 主机
238
- :type Host: str
239
239
  :param _MaxUserConnections: 用户最大连接数
240
240
  :type MaxUserConnections: int
241
+ :param _PasswordRotation: 是否开启密码轮转(0:关闭;1:开启)
242
+ :type PasswordRotation: int
241
243
  """
242
244
  self._AccountName = None
245
+ self._Host = None
243
246
  self._Description = None
244
247
  self._CreateTime = None
245
248
  self._UpdateTime = None
246
- self._Host = None
247
249
  self._MaxUserConnections = None
250
+ self._PasswordRotation = None
248
251
 
249
252
  @property
250
253
  def AccountName(self):
@@ -257,6 +260,17 @@ class Account(AbstractModel):
257
260
  def AccountName(self, AccountName):
258
261
  self._AccountName = AccountName
259
262
 
263
+ @property
264
+ def Host(self):
265
+ r"""主机
266
+ :rtype: str
267
+ """
268
+ return self._Host
269
+
270
+ @Host.setter
271
+ def Host(self, Host):
272
+ self._Host = Host
273
+
260
274
  @property
261
275
  def Description(self):
262
276
  r"""数据库账号描述
@@ -290,17 +304,6 @@ class Account(AbstractModel):
290
304
  def UpdateTime(self, UpdateTime):
291
305
  self._UpdateTime = UpdateTime
292
306
 
293
- @property
294
- def Host(self):
295
- r"""主机
296
- :rtype: str
297
- """
298
- return self._Host
299
-
300
- @Host.setter
301
- def Host(self, Host):
302
- self._Host = Host
303
-
304
307
  @property
305
308
  def MaxUserConnections(self):
306
309
  r"""用户最大连接数
@@ -312,14 +315,26 @@ class Account(AbstractModel):
312
315
  def MaxUserConnections(self, MaxUserConnections):
313
316
  self._MaxUserConnections = MaxUserConnections
314
317
 
318
+ @property
319
+ def PasswordRotation(self):
320
+ r"""是否开启密码轮转(0:关闭;1:开启)
321
+ :rtype: int
322
+ """
323
+ return self._PasswordRotation
324
+
325
+ @PasswordRotation.setter
326
+ def PasswordRotation(self, PasswordRotation):
327
+ self._PasswordRotation = PasswordRotation
328
+
315
329
 
316
330
  def _deserialize(self, params):
317
331
  self._AccountName = params.get("AccountName")
332
+ self._Host = params.get("Host")
318
333
  self._Description = params.get("Description")
319
334
  self._CreateTime = params.get("CreateTime")
320
335
  self._UpdateTime = params.get("UpdateTime")
321
- self._Host = params.get("Host")
322
336
  self._MaxUserConnections = params.get("MaxUserConnections")
337
+ self._PasswordRotation = params.get("PasswordRotation")
323
338
  memeber_set = set(params.keys())
324
339
  for name, value in vars(self).items():
325
340
  property_name = name[1:]
@@ -26377,7 +26392,8 @@ class DescribeProxiesRequest(AbstractModel):
26377
26392
  <li> ASC:升序排序 </li>
26378
26393
  <li> DESC:降序排序 </li>
26379
26394
  :type OrderByType: str
26380
- :param _Filters: 搜索条件,若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
26395
+ :param _Filters: 搜索条件,若存在多个 Filter 时,Filter 间的关系为逻辑与(AND)关系。
26396
+ 说明:此参数当前仅支持 Status 和 ProxyGroupId 两种过滤条件。
26381
26397
  :type Filters: list of QueryParamFilter
26382
26398
  """
26383
26399
  self._ClusterId = None
@@ -26448,7 +26464,8 @@ class DescribeProxiesRequest(AbstractModel):
26448
26464
 
26449
26465
  @property
26450
26466
  def Filters(self):
26451
- r"""搜索条件,若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
26467
+ r"""搜索条件,若存在多个 Filter 时,Filter 间的关系为逻辑与(AND)关系。
26468
+ 说明:此参数当前仅支持 Status 和 ProxyGroupId 两种过滤条件。
26452
26469
  :rtype: list of QueryParamFilter
26453
26470
  """
26454
26471
  return self._Filters
@@ -43788,7 +43805,7 @@ class NetAddr(AbstractModel):
43788
43805
 
43789
43806
 
43790
43807
  class NewAccount(AbstractModel):
43791
- r"""x08新创建的账号
43808
+ r"""新建账号
43792
43809
 
43793
43810
  """
43794
43811
 
@@ -43796,18 +43813,21 @@ class NewAccount(AbstractModel):
43796
43813
  r"""
43797
43814
  :param _AccountName: 账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-30
43798
43815
  :type AccountName: str
43799
- :param _AccountPassword: 密码,密码长度范围为8到64个字符
43800
- :type AccountPassword: str
43801
43816
  :param _Host: 主机(%或ipv4地址)
43802
43817
  :type Host: str
43818
+ :param _AccountPassword: 密码,密码长度范围为8到64个字符
43819
+ :type AccountPassword: str
43820
+ :param _PasswordRotation: 是否开启密码轮转(0:关闭;1:开启)
43821
+ :type PasswordRotation: int
43803
43822
  :param _Description: 描述
43804
43823
  :type Description: str
43805
43824
  :param _MaxUserConnections: 用户最大连接数,不能大于10240
43806
43825
  :type MaxUserConnections: int
43807
43826
  """
43808
43827
  self._AccountName = None
43809
- self._AccountPassword = None
43810
43828
  self._Host = None
43829
+ self._AccountPassword = None
43830
+ self._PasswordRotation = None
43811
43831
  self._Description = None
43812
43832
  self._MaxUserConnections = None
43813
43833
 
@@ -43822,6 +43842,17 @@ class NewAccount(AbstractModel):
43822
43842
  def AccountName(self, AccountName):
43823
43843
  self._AccountName = AccountName
43824
43844
 
43845
+ @property
43846
+ def Host(self):
43847
+ r"""主机(%或ipv4地址)
43848
+ :rtype: str
43849
+ """
43850
+ return self._Host
43851
+
43852
+ @Host.setter
43853
+ def Host(self, Host):
43854
+ self._Host = Host
43855
+
43825
43856
  @property
43826
43857
  def AccountPassword(self):
43827
43858
  r"""密码,密码长度范围为8到64个字符
@@ -43834,15 +43865,15 @@ class NewAccount(AbstractModel):
43834
43865
  self._AccountPassword = AccountPassword
43835
43866
 
43836
43867
  @property
43837
- def Host(self):
43838
- r"""主机(%或ipv4地址)
43839
- :rtype: str
43868
+ def PasswordRotation(self):
43869
+ r"""是否开启密码轮转(0:关闭;1:开启)
43870
+ :rtype: int
43840
43871
  """
43841
- return self._Host
43872
+ return self._PasswordRotation
43842
43873
 
43843
- @Host.setter
43844
- def Host(self, Host):
43845
- self._Host = Host
43874
+ @PasswordRotation.setter
43875
+ def PasswordRotation(self, PasswordRotation):
43876
+ self._PasswordRotation = PasswordRotation
43846
43877
 
43847
43878
  @property
43848
43879
  def Description(self):
@@ -43869,8 +43900,9 @@ class NewAccount(AbstractModel):
43869
43900
 
43870
43901
  def _deserialize(self, params):
43871
43902
  self._AccountName = params.get("AccountName")
43872
- self._AccountPassword = params.get("AccountPassword")
43873
43903
  self._Host = params.get("Host")
43904
+ self._AccountPassword = params.get("AccountPassword")
43905
+ self._PasswordRotation = params.get("PasswordRotation")
43874
43906
  self._Description = params.get("Description")
43875
43907
  self._MaxUserConnections = params.get("MaxUserConnections")
43876
43908
  memeber_set = set(params.keys())
@@ -56284,6 +56316,8 @@ class UpgradeInstanceRequest(AbstractModel):
56284
56316
  :param _UpgradeType: 升级类型:upgradeImmediate,upgradeInMaintain
56285
56317
  :type UpgradeType: str
56286
56318
  :param _DeviceType: 实例机器类型
56319
+ 1. common,通用型。
56320
+ 2. exclusive,独享型。
56287
56321
  :type DeviceType: str
56288
56322
  :param _StorageLimit: 该参数已废弃
56289
56323
  :type StorageLimit: int
@@ -56357,6 +56391,8 @@ class UpgradeInstanceRequest(AbstractModel):
56357
56391
  @property
56358
56392
  def DeviceType(self):
56359
56393
  r"""实例机器类型
56394
+ 1. common,通用型。
56395
+ 2. exclusive,独享型。
56360
56396
  :rtype: str
56361
56397
  """
56362
56398
  return self._DeviceType
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cynosdb
3
- Version: 3.1.60
3
+ Version: 3.1.64
4
4
  Summary: Tencent Cloud Cynosdb 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.60
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.64
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.60