tencentcloud-sdk-python-vdb 3.0.1229__py2.py3-none-any.whl → 3.0.1231__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.1229'
17
+ __version__ = '3.0.1231'
@@ -169,6 +169,57 @@ class DescribeInstanceNodesRequest(AbstractModel):
169
169
 
170
170
  """
171
171
 
172
+ def __init__(self):
173
+ r"""
174
+ :param _Limit: limit
175
+ :type Limit: int
176
+ :param _Offset: offset
177
+ :type Offset: int
178
+ :param _Component: component
179
+ :type Component: str
180
+ """
181
+ self._Limit = None
182
+ self._Offset = None
183
+ self._Component = None
184
+
185
+ @property
186
+ def Limit(self):
187
+ return self._Limit
188
+
189
+ @Limit.setter
190
+ def Limit(self, Limit):
191
+ self._Limit = Limit
192
+
193
+ @property
194
+ def Offset(self):
195
+ return self._Offset
196
+
197
+ @Offset.setter
198
+ def Offset(self, Offset):
199
+ self._Offset = Offset
200
+
201
+ @property
202
+ def Component(self):
203
+ return self._Component
204
+
205
+ @Component.setter
206
+ def Component(self, Component):
207
+ self._Component = Component
208
+
209
+
210
+ def _deserialize(self, params):
211
+ self._Limit = params.get("Limit")
212
+ self._Offset = params.get("Offset")
213
+ self._Component = params.get("Component")
214
+ memeber_set = set(params.keys())
215
+ for name, value in vars(self).items():
216
+ property_name = name[1:]
217
+ if property_name in memeber_set:
218
+ memeber_set.remove(property_name)
219
+ if len(memeber_set) > 0:
220
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
221
+
222
+
172
223
 
173
224
  class DescribeInstanceNodesResponse(AbstractModel):
174
225
  """DescribeInstanceNodes返回参数结构体
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-vdb
3
- Version: 3.0.1229
3
+ Version: 3.0.1231
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.1229)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1231)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=gVLzPeGyj_h2uaRThWoZCE8gMihKZDNQrHpJKN38bIQ,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=UHW7U6gyZD92huIPRWZ2jDZYlPdr9P17DE4K8BMdh6w,43895
6
+ tencentcloud/vdb/v20230616/vdb_client.py,sha256=VQuqL3skHxrsbMy7wt4_Ja3EaJcahb29zafYz-F9qnw,6684
7
+ tencentcloud_sdk_python_vdb-3.0.1231.dist-info/METADATA,sha256=JxhEJtMNfD3fUCgHgRvGsMkEkaPn4mqJzd1bpTXuUco,1492
8
+ tencentcloud_sdk_python_vdb-3.0.1231.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_vdb-3.0.1231.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_vdb-3.0.1231.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=WktJmh2Lyx4VFUKZYmTLEgND8N7jDcD8CpaGh4dGeNY,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.1229.dist-info/METADATA,sha256=VHIIMWd86Z2nMJhzSgXGSg22xmiikr80IY30eQ8KCGw,1492
8
- tencentcloud_sdk_python_vdb-3.0.1229.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_vdb-3.0.1229.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_vdb-3.0.1229.dist-info/RECORD,,