tencentcloud-sdk-python-tcaplusdb 3.1.17__tar.gz → 3.1.104__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_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/setup.py +1 -1
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud/tcaplusdb/v20190823/models.py +24 -24
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud_sdk_python_tcaplusdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tcaplusdb-3.1.104/tencentcloud_sdk_python_tcaplusdb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tcaplusdb-3.1.17/tencentcloud_sdk_python_tcaplusdb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/README.rst +0 -0
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud/tcaplusdb/__init__.py +0 -0
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud/tcaplusdb/v20190823/__init__.py +0 -0
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud/tcaplusdb/v20190823/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -0
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -0
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud_sdk_python_tcaplusdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud_sdk_python_tcaplusdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/tencentcloud_sdk_python_tcaplusdb.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tcaplusdb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.104
|
|
4
4
|
Summary: Tencent Cloud Tcaplusdb 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.104
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tcaplusdb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.104,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tcaplusdb SDK for Python',
|
|
@@ -1837,27 +1837,27 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1837
1837
|
|
|
1838
1838
|
def __init__(self):
|
|
1839
1839
|
r"""
|
|
1840
|
-
:param _IdlType:
|
|
1840
|
+
:param _IdlType: <p>集群数据描述语言类型,统一填<code>MIX</code></p><p>枚举值:</p><ul><li>MIX: 同时支持<code>PROTO</code>,<code>TDR</code>表</li></ul>
|
|
1841
1841
|
:type IdlType: str
|
|
1842
|
-
:param _ClusterName:
|
|
1842
|
+
:param _ClusterName: <p>集群名称,可使用中文或英文字符,最大长度32个字符</p>
|
|
1843
1843
|
:type ClusterName: str
|
|
1844
|
-
:param _VpcId:
|
|
1844
|
+
:param _VpcId: <p>集群所绑定的私有网络实例ID,形如:vpc-f49l6u0z</p>
|
|
1845
1845
|
:type VpcId: str
|
|
1846
|
-
:param _SubnetId:
|
|
1846
|
+
:param _SubnetId: <p>集群所绑定的子网实例ID,形如:subnet-pxir56ns</p>
|
|
1847
1847
|
:type SubnetId: str
|
|
1848
|
-
:param _Password:
|
|
1848
|
+
:param _Password: <p>集群访问密码,必须是a-zA-Z0-9的字符,且必须包含数字和大小写字母</p>
|
|
1849
1849
|
:type Password: str
|
|
1850
|
-
:param _ResourceTags:
|
|
1850
|
+
:param _ResourceTags: <p>集群标签列表</p>
|
|
1851
1851
|
:type ResourceTags: list of TagInfoUnit
|
|
1852
|
-
:param _Ipv6Enable:
|
|
1852
|
+
:param _Ipv6Enable: <p>集群是否开启IPv6功能</p>
|
|
1853
1853
|
:type Ipv6Enable: int
|
|
1854
|
-
:param _ServerList:
|
|
1854
|
+
:param _ServerList: <p>独占集群占用的svr机器</p>
|
|
1855
1855
|
:type ServerList: list of MachineInfo
|
|
1856
|
-
:param _ProxyList:
|
|
1856
|
+
:param _ProxyList: <p>独占集群占用的proxy机器</p>
|
|
1857
1857
|
:type ProxyList: list of MachineInfo
|
|
1858
|
-
:param _ClusterType:
|
|
1858
|
+
:param _ClusterType: <p>集群类型1共享2独占</p>
|
|
1859
1859
|
:type ClusterType: int
|
|
1860
|
-
:param _AuthType:
|
|
1860
|
+
:param _AuthType: <p>密码认证类型,0 静态认证, 1 签名认证</p>
|
|
1861
1861
|
:type AuthType: int
|
|
1862
1862
|
"""
|
|
1863
1863
|
self._IdlType = None
|
|
@@ -1874,7 +1874,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1874
1874
|
|
|
1875
1875
|
@property
|
|
1876
1876
|
def IdlType(self):
|
|
1877
|
-
r"""
|
|
1877
|
+
r"""<p>集群数据描述语言类型,统一填<code>MIX</code></p><p>枚举值:</p><ul><li>MIX: 同时支持<code>PROTO</code>,<code>TDR</code>表</li></ul>
|
|
1878
1878
|
:rtype: str
|
|
1879
1879
|
"""
|
|
1880
1880
|
return self._IdlType
|
|
@@ -1885,7 +1885,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1885
1885
|
|
|
1886
1886
|
@property
|
|
1887
1887
|
def ClusterName(self):
|
|
1888
|
-
r"""
|
|
1888
|
+
r"""<p>集群名称,可使用中文或英文字符,最大长度32个字符</p>
|
|
1889
1889
|
:rtype: str
|
|
1890
1890
|
"""
|
|
1891
1891
|
return self._ClusterName
|
|
@@ -1896,7 +1896,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1896
1896
|
|
|
1897
1897
|
@property
|
|
1898
1898
|
def VpcId(self):
|
|
1899
|
-
r"""
|
|
1899
|
+
r"""<p>集群所绑定的私有网络实例ID,形如:vpc-f49l6u0z</p>
|
|
1900
1900
|
:rtype: str
|
|
1901
1901
|
"""
|
|
1902
1902
|
return self._VpcId
|
|
@@ -1907,7 +1907,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1907
1907
|
|
|
1908
1908
|
@property
|
|
1909
1909
|
def SubnetId(self):
|
|
1910
|
-
r"""
|
|
1910
|
+
r"""<p>集群所绑定的子网实例ID,形如:subnet-pxir56ns</p>
|
|
1911
1911
|
:rtype: str
|
|
1912
1912
|
"""
|
|
1913
1913
|
return self._SubnetId
|
|
@@ -1918,7 +1918,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1918
1918
|
|
|
1919
1919
|
@property
|
|
1920
1920
|
def Password(self):
|
|
1921
|
-
r"""
|
|
1921
|
+
r"""<p>集群访问密码,必须是a-zA-Z0-9的字符,且必须包含数字和大小写字母</p>
|
|
1922
1922
|
:rtype: str
|
|
1923
1923
|
"""
|
|
1924
1924
|
return self._Password
|
|
@@ -1929,7 +1929,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1929
1929
|
|
|
1930
1930
|
@property
|
|
1931
1931
|
def ResourceTags(self):
|
|
1932
|
-
r"""
|
|
1932
|
+
r"""<p>集群标签列表</p>
|
|
1933
1933
|
:rtype: list of TagInfoUnit
|
|
1934
1934
|
"""
|
|
1935
1935
|
return self._ResourceTags
|
|
@@ -1940,7 +1940,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1940
1940
|
|
|
1941
1941
|
@property
|
|
1942
1942
|
def Ipv6Enable(self):
|
|
1943
|
-
r"""
|
|
1943
|
+
r"""<p>集群是否开启IPv6功能</p>
|
|
1944
1944
|
:rtype: int
|
|
1945
1945
|
"""
|
|
1946
1946
|
return self._Ipv6Enable
|
|
@@ -1951,7 +1951,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1951
1951
|
|
|
1952
1952
|
@property
|
|
1953
1953
|
def ServerList(self):
|
|
1954
|
-
r"""
|
|
1954
|
+
r"""<p>独占集群占用的svr机器</p>
|
|
1955
1955
|
:rtype: list of MachineInfo
|
|
1956
1956
|
"""
|
|
1957
1957
|
return self._ServerList
|
|
@@ -1962,7 +1962,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1962
1962
|
|
|
1963
1963
|
@property
|
|
1964
1964
|
def ProxyList(self):
|
|
1965
|
-
r"""
|
|
1965
|
+
r"""<p>独占集群占用的proxy机器</p>
|
|
1966
1966
|
:rtype: list of MachineInfo
|
|
1967
1967
|
"""
|
|
1968
1968
|
return self._ProxyList
|
|
@@ -1973,7 +1973,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1973
1973
|
|
|
1974
1974
|
@property
|
|
1975
1975
|
def ClusterType(self):
|
|
1976
|
-
r"""
|
|
1976
|
+
r"""<p>集群类型1共享2独占</p>
|
|
1977
1977
|
:rtype: int
|
|
1978
1978
|
"""
|
|
1979
1979
|
return self._ClusterType
|
|
@@ -1984,7 +1984,7 @@ class CreateClusterRequest(AbstractModel):
|
|
|
1984
1984
|
|
|
1985
1985
|
@property
|
|
1986
1986
|
def AuthType(self):
|
|
1987
|
-
r"""
|
|
1987
|
+
r"""<p>密码认证类型,0 静态认证, 1 签名认证</p>
|
|
1988
1988
|
:rtype: int
|
|
1989
1989
|
"""
|
|
1990
1990
|
return self._AuthType
|
|
@@ -2038,7 +2038,7 @@ class CreateClusterResponse(AbstractModel):
|
|
|
2038
2038
|
|
|
2039
2039
|
def __init__(self):
|
|
2040
2040
|
r"""
|
|
2041
|
-
:param _ClusterId:
|
|
2041
|
+
:param _ClusterId: <p>集群ID</p>
|
|
2042
2042
|
:type ClusterId: str
|
|
2043
2043
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2044
2044
|
:type RequestId: str
|
|
@@ -2048,7 +2048,7 @@ class CreateClusterResponse(AbstractModel):
|
|
|
2048
2048
|
|
|
2049
2049
|
@property
|
|
2050
2050
|
def ClusterId(self):
|
|
2051
|
-
r"""
|
|
2051
|
+
r"""<p>集群ID</p>
|
|
2052
2052
|
:rtype: str
|
|
2053
2053
|
"""
|
|
2054
2054
|
return self._ClusterId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tcaplusdb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.104
|
|
4
4
|
Summary: Tencent Cloud Tcaplusdb 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.104
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
tencentcloud_sdk_python_tcaplusdb-3.1.104/tencentcloud_sdk_python_tcaplusdb.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.104
|
tencentcloud_sdk_python_tcaplusdb-3.1.17/tencentcloud_sdk_python_tcaplusdb.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.17
|
{tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_tcaplusdb-3.1.17 → tencentcloud_sdk_python_tcaplusdb-3.1.104}/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
|