tencentcloud-sdk-python-tione 3.1.117__tar.gz → 3.1.129__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_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/models.py +916 -35
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/tione_client.py +23 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/tione_client_async.py +18 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.1.129/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.1.117/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.117 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.129
|
|
4
4
|
Summary: Tencent Cloud Tione 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.129
|
|
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-tione',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.129,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tione SDK for Python',
|
|
@@ -8018,11 +8018,25 @@ class DescribeBillingResourceGroupAttachedWorkspacesRequest(AbstractModel):
|
|
|
8018
8018
|
|
|
8019
8019
|
def __init__(self):
|
|
8020
8020
|
r"""
|
|
8021
|
+
:param _ResourceGroupId: <p>资源组ID</p>
|
|
8022
|
+
:type ResourceGroupId: str
|
|
8021
8023
|
:param _TiProjectId: <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
8022
8024
|
:type TiProjectId: str
|
|
8023
8025
|
"""
|
|
8026
|
+
self._ResourceGroupId = None
|
|
8024
8027
|
self._TiProjectId = None
|
|
8025
8028
|
|
|
8029
|
+
@property
|
|
8030
|
+
def ResourceGroupId(self):
|
|
8031
|
+
r"""<p>资源组ID</p>
|
|
8032
|
+
:rtype: str
|
|
8033
|
+
"""
|
|
8034
|
+
return self._ResourceGroupId
|
|
8035
|
+
|
|
8036
|
+
@ResourceGroupId.setter
|
|
8037
|
+
def ResourceGroupId(self, ResourceGroupId):
|
|
8038
|
+
self._ResourceGroupId = ResourceGroupId
|
|
8039
|
+
|
|
8026
8040
|
@property
|
|
8027
8041
|
def TiProjectId(self):
|
|
8028
8042
|
r"""<p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
@@ -8036,6 +8050,7 @@ class DescribeBillingResourceGroupAttachedWorkspacesRequest(AbstractModel):
|
|
|
8036
8050
|
|
|
8037
8051
|
|
|
8038
8052
|
def _deserialize(self, params):
|
|
8053
|
+
self._ResourceGroupId = params.get("ResourceGroupId")
|
|
8039
8054
|
self._TiProjectId = params.get("TiProjectId")
|
|
8040
8055
|
memeber_set = set(params.keys())
|
|
8041
8056
|
for name, value in vars(self).items():
|
|
@@ -12208,6 +12223,185 @@ class DescribePlatformImagesResponse(AbstractModel):
|
|
|
12208
12223
|
self._RequestId = params.get("RequestId")
|
|
12209
12224
|
|
|
12210
12225
|
|
|
12226
|
+
class DescribePresetImageListRequest(AbstractModel):
|
|
12227
|
+
r"""DescribePresetImageList请求参数结构体
|
|
12228
|
+
|
|
12229
|
+
"""
|
|
12230
|
+
|
|
12231
|
+
def __init__(self):
|
|
12232
|
+
r"""
|
|
12233
|
+
:param _TiProjectId: <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
12234
|
+
:type TiProjectId: str
|
|
12235
|
+
:param _Filters: <p>业务过滤表达式</p>
|
|
12236
|
+
:type Filters: list of Filter
|
|
12237
|
+
:param _Offset: <p>分页排序</p>
|
|
12238
|
+
:type Offset: int
|
|
12239
|
+
:param _Limit: <p>单页大小</p>
|
|
12240
|
+
:type Limit: int
|
|
12241
|
+
:param _OrderField: <p>排序字段</p>
|
|
12242
|
+
:type OrderField: list of str
|
|
12243
|
+
:param _Order: <p>对应字段的排序方式</p>
|
|
12244
|
+
:type Order: list of str
|
|
12245
|
+
"""
|
|
12246
|
+
self._TiProjectId = None
|
|
12247
|
+
self._Filters = None
|
|
12248
|
+
self._Offset = None
|
|
12249
|
+
self._Limit = None
|
|
12250
|
+
self._OrderField = None
|
|
12251
|
+
self._Order = None
|
|
12252
|
+
|
|
12253
|
+
@property
|
|
12254
|
+
def TiProjectId(self):
|
|
12255
|
+
r"""<p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
12256
|
+
:rtype: str
|
|
12257
|
+
"""
|
|
12258
|
+
return self._TiProjectId
|
|
12259
|
+
|
|
12260
|
+
@TiProjectId.setter
|
|
12261
|
+
def TiProjectId(self, TiProjectId):
|
|
12262
|
+
self._TiProjectId = TiProjectId
|
|
12263
|
+
|
|
12264
|
+
@property
|
|
12265
|
+
def Filters(self):
|
|
12266
|
+
r"""<p>业务过滤表达式</p>
|
|
12267
|
+
:rtype: list of Filter
|
|
12268
|
+
"""
|
|
12269
|
+
return self._Filters
|
|
12270
|
+
|
|
12271
|
+
@Filters.setter
|
|
12272
|
+
def Filters(self, Filters):
|
|
12273
|
+
self._Filters = Filters
|
|
12274
|
+
|
|
12275
|
+
@property
|
|
12276
|
+
def Offset(self):
|
|
12277
|
+
r"""<p>分页排序</p>
|
|
12278
|
+
:rtype: int
|
|
12279
|
+
"""
|
|
12280
|
+
return self._Offset
|
|
12281
|
+
|
|
12282
|
+
@Offset.setter
|
|
12283
|
+
def Offset(self, Offset):
|
|
12284
|
+
self._Offset = Offset
|
|
12285
|
+
|
|
12286
|
+
@property
|
|
12287
|
+
def Limit(self):
|
|
12288
|
+
r"""<p>单页大小</p>
|
|
12289
|
+
:rtype: int
|
|
12290
|
+
"""
|
|
12291
|
+
return self._Limit
|
|
12292
|
+
|
|
12293
|
+
@Limit.setter
|
|
12294
|
+
def Limit(self, Limit):
|
|
12295
|
+
self._Limit = Limit
|
|
12296
|
+
|
|
12297
|
+
@property
|
|
12298
|
+
def OrderField(self):
|
|
12299
|
+
r"""<p>排序字段</p>
|
|
12300
|
+
:rtype: list of str
|
|
12301
|
+
"""
|
|
12302
|
+
return self._OrderField
|
|
12303
|
+
|
|
12304
|
+
@OrderField.setter
|
|
12305
|
+
def OrderField(self, OrderField):
|
|
12306
|
+
self._OrderField = OrderField
|
|
12307
|
+
|
|
12308
|
+
@property
|
|
12309
|
+
def Order(self):
|
|
12310
|
+
r"""<p>对应字段的排序方式</p>
|
|
12311
|
+
:rtype: list of str
|
|
12312
|
+
"""
|
|
12313
|
+
return self._Order
|
|
12314
|
+
|
|
12315
|
+
@Order.setter
|
|
12316
|
+
def Order(self, Order):
|
|
12317
|
+
self._Order = Order
|
|
12318
|
+
|
|
12319
|
+
|
|
12320
|
+
def _deserialize(self, params):
|
|
12321
|
+
self._TiProjectId = params.get("TiProjectId")
|
|
12322
|
+
if params.get("Filters") is not None:
|
|
12323
|
+
self._Filters = []
|
|
12324
|
+
for item in params.get("Filters"):
|
|
12325
|
+
obj = Filter()
|
|
12326
|
+
obj._deserialize(item)
|
|
12327
|
+
self._Filters.append(obj)
|
|
12328
|
+
self._Offset = params.get("Offset")
|
|
12329
|
+
self._Limit = params.get("Limit")
|
|
12330
|
+
self._OrderField = params.get("OrderField")
|
|
12331
|
+
self._Order = params.get("Order")
|
|
12332
|
+
memeber_set = set(params.keys())
|
|
12333
|
+
for name, value in vars(self).items():
|
|
12334
|
+
property_name = name[1:]
|
|
12335
|
+
if property_name in memeber_set:
|
|
12336
|
+
memeber_set.remove(property_name)
|
|
12337
|
+
if len(memeber_set) > 0:
|
|
12338
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
12339
|
+
|
|
12340
|
+
|
|
12341
|
+
|
|
12342
|
+
class DescribePresetImageListResponse(AbstractModel):
|
|
12343
|
+
r"""DescribePresetImageList返回参数结构体
|
|
12344
|
+
|
|
12345
|
+
"""
|
|
12346
|
+
|
|
12347
|
+
def __init__(self):
|
|
12348
|
+
r"""
|
|
12349
|
+
:param _TotalCount: <p>记录总数</p>
|
|
12350
|
+
:type TotalCount: int
|
|
12351
|
+
:param _PresetImageList: <p>镜像列表</p>
|
|
12352
|
+
:type PresetImageList: list of PresetImageInfo
|
|
12353
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12354
|
+
:type RequestId: str
|
|
12355
|
+
"""
|
|
12356
|
+
self._TotalCount = None
|
|
12357
|
+
self._PresetImageList = None
|
|
12358
|
+
self._RequestId = None
|
|
12359
|
+
|
|
12360
|
+
@property
|
|
12361
|
+
def TotalCount(self):
|
|
12362
|
+
r"""<p>记录总数</p>
|
|
12363
|
+
:rtype: int
|
|
12364
|
+
"""
|
|
12365
|
+
return self._TotalCount
|
|
12366
|
+
|
|
12367
|
+
@TotalCount.setter
|
|
12368
|
+
def TotalCount(self, TotalCount):
|
|
12369
|
+
self._TotalCount = TotalCount
|
|
12370
|
+
|
|
12371
|
+
@property
|
|
12372
|
+
def PresetImageList(self):
|
|
12373
|
+
r"""<p>镜像列表</p>
|
|
12374
|
+
:rtype: list of PresetImageInfo
|
|
12375
|
+
"""
|
|
12376
|
+
return self._PresetImageList
|
|
12377
|
+
|
|
12378
|
+
@PresetImageList.setter
|
|
12379
|
+
def PresetImageList(self, PresetImageList):
|
|
12380
|
+
self._PresetImageList = PresetImageList
|
|
12381
|
+
|
|
12382
|
+
@property
|
|
12383
|
+
def RequestId(self):
|
|
12384
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12385
|
+
:rtype: str
|
|
12386
|
+
"""
|
|
12387
|
+
return self._RequestId
|
|
12388
|
+
|
|
12389
|
+
@RequestId.setter
|
|
12390
|
+
def RequestId(self, RequestId):
|
|
12391
|
+
self._RequestId = RequestId
|
|
12392
|
+
|
|
12393
|
+
|
|
12394
|
+
def _deserialize(self, params):
|
|
12395
|
+
self._TotalCount = params.get("TotalCount")
|
|
12396
|
+
if params.get("PresetImageList") is not None:
|
|
12397
|
+
self._PresetImageList = []
|
|
12398
|
+
for item in params.get("PresetImageList"):
|
|
12399
|
+
obj = PresetImageInfo()
|
|
12400
|
+
obj._deserialize(item)
|
|
12401
|
+
self._PresetImageList.append(obj)
|
|
12402
|
+
self._RequestId = params.get("RequestId")
|
|
12403
|
+
|
|
12404
|
+
|
|
12211
12405
|
class DescribePublicAlgoVersionListRequest(AbstractModel):
|
|
12212
12406
|
r"""DescribePublicAlgoVersionList请求参数结构体
|
|
12213
12407
|
|
|
@@ -15596,6 +15790,27 @@ class Instance(AbstractModel):
|
|
|
15596
15790
|
:param _ErrMsg: <p>部署失败错误信息</p>
|
|
15597
15791
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15598
15792
|
:type ErrMsg: str
|
|
15793
|
+
:param _AvailableResource: <p>节点可用资源</p>
|
|
15794
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15795
|
+
:type AvailableResource: :class:`tencentcloud.tione.v20211111.models.ResourceInfo`
|
|
15796
|
+
:param _InstanceIP: <p>资源组节点的IP</p>
|
|
15797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15798
|
+
:type InstanceIP: str
|
|
15799
|
+
:param _InstanceName: <p>资源组节点的名称</p>
|
|
15800
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15801
|
+
:type InstanceName: str
|
|
15802
|
+
:param _CvmInstanceType: <p>cvm机型</p>
|
|
15803
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15804
|
+
:type CvmInstanceType: str
|
|
15805
|
+
:param _AutoRenew: <p>是否自动续买</p>
|
|
15806
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15807
|
+
:type AutoRenew: bool
|
|
15808
|
+
:param _Isolated: <p>是否被隔离</p>
|
|
15809
|
+
:type Isolated: bool
|
|
15810
|
+
:param _RepairTaskInfo: <p>维修任务信息</p>
|
|
15811
|
+
:type RepairTaskInfo: :class:`tencentcloud.tione.v20211111.models.RepairTaskInfo`
|
|
15812
|
+
:param _ZoneName: <p>节点可用区名称</p>
|
|
15813
|
+
:type ZoneName: str
|
|
15599
15814
|
"""
|
|
15600
15815
|
self._InstanceId = None
|
|
15601
15816
|
self._UsedResource = None
|
|
@@ -15611,6 +15826,14 @@ class Instance(AbstractModel):
|
|
|
15611
15826
|
self._CvmInstanceId = None
|
|
15612
15827
|
self._ErrCode = None
|
|
15613
15828
|
self._ErrMsg = None
|
|
15829
|
+
self._AvailableResource = None
|
|
15830
|
+
self._InstanceIP = None
|
|
15831
|
+
self._InstanceName = None
|
|
15832
|
+
self._CvmInstanceType = None
|
|
15833
|
+
self._AutoRenew = None
|
|
15834
|
+
self._Isolated = None
|
|
15835
|
+
self._RepairTaskInfo = None
|
|
15836
|
+
self._ZoneName = None
|
|
15614
15837
|
|
|
15615
15838
|
@property
|
|
15616
15839
|
def InstanceId(self):
|
|
@@ -15775,6 +15998,99 @@ class Instance(AbstractModel):
|
|
|
15775
15998
|
def ErrMsg(self, ErrMsg):
|
|
15776
15999
|
self._ErrMsg = ErrMsg
|
|
15777
16000
|
|
|
16001
|
+
@property
|
|
16002
|
+
def AvailableResource(self):
|
|
16003
|
+
r"""<p>节点可用资源</p>
|
|
16004
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16005
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ResourceInfo`
|
|
16006
|
+
"""
|
|
16007
|
+
return self._AvailableResource
|
|
16008
|
+
|
|
16009
|
+
@AvailableResource.setter
|
|
16010
|
+
def AvailableResource(self, AvailableResource):
|
|
16011
|
+
self._AvailableResource = AvailableResource
|
|
16012
|
+
|
|
16013
|
+
@property
|
|
16014
|
+
def InstanceIP(self):
|
|
16015
|
+
r"""<p>资源组节点的IP</p>
|
|
16016
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16017
|
+
:rtype: str
|
|
16018
|
+
"""
|
|
16019
|
+
return self._InstanceIP
|
|
16020
|
+
|
|
16021
|
+
@InstanceIP.setter
|
|
16022
|
+
def InstanceIP(self, InstanceIP):
|
|
16023
|
+
self._InstanceIP = InstanceIP
|
|
16024
|
+
|
|
16025
|
+
@property
|
|
16026
|
+
def InstanceName(self):
|
|
16027
|
+
r"""<p>资源组节点的名称</p>
|
|
16028
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16029
|
+
:rtype: str
|
|
16030
|
+
"""
|
|
16031
|
+
return self._InstanceName
|
|
16032
|
+
|
|
16033
|
+
@InstanceName.setter
|
|
16034
|
+
def InstanceName(self, InstanceName):
|
|
16035
|
+
self._InstanceName = InstanceName
|
|
16036
|
+
|
|
16037
|
+
@property
|
|
16038
|
+
def CvmInstanceType(self):
|
|
16039
|
+
r"""<p>cvm机型</p>
|
|
16040
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16041
|
+
:rtype: str
|
|
16042
|
+
"""
|
|
16043
|
+
return self._CvmInstanceType
|
|
16044
|
+
|
|
16045
|
+
@CvmInstanceType.setter
|
|
16046
|
+
def CvmInstanceType(self, CvmInstanceType):
|
|
16047
|
+
self._CvmInstanceType = CvmInstanceType
|
|
16048
|
+
|
|
16049
|
+
@property
|
|
16050
|
+
def AutoRenew(self):
|
|
16051
|
+
r"""<p>是否自动续买</p>
|
|
16052
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16053
|
+
:rtype: bool
|
|
16054
|
+
"""
|
|
16055
|
+
return self._AutoRenew
|
|
16056
|
+
|
|
16057
|
+
@AutoRenew.setter
|
|
16058
|
+
def AutoRenew(self, AutoRenew):
|
|
16059
|
+
self._AutoRenew = AutoRenew
|
|
16060
|
+
|
|
16061
|
+
@property
|
|
16062
|
+
def Isolated(self):
|
|
16063
|
+
r"""<p>是否被隔离</p>
|
|
16064
|
+
:rtype: bool
|
|
16065
|
+
"""
|
|
16066
|
+
return self._Isolated
|
|
16067
|
+
|
|
16068
|
+
@Isolated.setter
|
|
16069
|
+
def Isolated(self, Isolated):
|
|
16070
|
+
self._Isolated = Isolated
|
|
16071
|
+
|
|
16072
|
+
@property
|
|
16073
|
+
def RepairTaskInfo(self):
|
|
16074
|
+
r"""<p>维修任务信息</p>
|
|
16075
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.RepairTaskInfo`
|
|
16076
|
+
"""
|
|
16077
|
+
return self._RepairTaskInfo
|
|
16078
|
+
|
|
16079
|
+
@RepairTaskInfo.setter
|
|
16080
|
+
def RepairTaskInfo(self, RepairTaskInfo):
|
|
16081
|
+
self._RepairTaskInfo = RepairTaskInfo
|
|
16082
|
+
|
|
16083
|
+
@property
|
|
16084
|
+
def ZoneName(self):
|
|
16085
|
+
r"""<p>节点可用区名称</p>
|
|
16086
|
+
:rtype: str
|
|
16087
|
+
"""
|
|
16088
|
+
return self._ZoneName
|
|
16089
|
+
|
|
16090
|
+
@ZoneName.setter
|
|
16091
|
+
def ZoneName(self, ZoneName):
|
|
16092
|
+
self._ZoneName = ZoneName
|
|
16093
|
+
|
|
15778
16094
|
|
|
15779
16095
|
def _deserialize(self, params):
|
|
15780
16096
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -15795,6 +16111,18 @@ class Instance(AbstractModel):
|
|
|
15795
16111
|
self._CvmInstanceId = params.get("CvmInstanceId")
|
|
15796
16112
|
self._ErrCode = params.get("ErrCode")
|
|
15797
16113
|
self._ErrMsg = params.get("ErrMsg")
|
|
16114
|
+
if params.get("AvailableResource") is not None:
|
|
16115
|
+
self._AvailableResource = ResourceInfo()
|
|
16116
|
+
self._AvailableResource._deserialize(params.get("AvailableResource"))
|
|
16117
|
+
self._InstanceIP = params.get("InstanceIP")
|
|
16118
|
+
self._InstanceName = params.get("InstanceName")
|
|
16119
|
+
self._CvmInstanceType = params.get("CvmInstanceType")
|
|
16120
|
+
self._AutoRenew = params.get("AutoRenew")
|
|
16121
|
+
self._Isolated = params.get("Isolated")
|
|
16122
|
+
if params.get("RepairTaskInfo") is not None:
|
|
16123
|
+
self._RepairTaskInfo = RepairTaskInfo()
|
|
16124
|
+
self._RepairTaskInfo._deserialize(params.get("RepairTaskInfo"))
|
|
16125
|
+
self._ZoneName = params.get("ZoneName")
|
|
15798
16126
|
memeber_set = set(params.keys())
|
|
15799
16127
|
for name, value in vars(self).items():
|
|
15800
16128
|
property_name = name[1:]
|
|
@@ -19395,14 +19723,14 @@ class MountConfigureInfo(AbstractModel):
|
|
|
19395
19723
|
|
|
19396
19724
|
def __init__(self):
|
|
19397
19725
|
r"""
|
|
19398
|
-
:param _WorkDir:
|
|
19726
|
+
:param _WorkDir: <p>数据源的相对路径,支持<@subaccount>这样的占位符</p>
|
|
19399
19727
|
:type WorkDir: str
|
|
19400
19728
|
"""
|
|
19401
19729
|
self._WorkDir = None
|
|
19402
19730
|
|
|
19403
19731
|
@property
|
|
19404
19732
|
def WorkDir(self):
|
|
19405
|
-
r"""
|
|
19733
|
+
r"""<p>数据源的相对路径,支持<@subaccount>这样的占位符</p>
|
|
19406
19734
|
:rtype: str
|
|
19407
19735
|
"""
|
|
19408
19736
|
return self._WorkDir
|
|
@@ -22084,45 +22412,436 @@ class PodSSHInfo(AbstractModel):
|
|
|
22084
22412
|
|
|
22085
22413
|
|
|
22086
22414
|
|
|
22087
|
-
class
|
|
22088
|
-
r"""
|
|
22415
|
+
class PresetImageInfo(AbstractModel):
|
|
22416
|
+
r"""预制镜像详情
|
|
22089
22417
|
|
|
22090
22418
|
"""
|
|
22091
22419
|
|
|
22092
22420
|
def __init__(self):
|
|
22093
22421
|
r"""
|
|
22094
|
-
:param
|
|
22095
|
-
|
|
22096
|
-
:
|
|
22097
|
-
:
|
|
22098
|
-
|
|
22099
|
-
:type
|
|
22100
|
-
:param
|
|
22101
|
-
|
|
22102
|
-
:
|
|
22103
|
-
:
|
|
22104
|
-
|
|
22105
|
-
:type
|
|
22106
|
-
:param
|
|
22107
|
-
|
|
22108
|
-
:
|
|
22109
|
-
:
|
|
22110
|
-
:
|
|
22111
|
-
|
|
22112
|
-
|
|
22113
|
-
|
|
22114
|
-
|
|
22115
|
-
|
|
22116
|
-
|
|
22117
|
-
|
|
22118
|
-
|
|
22119
|
-
|
|
22120
|
-
|
|
22121
|
-
|
|
22122
|
-
|
|
22123
|
-
:
|
|
22422
|
+
:param _ImageId: <p>镜像id</p>
|
|
22423
|
+
:type ImageId: str
|
|
22424
|
+
:param _ImageRepo: <p>镜像仓库名称</p>
|
|
22425
|
+
:type ImageRepo: str
|
|
22426
|
+
:param _ImageTag: <p>镜像标签</p>
|
|
22427
|
+
:type ImageTag: str
|
|
22428
|
+
:param _ImageUrl: <p>镜像url地址</p>
|
|
22429
|
+
:type ImageUrl: str
|
|
22430
|
+
:param _ImageSize: <p>镜像的大小</p>
|
|
22431
|
+
:type ImageSize: str
|
|
22432
|
+
:param _Description: <p>镜像描述</p>
|
|
22433
|
+
:type Description: str
|
|
22434
|
+
:param _ApplicableModuleList: <p>适用模块</p>
|
|
22435
|
+
:type ApplicableModuleList: list of str
|
|
22436
|
+
:param _Scenario: <p>使用场景</p>
|
|
22437
|
+
:type Scenario: str
|
|
22438
|
+
:param _Framework: <p>框架名称</p>
|
|
22439
|
+
:type Framework: str
|
|
22440
|
+
:param _FrameworkVersion: <p>框架版本</p>
|
|
22441
|
+
:type FrameworkVersion: str
|
|
22442
|
+
:param _ChipTypeList: <p>芯片类型</p>
|
|
22443
|
+
:type ChipTypeList: list of str
|
|
22444
|
+
:param _ComputeLibVersion: <p>运行库版本</p>
|
|
22445
|
+
:type ComputeLibVersion: str
|
|
22446
|
+
:param _PythonVersion: <p>python版本</p>
|
|
22447
|
+
:type PythonVersion: str
|
|
22448
|
+
:param _OS: <p>操作系统</p>
|
|
22449
|
+
:type OS: str
|
|
22450
|
+
:param _RuntimeLibList: <p>运行库列表</p>
|
|
22451
|
+
:type RuntimeLibList: list of RuntimeLib
|
|
22452
|
+
:param _SupportGpuList: <p>支持的gpu列表</p>
|
|
22453
|
+
:type SupportGpuList: list of str
|
|
22454
|
+
:param _ExtraAttributeList: <p>扩展属性</p>
|
|
22455
|
+
:type ExtraAttributeList: list of Attribute
|
|
22456
|
+
:param _SupportDistributedDeploy: <p>是否支持分布式部署</p>
|
|
22457
|
+
:type SupportDistributedDeploy: bool
|
|
22458
|
+
:param _IsLatestStable: <p>是否最新稳定版本</p>
|
|
22459
|
+
:type IsLatestStable: bool
|
|
22460
|
+
:param _ImageName: <p>镜像的名称</p>
|
|
22461
|
+
:type ImageName: str
|
|
22462
|
+
:param _Version: <p>镜像版本号(内部)</p>
|
|
22463
|
+
:type Version: int
|
|
22464
|
+
:param _CreateTime: <p>录入时间</p><p>参数格式:YYYY-MM-DDThh:mm:ssZ</p>
|
|
22465
|
+
:type CreateTime: str
|
|
22466
|
+
:param _UpdateTime: <p>更新时间</p><p>参数格式:YYYY-MM-DDThh:mm:ssZ</p>
|
|
22467
|
+
:type UpdateTime: str
|
|
22468
|
+
:param _ImageType: <p>镜像类型</p><p>枚举值:</p><ul><li>TCR: TCR类型的镜像</li></ul>
|
|
22469
|
+
:type ImageType: str
|
|
22124
22470
|
"""
|
|
22125
|
-
|
|
22471
|
+
self._ImageId = None
|
|
22472
|
+
self._ImageRepo = None
|
|
22473
|
+
self._ImageTag = None
|
|
22474
|
+
self._ImageUrl = None
|
|
22475
|
+
self._ImageSize = None
|
|
22476
|
+
self._Description = None
|
|
22477
|
+
self._ApplicableModuleList = None
|
|
22478
|
+
self._Scenario = None
|
|
22479
|
+
self._Framework = None
|
|
22480
|
+
self._FrameworkVersion = None
|
|
22481
|
+
self._ChipTypeList = None
|
|
22482
|
+
self._ComputeLibVersion = None
|
|
22483
|
+
self._PythonVersion = None
|
|
22484
|
+
self._OS = None
|
|
22485
|
+
self._RuntimeLibList = None
|
|
22486
|
+
self._SupportGpuList = None
|
|
22487
|
+
self._ExtraAttributeList = None
|
|
22488
|
+
self._SupportDistributedDeploy = None
|
|
22489
|
+
self._IsLatestStable = None
|
|
22490
|
+
self._ImageName = None
|
|
22491
|
+
self._Version = None
|
|
22492
|
+
self._CreateTime = None
|
|
22493
|
+
self._UpdateTime = None
|
|
22494
|
+
self._ImageType = None
|
|
22495
|
+
|
|
22496
|
+
@property
|
|
22497
|
+
def ImageId(self):
|
|
22498
|
+
r"""<p>镜像id</p>
|
|
22499
|
+
:rtype: str
|
|
22500
|
+
"""
|
|
22501
|
+
return self._ImageId
|
|
22502
|
+
|
|
22503
|
+
@ImageId.setter
|
|
22504
|
+
def ImageId(self, ImageId):
|
|
22505
|
+
self._ImageId = ImageId
|
|
22506
|
+
|
|
22507
|
+
@property
|
|
22508
|
+
def ImageRepo(self):
|
|
22509
|
+
r"""<p>镜像仓库名称</p>
|
|
22510
|
+
:rtype: str
|
|
22511
|
+
"""
|
|
22512
|
+
return self._ImageRepo
|
|
22513
|
+
|
|
22514
|
+
@ImageRepo.setter
|
|
22515
|
+
def ImageRepo(self, ImageRepo):
|
|
22516
|
+
self._ImageRepo = ImageRepo
|
|
22517
|
+
|
|
22518
|
+
@property
|
|
22519
|
+
def ImageTag(self):
|
|
22520
|
+
r"""<p>镜像标签</p>
|
|
22521
|
+
:rtype: str
|
|
22522
|
+
"""
|
|
22523
|
+
return self._ImageTag
|
|
22524
|
+
|
|
22525
|
+
@ImageTag.setter
|
|
22526
|
+
def ImageTag(self, ImageTag):
|
|
22527
|
+
self._ImageTag = ImageTag
|
|
22528
|
+
|
|
22529
|
+
@property
|
|
22530
|
+
def ImageUrl(self):
|
|
22531
|
+
r"""<p>镜像url地址</p>
|
|
22532
|
+
:rtype: str
|
|
22533
|
+
"""
|
|
22534
|
+
return self._ImageUrl
|
|
22535
|
+
|
|
22536
|
+
@ImageUrl.setter
|
|
22537
|
+
def ImageUrl(self, ImageUrl):
|
|
22538
|
+
self._ImageUrl = ImageUrl
|
|
22539
|
+
|
|
22540
|
+
@property
|
|
22541
|
+
def ImageSize(self):
|
|
22542
|
+
r"""<p>镜像的大小</p>
|
|
22543
|
+
:rtype: str
|
|
22544
|
+
"""
|
|
22545
|
+
return self._ImageSize
|
|
22546
|
+
|
|
22547
|
+
@ImageSize.setter
|
|
22548
|
+
def ImageSize(self, ImageSize):
|
|
22549
|
+
self._ImageSize = ImageSize
|
|
22550
|
+
|
|
22551
|
+
@property
|
|
22552
|
+
def Description(self):
|
|
22553
|
+
r"""<p>镜像描述</p>
|
|
22554
|
+
:rtype: str
|
|
22555
|
+
"""
|
|
22556
|
+
return self._Description
|
|
22557
|
+
|
|
22558
|
+
@Description.setter
|
|
22559
|
+
def Description(self, Description):
|
|
22560
|
+
self._Description = Description
|
|
22561
|
+
|
|
22562
|
+
@property
|
|
22563
|
+
def ApplicableModuleList(self):
|
|
22564
|
+
r"""<p>适用模块</p>
|
|
22565
|
+
:rtype: list of str
|
|
22566
|
+
"""
|
|
22567
|
+
return self._ApplicableModuleList
|
|
22568
|
+
|
|
22569
|
+
@ApplicableModuleList.setter
|
|
22570
|
+
def ApplicableModuleList(self, ApplicableModuleList):
|
|
22571
|
+
self._ApplicableModuleList = ApplicableModuleList
|
|
22572
|
+
|
|
22573
|
+
@property
|
|
22574
|
+
def Scenario(self):
|
|
22575
|
+
r"""<p>使用场景</p>
|
|
22576
|
+
:rtype: str
|
|
22577
|
+
"""
|
|
22578
|
+
return self._Scenario
|
|
22579
|
+
|
|
22580
|
+
@Scenario.setter
|
|
22581
|
+
def Scenario(self, Scenario):
|
|
22582
|
+
self._Scenario = Scenario
|
|
22583
|
+
|
|
22584
|
+
@property
|
|
22585
|
+
def Framework(self):
|
|
22586
|
+
r"""<p>框架名称</p>
|
|
22587
|
+
:rtype: str
|
|
22588
|
+
"""
|
|
22589
|
+
return self._Framework
|
|
22590
|
+
|
|
22591
|
+
@Framework.setter
|
|
22592
|
+
def Framework(self, Framework):
|
|
22593
|
+
self._Framework = Framework
|
|
22594
|
+
|
|
22595
|
+
@property
|
|
22596
|
+
def FrameworkVersion(self):
|
|
22597
|
+
r"""<p>框架版本</p>
|
|
22598
|
+
:rtype: str
|
|
22599
|
+
"""
|
|
22600
|
+
return self._FrameworkVersion
|
|
22601
|
+
|
|
22602
|
+
@FrameworkVersion.setter
|
|
22603
|
+
def FrameworkVersion(self, FrameworkVersion):
|
|
22604
|
+
self._FrameworkVersion = FrameworkVersion
|
|
22605
|
+
|
|
22606
|
+
@property
|
|
22607
|
+
def ChipTypeList(self):
|
|
22608
|
+
r"""<p>芯片类型</p>
|
|
22609
|
+
:rtype: list of str
|
|
22610
|
+
"""
|
|
22611
|
+
return self._ChipTypeList
|
|
22612
|
+
|
|
22613
|
+
@ChipTypeList.setter
|
|
22614
|
+
def ChipTypeList(self, ChipTypeList):
|
|
22615
|
+
self._ChipTypeList = ChipTypeList
|
|
22616
|
+
|
|
22617
|
+
@property
|
|
22618
|
+
def ComputeLibVersion(self):
|
|
22619
|
+
r"""<p>运行库版本</p>
|
|
22620
|
+
:rtype: str
|
|
22621
|
+
"""
|
|
22622
|
+
return self._ComputeLibVersion
|
|
22623
|
+
|
|
22624
|
+
@ComputeLibVersion.setter
|
|
22625
|
+
def ComputeLibVersion(self, ComputeLibVersion):
|
|
22626
|
+
self._ComputeLibVersion = ComputeLibVersion
|
|
22627
|
+
|
|
22628
|
+
@property
|
|
22629
|
+
def PythonVersion(self):
|
|
22630
|
+
r"""<p>python版本</p>
|
|
22631
|
+
:rtype: str
|
|
22632
|
+
"""
|
|
22633
|
+
return self._PythonVersion
|
|
22634
|
+
|
|
22635
|
+
@PythonVersion.setter
|
|
22636
|
+
def PythonVersion(self, PythonVersion):
|
|
22637
|
+
self._PythonVersion = PythonVersion
|
|
22638
|
+
|
|
22639
|
+
@property
|
|
22640
|
+
def OS(self):
|
|
22641
|
+
r"""<p>操作系统</p>
|
|
22642
|
+
:rtype: str
|
|
22643
|
+
"""
|
|
22644
|
+
return self._OS
|
|
22645
|
+
|
|
22646
|
+
@OS.setter
|
|
22647
|
+
def OS(self, OS):
|
|
22648
|
+
self._OS = OS
|
|
22649
|
+
|
|
22650
|
+
@property
|
|
22651
|
+
def RuntimeLibList(self):
|
|
22652
|
+
r"""<p>运行库列表</p>
|
|
22653
|
+
:rtype: list of RuntimeLib
|
|
22654
|
+
"""
|
|
22655
|
+
return self._RuntimeLibList
|
|
22656
|
+
|
|
22657
|
+
@RuntimeLibList.setter
|
|
22658
|
+
def RuntimeLibList(self, RuntimeLibList):
|
|
22659
|
+
self._RuntimeLibList = RuntimeLibList
|
|
22660
|
+
|
|
22661
|
+
@property
|
|
22662
|
+
def SupportGpuList(self):
|
|
22663
|
+
r"""<p>支持的gpu列表</p>
|
|
22664
|
+
:rtype: list of str
|
|
22665
|
+
"""
|
|
22666
|
+
return self._SupportGpuList
|
|
22667
|
+
|
|
22668
|
+
@SupportGpuList.setter
|
|
22669
|
+
def SupportGpuList(self, SupportGpuList):
|
|
22670
|
+
self._SupportGpuList = SupportGpuList
|
|
22671
|
+
|
|
22672
|
+
@property
|
|
22673
|
+
def ExtraAttributeList(self):
|
|
22674
|
+
r"""<p>扩展属性</p>
|
|
22675
|
+
:rtype: list of Attribute
|
|
22676
|
+
"""
|
|
22677
|
+
return self._ExtraAttributeList
|
|
22678
|
+
|
|
22679
|
+
@ExtraAttributeList.setter
|
|
22680
|
+
def ExtraAttributeList(self, ExtraAttributeList):
|
|
22681
|
+
self._ExtraAttributeList = ExtraAttributeList
|
|
22682
|
+
|
|
22683
|
+
@property
|
|
22684
|
+
def SupportDistributedDeploy(self):
|
|
22685
|
+
r"""<p>是否支持分布式部署</p>
|
|
22686
|
+
:rtype: bool
|
|
22687
|
+
"""
|
|
22688
|
+
return self._SupportDistributedDeploy
|
|
22689
|
+
|
|
22690
|
+
@SupportDistributedDeploy.setter
|
|
22691
|
+
def SupportDistributedDeploy(self, SupportDistributedDeploy):
|
|
22692
|
+
self._SupportDistributedDeploy = SupportDistributedDeploy
|
|
22693
|
+
|
|
22694
|
+
@property
|
|
22695
|
+
def IsLatestStable(self):
|
|
22696
|
+
r"""<p>是否最新稳定版本</p>
|
|
22697
|
+
:rtype: bool
|
|
22698
|
+
"""
|
|
22699
|
+
return self._IsLatestStable
|
|
22700
|
+
|
|
22701
|
+
@IsLatestStable.setter
|
|
22702
|
+
def IsLatestStable(self, IsLatestStable):
|
|
22703
|
+
self._IsLatestStable = IsLatestStable
|
|
22704
|
+
|
|
22705
|
+
@property
|
|
22706
|
+
def ImageName(self):
|
|
22707
|
+
r"""<p>镜像的名称</p>
|
|
22708
|
+
:rtype: str
|
|
22709
|
+
"""
|
|
22710
|
+
return self._ImageName
|
|
22711
|
+
|
|
22712
|
+
@ImageName.setter
|
|
22713
|
+
def ImageName(self, ImageName):
|
|
22714
|
+
self._ImageName = ImageName
|
|
22715
|
+
|
|
22716
|
+
@property
|
|
22717
|
+
def Version(self):
|
|
22718
|
+
r"""<p>镜像版本号(内部)</p>
|
|
22719
|
+
:rtype: int
|
|
22720
|
+
"""
|
|
22721
|
+
return self._Version
|
|
22722
|
+
|
|
22723
|
+
@Version.setter
|
|
22724
|
+
def Version(self, Version):
|
|
22725
|
+
self._Version = Version
|
|
22726
|
+
|
|
22727
|
+
@property
|
|
22728
|
+
def CreateTime(self):
|
|
22729
|
+
r"""<p>录入时间</p><p>参数格式:YYYY-MM-DDThh:mm:ssZ</p>
|
|
22730
|
+
:rtype: str
|
|
22731
|
+
"""
|
|
22732
|
+
return self._CreateTime
|
|
22733
|
+
|
|
22734
|
+
@CreateTime.setter
|
|
22735
|
+
def CreateTime(self, CreateTime):
|
|
22736
|
+
self._CreateTime = CreateTime
|
|
22737
|
+
|
|
22738
|
+
@property
|
|
22739
|
+
def UpdateTime(self):
|
|
22740
|
+
r"""<p>更新时间</p><p>参数格式:YYYY-MM-DDThh:mm:ssZ</p>
|
|
22741
|
+
:rtype: str
|
|
22742
|
+
"""
|
|
22743
|
+
return self._UpdateTime
|
|
22744
|
+
|
|
22745
|
+
@UpdateTime.setter
|
|
22746
|
+
def UpdateTime(self, UpdateTime):
|
|
22747
|
+
self._UpdateTime = UpdateTime
|
|
22748
|
+
|
|
22749
|
+
@property
|
|
22750
|
+
def ImageType(self):
|
|
22751
|
+
r"""<p>镜像类型</p><p>枚举值:</p><ul><li>TCR: TCR类型的镜像</li></ul>
|
|
22752
|
+
:rtype: str
|
|
22753
|
+
"""
|
|
22754
|
+
return self._ImageType
|
|
22755
|
+
|
|
22756
|
+
@ImageType.setter
|
|
22757
|
+
def ImageType(self, ImageType):
|
|
22758
|
+
self._ImageType = ImageType
|
|
22759
|
+
|
|
22760
|
+
|
|
22761
|
+
def _deserialize(self, params):
|
|
22762
|
+
self._ImageId = params.get("ImageId")
|
|
22763
|
+
self._ImageRepo = params.get("ImageRepo")
|
|
22764
|
+
self._ImageTag = params.get("ImageTag")
|
|
22765
|
+
self._ImageUrl = params.get("ImageUrl")
|
|
22766
|
+
self._ImageSize = params.get("ImageSize")
|
|
22767
|
+
self._Description = params.get("Description")
|
|
22768
|
+
self._ApplicableModuleList = params.get("ApplicableModuleList")
|
|
22769
|
+
self._Scenario = params.get("Scenario")
|
|
22770
|
+
self._Framework = params.get("Framework")
|
|
22771
|
+
self._FrameworkVersion = params.get("FrameworkVersion")
|
|
22772
|
+
self._ChipTypeList = params.get("ChipTypeList")
|
|
22773
|
+
self._ComputeLibVersion = params.get("ComputeLibVersion")
|
|
22774
|
+
self._PythonVersion = params.get("PythonVersion")
|
|
22775
|
+
self._OS = params.get("OS")
|
|
22776
|
+
if params.get("RuntimeLibList") is not None:
|
|
22777
|
+
self._RuntimeLibList = []
|
|
22778
|
+
for item in params.get("RuntimeLibList"):
|
|
22779
|
+
obj = RuntimeLib()
|
|
22780
|
+
obj._deserialize(item)
|
|
22781
|
+
self._RuntimeLibList.append(obj)
|
|
22782
|
+
self._SupportGpuList = params.get("SupportGpuList")
|
|
22783
|
+
if params.get("ExtraAttributeList") is not None:
|
|
22784
|
+
self._ExtraAttributeList = []
|
|
22785
|
+
for item in params.get("ExtraAttributeList"):
|
|
22786
|
+
obj = Attribute()
|
|
22787
|
+
obj._deserialize(item)
|
|
22788
|
+
self._ExtraAttributeList.append(obj)
|
|
22789
|
+
self._SupportDistributedDeploy = params.get("SupportDistributedDeploy")
|
|
22790
|
+
self._IsLatestStable = params.get("IsLatestStable")
|
|
22791
|
+
self._ImageName = params.get("ImageName")
|
|
22792
|
+
self._Version = params.get("Version")
|
|
22793
|
+
self._CreateTime = params.get("CreateTime")
|
|
22794
|
+
self._UpdateTime = params.get("UpdateTime")
|
|
22795
|
+
self._ImageType = params.get("ImageType")
|
|
22796
|
+
memeber_set = set(params.keys())
|
|
22797
|
+
for name, value in vars(self).items():
|
|
22798
|
+
property_name = name[1:]
|
|
22799
|
+
if property_name in memeber_set:
|
|
22800
|
+
memeber_set.remove(property_name)
|
|
22801
|
+
if len(memeber_set) > 0:
|
|
22802
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
22803
|
+
|
|
22804
|
+
|
|
22805
|
+
|
|
22806
|
+
class PrivateLinkInfo(AbstractModel):
|
|
22807
|
+
r"""私有连接信息
|
|
22808
|
+
|
|
22809
|
+
"""
|
|
22810
|
+
|
|
22811
|
+
def __init__(self):
|
|
22812
|
+
r"""
|
|
22813
|
+
:param _VpcId: 私有连接所在的VPCID
|
|
22814
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22815
|
+
:type VpcId: str
|
|
22816
|
+
:param _SubnetId: 私有连接所在的子网ID
|
|
22817
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22818
|
+
:type SubnetId: str
|
|
22819
|
+
:param _InnerHttpAddr: HTTP内网调用地址
|
|
22820
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22821
|
+
:type InnerHttpAddr: list of str
|
|
22822
|
+
:param _InnerHttpsAddr: HTTPS内网调用地址
|
|
22823
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22824
|
+
:type InnerHttpsAddr: list of str
|
|
22825
|
+
:param _State: 私有连接状态
|
|
22826
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22827
|
+
:type State: str
|
|
22828
|
+
:param _InnerGrpcAddr: grpc内网调用地址
|
|
22829
|
+
:type InnerGrpcAddr: list of str
|
|
22830
|
+
"""
|
|
22831
|
+
self._VpcId = None
|
|
22832
|
+
self._SubnetId = None
|
|
22833
|
+
self._InnerHttpAddr = None
|
|
22834
|
+
self._InnerHttpsAddr = None
|
|
22835
|
+
self._State = None
|
|
22836
|
+
self._InnerGrpcAddr = None
|
|
22837
|
+
|
|
22838
|
+
@property
|
|
22839
|
+
def VpcId(self):
|
|
22840
|
+
r"""私有连接所在的VPCID
|
|
22841
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22842
|
+
:rtype: str
|
|
22843
|
+
"""
|
|
22844
|
+
return self._VpcId
|
|
22126
22845
|
|
|
22127
22846
|
@VpcId.setter
|
|
22128
22847
|
def VpcId(self, VpcId):
|
|
@@ -23076,6 +23795,117 @@ class RDMAConfig(AbstractModel):
|
|
|
23076
23795
|
|
|
23077
23796
|
|
|
23078
23797
|
|
|
23798
|
+
class RepairTaskInfo(AbstractModel):
|
|
23799
|
+
r"""cvm维修任务信息
|
|
23800
|
+
|
|
23801
|
+
"""
|
|
23802
|
+
|
|
23803
|
+
def __init__(self):
|
|
23804
|
+
r"""
|
|
23805
|
+
:param _TaskId: <p>维修任务ID</p>
|
|
23806
|
+
:type TaskId: str
|
|
23807
|
+
:param _TaskTypeId: <p>任务类型ID<br>// - <code>101</code>:实例运行隐患<br> // - <code>102</code>:实例运行异常<br> // - <code>103</code>:实例硬盘异常<br> // - <code>104</code>:实例网络连接异常<br> // - <code>105</code>:实例运行预警<br> // - <code>106</code>:实例硬盘预警<br> // - <code>107</code>:实例维护升级</p>
|
|
23808
|
+
:type TaskTypeId: int
|
|
23809
|
+
:param _TaskTypeName: <p>任务类型中文名</p>
|
|
23810
|
+
:type TaskTypeName: str
|
|
23811
|
+
:param _CreateTime: <p>任务创建时间</p>
|
|
23812
|
+
:type CreateTime: str
|
|
23813
|
+
:param _TaskDetail: <p>任务详情</p>
|
|
23814
|
+
:type TaskDetail: str
|
|
23815
|
+
:param _Product: <p>产品类型,支持取值:<br> //<br> // - <code>CVM</code>:云服务器<br> // - <code>CDH</code>:专用宿主机<br> // - <code>CPM2.0</code>:裸金属云服务器</p>
|
|
23816
|
+
:type Product: str
|
|
23817
|
+
"""
|
|
23818
|
+
self._TaskId = None
|
|
23819
|
+
self._TaskTypeId = None
|
|
23820
|
+
self._TaskTypeName = None
|
|
23821
|
+
self._CreateTime = None
|
|
23822
|
+
self._TaskDetail = None
|
|
23823
|
+
self._Product = None
|
|
23824
|
+
|
|
23825
|
+
@property
|
|
23826
|
+
def TaskId(self):
|
|
23827
|
+
r"""<p>维修任务ID</p>
|
|
23828
|
+
:rtype: str
|
|
23829
|
+
"""
|
|
23830
|
+
return self._TaskId
|
|
23831
|
+
|
|
23832
|
+
@TaskId.setter
|
|
23833
|
+
def TaskId(self, TaskId):
|
|
23834
|
+
self._TaskId = TaskId
|
|
23835
|
+
|
|
23836
|
+
@property
|
|
23837
|
+
def TaskTypeId(self):
|
|
23838
|
+
r"""<p>任务类型ID<br>// - <code>101</code>:实例运行隐患<br> // - <code>102</code>:实例运行异常<br> // - <code>103</code>:实例硬盘异常<br> // - <code>104</code>:实例网络连接异常<br> // - <code>105</code>:实例运行预警<br> // - <code>106</code>:实例硬盘预警<br> // - <code>107</code>:实例维护升级</p>
|
|
23839
|
+
:rtype: int
|
|
23840
|
+
"""
|
|
23841
|
+
return self._TaskTypeId
|
|
23842
|
+
|
|
23843
|
+
@TaskTypeId.setter
|
|
23844
|
+
def TaskTypeId(self, TaskTypeId):
|
|
23845
|
+
self._TaskTypeId = TaskTypeId
|
|
23846
|
+
|
|
23847
|
+
@property
|
|
23848
|
+
def TaskTypeName(self):
|
|
23849
|
+
r"""<p>任务类型中文名</p>
|
|
23850
|
+
:rtype: str
|
|
23851
|
+
"""
|
|
23852
|
+
return self._TaskTypeName
|
|
23853
|
+
|
|
23854
|
+
@TaskTypeName.setter
|
|
23855
|
+
def TaskTypeName(self, TaskTypeName):
|
|
23856
|
+
self._TaskTypeName = TaskTypeName
|
|
23857
|
+
|
|
23858
|
+
@property
|
|
23859
|
+
def CreateTime(self):
|
|
23860
|
+
r"""<p>任务创建时间</p>
|
|
23861
|
+
:rtype: str
|
|
23862
|
+
"""
|
|
23863
|
+
return self._CreateTime
|
|
23864
|
+
|
|
23865
|
+
@CreateTime.setter
|
|
23866
|
+
def CreateTime(self, CreateTime):
|
|
23867
|
+
self._CreateTime = CreateTime
|
|
23868
|
+
|
|
23869
|
+
@property
|
|
23870
|
+
def TaskDetail(self):
|
|
23871
|
+
r"""<p>任务详情</p>
|
|
23872
|
+
:rtype: str
|
|
23873
|
+
"""
|
|
23874
|
+
return self._TaskDetail
|
|
23875
|
+
|
|
23876
|
+
@TaskDetail.setter
|
|
23877
|
+
def TaskDetail(self, TaskDetail):
|
|
23878
|
+
self._TaskDetail = TaskDetail
|
|
23879
|
+
|
|
23880
|
+
@property
|
|
23881
|
+
def Product(self):
|
|
23882
|
+
r"""<p>产品类型,支持取值:<br> //<br> // - <code>CVM</code>:云服务器<br> // - <code>CDH</code>:专用宿主机<br> // - <code>CPM2.0</code>:裸金属云服务器</p>
|
|
23883
|
+
:rtype: str
|
|
23884
|
+
"""
|
|
23885
|
+
return self._Product
|
|
23886
|
+
|
|
23887
|
+
@Product.setter
|
|
23888
|
+
def Product(self, Product):
|
|
23889
|
+
self._Product = Product
|
|
23890
|
+
|
|
23891
|
+
|
|
23892
|
+
def _deserialize(self, params):
|
|
23893
|
+
self._TaskId = params.get("TaskId")
|
|
23894
|
+
self._TaskTypeId = params.get("TaskTypeId")
|
|
23895
|
+
self._TaskTypeName = params.get("TaskTypeName")
|
|
23896
|
+
self._CreateTime = params.get("CreateTime")
|
|
23897
|
+
self._TaskDetail = params.get("TaskDetail")
|
|
23898
|
+
self._Product = params.get("Product")
|
|
23899
|
+
memeber_set = set(params.keys())
|
|
23900
|
+
for name, value in vars(self).items():
|
|
23901
|
+
property_name = name[1:]
|
|
23902
|
+
if property_name in memeber_set:
|
|
23903
|
+
memeber_set.remove(property_name)
|
|
23904
|
+
if len(memeber_set) > 0:
|
|
23905
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23906
|
+
|
|
23907
|
+
|
|
23908
|
+
|
|
23079
23909
|
class ResourceConf(AbstractModel):
|
|
23080
23910
|
r"""Notebook资源参数
|
|
23081
23911
|
|
|
@@ -24134,6 +24964,57 @@ class RollingUpdate(AbstractModel):
|
|
|
24134
24964
|
|
|
24135
24965
|
|
|
24136
24966
|
|
|
24967
|
+
class RuntimeLib(AbstractModel):
|
|
24968
|
+
r"""预制镜像中的运行库详情
|
|
24969
|
+
|
|
24970
|
+
"""
|
|
24971
|
+
|
|
24972
|
+
def __init__(self):
|
|
24973
|
+
r"""
|
|
24974
|
+
:param _Name: <p>运行库名称</p>
|
|
24975
|
+
:type Name: str
|
|
24976
|
+
:param _Version: <p>运行库版本号</p>
|
|
24977
|
+
:type Version: str
|
|
24978
|
+
"""
|
|
24979
|
+
self._Name = None
|
|
24980
|
+
self._Version = None
|
|
24981
|
+
|
|
24982
|
+
@property
|
|
24983
|
+
def Name(self):
|
|
24984
|
+
r"""<p>运行库名称</p>
|
|
24985
|
+
:rtype: str
|
|
24986
|
+
"""
|
|
24987
|
+
return self._Name
|
|
24988
|
+
|
|
24989
|
+
@Name.setter
|
|
24990
|
+
def Name(self, Name):
|
|
24991
|
+
self._Name = Name
|
|
24992
|
+
|
|
24993
|
+
@property
|
|
24994
|
+
def Version(self):
|
|
24995
|
+
r"""<p>运行库版本号</p>
|
|
24996
|
+
:rtype: str
|
|
24997
|
+
"""
|
|
24998
|
+
return self._Version
|
|
24999
|
+
|
|
25000
|
+
@Version.setter
|
|
25001
|
+
def Version(self, Version):
|
|
25002
|
+
self._Version = Version
|
|
25003
|
+
|
|
25004
|
+
|
|
25005
|
+
def _deserialize(self, params):
|
|
25006
|
+
self._Name = params.get("Name")
|
|
25007
|
+
self._Version = params.get("Version")
|
|
25008
|
+
memeber_set = set(params.keys())
|
|
25009
|
+
for name, value in vars(self).items():
|
|
25010
|
+
property_name = name[1:]
|
|
25011
|
+
if property_name in memeber_set:
|
|
25012
|
+
memeber_set.remove(property_name)
|
|
25013
|
+
if len(memeber_set) > 0:
|
|
25014
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
25015
|
+
|
|
25016
|
+
|
|
25017
|
+
|
|
24137
25018
|
class SSHConfig(AbstractModel):
|
|
24138
25019
|
r"""notebook ssh端口配置
|
|
24139
25020
|
|
|
@@ -1181,6 +1181,29 @@ class TioneClient(AbstractClient):
|
|
|
1181
1181
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1182
1182
|
|
|
1183
1183
|
|
|
1184
|
+
def DescribePresetImageList(self, request):
|
|
1185
|
+
r"""该接口用于查询内置镜像列表
|
|
1186
|
+
|
|
1187
|
+
:param request: Request instance for DescribePresetImageList.
|
|
1188
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.DescribePresetImageListRequest`
|
|
1189
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.DescribePresetImageListResponse`
|
|
1190
|
+
|
|
1191
|
+
"""
|
|
1192
|
+
try:
|
|
1193
|
+
params = request._serialize()
|
|
1194
|
+
headers = request.headers
|
|
1195
|
+
body = self.call("DescribePresetImageList", params, headers=headers)
|
|
1196
|
+
response = json.loads(body)
|
|
1197
|
+
model = models.DescribePresetImageListResponse()
|
|
1198
|
+
model._deserialize(response["Response"])
|
|
1199
|
+
return model
|
|
1200
|
+
except Exception as e:
|
|
1201
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1202
|
+
raise
|
|
1203
|
+
else:
|
|
1204
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1205
|
+
|
|
1206
|
+
|
|
1184
1207
|
def DescribePublicAlgoVersionList(self, request):
|
|
1185
1208
|
r"""公共算法版本列表
|
|
1186
1209
|
|
|
@@ -930,6 +930,24 @@ class TioneClient(AbstractClient):
|
|
|
930
930
|
|
|
931
931
|
return await self.call_and_deserialize(**kwargs)
|
|
932
932
|
|
|
933
|
+
async def DescribePresetImageList(
|
|
934
|
+
self,
|
|
935
|
+
request: models.DescribePresetImageListRequest,
|
|
936
|
+
opts: Dict = None,
|
|
937
|
+
) -> models.DescribePresetImageListResponse:
|
|
938
|
+
"""
|
|
939
|
+
该接口用于查询内置镜像列表
|
|
940
|
+
"""
|
|
941
|
+
|
|
942
|
+
kwargs = {}
|
|
943
|
+
kwargs["action"] = "DescribePresetImageList"
|
|
944
|
+
kwargs["params"] = request._serialize()
|
|
945
|
+
kwargs["resp_cls"] = models.DescribePresetImageListResponse
|
|
946
|
+
kwargs["headers"] = request.headers
|
|
947
|
+
kwargs["opts"] = opts or {}
|
|
948
|
+
|
|
949
|
+
return await self.call_and_deserialize(**kwargs)
|
|
950
|
+
|
|
933
951
|
async def DescribePublicAlgoVersionList(
|
|
934
952
|
self,
|
|
935
953
|
request: models.DescribePublicAlgoVersionListRequest,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.129
|
|
4
4
|
Summary: Tencent Cloud Tione 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.129
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.129
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.117
|
|
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
|