tencentcloud-sdk-python-vdb 3.0.1231__tar.gz → 3.0.1232__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-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/setup.py +1 -1
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud/vdb/v20230616/models.py +12 -0
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud_sdk_python_vdb.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-vdb-3.0.1232/tencentcloud_sdk_python_vdb.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-vdb-3.0.1231/tencentcloud_sdk_python_vdb.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/README.rst +0 -0
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/setup.cfg +0 -0
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud/vdb/__init__.py +0 -0
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud/vdb/v20230616/__init__.py +0 -0
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud/vdb/v20230616/errorcodes.py +0 -0
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud/vdb/v20230616/vdb_client.py +0 -0
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud_sdk_python_vdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud_sdk_python_vdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-vdb-3.0.1231 → tencentcloud-sdk-python-vdb-3.0.1232}/tencentcloud_sdk_python_vdb.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-vdb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1232"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Vdb SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -171,6 +171,8 @@ class DescribeInstanceNodesRequest(AbstractModel):
|
|
|
171
171
|
|
|
172
172
|
def __init__(self):
|
|
173
173
|
r"""
|
|
174
|
+
:param _InstanceId: 实例ID。
|
|
175
|
+
:type InstanceId: str
|
|
174
176
|
:param _Limit: limit
|
|
175
177
|
:type Limit: int
|
|
176
178
|
:param _Offset: offset
|
|
@@ -178,10 +180,19 @@ class DescribeInstanceNodesRequest(AbstractModel):
|
|
|
178
180
|
:param _Component: component
|
|
179
181
|
:type Component: str
|
|
180
182
|
"""
|
|
183
|
+
self._InstanceId = None
|
|
181
184
|
self._Limit = None
|
|
182
185
|
self._Offset = None
|
|
183
186
|
self._Component = None
|
|
184
187
|
|
|
188
|
+
@property
|
|
189
|
+
def InstanceId(self):
|
|
190
|
+
return self._InstanceId
|
|
191
|
+
|
|
192
|
+
@InstanceId.setter
|
|
193
|
+
def InstanceId(self, InstanceId):
|
|
194
|
+
self._InstanceId = InstanceId
|
|
195
|
+
|
|
185
196
|
@property
|
|
186
197
|
def Limit(self):
|
|
187
198
|
return self._Limit
|
|
@@ -208,6 +219,7 @@ class DescribeInstanceNodesRequest(AbstractModel):
|
|
|
208
219
|
|
|
209
220
|
|
|
210
221
|
def _deserialize(self, params):
|
|
222
|
+
self._InstanceId = params.get("InstanceId")
|
|
211
223
|
self._Limit = params.get("Limit")
|
|
212
224
|
self._Offset = params.get("Offset")
|
|
213
225
|
self._Component = params.get("Component")
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1232
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1231
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|