tencentcloud-sdk-python-vdb 3.0.1413__py2.py3-none-any.whl → 3.0.1440__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 +1 -1
- tencentcloud/vdb/v20230616/errorcodes.py +1 -1
- tencentcloud/vdb/v20230616/models.py +16 -1
- tencentcloud/vdb/v20230616/vdb_client.py +1 -1
- {tencentcloud_sdk_python_vdb-3.0.1413.dist-info → tencentcloud_sdk_python_vdb-3.0.1440.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_vdb-3.0.1440.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_vdb-3.0.1413.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_vdb-3.0.1413.dist-info → tencentcloud_sdk_python_vdb-3.0.1440.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_vdb-3.0.1413.dist-info → tencentcloud_sdk_python_vdb-3.0.1440.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# -*- coding: utf8 -*-
|
2
|
-
# Copyright (c) 2017-
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
3
3
|
#
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
5
|
# you may not use this file except in compliance with the License.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# -*- coding: utf8 -*-
|
2
|
-
# Copyright (c) 2017-
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
3
3
|
#
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
5
|
# you may not use this file except in compliance with the License.
|
@@ -130,6 +130,8 @@ class CreateInstanceRequest(AbstractModel):
|
|
130
130
|
:type ResourceTags: list of Tag
|
131
131
|
:param _Project: 指定实例所属项目 ID。
|
132
132
|
:type Project: str
|
133
|
+
:param _ProductType: 产品版本,0-标准版,1-容量增强版
|
134
|
+
:type ProductType: int
|
133
135
|
:param _InstanceType: 实例类型。
|
134
136
|
- base:免费测试版。
|
135
137
|
- single:单机版。
|
@@ -191,6 +193,7 @@ VPC或TCS
|
|
191
193
|
self._Params = None
|
192
194
|
self._ResourceTags = None
|
193
195
|
self._Project = None
|
196
|
+
self._ProductType = None
|
194
197
|
self._InstanceType = None
|
195
198
|
self._Mode = None
|
196
199
|
self._GoodsNum = None
|
@@ -331,6 +334,17 @@ VPC或TCS
|
|
331
334
|
|
332
335
|
self._Project = Project
|
333
336
|
|
337
|
+
@property
|
338
|
+
def ProductType(self):
|
339
|
+
"""产品版本,0-标准版,1-容量增强版
|
340
|
+
:rtype: int
|
341
|
+
"""
|
342
|
+
return self._ProductType
|
343
|
+
|
344
|
+
@ProductType.setter
|
345
|
+
def ProductType(self, ProductType):
|
346
|
+
self._ProductType = ProductType
|
347
|
+
|
334
348
|
@property
|
335
349
|
def InstanceType(self):
|
336
350
|
"""实例类型。
|
@@ -617,6 +631,7 @@ VPC或TCS
|
|
617
631
|
obj._deserialize(item)
|
618
632
|
self._ResourceTags.append(obj)
|
619
633
|
self._Project = params.get("Project")
|
634
|
+
self._ProductType = params.get("ProductType")
|
620
635
|
self._InstanceType = params.get("InstanceType")
|
621
636
|
self._Mode = params.get("Mode")
|
622
637
|
self._GoodsNum = params.get("GoodsNum")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# -*- coding: utf8 -*-
|
2
|
-
# Copyright (c) 2017-
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
3
3
|
#
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
5
|
# you may not use this file except in compliance with the License.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tencentcloud-sdk-python-vdb
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1440
|
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 (
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1440)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -0,0 +1,10 @@
|
|
1
|
+
tencentcloud/__init__.py,sha256=0THSIimwDjtWOxMYP7QjjcMaXm1MEztdu-z6bm-4Nho,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=ET4pznb22hvN4tfFg_0CytI6fuYc3Hq0Y1LNJbX_fHo,1187
|
5
|
+
tencentcloud/vdb/v20230616/models.py,sha256=tOp7Dc5rGoBfCcgzLqosmKP498izklJDxNImlmTfMII,101898
|
6
|
+
tencentcloud/vdb/v20230616/vdb_client.py,sha256=gk6KTqIs491syhFD0eRPo_tV0hkyjbISM7olQHFNquY,14178
|
7
|
+
tencentcloud_sdk_python_vdb-3.0.1440.dist-info/METADATA,sha256=CXXsfe6K07P94xRdt8x5ahsmDnwymHgPfyIslQnoW0c,1503
|
8
|
+
tencentcloud_sdk_python_vdb-3.0.1440.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_vdb-3.0.1440.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_vdb-3.0.1440.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=mBonTVL0hq1NDbi3w788DzhfmdAOHZL06v2syZGxfwQ,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=m3rvDQzgQ-Ap2LoIxbR5HSbmMPG9j6q_YZfXArmdD-U,101461
|
6
|
-
tencentcloud/vdb/v20230616/vdb_client.py,sha256=uYUXlcUmWY17yhqJFDeiCC4b7eaw2P5V9uwDeBSTDps,14205
|
7
|
-
tencentcloud_sdk_python_vdb-3.0.1413.dist-info/METADATA,sha256=JrLxYulUtlBml-n6DLf_1wmilLTSY4HP4zkL0uWEhnM,1496
|
8
|
-
tencentcloud_sdk_python_vdb-3.0.1413.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
-
tencentcloud_sdk_python_vdb-3.0.1413.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
-
tencentcloud_sdk_python_vdb-3.0.1413.dist-info/RECORD,,
|
File without changes
|
File without changes
|