tencentcloud-sdk-python-tke 3.1.9__tar.gz → 3.1.11__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.9 → tencentcloud_sdk_python_tke-3.1.11}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/models.py +17 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tke-3.1.11/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tke-3.1.9/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/models.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.9 → tencentcloud_sdk_python_tke-3.1.11}/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.11
|
|
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.11
|
|
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.11,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tke SDK for Python',
|
|
@@ -4436,12 +4436,15 @@ class ModifyClusterMachineRequest(AbstractModel):
|
|
|
4436
4436
|
:type MachineNames: list of str
|
|
4437
4437
|
:param _DisplayName: machine的display name
|
|
4438
4438
|
:type DisplayName: str
|
|
4439
|
+
:param _SystemDisk: 系统盘的信息
|
|
4440
|
+
:type SystemDisk: :class:`tencentcloud.tke.v20220501.models.Disk`
|
|
4439
4441
|
:param _InstanceChargePrepaid: 节点预付费信息
|
|
4440
4442
|
:type InstanceChargePrepaid: :class:`tencentcloud.tke.v20220501.models.InstanceChargePrepaid`
|
|
4441
4443
|
"""
|
|
4442
4444
|
self._ClusterId = None
|
|
4443
4445
|
self._MachineNames = None
|
|
4444
4446
|
self._DisplayName = None
|
|
4447
|
+
self._SystemDisk = None
|
|
4445
4448
|
self._InstanceChargePrepaid = None
|
|
4446
4449
|
|
|
4447
4450
|
@property
|
|
@@ -4477,6 +4480,17 @@ class ModifyClusterMachineRequest(AbstractModel):
|
|
|
4477
4480
|
def DisplayName(self, DisplayName):
|
|
4478
4481
|
self._DisplayName = DisplayName
|
|
4479
4482
|
|
|
4483
|
+
@property
|
|
4484
|
+
def SystemDisk(self):
|
|
4485
|
+
r"""系统盘的信息
|
|
4486
|
+
:rtype: :class:`tencentcloud.tke.v20220501.models.Disk`
|
|
4487
|
+
"""
|
|
4488
|
+
return self._SystemDisk
|
|
4489
|
+
|
|
4490
|
+
@SystemDisk.setter
|
|
4491
|
+
def SystemDisk(self, SystemDisk):
|
|
4492
|
+
self._SystemDisk = SystemDisk
|
|
4493
|
+
|
|
4480
4494
|
@property
|
|
4481
4495
|
def InstanceChargePrepaid(self):
|
|
4482
4496
|
r"""节点预付费信息
|
|
@@ -4493,6 +4507,9 @@ class ModifyClusterMachineRequest(AbstractModel):
|
|
|
4493
4507
|
self._ClusterId = params.get("ClusterId")
|
|
4494
4508
|
self._MachineNames = params.get("MachineNames")
|
|
4495
4509
|
self._DisplayName = params.get("DisplayName")
|
|
4510
|
+
if params.get("SystemDisk") is not None:
|
|
4511
|
+
self._SystemDisk = Disk()
|
|
4512
|
+
self._SystemDisk._deserialize(params.get("SystemDisk"))
|
|
4496
4513
|
if params.get("InstanceChargePrepaid") is not None:
|
|
4497
4514
|
self._InstanceChargePrepaid = InstanceChargePrepaid()
|
|
4498
4515
|
self._InstanceChargePrepaid._deserialize(params.get("InstanceChargePrepaid"))
|
|
@@ -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.11
|
|
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.11
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.11
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.9
|
|
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
|