tencentcloud-sdk-python-tke 3.1.7__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.7 → tencentcloud_sdk_python_tke-3.1.11}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/models.py +15 -15
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/models.py +17 -0
- {tencentcloud_sdk_python_tke-3.1.7 → 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.7/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.11}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.7 → 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',
|
|
@@ -7265,10 +7265,10 @@ class CreateClusterVirtualNodePoolRequest(AbstractModel):
|
|
|
7265
7265
|
:type ClusterId: str
|
|
7266
7266
|
:param _Name: 节点池名称
|
|
7267
7267
|
:type Name: str
|
|
7268
|
+
:param _SecurityGroupIds: 安全组ID列表
|
|
7269
|
+
:type SecurityGroupIds: list of str
|
|
7268
7270
|
:param _SubnetIds: 子网ID列表
|
|
7269
7271
|
:type SubnetIds: list of str
|
|
7270
|
-
:param _SecurityGroupIds: 安全组ID列表,必选参数
|
|
7271
|
-
:type SecurityGroupIds: list of str
|
|
7272
7272
|
:param _Labels: 虚拟节点label
|
|
7273
7273
|
:type Labels: list of Label
|
|
7274
7274
|
:param _Taints: 虚拟节点taint
|
|
@@ -7284,8 +7284,8 @@ class CreateClusterVirtualNodePoolRequest(AbstractModel):
|
|
|
7284
7284
|
"""
|
|
7285
7285
|
self._ClusterId = None
|
|
7286
7286
|
self._Name = None
|
|
7287
|
-
self._SubnetIds = None
|
|
7288
7287
|
self._SecurityGroupIds = None
|
|
7288
|
+
self._SubnetIds = None
|
|
7289
7289
|
self._Labels = None
|
|
7290
7290
|
self._Taints = None
|
|
7291
7291
|
self._VirtualNodes = None
|
|
@@ -7314,6 +7314,17 @@ class CreateClusterVirtualNodePoolRequest(AbstractModel):
|
|
|
7314
7314
|
def Name(self, Name):
|
|
7315
7315
|
self._Name = Name
|
|
7316
7316
|
|
|
7317
|
+
@property
|
|
7318
|
+
def SecurityGroupIds(self):
|
|
7319
|
+
r"""安全组ID列表
|
|
7320
|
+
:rtype: list of str
|
|
7321
|
+
"""
|
|
7322
|
+
return self._SecurityGroupIds
|
|
7323
|
+
|
|
7324
|
+
@SecurityGroupIds.setter
|
|
7325
|
+
def SecurityGroupIds(self, SecurityGroupIds):
|
|
7326
|
+
self._SecurityGroupIds = SecurityGroupIds
|
|
7327
|
+
|
|
7317
7328
|
@property
|
|
7318
7329
|
def SubnetIds(self):
|
|
7319
7330
|
r"""子网ID列表
|
|
@@ -7325,17 +7336,6 @@ class CreateClusterVirtualNodePoolRequest(AbstractModel):
|
|
|
7325
7336
|
def SubnetIds(self, SubnetIds):
|
|
7326
7337
|
self._SubnetIds = SubnetIds
|
|
7327
7338
|
|
|
7328
|
-
@property
|
|
7329
|
-
def SecurityGroupIds(self):
|
|
7330
|
-
r"""安全组ID列表,必选参数
|
|
7331
|
-
:rtype: list of str
|
|
7332
|
-
"""
|
|
7333
|
-
return self._SecurityGroupIds
|
|
7334
|
-
|
|
7335
|
-
@SecurityGroupIds.setter
|
|
7336
|
-
def SecurityGroupIds(self, SecurityGroupIds):
|
|
7337
|
-
self._SecurityGroupIds = SecurityGroupIds
|
|
7338
|
-
|
|
7339
7339
|
@property
|
|
7340
7340
|
def Labels(self):
|
|
7341
7341
|
r"""虚拟节点label
|
|
@@ -7397,8 +7397,8 @@ class CreateClusterVirtualNodePoolRequest(AbstractModel):
|
|
|
7397
7397
|
def _deserialize(self, params):
|
|
7398
7398
|
self._ClusterId = params.get("ClusterId")
|
|
7399
7399
|
self._Name = params.get("Name")
|
|
7400
|
-
self._SubnetIds = params.get("SubnetIds")
|
|
7401
7400
|
self._SecurityGroupIds = params.get("SecurityGroupIds")
|
|
7401
|
+
self._SubnetIds = params.get("SubnetIds")
|
|
7402
7402
|
if params.get("Labels") is not None:
|
|
7403
7403
|
self._Labels = []
|
|
7404
7404
|
for item in params.get("Labels"):
|
|
@@ -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.7
|
|
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
|