tencentcloud-sdk-python-cynosdb 3.1.97__tar.gz → 3.1.100__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_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/setup.py +1 -1
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud/cynosdb/v20190107/models.py +103 -116
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud_sdk_python_cynosdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cynosdb-3.1.100/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cynosdb-3.1.97/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/README.rst +0 -0
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud/cynosdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud/cynosdb/v20190107/__init__.py +0 -0
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud/cynosdb/v20190107/cynosdb_client.py +0 -0
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud/cynosdb/v20190107/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud_sdk_python_cynosdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/tencentcloud_sdk_python_cynosdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/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.
|
|
3
|
+
Version: 3.1.100
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.100,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cynosdb SDK for Python',
|
|
@@ -12815,7 +12815,7 @@ class CynosdbInstance(AbstractModel):
|
|
|
12815
12815
|
:type Memory: int
|
|
12816
12816
|
:param _Storage: <p>存储量,单位:GB</p>
|
|
12817
12817
|
:type Storage: int
|
|
12818
|
-
:param _InstanceType: <p>实例类型</p>
|
|
12818
|
+
:param _InstanceType: <p>实例类型</p><p>枚举值:</p><ul><li>rw: 读写实例</li><li>ro: 只读实例</li></ul>
|
|
12819
12819
|
:type InstanceType: str
|
|
12820
12820
|
:param _InstanceRole: <p>实例当前角色</p>
|
|
12821
12821
|
:type InstanceRole: str
|
|
@@ -13152,7 +13152,7 @@ class CynosdbInstance(AbstractModel):
|
|
|
13152
13152
|
|
|
13153
13153
|
@property
|
|
13154
13154
|
def InstanceType(self):
|
|
13155
|
-
r"""<p>实例类型</p>
|
|
13155
|
+
r"""<p>实例类型</p><p>枚举值:</p><ul><li>rw: 读写实例</li><li>ro: 只读实例</li></ul>
|
|
13156
13156
|
:rtype: str
|
|
13157
13157
|
"""
|
|
13158
13158
|
return self._InstanceType
|
|
@@ -26529,22 +26529,17 @@ class DescribeProxiesRequest(AbstractModel):
|
|
|
26529
26529
|
|
|
26530
26530
|
def __init__(self):
|
|
26531
26531
|
r"""
|
|
26532
|
-
:param _ClusterId:
|
|
26532
|
+
:param _ClusterId: <p>集群 ID(该参数必传,例如 cynosdbmysql-2u2mh111)。</p>
|
|
26533
26533
|
:type ClusterId: str
|
|
26534
|
-
:param _Limit:
|
|
26534
|
+
:param _Limit: <p>返回数量,默认为 20,最大值为 100</p>
|
|
26535
26535
|
:type Limit: int
|
|
26536
|
-
:param _Offset:
|
|
26536
|
+
:param _Offset: <p>记录偏移量,默认值为0</p>
|
|
26537
26537
|
:type Offset: int
|
|
26538
|
-
:param _OrderBy:
|
|
26539
|
-
<li> CREATETIME:创建时间</li>
|
|
26540
|
-
<li> PERIODENDTIME:过期时间</li>
|
|
26538
|
+
:param _OrderBy: <p>排序字段,取值范围:</p><li> CREATETIME:创建时间</li><li> PERIODENDTIME:过期时间</li>
|
|
26541
26539
|
:type OrderBy: str
|
|
26542
|
-
:param _OrderByType:
|
|
26543
|
-
<li> ASC:升序排序 </li>
|
|
26544
|
-
<li> DESC:降序排序 </li>
|
|
26540
|
+
:param _OrderByType: <p>排序类型,取值范围:</p><li> ASC:升序排序 </li><li> DESC:降序排序 </li>
|
|
26545
26541
|
:type OrderByType: str
|
|
26546
|
-
:param _Filters:
|
|
26547
|
-
说明:此参数当前仅支持 Status 和 ProxyGroupId 两种过滤条件。
|
|
26542
|
+
:param _Filters: <p>搜索条件,若存在多个 Filter 时,Filter 间的关系为逻辑与(AND)关系。<br>说明:此参数当前仅支持 Status 和 ProxyGroupId 两种过滤条件。</p>
|
|
26548
26543
|
:type Filters: list of QueryParamFilter
|
|
26549
26544
|
"""
|
|
26550
26545
|
self._ClusterId = None
|
|
@@ -26556,7 +26551,7 @@ class DescribeProxiesRequest(AbstractModel):
|
|
|
26556
26551
|
|
|
26557
26552
|
@property
|
|
26558
26553
|
def ClusterId(self):
|
|
26559
|
-
r"""
|
|
26554
|
+
r"""<p>集群 ID(该参数必传,例如 cynosdbmysql-2u2mh111)。</p>
|
|
26560
26555
|
:rtype: str
|
|
26561
26556
|
"""
|
|
26562
26557
|
return self._ClusterId
|
|
@@ -26567,7 +26562,7 @@ class DescribeProxiesRequest(AbstractModel):
|
|
|
26567
26562
|
|
|
26568
26563
|
@property
|
|
26569
26564
|
def Limit(self):
|
|
26570
|
-
r"""
|
|
26565
|
+
r"""<p>返回数量,默认为 20,最大值为 100</p>
|
|
26571
26566
|
:rtype: int
|
|
26572
26567
|
"""
|
|
26573
26568
|
return self._Limit
|
|
@@ -26578,7 +26573,7 @@ class DescribeProxiesRequest(AbstractModel):
|
|
|
26578
26573
|
|
|
26579
26574
|
@property
|
|
26580
26575
|
def Offset(self):
|
|
26581
|
-
r"""
|
|
26576
|
+
r"""<p>记录偏移量,默认值为0</p>
|
|
26582
26577
|
:rtype: int
|
|
26583
26578
|
"""
|
|
26584
26579
|
return self._Offset
|
|
@@ -26589,9 +26584,7 @@ class DescribeProxiesRequest(AbstractModel):
|
|
|
26589
26584
|
|
|
26590
26585
|
@property
|
|
26591
26586
|
def OrderBy(self):
|
|
26592
|
-
r"""
|
|
26593
|
-
<li> CREATETIME:创建时间</li>
|
|
26594
|
-
<li> PERIODENDTIME:过期时间</li>
|
|
26587
|
+
r"""<p>排序字段,取值范围:</p><li> CREATETIME:创建时间</li><li> PERIODENDTIME:过期时间</li>
|
|
26595
26588
|
:rtype: str
|
|
26596
26589
|
"""
|
|
26597
26590
|
return self._OrderBy
|
|
@@ -26602,9 +26595,7 @@ class DescribeProxiesRequest(AbstractModel):
|
|
|
26602
26595
|
|
|
26603
26596
|
@property
|
|
26604
26597
|
def OrderByType(self):
|
|
26605
|
-
r"""
|
|
26606
|
-
<li> ASC:升序排序 </li>
|
|
26607
|
-
<li> DESC:降序排序 </li>
|
|
26598
|
+
r"""<p>排序类型,取值范围:</p><li> ASC:升序排序 </li><li> DESC:降序排序 </li>
|
|
26608
26599
|
:rtype: str
|
|
26609
26600
|
"""
|
|
26610
26601
|
return self._OrderByType
|
|
@@ -26615,8 +26606,7 @@ class DescribeProxiesRequest(AbstractModel):
|
|
|
26615
26606
|
|
|
26616
26607
|
@property
|
|
26617
26608
|
def Filters(self):
|
|
26618
|
-
r"""
|
|
26619
|
-
说明:此参数当前仅支持 Status 和 ProxyGroupId 两种过滤条件。
|
|
26609
|
+
r"""<p>搜索条件,若存在多个 Filter 时,Filter 间的关系为逻辑与(AND)关系。<br>说明:此参数当前仅支持 Status 和 ProxyGroupId 两种过滤条件。</p>
|
|
26620
26610
|
:rtype: list of QueryParamFilter
|
|
26621
26611
|
"""
|
|
26622
26612
|
return self._Filters
|
|
@@ -26655,24 +26645,27 @@ class DescribeProxiesResponse(AbstractModel):
|
|
|
26655
26645
|
|
|
26656
26646
|
def __init__(self):
|
|
26657
26647
|
r"""
|
|
26658
|
-
:param _TotalCount:
|
|
26648
|
+
:param _TotalCount: <p>数据库代理组数</p>
|
|
26659
26649
|
:type TotalCount: int
|
|
26660
|
-
:param _ProxyGroupInfos:
|
|
26650
|
+
:param _ProxyGroupInfos: <p>数据库代理组列表</p>
|
|
26661
26651
|
:type ProxyGroupInfos: list of ProxyGroupInfo
|
|
26662
|
-
:param _ProxyNodeInfos:
|
|
26652
|
+
:param _ProxyNodeInfos: <p>数据库代理节点</p>
|
|
26663
26653
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
26664
26654
|
:type ProxyNodeInfos: list of ProxyNodeInfo
|
|
26655
|
+
:param _ColumnStoreProxyForward: <p>sql自动转发</p>
|
|
26656
|
+
:type ColumnStoreProxyForward: str
|
|
26665
26657
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
26666
26658
|
:type RequestId: str
|
|
26667
26659
|
"""
|
|
26668
26660
|
self._TotalCount = None
|
|
26669
26661
|
self._ProxyGroupInfos = None
|
|
26670
26662
|
self._ProxyNodeInfos = None
|
|
26663
|
+
self._ColumnStoreProxyForward = None
|
|
26671
26664
|
self._RequestId = None
|
|
26672
26665
|
|
|
26673
26666
|
@property
|
|
26674
26667
|
def TotalCount(self):
|
|
26675
|
-
r"""
|
|
26668
|
+
r"""<p>数据库代理组数</p>
|
|
26676
26669
|
:rtype: int
|
|
26677
26670
|
"""
|
|
26678
26671
|
return self._TotalCount
|
|
@@ -26683,7 +26676,7 @@ class DescribeProxiesResponse(AbstractModel):
|
|
|
26683
26676
|
|
|
26684
26677
|
@property
|
|
26685
26678
|
def ProxyGroupInfos(self):
|
|
26686
|
-
r"""
|
|
26679
|
+
r"""<p>数据库代理组列表</p>
|
|
26687
26680
|
:rtype: list of ProxyGroupInfo
|
|
26688
26681
|
"""
|
|
26689
26682
|
return self._ProxyGroupInfos
|
|
@@ -26694,7 +26687,7 @@ class DescribeProxiesResponse(AbstractModel):
|
|
|
26694
26687
|
|
|
26695
26688
|
@property
|
|
26696
26689
|
def ProxyNodeInfos(self):
|
|
26697
|
-
r"""
|
|
26690
|
+
r"""<p>数据库代理节点</p>
|
|
26698
26691
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
26699
26692
|
:rtype: list of ProxyNodeInfo
|
|
26700
26693
|
"""
|
|
@@ -26704,6 +26697,17 @@ class DescribeProxiesResponse(AbstractModel):
|
|
|
26704
26697
|
def ProxyNodeInfos(self, ProxyNodeInfos):
|
|
26705
26698
|
self._ProxyNodeInfos = ProxyNodeInfos
|
|
26706
26699
|
|
|
26700
|
+
@property
|
|
26701
|
+
def ColumnStoreProxyForward(self):
|
|
26702
|
+
r"""<p>sql自动转发</p>
|
|
26703
|
+
:rtype: str
|
|
26704
|
+
"""
|
|
26705
|
+
return self._ColumnStoreProxyForward
|
|
26706
|
+
|
|
26707
|
+
@ColumnStoreProxyForward.setter
|
|
26708
|
+
def ColumnStoreProxyForward(self, ColumnStoreProxyForward):
|
|
26709
|
+
self._ColumnStoreProxyForward = ColumnStoreProxyForward
|
|
26710
|
+
|
|
26707
26711
|
@property
|
|
26708
26712
|
def RequestId(self):
|
|
26709
26713
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -26730,6 +26734,7 @@ class DescribeProxiesResponse(AbstractModel):
|
|
|
26730
26734
|
obj = ProxyNodeInfo()
|
|
26731
26735
|
obj._deserialize(item)
|
|
26732
26736
|
self._ProxyNodeInfos.append(obj)
|
|
26737
|
+
self._ColumnStoreProxyForward = params.get("ColumnStoreProxyForward")
|
|
26733
26738
|
self._RequestId = params.get("RequestId")
|
|
26734
26739
|
|
|
26735
26740
|
|
|
@@ -52047,72 +52052,63 @@ class RollbackToNewClusterRequest(AbstractModel):
|
|
|
52047
52052
|
|
|
52048
52053
|
def __init__(self):
|
|
52049
52054
|
r"""
|
|
52050
|
-
:param _Zone:
|
|
52055
|
+
:param _Zone: <p>可用区</p>
|
|
52051
52056
|
:type Zone: str
|
|
52052
|
-
:param _OriginalClusterId:
|
|
52057
|
+
:param _OriginalClusterId: <p>回档时,传入源集群ID,用于查找源poolId</p>
|
|
52053
52058
|
:type OriginalClusterId: str
|
|
52054
|
-
:param _UniqVpcId:
|
|
52059
|
+
:param _UniqVpcId: <p>所属VPC网络ID</p>
|
|
52055
52060
|
:type UniqVpcId: str
|
|
52056
|
-
:param _UniqSubnetId:
|
|
52061
|
+
:param _UniqSubnetId: <p>所属子网ID</p>
|
|
52057
52062
|
:type UniqSubnetId: str
|
|
52058
|
-
:param _ClusterName:
|
|
52063
|
+
:param _ClusterName: <p>集群名称,长度小于64个字符,每个字符取值范围:大/小写字母,数字,特殊符号('-','_','.')</p>
|
|
52059
52064
|
:type ClusterName: str
|
|
52060
|
-
:param _RollbackId:
|
|
52065
|
+
:param _RollbackId: <p>快照回档,表示snapshotId;时间点回档,表示queryId,为0,表示需要判断时间点是否有效</p>
|
|
52061
52066
|
:type RollbackId: int
|
|
52062
|
-
:param _ExpectTime:
|
|
52067
|
+
:param _ExpectTime: <p>时间点回档,指定时间;快照回档,快照时间</p>
|
|
52063
52068
|
:type ExpectTime: str
|
|
52064
|
-
:param _AutoVoucher:
|
|
52069
|
+
:param _AutoVoucher: <p>是否自动选择代金券 1是 0否 默认为0</p>
|
|
52065
52070
|
:type AutoVoucher: int
|
|
52066
|
-
:param _ResourceTags:
|
|
52071
|
+
:param _ResourceTags: <p>集群创建需要绑定的tag数组信息</p>
|
|
52067
52072
|
:type ResourceTags: list of Tag
|
|
52068
|
-
:param _DbMode: Db
|
|
52069
|
-
当DbType为MYSQL时可选(默认NORMAL):
|
|
52070
|
-
<li>NORMAL</li>
|
|
52071
|
-
<li>SERVERLESS</li>
|
|
52073
|
+
:param _DbMode: <p>Db类型<br>当DbType为MYSQL时可选(默认NORMAL):</p><li>NORMAL</li><li>SERVERLESS</li>
|
|
52072
52074
|
:type DbMode: str
|
|
52073
|
-
:param _MinCpu:
|
|
52074
|
-
cpu最小值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
52075
|
+
:param _MinCpu: <p>当DbMode为SEVERLESS时必填<br>cpu最小值,可选范围参考DescribeServerlessInstanceSpecs接口返回</p>
|
|
52075
52076
|
:type MinCpu: float
|
|
52076
|
-
:param _MaxCpu:
|
|
52077
|
-
cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
52077
|
+
:param _MaxCpu: <p>当DbMode为SEVERLESS时必填:<br>cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回</p>
|
|
52078
52078
|
:type MaxCpu: float
|
|
52079
|
-
:param _AutoPause:
|
|
52080
|
-
<li>yes</li>
|
|
52081
|
-
<li>no</li>
|
|
52082
|
-
默认值:yes
|
|
52079
|
+
:param _AutoPause: <p>当DbMode为SEVERLESS时,指定集群是否自动暂停,可选范围</p><li>yes</li><li>no</li>默认值:yes
|
|
52083
52080
|
:type AutoPause: str
|
|
52084
|
-
:param _AutoPauseDelay:
|
|
52085
|
-
默认值:600
|
|
52081
|
+
:param _AutoPauseDelay: <p>当DbMode为SEVERLESS时,指定集群自动暂停的延迟,单位秒,可选范围[600,691200]<br>默认值:600</p>
|
|
52086
52082
|
:type AutoPauseDelay: int
|
|
52087
|
-
:param _SecurityGroupIds:
|
|
52083
|
+
:param _SecurityGroupIds: <p>安全组id数组</p>
|
|
52088
52084
|
:type SecurityGroupIds: list of str
|
|
52089
|
-
:param _AlarmPolicyIds:
|
|
52085
|
+
:param _AlarmPolicyIds: <p>告警策略Id数组</p>
|
|
52090
52086
|
:type AlarmPolicyIds: list of str
|
|
52091
|
-
:param _ClusterParams:
|
|
52087
|
+
:param _ClusterParams: <p>参数数组,暂时支持character_set_server (utf8|latin1|gbk|utf8mb4) ,lower_case_table_names,1-大小写不敏感,0-大小写敏感</p>
|
|
52092
52088
|
:type ClusterParams: list of ParamItem
|
|
52093
|
-
:param _ParamTemplateId:
|
|
52089
|
+
:param _ParamTemplateId: <p>参数模板ID,可以通过查询参数模板信息DescribeParamTemplates获得参数模板ID</p>
|
|
52094
52090
|
:type ParamTemplateId: int
|
|
52095
|
-
:param _InstanceInitInfos:
|
|
52091
|
+
:param _InstanceInitInfos: <p>实例初始化配置信息,主要用于购买集群时选不同规格实例</p>
|
|
52096
52092
|
:type InstanceInitInfos: list of InstanceInitInfo
|
|
52097
|
-
:param _DealMode: 0-下单并支付 1
|
|
52093
|
+
:param _DealMode: <p>0-下单并支付 1-下单</p>
|
|
52098
52094
|
:type DealMode: int
|
|
52099
|
-
:param _PayMode:
|
|
52095
|
+
:param _PayMode: <p>计算节点付费模式:0-按量计费,1-预付费</p>
|
|
52100
52096
|
:type PayMode: int
|
|
52101
|
-
:param _TimeSpan:
|
|
52097
|
+
:param _TimeSpan: <p>时间</p>
|
|
52102
52098
|
:type TimeSpan: int
|
|
52103
|
-
:param _TimeUnit:
|
|
52099
|
+
:param _TimeUnit: <p>单位</p>
|
|
52104
52100
|
:type TimeUnit: str
|
|
52105
|
-
:param _RollbackDatabases:
|
|
52101
|
+
:param _RollbackDatabases: <p>回档库信息</p>
|
|
52106
52102
|
:type RollbackDatabases: list of RollbackDatabase
|
|
52107
|
-
:param _RollbackTables:
|
|
52103
|
+
:param _RollbackTables: <p>回档表信息</p>
|
|
52108
52104
|
:type RollbackTables: list of RollbackTable
|
|
52109
|
-
:param _OriginalROInstanceList:
|
|
52105
|
+
:param _OriginalROInstanceList: <p>原ro实例信息</p>
|
|
52110
52106
|
:type OriginalROInstanceList: list of str
|
|
52111
|
-
:param _ProjectId:
|
|
52107
|
+
:param _ProjectId: <p>项目id</p>
|
|
52112
52108
|
:type ProjectId: int
|
|
52113
|
-
:param _AutoArchive:
|
|
52109
|
+
:param _AutoArchive: <p>是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes</p>
|
|
52114
52110
|
:type AutoArchive: str
|
|
52115
|
-
:param _FromSaveBackup:
|
|
52111
|
+
:param _FromSaveBackup: <p>是否从保存备份中恢复</p>
|
|
52116
52112
|
:type FromSaveBackup: bool
|
|
52117
52113
|
"""
|
|
52118
52114
|
self._Zone = None
|
|
@@ -52147,7 +52143,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52147
52143
|
|
|
52148
52144
|
@property
|
|
52149
52145
|
def Zone(self):
|
|
52150
|
-
r"""
|
|
52146
|
+
r"""<p>可用区</p>
|
|
52151
52147
|
:rtype: str
|
|
52152
52148
|
"""
|
|
52153
52149
|
return self._Zone
|
|
@@ -52158,7 +52154,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52158
52154
|
|
|
52159
52155
|
@property
|
|
52160
52156
|
def OriginalClusterId(self):
|
|
52161
|
-
r"""
|
|
52157
|
+
r"""<p>回档时,传入源集群ID,用于查找源poolId</p>
|
|
52162
52158
|
:rtype: str
|
|
52163
52159
|
"""
|
|
52164
52160
|
return self._OriginalClusterId
|
|
@@ -52169,7 +52165,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52169
52165
|
|
|
52170
52166
|
@property
|
|
52171
52167
|
def UniqVpcId(self):
|
|
52172
|
-
r"""
|
|
52168
|
+
r"""<p>所属VPC网络ID</p>
|
|
52173
52169
|
:rtype: str
|
|
52174
52170
|
"""
|
|
52175
52171
|
return self._UniqVpcId
|
|
@@ -52180,7 +52176,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52180
52176
|
|
|
52181
52177
|
@property
|
|
52182
52178
|
def UniqSubnetId(self):
|
|
52183
|
-
r"""
|
|
52179
|
+
r"""<p>所属子网ID</p>
|
|
52184
52180
|
:rtype: str
|
|
52185
52181
|
"""
|
|
52186
52182
|
return self._UniqSubnetId
|
|
@@ -52191,7 +52187,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52191
52187
|
|
|
52192
52188
|
@property
|
|
52193
52189
|
def ClusterName(self):
|
|
52194
|
-
r"""
|
|
52190
|
+
r"""<p>集群名称,长度小于64个字符,每个字符取值范围:大/小写字母,数字,特殊符号('-','_','.')</p>
|
|
52195
52191
|
:rtype: str
|
|
52196
52192
|
"""
|
|
52197
52193
|
return self._ClusterName
|
|
@@ -52202,7 +52198,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52202
52198
|
|
|
52203
52199
|
@property
|
|
52204
52200
|
def RollbackId(self):
|
|
52205
|
-
r"""
|
|
52201
|
+
r"""<p>快照回档,表示snapshotId;时间点回档,表示queryId,为0,表示需要判断时间点是否有效</p>
|
|
52206
52202
|
:rtype: int
|
|
52207
52203
|
"""
|
|
52208
52204
|
return self._RollbackId
|
|
@@ -52213,7 +52209,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52213
52209
|
|
|
52214
52210
|
@property
|
|
52215
52211
|
def ExpectTime(self):
|
|
52216
|
-
r"""
|
|
52212
|
+
r"""<p>时间点回档,指定时间;快照回档,快照时间</p>
|
|
52217
52213
|
:rtype: str
|
|
52218
52214
|
"""
|
|
52219
52215
|
return self._ExpectTime
|
|
@@ -52224,7 +52220,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52224
52220
|
|
|
52225
52221
|
@property
|
|
52226
52222
|
def AutoVoucher(self):
|
|
52227
|
-
r"""
|
|
52223
|
+
r"""<p>是否自动选择代金券 1是 0否 默认为0</p>
|
|
52228
52224
|
:rtype: int
|
|
52229
52225
|
"""
|
|
52230
52226
|
return self._AutoVoucher
|
|
@@ -52235,7 +52231,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52235
52231
|
|
|
52236
52232
|
@property
|
|
52237
52233
|
def ResourceTags(self):
|
|
52238
|
-
r"""
|
|
52234
|
+
r"""<p>集群创建需要绑定的tag数组信息</p>
|
|
52239
52235
|
:rtype: list of Tag
|
|
52240
52236
|
"""
|
|
52241
52237
|
return self._ResourceTags
|
|
@@ -52246,10 +52242,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52246
52242
|
|
|
52247
52243
|
@property
|
|
52248
52244
|
def DbMode(self):
|
|
52249
|
-
r"""Db
|
|
52250
|
-
当DbType为MYSQL时可选(默认NORMAL):
|
|
52251
|
-
<li>NORMAL</li>
|
|
52252
|
-
<li>SERVERLESS</li>
|
|
52245
|
+
r"""<p>Db类型<br>当DbType为MYSQL时可选(默认NORMAL):</p><li>NORMAL</li><li>SERVERLESS</li>
|
|
52253
52246
|
:rtype: str
|
|
52254
52247
|
"""
|
|
52255
52248
|
return self._DbMode
|
|
@@ -52260,8 +52253,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52260
52253
|
|
|
52261
52254
|
@property
|
|
52262
52255
|
def MinCpu(self):
|
|
52263
|
-
r"""
|
|
52264
|
-
cpu最小值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
52256
|
+
r"""<p>当DbMode为SEVERLESS时必填<br>cpu最小值,可选范围参考DescribeServerlessInstanceSpecs接口返回</p>
|
|
52265
52257
|
:rtype: float
|
|
52266
52258
|
"""
|
|
52267
52259
|
return self._MinCpu
|
|
@@ -52272,8 +52264,7 @@ cpu最小值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52272
52264
|
|
|
52273
52265
|
@property
|
|
52274
52266
|
def MaxCpu(self):
|
|
52275
|
-
r"""
|
|
52276
|
-
cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
52267
|
+
r"""<p>当DbMode为SEVERLESS时必填:<br>cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回</p>
|
|
52277
52268
|
:rtype: float
|
|
52278
52269
|
"""
|
|
52279
52270
|
return self._MaxCpu
|
|
@@ -52284,10 +52275,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52284
52275
|
|
|
52285
52276
|
@property
|
|
52286
52277
|
def AutoPause(self):
|
|
52287
|
-
r"""
|
|
52288
|
-
<li>yes</li>
|
|
52289
|
-
<li>no</li>
|
|
52290
|
-
默认值:yes
|
|
52278
|
+
r"""<p>当DbMode为SEVERLESS时,指定集群是否自动暂停,可选范围</p><li>yes</li><li>no</li>默认值:yes
|
|
52291
52279
|
:rtype: str
|
|
52292
52280
|
"""
|
|
52293
52281
|
return self._AutoPause
|
|
@@ -52298,8 +52286,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52298
52286
|
|
|
52299
52287
|
@property
|
|
52300
52288
|
def AutoPauseDelay(self):
|
|
52301
|
-
r"""
|
|
52302
|
-
默认值:600
|
|
52289
|
+
r"""<p>当DbMode为SEVERLESS时,指定集群自动暂停的延迟,单位秒,可选范围[600,691200]<br>默认值:600</p>
|
|
52303
52290
|
:rtype: int
|
|
52304
52291
|
"""
|
|
52305
52292
|
return self._AutoPauseDelay
|
|
@@ -52310,7 +52297,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52310
52297
|
|
|
52311
52298
|
@property
|
|
52312
52299
|
def SecurityGroupIds(self):
|
|
52313
|
-
r"""
|
|
52300
|
+
r"""<p>安全组id数组</p>
|
|
52314
52301
|
:rtype: list of str
|
|
52315
52302
|
"""
|
|
52316
52303
|
return self._SecurityGroupIds
|
|
@@ -52321,7 +52308,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52321
52308
|
|
|
52322
52309
|
@property
|
|
52323
52310
|
def AlarmPolicyIds(self):
|
|
52324
|
-
r"""
|
|
52311
|
+
r"""<p>告警策略Id数组</p>
|
|
52325
52312
|
:rtype: list of str
|
|
52326
52313
|
"""
|
|
52327
52314
|
return self._AlarmPolicyIds
|
|
@@ -52332,7 +52319,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52332
52319
|
|
|
52333
52320
|
@property
|
|
52334
52321
|
def ClusterParams(self):
|
|
52335
|
-
r"""
|
|
52322
|
+
r"""<p>参数数组,暂时支持character_set_server (utf8|latin1|gbk|utf8mb4) ,lower_case_table_names,1-大小写不敏感,0-大小写敏感</p>
|
|
52336
52323
|
:rtype: list of ParamItem
|
|
52337
52324
|
"""
|
|
52338
52325
|
return self._ClusterParams
|
|
@@ -52343,7 +52330,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52343
52330
|
|
|
52344
52331
|
@property
|
|
52345
52332
|
def ParamTemplateId(self):
|
|
52346
|
-
r"""
|
|
52333
|
+
r"""<p>参数模板ID,可以通过查询参数模板信息DescribeParamTemplates获得参数模板ID</p>
|
|
52347
52334
|
:rtype: int
|
|
52348
52335
|
"""
|
|
52349
52336
|
return self._ParamTemplateId
|
|
@@ -52354,7 +52341,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52354
52341
|
|
|
52355
52342
|
@property
|
|
52356
52343
|
def InstanceInitInfos(self):
|
|
52357
|
-
r"""
|
|
52344
|
+
r"""<p>实例初始化配置信息,主要用于购买集群时选不同规格实例</p>
|
|
52358
52345
|
:rtype: list of InstanceInitInfo
|
|
52359
52346
|
"""
|
|
52360
52347
|
return self._InstanceInitInfos
|
|
@@ -52365,7 +52352,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52365
52352
|
|
|
52366
52353
|
@property
|
|
52367
52354
|
def DealMode(self):
|
|
52368
|
-
r"""0-下单并支付 1
|
|
52355
|
+
r"""<p>0-下单并支付 1-下单</p>
|
|
52369
52356
|
:rtype: int
|
|
52370
52357
|
"""
|
|
52371
52358
|
return self._DealMode
|
|
@@ -52376,7 +52363,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52376
52363
|
|
|
52377
52364
|
@property
|
|
52378
52365
|
def PayMode(self):
|
|
52379
|
-
r"""
|
|
52366
|
+
r"""<p>计算节点付费模式:0-按量计费,1-预付费</p>
|
|
52380
52367
|
:rtype: int
|
|
52381
52368
|
"""
|
|
52382
52369
|
return self._PayMode
|
|
@@ -52387,7 +52374,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52387
52374
|
|
|
52388
52375
|
@property
|
|
52389
52376
|
def TimeSpan(self):
|
|
52390
|
-
r"""
|
|
52377
|
+
r"""<p>时间</p>
|
|
52391
52378
|
:rtype: int
|
|
52392
52379
|
"""
|
|
52393
52380
|
return self._TimeSpan
|
|
@@ -52398,7 +52385,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52398
52385
|
|
|
52399
52386
|
@property
|
|
52400
52387
|
def TimeUnit(self):
|
|
52401
|
-
r"""
|
|
52388
|
+
r"""<p>单位</p>
|
|
52402
52389
|
:rtype: str
|
|
52403
52390
|
"""
|
|
52404
52391
|
return self._TimeUnit
|
|
@@ -52409,7 +52396,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52409
52396
|
|
|
52410
52397
|
@property
|
|
52411
52398
|
def RollbackDatabases(self):
|
|
52412
|
-
r"""
|
|
52399
|
+
r"""<p>回档库信息</p>
|
|
52413
52400
|
:rtype: list of RollbackDatabase
|
|
52414
52401
|
"""
|
|
52415
52402
|
return self._RollbackDatabases
|
|
@@ -52420,7 +52407,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52420
52407
|
|
|
52421
52408
|
@property
|
|
52422
52409
|
def RollbackTables(self):
|
|
52423
|
-
r"""
|
|
52410
|
+
r"""<p>回档表信息</p>
|
|
52424
52411
|
:rtype: list of RollbackTable
|
|
52425
52412
|
"""
|
|
52426
52413
|
return self._RollbackTables
|
|
@@ -52431,7 +52418,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52431
52418
|
|
|
52432
52419
|
@property
|
|
52433
52420
|
def OriginalROInstanceList(self):
|
|
52434
|
-
r"""
|
|
52421
|
+
r"""<p>原ro实例信息</p>
|
|
52435
52422
|
:rtype: list of str
|
|
52436
52423
|
"""
|
|
52437
52424
|
return self._OriginalROInstanceList
|
|
@@ -52442,7 +52429,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52442
52429
|
|
|
52443
52430
|
@property
|
|
52444
52431
|
def ProjectId(self):
|
|
52445
|
-
r"""
|
|
52432
|
+
r"""<p>项目id</p>
|
|
52446
52433
|
:rtype: int
|
|
52447
52434
|
"""
|
|
52448
52435
|
return self._ProjectId
|
|
@@ -52453,7 +52440,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52453
52440
|
|
|
52454
52441
|
@property
|
|
52455
52442
|
def AutoArchive(self):
|
|
52456
|
-
r"""
|
|
52443
|
+
r"""<p>是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes</p>
|
|
52457
52444
|
:rtype: str
|
|
52458
52445
|
"""
|
|
52459
52446
|
return self._AutoArchive
|
|
@@ -52464,7 +52451,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
52464
52451
|
|
|
52465
52452
|
@property
|
|
52466
52453
|
def FromSaveBackup(self):
|
|
52467
|
-
r"""
|
|
52454
|
+
r"""<p>是否从保存备份中恢复</p>
|
|
52468
52455
|
:rtype: bool
|
|
52469
52456
|
"""
|
|
52470
52457
|
return self._FromSaveBackup
|
|
@@ -52546,15 +52533,15 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
|
52546
52533
|
|
|
52547
52534
|
def __init__(self):
|
|
52548
52535
|
r"""
|
|
52549
|
-
:param _TranId:
|
|
52536
|
+
:param _TranId: <p>冻结流水ID</p>
|
|
52550
52537
|
:type TranId: str
|
|
52551
|
-
:param _DealNames:
|
|
52538
|
+
:param _DealNames: <p>订单号</p>
|
|
52552
52539
|
:type DealNames: list of str
|
|
52553
|
-
:param _ResourceIds:
|
|
52540
|
+
:param _ResourceIds: <p>资源ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取资源ID)</p>
|
|
52554
52541
|
:type ResourceIds: list of str
|
|
52555
|
-
:param _ClusterIds:
|
|
52542
|
+
:param _ClusterIds: <p>集群ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取集群ID)</p>
|
|
52556
52543
|
:type ClusterIds: list of str
|
|
52557
|
-
:param _BigDealIds:
|
|
52544
|
+
:param _BigDealIds: <p>大订单号</p>
|
|
52558
52545
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
52559
52546
|
:type BigDealIds: list of str
|
|
52560
52547
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -52569,7 +52556,7 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
|
52569
52556
|
|
|
52570
52557
|
@property
|
|
52571
52558
|
def TranId(self):
|
|
52572
|
-
r"""
|
|
52559
|
+
r"""<p>冻结流水ID</p>
|
|
52573
52560
|
:rtype: str
|
|
52574
52561
|
"""
|
|
52575
52562
|
return self._TranId
|
|
@@ -52580,7 +52567,7 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
|
52580
52567
|
|
|
52581
52568
|
@property
|
|
52582
52569
|
def DealNames(self):
|
|
52583
|
-
r"""
|
|
52570
|
+
r"""<p>订单号</p>
|
|
52584
52571
|
:rtype: list of str
|
|
52585
52572
|
"""
|
|
52586
52573
|
return self._DealNames
|
|
@@ -52591,7 +52578,7 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
|
52591
52578
|
|
|
52592
52579
|
@property
|
|
52593
52580
|
def ResourceIds(self):
|
|
52594
|
-
r"""
|
|
52581
|
+
r"""<p>资源ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取资源ID)</p>
|
|
52595
52582
|
:rtype: list of str
|
|
52596
52583
|
"""
|
|
52597
52584
|
return self._ResourceIds
|
|
@@ -52602,7 +52589,7 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
|
52602
52589
|
|
|
52603
52590
|
@property
|
|
52604
52591
|
def ClusterIds(self):
|
|
52605
|
-
r"""
|
|
52592
|
+
r"""<p>集群ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取集群ID)</p>
|
|
52606
52593
|
:rtype: list of str
|
|
52607
52594
|
"""
|
|
52608
52595
|
return self._ClusterIds
|
|
@@ -52613,7 +52600,7 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
|
52613
52600
|
|
|
52614
52601
|
@property
|
|
52615
52602
|
def BigDealIds(self):
|
|
52616
|
-
r"""
|
|
52603
|
+
r"""<p>大订单号</p>
|
|
52617
52604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
52618
52605
|
:rtype: list of str
|
|
52619
52606
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cynosdb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.100
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
tencentcloud_sdk_python_cynosdb-3.1.97/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.97
|
{tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_cynosdb-3.1.97 → tencentcloud_sdk_python_cynosdb-3.1.100}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|