tencentcloud-sdk-python-vdb 3.0.1230__py2.py3-none-any.whl → 3.0.1232__py2.py3-none-any.whl

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/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1230'
17
+ __version__ = '3.0.1232'
@@ -169,6 +169,69 @@ class DescribeInstanceNodesRequest(AbstractModel):
169
169
 
170
170
  """
171
171
 
172
+ def __init__(self):
173
+ r"""
174
+ :param _InstanceId: 实例ID。
175
+ :type InstanceId: str
176
+ :param _Limit: limit
177
+ :type Limit: int
178
+ :param _Offset: offset
179
+ :type Offset: int
180
+ :param _Component: component
181
+ :type Component: str
182
+ """
183
+ self._InstanceId = None
184
+ self._Limit = None
185
+ self._Offset = None
186
+ self._Component = None
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
+
196
+ @property
197
+ def Limit(self):
198
+ return self._Limit
199
+
200
+ @Limit.setter
201
+ def Limit(self, Limit):
202
+ self._Limit = Limit
203
+
204
+ @property
205
+ def Offset(self):
206
+ return self._Offset
207
+
208
+ @Offset.setter
209
+ def Offset(self, Offset):
210
+ self._Offset = Offset
211
+
212
+ @property
213
+ def Component(self):
214
+ return self._Component
215
+
216
+ @Component.setter
217
+ def Component(self, Component):
218
+ self._Component = Component
219
+
220
+
221
+ def _deserialize(self, params):
222
+ self._InstanceId = params.get("InstanceId")
223
+ self._Limit = params.get("Limit")
224
+ self._Offset = params.get("Offset")
225
+ self._Component = params.get("Component")
226
+ memeber_set = set(params.keys())
227
+ for name, value in vars(self).items():
228
+ property_name = name[1:]
229
+ if property_name in memeber_set:
230
+ memeber_set.remove(property_name)
231
+ if len(memeber_set) > 0:
232
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
233
+
234
+
172
235
 
173
236
  class DescribeInstanceNodesResponse(AbstractModel):
174
237
  """DescribeInstanceNodes返回参数结构体
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-vdb
3
- Version: 3.0.1230
3
+ Version: 3.0.1232
4
4
  Summary: Tencent Cloud Vdb 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 (==3.0.1230)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1232)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=mS-K0TcqOBHguMgyIRhNJI8WsiibU68pPBjUq_3RzWQ,631
2
+ tencentcloud/vdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/vdb/v20230616/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/vdb/v20230616/errorcodes.py,sha256=DQMEGBUeUvFFlJlVYTztkFz3gbJWOgCA7qpy-dBUEPM,1214
5
+ tencentcloud/vdb/v20230616/models.py,sha256=JK3bZTLJvw4UBbsiPSLSGJRL-vROGKsfaxZzTg5H9Jo,44222
6
+ tencentcloud/vdb/v20230616/vdb_client.py,sha256=VQuqL3skHxrsbMy7wt4_Ja3EaJcahb29zafYz-F9qnw,6684
7
+ tencentcloud_sdk_python_vdb-3.0.1232.dist-info/METADATA,sha256=0YDKOLG3PYW6Gh8bX_ixpvocIsQ9QC6A839HlxsuUiw,1492
8
+ tencentcloud_sdk_python_vdb-3.0.1232.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_vdb-3.0.1232.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_vdb-3.0.1232.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=mKhWypyITjRPfhQ2KOQd1_XdKqNCVGAE0gEy6iLc5aw,631
2
- tencentcloud/vdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/vdb/v20230616/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/vdb/v20230616/errorcodes.py,sha256=DQMEGBUeUvFFlJlVYTztkFz3gbJWOgCA7qpy-dBUEPM,1214
5
- tencentcloud/vdb/v20230616/models.py,sha256=BdYExnDhOVt_Vo6GaiWXCO_Ssf_V8I9qvvWmCk-Wdks,42621
6
- tencentcloud/vdb/v20230616/vdb_client.py,sha256=VQuqL3skHxrsbMy7wt4_Ja3EaJcahb29zafYz-F9qnw,6684
7
- tencentcloud_sdk_python_vdb-3.0.1230.dist-info/METADATA,sha256=nj_DJ9Yqt_r4lSkMvfueBbVKXSPwV04h-PkWYAJDQm8,1492
8
- tencentcloud_sdk_python_vdb-3.0.1230.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_vdb-3.0.1230.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_vdb-3.0.1230.dist-info/RECORD,,