tencentcloud-sdk-python-tke 3.1.148__tar.gz → 3.1.162__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.148 → tencentcloud_sdk_python_tke-3.1.162}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/models.py +80 -42
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tke-3.1.162/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tke-3.1.148/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/models.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.148 → tencentcloud_sdk_python_tke-3.1.162}/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.162
|
|
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.162
|
|
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.162,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tke SDK for Python',
|
|
@@ -6252,25 +6252,19 @@ class CreateClusterEndpointRequest(AbstractModel):
|
|
|
6252
6252
|
|
|
6253
6253
|
def __init__(self):
|
|
6254
6254
|
r"""
|
|
6255
|
-
:param _ClusterId:
|
|
6255
|
+
:param _ClusterId: <p>集群ID</p>
|
|
6256
6256
|
:type ClusterId: str
|
|
6257
|
-
:param _SubnetId:
|
|
6258
|
-
|
|
6257
|
+
:param _SubnetId: <p>集群端口所在的子网ID (仅在开启非外网访问时需要填,必须为集群所在VPC内的子网)。获取方式:https://cloud.tencent.com/document/product/215/15784</p>
|
|
6259
6258
|
:type SubnetId: str
|
|
6260
|
-
:param _IsExtranet:
|
|
6259
|
+
:param _IsExtranet: <p>是否为外网访问(TRUE 外网访问 FALSE 内网访问,默认值: FALSE)</p>
|
|
6261
6260
|
:type IsExtranet: bool
|
|
6262
|
-
:param _Domain:
|
|
6261
|
+
:param _Domain: <p>设置域名</p>
|
|
6263
6262
|
:type Domain: str
|
|
6264
|
-
:param _SecurityGroup:
|
|
6263
|
+
:param _SecurityGroup: <p>使用的安全组(开启内外网访问且不使用已有clb时可传,内网访问需要先找clb侧加白使用)。获取方式:https://cloud.tencent.com/document/api/215/15808</p>
|
|
6265
6264
|
:type SecurityGroup: str
|
|
6266
|
-
:param _ExtensiveParameters:
|
|
6267
|
-
各个参数意义:
|
|
6268
|
-
InternetAccessible.InternetChargeType含义:TRAFFIC_POSTPAID_BY_HOUR按流量按小时后计费;BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费;InternetAccessible.BANDWIDTH_PACKAGE 按带宽包计费。
|
|
6269
|
-
InternetMaxBandwidthOut含义:最大出带宽,单位Mbps,范围支持0到2048,默认值10。
|
|
6270
|
-
VipIsp含义:CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 DescribeSingleIsp 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费BANDWIDTH_PACKAGE。
|
|
6271
|
-
BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式InternetAccessible.InternetChargeType只支持按带宽包计费BANDWIDTH_PACKAGE。
|
|
6265
|
+
:param _ExtensiveParameters: <p>创建lb参数,只有外网访问需要设置,是一个json格式化后的字符串:{"InternetAccessible":{"InternetChargeType":"TRAFFIC_POSTPAID_BY_HOUR","InternetMaxBandwidthOut":200},"VipIsp":"","BandwidthPackageId":""}。<br>各个参数意义:<br>InternetAccessible.InternetChargeType含义:TRAFFIC_POSTPAID_BY_HOUR按流量按小时后计费;BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费;InternetAccessible.BANDWIDTH_PACKAGE 按带宽包计费。<br>InternetMaxBandwidthOut含义:最大出带宽,单位Mbps,范围支持0到2048,默认值10。<br>VipIsp含义:CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 DescribeSingleIsp 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费BANDWIDTH_PACKAGE。<br>BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式InternetAccessible.InternetChargeType只支持按带宽包计费BANDWIDTH_PACKAGE。</p>
|
|
6272
6266
|
:type ExtensiveParameters: str
|
|
6273
|
-
:param _ExistedLoadBalancerId:
|
|
6267
|
+
:param _ExistedLoadBalancerId: <p>使用已有clb开启内网或外网访问</p>
|
|
6274
6268
|
:type ExistedLoadBalancerId: str
|
|
6275
6269
|
"""
|
|
6276
6270
|
self._ClusterId = None
|
|
@@ -6283,7 +6277,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
|
6283
6277
|
|
|
6284
6278
|
@property
|
|
6285
6279
|
def ClusterId(self):
|
|
6286
|
-
r"""
|
|
6280
|
+
r"""<p>集群ID</p>
|
|
6287
6281
|
:rtype: str
|
|
6288
6282
|
"""
|
|
6289
6283
|
return self._ClusterId
|
|
@@ -6294,8 +6288,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
|
6294
6288
|
|
|
6295
6289
|
@property
|
|
6296
6290
|
def SubnetId(self):
|
|
6297
|
-
r"""
|
|
6298
|
-
|
|
6291
|
+
r"""<p>集群端口所在的子网ID (仅在开启非外网访问时需要填,必须为集群所在VPC内的子网)。获取方式:https://cloud.tencent.com/document/product/215/15784</p>
|
|
6299
6292
|
:rtype: str
|
|
6300
6293
|
"""
|
|
6301
6294
|
return self._SubnetId
|
|
@@ -6306,7 +6299,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
|
6306
6299
|
|
|
6307
6300
|
@property
|
|
6308
6301
|
def IsExtranet(self):
|
|
6309
|
-
r"""
|
|
6302
|
+
r"""<p>是否为外网访问(TRUE 外网访问 FALSE 内网访问,默认值: FALSE)</p>
|
|
6310
6303
|
:rtype: bool
|
|
6311
6304
|
"""
|
|
6312
6305
|
return self._IsExtranet
|
|
@@ -6317,7 +6310,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
|
6317
6310
|
|
|
6318
6311
|
@property
|
|
6319
6312
|
def Domain(self):
|
|
6320
|
-
r"""
|
|
6313
|
+
r"""<p>设置域名</p>
|
|
6321
6314
|
:rtype: str
|
|
6322
6315
|
"""
|
|
6323
6316
|
return self._Domain
|
|
@@ -6328,7 +6321,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
|
6328
6321
|
|
|
6329
6322
|
@property
|
|
6330
6323
|
def SecurityGroup(self):
|
|
6331
|
-
r"""
|
|
6324
|
+
r"""<p>使用的安全组(开启内外网访问且不使用已有clb时可传,内网访问需要先找clb侧加白使用)。获取方式:https://cloud.tencent.com/document/api/215/15808</p>
|
|
6332
6325
|
:rtype: str
|
|
6333
6326
|
"""
|
|
6334
6327
|
return self._SecurityGroup
|
|
@@ -6339,12 +6332,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
|
6339
6332
|
|
|
6340
6333
|
@property
|
|
6341
6334
|
def ExtensiveParameters(self):
|
|
6342
|
-
r"""
|
|
6343
|
-
各个参数意义:
|
|
6344
|
-
InternetAccessible.InternetChargeType含义:TRAFFIC_POSTPAID_BY_HOUR按流量按小时后计费;BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费;InternetAccessible.BANDWIDTH_PACKAGE 按带宽包计费。
|
|
6345
|
-
InternetMaxBandwidthOut含义:最大出带宽,单位Mbps,范围支持0到2048,默认值10。
|
|
6346
|
-
VipIsp含义:CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 DescribeSingleIsp 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费BANDWIDTH_PACKAGE。
|
|
6347
|
-
BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式InternetAccessible.InternetChargeType只支持按带宽包计费BANDWIDTH_PACKAGE。
|
|
6335
|
+
r"""<p>创建lb参数,只有外网访问需要设置,是一个json格式化后的字符串:{"InternetAccessible":{"InternetChargeType":"TRAFFIC_POSTPAID_BY_HOUR","InternetMaxBandwidthOut":200},"VipIsp":"","BandwidthPackageId":""}。<br>各个参数意义:<br>InternetAccessible.InternetChargeType含义:TRAFFIC_POSTPAID_BY_HOUR按流量按小时后计费;BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费;InternetAccessible.BANDWIDTH_PACKAGE 按带宽包计费。<br>InternetMaxBandwidthOut含义:最大出带宽,单位Mbps,范围支持0到2048,默认值10。<br>VipIsp含义:CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 DescribeSingleIsp 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费BANDWIDTH_PACKAGE。<br>BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式InternetAccessible.InternetChargeType只支持按带宽包计费BANDWIDTH_PACKAGE。</p>
|
|
6348
6336
|
:rtype: str
|
|
6349
6337
|
"""
|
|
6350
6338
|
return self._ExtensiveParameters
|
|
@@ -6355,7 +6343,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
|
6355
6343
|
|
|
6356
6344
|
@property
|
|
6357
6345
|
def ExistedLoadBalancerId(self):
|
|
6358
|
-
r"""
|
|
6346
|
+
r"""<p>使用已有clb开启内网或外网访问</p>
|
|
6359
6347
|
:rtype: str
|
|
6360
6348
|
"""
|
|
6361
6349
|
return self._ExistedLoadBalancerId
|
|
@@ -23427,6 +23415,41 @@ class DescribeOSImagesRequest(AbstractModel):
|
|
|
23427
23415
|
|
|
23428
23416
|
"""
|
|
23429
23417
|
|
|
23418
|
+
def __init__(self):
|
|
23419
|
+
r"""
|
|
23420
|
+
:param _Filters: <p>镜像拉取接口增加过滤字段</p>
|
|
23421
|
+
:type Filters: list of Filter
|
|
23422
|
+
"""
|
|
23423
|
+
self._Filters = None
|
|
23424
|
+
|
|
23425
|
+
@property
|
|
23426
|
+
def Filters(self):
|
|
23427
|
+
r"""<p>镜像拉取接口增加过滤字段</p>
|
|
23428
|
+
:rtype: list of Filter
|
|
23429
|
+
"""
|
|
23430
|
+
return self._Filters
|
|
23431
|
+
|
|
23432
|
+
@Filters.setter
|
|
23433
|
+
def Filters(self, Filters):
|
|
23434
|
+
self._Filters = Filters
|
|
23435
|
+
|
|
23436
|
+
|
|
23437
|
+
def _deserialize(self, params):
|
|
23438
|
+
if params.get("Filters") is not None:
|
|
23439
|
+
self._Filters = []
|
|
23440
|
+
for item in params.get("Filters"):
|
|
23441
|
+
obj = Filter()
|
|
23442
|
+
obj._deserialize(item)
|
|
23443
|
+
self._Filters.append(obj)
|
|
23444
|
+
memeber_set = set(params.keys())
|
|
23445
|
+
for name, value in vars(self).items():
|
|
23446
|
+
property_name = name[1:]
|
|
23447
|
+
if property_name in memeber_set:
|
|
23448
|
+
memeber_set.remove(property_name)
|
|
23449
|
+
if len(memeber_set) > 0:
|
|
23450
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23451
|
+
|
|
23452
|
+
|
|
23430
23453
|
|
|
23431
23454
|
class DescribeOSImagesResponse(AbstractModel):
|
|
23432
23455
|
r"""DescribeOSImages返回参数结构体
|
|
@@ -23435,9 +23458,9 @@ class DescribeOSImagesResponse(AbstractModel):
|
|
|
23435
23458
|
|
|
23436
23459
|
def __init__(self):
|
|
23437
23460
|
r"""
|
|
23438
|
-
:param _OSImageSeriesSet:
|
|
23461
|
+
:param _OSImageSeriesSet: <p>镜像信息列表</p>
|
|
23439
23462
|
:type OSImageSeriesSet: list of OSImage
|
|
23440
|
-
:param _TotalCount:
|
|
23463
|
+
:param _TotalCount: <p>镜像数量</p>
|
|
23441
23464
|
:type TotalCount: int
|
|
23442
23465
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23443
23466
|
:type RequestId: str
|
|
@@ -23448,7 +23471,7 @@ class DescribeOSImagesResponse(AbstractModel):
|
|
|
23448
23471
|
|
|
23449
23472
|
@property
|
|
23450
23473
|
def OSImageSeriesSet(self):
|
|
23451
|
-
r"""
|
|
23474
|
+
r"""<p>镜像信息列表</p>
|
|
23452
23475
|
:rtype: list of OSImage
|
|
23453
23476
|
"""
|
|
23454
23477
|
return self._OSImageSeriesSet
|
|
@@ -23459,7 +23482,7 @@ class DescribeOSImagesResponse(AbstractModel):
|
|
|
23459
23482
|
|
|
23460
23483
|
@property
|
|
23461
23484
|
def TotalCount(self):
|
|
23462
|
-
r"""
|
|
23485
|
+
r"""<p>镜像数量</p>
|
|
23463
23486
|
:rtype: int
|
|
23464
23487
|
"""
|
|
23465
23488
|
return self._TotalCount
|
|
@@ -43493,18 +43516,20 @@ class OSImage(AbstractModel):
|
|
|
43493
43516
|
|
|
43494
43517
|
def __init__(self):
|
|
43495
43518
|
r"""
|
|
43496
|
-
:param _SeriesName: os
|
|
43519
|
+
:param _SeriesName: <p>os聚合名称</p>
|
|
43497
43520
|
:type SeriesName: str
|
|
43498
|
-
:param _Alias: os
|
|
43521
|
+
:param _Alias: <p>os别名</p>
|
|
43499
43522
|
:type Alias: str
|
|
43500
|
-
:param _OsName: os
|
|
43523
|
+
:param _OsName: <p>os名称</p>
|
|
43501
43524
|
:type OsName: str
|
|
43502
|
-
:param _OsCustomizeType:
|
|
43525
|
+
:param _OsCustomizeType: <p>操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)</p>
|
|
43503
43526
|
:type OsCustomizeType: str
|
|
43504
|
-
:param _Status: os是否下线(online表示在线,offline表示下线)
|
|
43527
|
+
:param _Status: <p>os是否下线(online表示在线,offline表示下线)</p>
|
|
43505
43528
|
:type Status: str
|
|
43506
|
-
:param _ImageId:
|
|
43529
|
+
:param _ImageId: <p>镜像id</p>
|
|
43507
43530
|
:type ImageId: str
|
|
43531
|
+
:param _Arch: <p>架构</p>
|
|
43532
|
+
:type Arch: str
|
|
43508
43533
|
"""
|
|
43509
43534
|
self._SeriesName = None
|
|
43510
43535
|
self._Alias = None
|
|
@@ -43512,10 +43537,11 @@ class OSImage(AbstractModel):
|
|
|
43512
43537
|
self._OsCustomizeType = None
|
|
43513
43538
|
self._Status = None
|
|
43514
43539
|
self._ImageId = None
|
|
43540
|
+
self._Arch = None
|
|
43515
43541
|
|
|
43516
43542
|
@property
|
|
43517
43543
|
def SeriesName(self):
|
|
43518
|
-
r"""os
|
|
43544
|
+
r"""<p>os聚合名称</p>
|
|
43519
43545
|
:rtype: str
|
|
43520
43546
|
"""
|
|
43521
43547
|
return self._SeriesName
|
|
@@ -43526,7 +43552,7 @@ class OSImage(AbstractModel):
|
|
|
43526
43552
|
|
|
43527
43553
|
@property
|
|
43528
43554
|
def Alias(self):
|
|
43529
|
-
r"""os
|
|
43555
|
+
r"""<p>os别名</p>
|
|
43530
43556
|
:rtype: str
|
|
43531
43557
|
"""
|
|
43532
43558
|
return self._Alias
|
|
@@ -43537,7 +43563,7 @@ class OSImage(AbstractModel):
|
|
|
43537
43563
|
|
|
43538
43564
|
@property
|
|
43539
43565
|
def OsName(self):
|
|
43540
|
-
r"""os
|
|
43566
|
+
r"""<p>os名称</p>
|
|
43541
43567
|
:rtype: str
|
|
43542
43568
|
"""
|
|
43543
43569
|
return self._OsName
|
|
@@ -43548,7 +43574,7 @@ class OSImage(AbstractModel):
|
|
|
43548
43574
|
|
|
43549
43575
|
@property
|
|
43550
43576
|
def OsCustomizeType(self):
|
|
43551
|
-
r"""
|
|
43577
|
+
r"""<p>操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)</p>
|
|
43552
43578
|
:rtype: str
|
|
43553
43579
|
"""
|
|
43554
43580
|
return self._OsCustomizeType
|
|
@@ -43559,7 +43585,7 @@ class OSImage(AbstractModel):
|
|
|
43559
43585
|
|
|
43560
43586
|
@property
|
|
43561
43587
|
def Status(self):
|
|
43562
|
-
r"""os是否下线(online表示在线,offline表示下线)
|
|
43588
|
+
r"""<p>os是否下线(online表示在线,offline表示下线)</p>
|
|
43563
43589
|
:rtype: str
|
|
43564
43590
|
"""
|
|
43565
43591
|
return self._Status
|
|
@@ -43570,7 +43596,7 @@ class OSImage(AbstractModel):
|
|
|
43570
43596
|
|
|
43571
43597
|
@property
|
|
43572
43598
|
def ImageId(self):
|
|
43573
|
-
r"""
|
|
43599
|
+
r"""<p>镜像id</p>
|
|
43574
43600
|
:rtype: str
|
|
43575
43601
|
"""
|
|
43576
43602
|
return self._ImageId
|
|
@@ -43579,6 +43605,17 @@ class OSImage(AbstractModel):
|
|
|
43579
43605
|
def ImageId(self, ImageId):
|
|
43580
43606
|
self._ImageId = ImageId
|
|
43581
43607
|
|
|
43608
|
+
@property
|
|
43609
|
+
def Arch(self):
|
|
43610
|
+
r"""<p>架构</p>
|
|
43611
|
+
:rtype: str
|
|
43612
|
+
"""
|
|
43613
|
+
return self._Arch
|
|
43614
|
+
|
|
43615
|
+
@Arch.setter
|
|
43616
|
+
def Arch(self, Arch):
|
|
43617
|
+
self._Arch = Arch
|
|
43618
|
+
|
|
43582
43619
|
|
|
43583
43620
|
def _deserialize(self, params):
|
|
43584
43621
|
self._SeriesName = params.get("SeriesName")
|
|
@@ -43587,6 +43624,7 @@ class OSImage(AbstractModel):
|
|
|
43587
43624
|
self._OsCustomizeType = params.get("OsCustomizeType")
|
|
43588
43625
|
self._Status = params.get("Status")
|
|
43589
43626
|
self._ImageId = params.get("ImageId")
|
|
43627
|
+
self._Arch = params.get("Arch")
|
|
43590
43628
|
memeber_set = set(params.keys())
|
|
43591
43629
|
for name, value in vars(self).items():
|
|
43592
43630
|
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.162
|
|
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.162
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.162
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.148
|
|
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
|