tencentcloud-sdk-python-tke 3.1.7__tar.gz → 3.1.9__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.
Files changed (22) hide show
  1. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20180525/models.py +15 -15
  5. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tke-3.1.9/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tke-3.1.7/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20180525/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20180525/tke_client.py +0 -0
  14. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20220501/__init__.py +0 -0
  16. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
  17. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20220501/models.py +0 -0
  18. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20220501/tke_client.py +0 -0
  19. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
  20. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_tke-3.1.7 → tencentcloud_sdk_python_tke-3.1.9}/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.7
3
+ Version: 3.1.9
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.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.9
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.7,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.9,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tke SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.7'
17
+ __version__ = '3.1.9'
@@ -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"):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tke
3
- Version: 3.1.7
3
+ Version: 3.1.9
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.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.9
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.9
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.7