tencentcloud-sdk-python-cdb 3.1.112__tar.gz → 3.1.121__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.112 → tencentcloud_sdk_python_cdb-3.1.121}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/setup.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud/cdb/v20170320/models.py +42 -46
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdb-3.1.121/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cdb-3.1.112/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/README.rst +0 -0
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.112 → tencentcloud_sdk_python_cdb-3.1.121}/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.121
|
|
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.121
|
|
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.121,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cdb SDK for Python',
|
|
@@ -7359,47 +7359,45 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7359
7359
|
|
|
7360
7360
|
def __init__(self):
|
|
7361
7361
|
r"""
|
|
7362
|
-
:param _ProxyGroupId:
|
|
7362
|
+
:param _ProxyGroupId: <p>代理组 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
|
|
7363
7363
|
:type ProxyGroupId: str
|
|
7364
|
-
:param _WeightMode:
|
|
7365
|
-
系统自动分配:"system", 自定义:"custom"
|
|
7364
|
+
:param _WeightMode: <p>权重分配模式,<br>系统自动分配:"system", 自定义:"custom"</p>
|
|
7366
7365
|
:type WeightMode: str
|
|
7367
|
-
:param _IsKickOut:
|
|
7366
|
+
:param _IsKickOut: <p>是否开启延迟剔除,取值:"true" | "false"</p>
|
|
7368
7367
|
:type IsKickOut: bool
|
|
7369
|
-
:param _MinCount:
|
|
7368
|
+
:param _MinCount: <p>最小保留数量,最小取值:0</p>
|
|
7370
7369
|
:type MinCount: int
|
|
7371
|
-
:param _MaxDelay:
|
|
7370
|
+
:param _MaxDelay: <p>延迟剔除阈值,最小取值:1,范围:1 - 10000,整数。</p>
|
|
7372
7371
|
:type MaxDelay: int
|
|
7373
|
-
:param _FailOver:
|
|
7372
|
+
:param _FailOver: <p>是否开启故障转移,取值:"true" | "false"</p>
|
|
7374
7373
|
:type FailOver: bool
|
|
7375
|
-
:param _AutoAddRo:
|
|
7374
|
+
:param _AutoAddRo: <p>是否自动添加RO,取值:"true" | "false"</p>
|
|
7376
7375
|
:type AutoAddRo: bool
|
|
7377
|
-
:param _ReadOnly:
|
|
7376
|
+
:param _ReadOnly: <p>是否是只读,取值:"true" | "false"</p>
|
|
7378
7377
|
:type ReadOnly: bool
|
|
7379
|
-
:param _TransSplit:
|
|
7378
|
+
:param _TransSplit: <p>是否开启事务分离,取值:"true" | "false"</p>
|
|
7380
7379
|
:type TransSplit: bool
|
|
7381
|
-
:param _ProxyAllocation:
|
|
7380
|
+
:param _ProxyAllocation: <p>读写权重分配</p>
|
|
7382
7381
|
:type ProxyAllocation: list of ProxyAllocation
|
|
7383
|
-
:param _UniqVpcId:
|
|
7382
|
+
:param _UniqVpcId: <p>私有网络 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。</p>
|
|
7384
7383
|
:type UniqVpcId: str
|
|
7385
|
-
:param _UniqSubnetId:
|
|
7384
|
+
:param _UniqSubnetId: <p>私有子网 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。</p>
|
|
7386
7385
|
:type UniqSubnetId: str
|
|
7387
|
-
:param _ConnectionPool:
|
|
7388
|
-
注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
|
|
7386
|
+
:param _ConnectionPool: <p>是否开启连接池。默认关闭。<br>注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。</p>
|
|
7389
7387
|
:type ConnectionPool: bool
|
|
7390
|
-
:param _Desc:
|
|
7388
|
+
:param _Desc: <p>描述</p>
|
|
7391
7389
|
:type Desc: str
|
|
7392
|
-
:param _Vip: IP 地址。不填则默认为所选 VPC 下支持的随机一个 IP
|
|
7390
|
+
:param _Vip: <p>IP 地址。不填则默认为所选 VPC 下支持的随机一个 IP。</p>
|
|
7393
7391
|
:type Vip: str
|
|
7394
|
-
:param _VPort:
|
|
7392
|
+
:param _VPort: <p>端口。默认值3306。</p>
|
|
7395
7393
|
:type VPort: int
|
|
7396
|
-
:param _SecurityGroup:
|
|
7394
|
+
:param _SecurityGroup: <p>安全组</p>
|
|
7397
7395
|
:type SecurityGroup: list of str
|
|
7398
|
-
:param _ConnectionPoolType:
|
|
7396
|
+
:param _ConnectionPoolType: <p>连接池类型。可选值 transaction(事务级别连接池),connection(会话级别连接池),ConnectionPool 为 true 时生效。默认值:connection。</p>
|
|
7399
7397
|
:type ConnectionPoolType: str
|
|
7400
|
-
:param _AutoLoadBalance:
|
|
7398
|
+
:param _AutoLoadBalance: <p>是否开启自适应负载均衡。默认关闭。</p>
|
|
7401
7399
|
:type AutoLoadBalance: bool
|
|
7402
|
-
:param _AccessMode:
|
|
7400
|
+
:param _AccessMode: <p>接入模式。nearBy - 就近访问,balance - 均衡分配,默认值:nearBy。</p>
|
|
7403
7401
|
:type AccessMode: str
|
|
7404
7402
|
"""
|
|
7405
7403
|
self._ProxyGroupId = None
|
|
@@ -7425,7 +7423,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7425
7423
|
|
|
7426
7424
|
@property
|
|
7427
7425
|
def ProxyGroupId(self):
|
|
7428
|
-
r"""
|
|
7426
|
+
r"""<p>代理组 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
|
|
7429
7427
|
:rtype: str
|
|
7430
7428
|
"""
|
|
7431
7429
|
return self._ProxyGroupId
|
|
@@ -7436,8 +7434,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7436
7434
|
|
|
7437
7435
|
@property
|
|
7438
7436
|
def WeightMode(self):
|
|
7439
|
-
r"""
|
|
7440
|
-
系统自动分配:"system", 自定义:"custom"
|
|
7437
|
+
r"""<p>权重分配模式,<br>系统自动分配:"system", 自定义:"custom"</p>
|
|
7441
7438
|
:rtype: str
|
|
7442
7439
|
"""
|
|
7443
7440
|
return self._WeightMode
|
|
@@ -7448,7 +7445,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7448
7445
|
|
|
7449
7446
|
@property
|
|
7450
7447
|
def IsKickOut(self):
|
|
7451
|
-
r"""
|
|
7448
|
+
r"""<p>是否开启延迟剔除,取值:"true" | "false"</p>
|
|
7452
7449
|
:rtype: bool
|
|
7453
7450
|
"""
|
|
7454
7451
|
return self._IsKickOut
|
|
@@ -7459,7 +7456,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7459
7456
|
|
|
7460
7457
|
@property
|
|
7461
7458
|
def MinCount(self):
|
|
7462
|
-
r"""
|
|
7459
|
+
r"""<p>最小保留数量,最小取值:0</p>
|
|
7463
7460
|
:rtype: int
|
|
7464
7461
|
"""
|
|
7465
7462
|
return self._MinCount
|
|
@@ -7470,7 +7467,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7470
7467
|
|
|
7471
7468
|
@property
|
|
7472
7469
|
def MaxDelay(self):
|
|
7473
|
-
r"""
|
|
7470
|
+
r"""<p>延迟剔除阈值,最小取值:1,范围:1 - 10000,整数。</p>
|
|
7474
7471
|
:rtype: int
|
|
7475
7472
|
"""
|
|
7476
7473
|
return self._MaxDelay
|
|
@@ -7481,7 +7478,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7481
7478
|
|
|
7482
7479
|
@property
|
|
7483
7480
|
def FailOver(self):
|
|
7484
|
-
r"""
|
|
7481
|
+
r"""<p>是否开启故障转移,取值:"true" | "false"</p>
|
|
7485
7482
|
:rtype: bool
|
|
7486
7483
|
"""
|
|
7487
7484
|
return self._FailOver
|
|
@@ -7492,7 +7489,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7492
7489
|
|
|
7493
7490
|
@property
|
|
7494
7491
|
def AutoAddRo(self):
|
|
7495
|
-
r"""
|
|
7492
|
+
r"""<p>是否自动添加RO,取值:"true" | "false"</p>
|
|
7496
7493
|
:rtype: bool
|
|
7497
7494
|
"""
|
|
7498
7495
|
return self._AutoAddRo
|
|
@@ -7503,7 +7500,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7503
7500
|
|
|
7504
7501
|
@property
|
|
7505
7502
|
def ReadOnly(self):
|
|
7506
|
-
r"""
|
|
7503
|
+
r"""<p>是否是只读,取值:"true" | "false"</p>
|
|
7507
7504
|
:rtype: bool
|
|
7508
7505
|
"""
|
|
7509
7506
|
return self._ReadOnly
|
|
@@ -7514,7 +7511,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7514
7511
|
|
|
7515
7512
|
@property
|
|
7516
7513
|
def TransSplit(self):
|
|
7517
|
-
r"""
|
|
7514
|
+
r"""<p>是否开启事务分离,取值:"true" | "false"</p>
|
|
7518
7515
|
:rtype: bool
|
|
7519
7516
|
"""
|
|
7520
7517
|
return self._TransSplit
|
|
@@ -7525,7 +7522,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7525
7522
|
|
|
7526
7523
|
@property
|
|
7527
7524
|
def ProxyAllocation(self):
|
|
7528
|
-
r"""
|
|
7525
|
+
r"""<p>读写权重分配</p>
|
|
7529
7526
|
:rtype: list of ProxyAllocation
|
|
7530
7527
|
"""
|
|
7531
7528
|
return self._ProxyAllocation
|
|
@@ -7536,7 +7533,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7536
7533
|
|
|
7537
7534
|
@property
|
|
7538
7535
|
def UniqVpcId(self):
|
|
7539
|
-
r"""
|
|
7536
|
+
r"""<p>私有网络 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。</p>
|
|
7540
7537
|
:rtype: str
|
|
7541
7538
|
"""
|
|
7542
7539
|
return self._UniqVpcId
|
|
@@ -7547,7 +7544,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7547
7544
|
|
|
7548
7545
|
@property
|
|
7549
7546
|
def UniqSubnetId(self):
|
|
7550
|
-
r"""
|
|
7547
|
+
r"""<p>私有子网 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。</p>
|
|
7551
7548
|
:rtype: str
|
|
7552
7549
|
"""
|
|
7553
7550
|
return self._UniqSubnetId
|
|
@@ -7558,8 +7555,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7558
7555
|
|
|
7559
7556
|
@property
|
|
7560
7557
|
def ConnectionPool(self):
|
|
7561
|
-
r"""
|
|
7562
|
-
注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
|
|
7558
|
+
r"""<p>是否开启连接池。默认关闭。<br>注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。</p>
|
|
7563
7559
|
:rtype: bool
|
|
7564
7560
|
"""
|
|
7565
7561
|
return self._ConnectionPool
|
|
@@ -7570,7 +7566,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7570
7566
|
|
|
7571
7567
|
@property
|
|
7572
7568
|
def Desc(self):
|
|
7573
|
-
r"""
|
|
7569
|
+
r"""<p>描述</p>
|
|
7574
7570
|
:rtype: str
|
|
7575
7571
|
"""
|
|
7576
7572
|
return self._Desc
|
|
@@ -7581,7 +7577,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7581
7577
|
|
|
7582
7578
|
@property
|
|
7583
7579
|
def Vip(self):
|
|
7584
|
-
r"""IP 地址。不填则默认为所选 VPC 下支持的随机一个 IP
|
|
7580
|
+
r"""<p>IP 地址。不填则默认为所选 VPC 下支持的随机一个 IP。</p>
|
|
7585
7581
|
:rtype: str
|
|
7586
7582
|
"""
|
|
7587
7583
|
return self._Vip
|
|
@@ -7592,7 +7588,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7592
7588
|
|
|
7593
7589
|
@property
|
|
7594
7590
|
def VPort(self):
|
|
7595
|
-
r"""
|
|
7591
|
+
r"""<p>端口。默认值3306。</p>
|
|
7596
7592
|
:rtype: int
|
|
7597
7593
|
"""
|
|
7598
7594
|
return self._VPort
|
|
@@ -7603,7 +7599,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7603
7599
|
|
|
7604
7600
|
@property
|
|
7605
7601
|
def SecurityGroup(self):
|
|
7606
|
-
r"""
|
|
7602
|
+
r"""<p>安全组</p>
|
|
7607
7603
|
:rtype: list of str
|
|
7608
7604
|
"""
|
|
7609
7605
|
return self._SecurityGroup
|
|
@@ -7614,7 +7610,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7614
7610
|
|
|
7615
7611
|
@property
|
|
7616
7612
|
def ConnectionPoolType(self):
|
|
7617
|
-
r"""
|
|
7613
|
+
r"""<p>连接池类型。可选值 transaction(事务级别连接池),connection(会话级别连接池),ConnectionPool 为 true 时生效。默认值:connection。</p>
|
|
7618
7614
|
:rtype: str
|
|
7619
7615
|
"""
|
|
7620
7616
|
return self._ConnectionPoolType
|
|
@@ -7625,7 +7621,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7625
7621
|
|
|
7626
7622
|
@property
|
|
7627
7623
|
def AutoLoadBalance(self):
|
|
7628
|
-
r"""
|
|
7624
|
+
r"""<p>是否开启自适应负载均衡。默认关闭。</p>
|
|
7629
7625
|
:rtype: bool
|
|
7630
7626
|
"""
|
|
7631
7627
|
return self._AutoLoadBalance
|
|
@@ -7636,7 +7632,7 @@ class CreateCdbProxyAddressRequest(AbstractModel):
|
|
|
7636
7632
|
|
|
7637
7633
|
@property
|
|
7638
7634
|
def AccessMode(self):
|
|
7639
|
-
r"""
|
|
7635
|
+
r"""<p>接入模式。nearBy - 就近访问,balance - 均衡分配,默认值:nearBy。</p>
|
|
7640
7636
|
:rtype: str
|
|
7641
7637
|
"""
|
|
7642
7638
|
return self._AccessMode
|
|
@@ -7689,7 +7685,7 @@ class CreateCdbProxyAddressResponse(AbstractModel):
|
|
|
7689
7685
|
|
|
7690
7686
|
def __init__(self):
|
|
7691
7687
|
r"""
|
|
7692
|
-
:param _AsyncRequestId:
|
|
7688
|
+
:param _AsyncRequestId: <p>异步任务ID</p>
|
|
7693
7689
|
:type AsyncRequestId: str
|
|
7694
7690
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7695
7691
|
:type RequestId: str
|
|
@@ -7699,7 +7695,7 @@ class CreateCdbProxyAddressResponse(AbstractModel):
|
|
|
7699
7695
|
|
|
7700
7696
|
@property
|
|
7701
7697
|
def AsyncRequestId(self):
|
|
7702
|
-
r"""
|
|
7698
|
+
r"""<p>异步任务ID</p>
|
|
7703
7699
|
:rtype: str
|
|
7704
7700
|
"""
|
|
7705
7701
|
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.121
|
|
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.121
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.121
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.112
|
|
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
|