tencentcloud-sdk-python-tke 3.1.57__tar.gz → 3.1.67__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.57 → tencentcloud_sdk_python_tke-3.1.67}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/models.py +42 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/models.py +170 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/tke_client.py +46 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/tke_client_async.py +36 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tke-3.1.67/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tke-3.1.57/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.57 → tencentcloud_sdk_python_tke-3.1.67}/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.67
|
|
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.67
|
|
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.67,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tke SDK for Python',
|
|
@@ -4872,8 +4872,29 @@ class ClusterStatus(AbstractModel):
|
|
|
4872
4872
|
:param _ClusterId: 集群Id
|
|
4873
4873
|
:type ClusterId: str
|
|
4874
4874
|
:param _ClusterState: 集群状态
|
|
4875
|
+
运行中:Running
|
|
4876
|
+
集群等级中:ClusterLevelUpgrading
|
|
4877
|
+
集群升级中:Upgrading
|
|
4878
|
+
集群控制面扩容中:MasterScaling
|
|
4879
|
+
托管集群修改参数中:RuntimeUpgrading
|
|
4880
|
+
节点升级中:NodeUpgrading
|
|
4881
|
+
集群删除中:Deleting
|
|
4882
|
+
集群创建中:Creating
|
|
4883
|
+
集群已隔离:Isolated
|
|
4884
|
+
集群升级暂停:Pause
|
|
4885
|
+
集群执行隔离:ResourceIsolate
|
|
4886
|
+
集群隔离:ResourceIsolated
|
|
4887
|
+
集群执行冲正:ResourceReverse
|
|
4888
|
+
集群冲正:ResourceReversal
|
|
4889
|
+
集群执行销毁:ResourceDestroy
|
|
4890
|
+
集群销毁:ResourceDestroyed
|
|
4891
|
+
集群变配交易中:ClusterLevelTrading
|
|
4875
4892
|
:type ClusterState: str
|
|
4876
4893
|
:param _ClusterInstanceState: 集群下机器实例的状态
|
|
4894
|
+
节点全部正常:AllNormal
|
|
4895
|
+
节点全部异常:
|
|
4896
|
+
AllAbnormal
|
|
4897
|
+
节点部分异常:PartialAbnormal
|
|
4877
4898
|
:type ClusterInstanceState: str
|
|
4878
4899
|
:param _ClusterBMonitor: 集群是否开启监控
|
|
4879
4900
|
:type ClusterBMonitor: bool
|
|
@@ -4918,6 +4939,23 @@ class ClusterStatus(AbstractModel):
|
|
|
4918
4939
|
@property
|
|
4919
4940
|
def ClusterState(self):
|
|
4920
4941
|
r"""集群状态
|
|
4942
|
+
运行中:Running
|
|
4943
|
+
集群等级中:ClusterLevelUpgrading
|
|
4944
|
+
集群升级中:Upgrading
|
|
4945
|
+
集群控制面扩容中:MasterScaling
|
|
4946
|
+
托管集群修改参数中:RuntimeUpgrading
|
|
4947
|
+
节点升级中:NodeUpgrading
|
|
4948
|
+
集群删除中:Deleting
|
|
4949
|
+
集群创建中:Creating
|
|
4950
|
+
集群已隔离:Isolated
|
|
4951
|
+
集群升级暂停:Pause
|
|
4952
|
+
集群执行隔离:ResourceIsolate
|
|
4953
|
+
集群隔离:ResourceIsolated
|
|
4954
|
+
集群执行冲正:ResourceReverse
|
|
4955
|
+
集群冲正:ResourceReversal
|
|
4956
|
+
集群执行销毁:ResourceDestroy
|
|
4957
|
+
集群销毁:ResourceDestroyed
|
|
4958
|
+
集群变配交易中:ClusterLevelTrading
|
|
4921
4959
|
:rtype: str
|
|
4922
4960
|
"""
|
|
4923
4961
|
return self._ClusterState
|
|
@@ -4929,6 +4967,10 @@ class ClusterStatus(AbstractModel):
|
|
|
4929
4967
|
@property
|
|
4930
4968
|
def ClusterInstanceState(self):
|
|
4931
4969
|
r"""集群下机器实例的状态
|
|
4970
|
+
节点全部正常:AllNormal
|
|
4971
|
+
节点全部异常:
|
|
4972
|
+
AllAbnormal
|
|
4973
|
+
节点部分异常:PartialAbnormal
|
|
4932
4974
|
:rtype: str
|
|
4933
4975
|
"""
|
|
4934
4976
|
return self._ClusterInstanceState
|
|
@@ -2227,6 +2227,107 @@ class DescribeClustersResponse(AbstractModel):
|
|
|
2227
2227
|
self._RequestId = params.get("RequestId")
|
|
2228
2228
|
|
|
2229
2229
|
|
|
2230
|
+
class DescribeGPUInfoRequest(AbstractModel):
|
|
2231
|
+
r"""DescribeGPUInfo请求参数结构体
|
|
2232
|
+
|
|
2233
|
+
"""
|
|
2234
|
+
|
|
2235
|
+
def __init__(self):
|
|
2236
|
+
r"""
|
|
2237
|
+
:param _InstanceType: 实例机型名称,默认值""
|
|
2238
|
+
:type InstanceType: str
|
|
2239
|
+
:param _OsName: 操作系统oskey,默认值""
|
|
2240
|
+
:type OsName: str
|
|
2241
|
+
"""
|
|
2242
|
+
self._InstanceType = None
|
|
2243
|
+
self._OsName = None
|
|
2244
|
+
|
|
2245
|
+
@property
|
|
2246
|
+
def InstanceType(self):
|
|
2247
|
+
r"""实例机型名称,默认值""
|
|
2248
|
+
:rtype: str
|
|
2249
|
+
"""
|
|
2250
|
+
return self._InstanceType
|
|
2251
|
+
|
|
2252
|
+
@InstanceType.setter
|
|
2253
|
+
def InstanceType(self, InstanceType):
|
|
2254
|
+
self._InstanceType = InstanceType
|
|
2255
|
+
|
|
2256
|
+
@property
|
|
2257
|
+
def OsName(self):
|
|
2258
|
+
r"""操作系统oskey,默认值""
|
|
2259
|
+
:rtype: str
|
|
2260
|
+
"""
|
|
2261
|
+
return self._OsName
|
|
2262
|
+
|
|
2263
|
+
@OsName.setter
|
|
2264
|
+
def OsName(self, OsName):
|
|
2265
|
+
self._OsName = OsName
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
def _deserialize(self, params):
|
|
2269
|
+
self._InstanceType = params.get("InstanceType")
|
|
2270
|
+
self._OsName = params.get("OsName")
|
|
2271
|
+
memeber_set = set(params.keys())
|
|
2272
|
+
for name, value in vars(self).items():
|
|
2273
|
+
property_name = name[1:]
|
|
2274
|
+
if property_name in memeber_set:
|
|
2275
|
+
memeber_set.remove(property_name)
|
|
2276
|
+
if len(memeber_set) > 0:
|
|
2277
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2278
|
+
|
|
2279
|
+
|
|
2280
|
+
|
|
2281
|
+
class DescribeGPUInfoResponse(AbstractModel):
|
|
2282
|
+
r"""DescribeGPUInfo返回参数结构体
|
|
2283
|
+
|
|
2284
|
+
"""
|
|
2285
|
+
|
|
2286
|
+
def __init__(self):
|
|
2287
|
+
r"""
|
|
2288
|
+
:param _GPUParams: GPU相关配置
|
|
2289
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2290
|
+
:type GPUParams: list of GPUParams
|
|
2291
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2292
|
+
:type RequestId: str
|
|
2293
|
+
"""
|
|
2294
|
+
self._GPUParams = None
|
|
2295
|
+
self._RequestId = None
|
|
2296
|
+
|
|
2297
|
+
@property
|
|
2298
|
+
def GPUParams(self):
|
|
2299
|
+
r"""GPU相关配置
|
|
2300
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2301
|
+
:rtype: list of GPUParams
|
|
2302
|
+
"""
|
|
2303
|
+
return self._GPUParams
|
|
2304
|
+
|
|
2305
|
+
@GPUParams.setter
|
|
2306
|
+
def GPUParams(self, GPUParams):
|
|
2307
|
+
self._GPUParams = GPUParams
|
|
2308
|
+
|
|
2309
|
+
@property
|
|
2310
|
+
def RequestId(self):
|
|
2311
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2312
|
+
:rtype: str
|
|
2313
|
+
"""
|
|
2314
|
+
return self._RequestId
|
|
2315
|
+
|
|
2316
|
+
@RequestId.setter
|
|
2317
|
+
def RequestId(self, RequestId):
|
|
2318
|
+
self._RequestId = RequestId
|
|
2319
|
+
|
|
2320
|
+
|
|
2321
|
+
def _deserialize(self, params):
|
|
2322
|
+
if params.get("GPUParams") is not None:
|
|
2323
|
+
self._GPUParams = []
|
|
2324
|
+
for item in params.get("GPUParams"):
|
|
2325
|
+
obj = GPUParams()
|
|
2326
|
+
obj._deserialize(item)
|
|
2327
|
+
self._GPUParams.append(obj)
|
|
2328
|
+
self._RequestId = params.get("RequestId")
|
|
2329
|
+
|
|
2330
|
+
|
|
2230
2331
|
class DescribeHealthCheckPoliciesRequest(AbstractModel):
|
|
2231
2332
|
r"""DescribeHealthCheckPolicies请求参数结构体
|
|
2232
2333
|
|
|
@@ -2779,6 +2880,75 @@ class DescribeNodePoolsResponse(AbstractModel):
|
|
|
2779
2880
|
self._RequestId = params.get("RequestId")
|
|
2780
2881
|
|
|
2781
2882
|
|
|
2883
|
+
class DescribeZoneInstanceConfigInfosRequest(AbstractModel):
|
|
2884
|
+
r"""DescribeZoneInstanceConfigInfos请求参数结构体
|
|
2885
|
+
|
|
2886
|
+
"""
|
|
2887
|
+
|
|
2888
|
+
def __init__(self):
|
|
2889
|
+
r"""
|
|
2890
|
+
:param _Filters: 机型过滤设置
|
|
2891
|
+
:type Filters: list of Filter
|
|
2892
|
+
"""
|
|
2893
|
+
self._Filters = None
|
|
2894
|
+
|
|
2895
|
+
@property
|
|
2896
|
+
def Filters(self):
|
|
2897
|
+
r"""机型过滤设置
|
|
2898
|
+
:rtype: list of Filter
|
|
2899
|
+
"""
|
|
2900
|
+
return self._Filters
|
|
2901
|
+
|
|
2902
|
+
@Filters.setter
|
|
2903
|
+
def Filters(self, Filters):
|
|
2904
|
+
self._Filters = Filters
|
|
2905
|
+
|
|
2906
|
+
|
|
2907
|
+
def _deserialize(self, params):
|
|
2908
|
+
if params.get("Filters") is not None:
|
|
2909
|
+
self._Filters = []
|
|
2910
|
+
for item in params.get("Filters"):
|
|
2911
|
+
obj = Filter()
|
|
2912
|
+
obj._deserialize(item)
|
|
2913
|
+
self._Filters.append(obj)
|
|
2914
|
+
memeber_set = set(params.keys())
|
|
2915
|
+
for name, value in vars(self).items():
|
|
2916
|
+
property_name = name[1:]
|
|
2917
|
+
if property_name in memeber_set:
|
|
2918
|
+
memeber_set.remove(property_name)
|
|
2919
|
+
if len(memeber_set) > 0:
|
|
2920
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2921
|
+
|
|
2922
|
+
|
|
2923
|
+
|
|
2924
|
+
class DescribeZoneInstanceConfigInfosResponse(AbstractModel):
|
|
2925
|
+
r"""DescribeZoneInstanceConfigInfos返回参数结构体
|
|
2926
|
+
|
|
2927
|
+
"""
|
|
2928
|
+
|
|
2929
|
+
def __init__(self):
|
|
2930
|
+
r"""
|
|
2931
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2932
|
+
:type RequestId: str
|
|
2933
|
+
"""
|
|
2934
|
+
self._RequestId = None
|
|
2935
|
+
|
|
2936
|
+
@property
|
|
2937
|
+
def RequestId(self):
|
|
2938
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2939
|
+
:rtype: str
|
|
2940
|
+
"""
|
|
2941
|
+
return self._RequestId
|
|
2942
|
+
|
|
2943
|
+
@RequestId.setter
|
|
2944
|
+
def RequestId(self, RequestId):
|
|
2945
|
+
self._RequestId = RequestId
|
|
2946
|
+
|
|
2947
|
+
|
|
2948
|
+
def _deserialize(self, params):
|
|
2949
|
+
self._RequestId = params.get("RequestId")
|
|
2950
|
+
|
|
2951
|
+
|
|
2782
2952
|
class Disk(AbstractModel):
|
|
2783
2953
|
r"""节点系统盘和数据盘配置
|
|
2784
2954
|
|
|
@@ -210,6 +210,29 @@ class TkeClient(AbstractClient):
|
|
|
210
210
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
211
211
|
|
|
212
212
|
|
|
213
|
+
def DescribeGPUInfo(self, request):
|
|
214
|
+
r"""请求该接口,会返回所有适配该机型和操作系统组合的gpu驱动版本
|
|
215
|
+
|
|
216
|
+
:param request: Request instance for DescribeGPUInfo.
|
|
217
|
+
:type request: :class:`tencentcloud.tke.v20220501.models.DescribeGPUInfoRequest`
|
|
218
|
+
:rtype: :class:`tencentcloud.tke.v20220501.models.DescribeGPUInfoResponse`
|
|
219
|
+
|
|
220
|
+
"""
|
|
221
|
+
try:
|
|
222
|
+
params = request._serialize()
|
|
223
|
+
headers = request.headers
|
|
224
|
+
body = self.call("DescribeGPUInfo", params, headers=headers)
|
|
225
|
+
response = json.loads(body)
|
|
226
|
+
model = models.DescribeGPUInfoResponse()
|
|
227
|
+
model._deserialize(response["Response"])
|
|
228
|
+
return model
|
|
229
|
+
except Exception as e:
|
|
230
|
+
if isinstance(e, TencentCloudSDKException):
|
|
231
|
+
raise
|
|
232
|
+
else:
|
|
233
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
234
|
+
|
|
235
|
+
|
|
213
236
|
def DescribeHealthCheckPolicies(self, request):
|
|
214
237
|
r"""查询健康检测策略
|
|
215
238
|
|
|
@@ -302,6 +325,29 @@ class TkeClient(AbstractClient):
|
|
|
302
325
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
303
326
|
|
|
304
327
|
|
|
328
|
+
def DescribeZoneInstanceConfigInfos(self, request):
|
|
329
|
+
r"""查询原生节点机型配置
|
|
330
|
+
|
|
331
|
+
:param request: Request instance for DescribeZoneInstanceConfigInfos.
|
|
332
|
+
:type request: :class:`tencentcloud.tke.v20220501.models.DescribeZoneInstanceConfigInfosRequest`
|
|
333
|
+
:rtype: :class:`tencentcloud.tke.v20220501.models.DescribeZoneInstanceConfigInfosResponse`
|
|
334
|
+
|
|
335
|
+
"""
|
|
336
|
+
try:
|
|
337
|
+
params = request._serialize()
|
|
338
|
+
headers = request.headers
|
|
339
|
+
body = self.call("DescribeZoneInstanceConfigInfos", params, headers=headers)
|
|
340
|
+
response = json.loads(body)
|
|
341
|
+
model = models.DescribeZoneInstanceConfigInfosResponse()
|
|
342
|
+
model._deserialize(response["Response"])
|
|
343
|
+
return model
|
|
344
|
+
except Exception as e:
|
|
345
|
+
if isinstance(e, TencentCloudSDKException):
|
|
346
|
+
raise
|
|
347
|
+
else:
|
|
348
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
349
|
+
|
|
350
|
+
|
|
305
351
|
def ModifyClusterMachine(self, request):
|
|
306
352
|
r"""修改原生节点
|
|
307
353
|
|
|
@@ -169,6 +169,24 @@ class TkeClient(AbstractClient):
|
|
|
169
169
|
|
|
170
170
|
return await self.call_and_deserialize(**kwargs)
|
|
171
171
|
|
|
172
|
+
async def DescribeGPUInfo(
|
|
173
|
+
self,
|
|
174
|
+
request: models.DescribeGPUInfoRequest,
|
|
175
|
+
opts: Dict = None,
|
|
176
|
+
) -> models.DescribeGPUInfoResponse:
|
|
177
|
+
"""
|
|
178
|
+
请求该接口,会返回所有适配该机型和操作系统组合的gpu驱动版本
|
|
179
|
+
"""
|
|
180
|
+
|
|
181
|
+
kwargs = {}
|
|
182
|
+
kwargs["action"] = "DescribeGPUInfo"
|
|
183
|
+
kwargs["params"] = request._serialize()
|
|
184
|
+
kwargs["resp_cls"] = models.DescribeGPUInfoResponse
|
|
185
|
+
kwargs["headers"] = request.headers
|
|
186
|
+
kwargs["opts"] = opts or {}
|
|
187
|
+
|
|
188
|
+
return await self.call_and_deserialize(**kwargs)
|
|
189
|
+
|
|
172
190
|
async def DescribeHealthCheckPolicies(
|
|
173
191
|
self,
|
|
174
192
|
request: models.DescribeHealthCheckPoliciesRequest,
|
|
@@ -241,6 +259,24 @@ class TkeClient(AbstractClient):
|
|
|
241
259
|
|
|
242
260
|
return await self.call_and_deserialize(**kwargs)
|
|
243
261
|
|
|
262
|
+
async def DescribeZoneInstanceConfigInfos(
|
|
263
|
+
self,
|
|
264
|
+
request: models.DescribeZoneInstanceConfigInfosRequest,
|
|
265
|
+
opts: Dict = None,
|
|
266
|
+
) -> models.DescribeZoneInstanceConfigInfosResponse:
|
|
267
|
+
"""
|
|
268
|
+
查询原生节点机型配置
|
|
269
|
+
"""
|
|
270
|
+
|
|
271
|
+
kwargs = {}
|
|
272
|
+
kwargs["action"] = "DescribeZoneInstanceConfigInfos"
|
|
273
|
+
kwargs["params"] = request._serialize()
|
|
274
|
+
kwargs["resp_cls"] = models.DescribeZoneInstanceConfigInfosResponse
|
|
275
|
+
kwargs["headers"] = request.headers
|
|
276
|
+
kwargs["opts"] = opts or {}
|
|
277
|
+
|
|
278
|
+
return await self.call_and_deserialize(**kwargs)
|
|
279
|
+
|
|
244
280
|
async def ModifyClusterMachine(
|
|
245
281
|
self,
|
|
246
282
|
request: models.ModifyClusterMachineRequest,
|
|
@@ -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.67
|
|
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.67
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.57
|
|
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
|