tencentcloud-sdk-python-tke 3.1.33__tar.gz → 3.1.35__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_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20180525/models.py +17 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tke-3.1.35/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tke-3.1.33/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20220501/models.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20220501/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.33 → tencentcloud_sdk_python_tke-3.1.35}/tencentcloud_sdk_python_tke.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.35
|
|
4
4
|
Summary: Tencent Cloud Tke 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.35
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tke',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.35,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tke SDK for Python',
|
|
@@ -53514,10 +53514,13 @@ class VirtualNodeSpec(AbstractModel):
|
|
|
53514
53514
|
:type SubnetId: str
|
|
53515
53515
|
:param _Tags: 腾讯云标签
|
|
53516
53516
|
:type Tags: list of Tag
|
|
53517
|
+
:param _Quota: 按量配额
|
|
53518
|
+
:type Quota: :class:`tencentcloud.tke.v20180525.models.SuperNodeResource`
|
|
53517
53519
|
"""
|
|
53518
53520
|
self._DisplayName = None
|
|
53519
53521
|
self._SubnetId = None
|
|
53520
53522
|
self._Tags = None
|
|
53523
|
+
self._Quota = None
|
|
53521
53524
|
|
|
53522
53525
|
@property
|
|
53523
53526
|
def DisplayName(self):
|
|
@@ -53552,6 +53555,17 @@ class VirtualNodeSpec(AbstractModel):
|
|
|
53552
53555
|
def Tags(self, Tags):
|
|
53553
53556
|
self._Tags = Tags
|
|
53554
53557
|
|
|
53558
|
+
@property
|
|
53559
|
+
def Quota(self):
|
|
53560
|
+
r"""按量配额
|
|
53561
|
+
:rtype: :class:`tencentcloud.tke.v20180525.models.SuperNodeResource`
|
|
53562
|
+
"""
|
|
53563
|
+
return self._Quota
|
|
53564
|
+
|
|
53565
|
+
@Quota.setter
|
|
53566
|
+
def Quota(self, Quota):
|
|
53567
|
+
self._Quota = Quota
|
|
53568
|
+
|
|
53555
53569
|
|
|
53556
53570
|
def _deserialize(self, params):
|
|
53557
53571
|
self._DisplayName = params.get("DisplayName")
|
|
@@ -53562,6 +53576,9 @@ class VirtualNodeSpec(AbstractModel):
|
|
|
53562
53576
|
obj = Tag()
|
|
53563
53577
|
obj._deserialize(item)
|
|
53564
53578
|
self._Tags.append(obj)
|
|
53579
|
+
if params.get("Quota") is not None:
|
|
53580
|
+
self._Quota = SuperNodeResource()
|
|
53581
|
+
self._Quota._deserialize(params.get("Quota"))
|
|
53565
53582
|
memeber_set = set(params.keys())
|
|
53566
53583
|
for name, value in vars(self).items():
|
|
53567
53584
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.35
|
|
4
4
|
Summary: Tencent Cloud Tke 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.35
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.35
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.33
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|