tencentcloud-sdk-python 3.0.1382__py2.py3-none-any.whl → 3.0.1384__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/batch/v20170312/models.py +10 -2
- tencentcloud/cbs/v20170312/cbs_client.py +4 -6
- tencentcloud/cbs/v20170312/errorcodes.py +9 -0
- tencentcloud/cbs/v20170312/models.py +178 -119
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +44 -4
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/cfs/v20190719/cfs_client.py +2 -2
- tencentcloud/cfs/v20190719/models.py +46 -48
- tencentcloud/cfw/v20190904/cfw_client.py +1 -1
- tencentcloud/cfw/v20190904/models.py +2 -2
- tencentcloud/cvm/v20170312/models.py +60 -40
- tencentcloud/cynosdb/v20190107/models.py +286 -4
- tencentcloud/dnspod/v20210323/dnspod_client.py +1 -1
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +104 -106
- tencentcloud/domain/v20180808/errorcodes.py +3 -0
- tencentcloud/domain/v20180808/models.py +10 -12
- tencentcloud/emr/v20190103/models.py +15 -0
- tencentcloud/es/v20180416/models.py +87 -0
- tencentcloud/ess/v20201111/errorcodes.py +9 -0
- tencentcloud/ess/v20201111/ess_client.py +25 -0
- tencentcloud/ess/v20201111/models.py +237 -26
- tencentcloud/essbasic/v20210526/errorcodes.py +3 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
- tencentcloud/essbasic/v20210526/models.py +48 -6
- tencentcloud/gs/v20191118/models.py +30 -0
- tencentcloud/hai/v20230812/hai_client.py +9 -7
- tencentcloud/hai/v20230812/models.py +72 -84
- tencentcloud/lke/v20231130/models.py +700 -19
- tencentcloud/lkeap/v20240522/lkeap_client.py +23 -19
- tencentcloud/lkeap/v20240522/models.py +167 -144
- tencentcloud/mps/v20190612/models.py +324 -0
- tencentcloud/mrs/v20200910/models.py +52 -0
- tencentcloud/postgres/v20170312/errorcodes.py +0 -3
- tencentcloud/postgres/v20170312/models.py +0 -282
- tencentcloud/postgres/v20170312/postgres_client.py +0 -75
- tencentcloud/privatedns/v20201028/errorcodes.py +2 -2
- tencentcloud/privatedns/v20201028/models.py +12 -12
- tencentcloud/pts/v20210728/models.py +15 -0
- tencentcloud/ssl/v20191205/errorcodes.py +24 -0
- tencentcloud/ssl/v20191205/models.py +176 -6
- tencentcloud/tcbr/v20220217/models.py +0 -16
- tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +81 -13
- tencentcloud/teo/v20220901/teo_client.py +5 -0
- tencentcloud/tke/v20180525/errorcodes.py +18 -0
- tencentcloud/tke/v20180525/models.py +15 -184
- tencentcloud/tke/v20180525/tke_client.py +0 -23
- tencentcloud/tke/v20220501/models.py +115 -2
- tencentcloud/tms/v20201229/errorcodes.py +3 -0
- tencentcloud/tms/v20201229/models.py +36 -4
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +18 -18
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- tencentcloud/waf/v20180125/models.py +120 -32
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/RECORD +62 -62
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/top_level.txt +0 -0
@@ -5401,19 +5401,19 @@ class DescribeHpcClustersRequest(AbstractModel):
|
|
5401
5401
|
|
5402
5402
|
def __init__(self):
|
5403
5403
|
r"""
|
5404
|
-
:param _HpcClusterIds:
|
5404
|
+
:param _HpcClusterIds: 一个或多个待操作的高性能计算集群ID。集群ID信息可通过 [查询高性能集群信息](https://cloud.tencent.com/document/api/213/83220) 接口获取。每次请求高性能计算集群信息的批量上限为100,默认配合Limit传参数,不能超过Limit值,Limit默认20。
|
5405
5405
|
:type HpcClusterIds: list of str
|
5406
|
-
:param _Name:
|
5406
|
+
:param _Name: 高性能计算集群名称,长度限制[1-60]。
|
5407
5407
|
:type Name: str
|
5408
|
-
:param _Zone:
|
5408
|
+
:param _Zone: 可用区信息。可用区信息可通过 [查询可用区信息](https://cloud.tencent.com/document/api/213/15707) 接口获取。
|
5409
5409
|
:type Zone: str
|
5410
5410
|
:param _Offset: 偏移量, 默认值0。
|
5411
5411
|
:type Offset: int
|
5412
|
-
:param _Limit: 本次请求量, 默认值20。
|
5412
|
+
:param _Limit: 本次请求量, 默认值20,范围限制为[1-100]。
|
5413
5413
|
:type Limit: int
|
5414
|
-
:param _HpcClusterType:
|
5414
|
+
:param _HpcClusterType: 高性能计算集群类型,当前有三个取值:分别是CDC/CHC/STANDARD,其中STANDARD是默认的标准模式。
|
5415
5415
|
:type HpcClusterType: str
|
5416
|
-
:param _HpcClusterBusinessId: 高性能计算集群对应的业务场景标识,当前只支持CDC
|
5416
|
+
:param _HpcClusterBusinessId: 高性能计算集群对应的业务场景标识,当前只支持CDC场景类型。
|
5417
5417
|
:type HpcClusterBusinessId: str
|
5418
5418
|
:param _InstanceType: 高性能计算集群实例类型
|
5419
5419
|
:type InstanceType: str
|
@@ -5432,7 +5432,7 @@ class DescribeHpcClustersRequest(AbstractModel):
|
|
5432
5432
|
|
5433
5433
|
@property
|
5434
5434
|
def HpcClusterIds(self):
|
5435
|
-
"""
|
5435
|
+
"""一个或多个待操作的高性能计算集群ID。集群ID信息可通过 [查询高性能集群信息](https://cloud.tencent.com/document/api/213/83220) 接口获取。每次请求高性能计算集群信息的批量上限为100,默认配合Limit传参数,不能超过Limit值,Limit默认20。
|
5436
5436
|
:rtype: list of str
|
5437
5437
|
"""
|
5438
5438
|
return self._HpcClusterIds
|
@@ -5443,7 +5443,7 @@ class DescribeHpcClustersRequest(AbstractModel):
|
|
5443
5443
|
|
5444
5444
|
@property
|
5445
5445
|
def Name(self):
|
5446
|
-
"""
|
5446
|
+
"""高性能计算集群名称,长度限制[1-60]。
|
5447
5447
|
:rtype: str
|
5448
5448
|
"""
|
5449
5449
|
return self._Name
|
@@ -5454,7 +5454,7 @@ class DescribeHpcClustersRequest(AbstractModel):
|
|
5454
5454
|
|
5455
5455
|
@property
|
5456
5456
|
def Zone(self):
|
5457
|
-
"""
|
5457
|
+
"""可用区信息。可用区信息可通过 [查询可用区信息](https://cloud.tencent.com/document/api/213/15707) 接口获取。
|
5458
5458
|
:rtype: str
|
5459
5459
|
"""
|
5460
5460
|
return self._Zone
|
@@ -5476,7 +5476,7 @@ class DescribeHpcClustersRequest(AbstractModel):
|
|
5476
5476
|
|
5477
5477
|
@property
|
5478
5478
|
def Limit(self):
|
5479
|
-
"""本次请求量, 默认值20。
|
5479
|
+
"""本次请求量, 默认值20,范围限制为[1-100]。
|
5480
5480
|
:rtype: int
|
5481
5481
|
"""
|
5482
5482
|
return self._Limit
|
@@ -5487,7 +5487,7 @@ class DescribeHpcClustersRequest(AbstractModel):
|
|
5487
5487
|
|
5488
5488
|
@property
|
5489
5489
|
def HpcClusterType(self):
|
5490
|
-
"""
|
5490
|
+
"""高性能计算集群类型,当前有三个取值:分别是CDC/CHC/STANDARD,其中STANDARD是默认的标准模式。
|
5491
5491
|
:rtype: str
|
5492
5492
|
"""
|
5493
5493
|
return self._HpcClusterType
|
@@ -5498,7 +5498,7 @@ class DescribeHpcClustersRequest(AbstractModel):
|
|
5498
5498
|
|
5499
5499
|
@property
|
5500
5500
|
def HpcClusterBusinessId(self):
|
5501
|
-
"""高性能计算集群对应的业务场景标识,当前只支持CDC
|
5501
|
+
"""高性能计算集群对应的业务场景标识,当前只支持CDC场景类型。
|
5502
5502
|
:rtype: str
|
5503
5503
|
"""
|
5504
5504
|
return self._HpcClusterBusinessId
|
@@ -10954,30 +10954,40 @@ class ImportImageRequest(AbstractModel):
|
|
10954
10954
|
|
10955
10955
|
def __init__(self):
|
10956
10956
|
r"""
|
10957
|
-
:param _Architecture:
|
10957
|
+
:param _Architecture: 导入镜像的操作系统架构。
|
10958
|
+
取值范围包括:`x86_64` 、`i386`、`arm_64`
|
10958
10959
|
:type Architecture: str
|
10959
|
-
:param _OsType:
|
10960
|
+
:param _OsType: 导入镜像的操作系统类型 。
|
10961
|
+
可通过 [DescribeImportImageOs](https://cloud.tencent.com/document/api/213/15718) 接口返回值中的`ImportImageOsListSupported`获取。
|
10960
10962
|
:type OsType: str
|
10961
|
-
:param _OsVersion:
|
10963
|
+
:param _OsVersion: 导入镜像的操作系统版本。
|
10964
|
+
可通过 [DescribeImportImageOs](https://cloud.tencent.com/document/api/213/15718) 接口返回值中的`ImportImageOsVersionSet`获取。
|
10962
10965
|
:type OsVersion: str
|
10963
10966
|
:param _ImageUrl: 导入镜像存放的cos地址
|
10964
10967
|
:type ImageUrl: str
|
10965
|
-
:param _ImageName:
|
10968
|
+
:param _ImageName: 镜像名称。
|
10969
|
+
最多支持 60 个字符。
|
10966
10970
|
:type ImageName: str
|
10967
|
-
:param _ImageDescription:
|
10971
|
+
:param _ImageDescription: 镜像描述。
|
10972
|
+
最多支持 256 个字符。
|
10968
10973
|
:type ImageDescription: str
|
10969
|
-
:param _DryRun:
|
10974
|
+
:param _DryRun: 只检查参数,不执行任务。
|
10975
|
+
默认值:false
|
10970
10976
|
:type DryRun: bool
|
10971
10977
|
:param _Force: 是否强制导入,参考[强制导入镜像](https://cloud.tencent.com/document/product/213/12849)
|
10978
|
+
默认值:false
|
10972
10979
|
:type Force: bool
|
10973
10980
|
:param _TagSpecification: 标签描述列表。通过指定该参数可以同时绑定标签到自定义镜像。
|
10974
10981
|
:type TagSpecification: list of TagSpecification
|
10975
10982
|
:param _LicenseType: 导入镜像后,激活操作系统采用的许可证类型。
|
10976
|
-
|
10983
|
+
默认值:TencentCloud
|
10984
|
+
取值范围:
|
10977
10985
|
TencentCloud: 腾讯云官方许可
|
10978
10986
|
BYOL: 自带许可(Bring Your Own License)
|
10979
10987
|
:type LicenseType: str
|
10980
|
-
:param _BootMode:
|
10988
|
+
:param _BootMode: 启动模式。
|
10989
|
+
取值范围:`Legacy BIOS`、`UEFI`
|
10990
|
+
默认值:Legacy BIOS
|
10981
10991
|
:type BootMode: str
|
10982
10992
|
:param _ImageFamily: 镜像族
|
10983
10993
|
:type ImageFamily: str
|
@@ -11000,7 +11010,8 @@ BYOL: 自带许可(Bring Your Own License)
|
|
11000
11010
|
|
11001
11011
|
@property
|
11002
11012
|
def Architecture(self):
|
11003
|
-
"""
|
11013
|
+
"""导入镜像的操作系统架构。
|
11014
|
+
取值范围包括:`x86_64` 、`i386`、`arm_64`
|
11004
11015
|
:rtype: str
|
11005
11016
|
"""
|
11006
11017
|
return self._Architecture
|
@@ -11011,7 +11022,8 @@ BYOL: 自带许可(Bring Your Own License)
|
|
11011
11022
|
|
11012
11023
|
@property
|
11013
11024
|
def OsType(self):
|
11014
|
-
"""
|
11025
|
+
"""导入镜像的操作系统类型 。
|
11026
|
+
可通过 [DescribeImportImageOs](https://cloud.tencent.com/document/api/213/15718) 接口返回值中的`ImportImageOsListSupported`获取。
|
11015
11027
|
:rtype: str
|
11016
11028
|
"""
|
11017
11029
|
return self._OsType
|
@@ -11022,7 +11034,8 @@ BYOL: 自带许可(Bring Your Own License)
|
|
11022
11034
|
|
11023
11035
|
@property
|
11024
11036
|
def OsVersion(self):
|
11025
|
-
"""
|
11037
|
+
"""导入镜像的操作系统版本。
|
11038
|
+
可通过 [DescribeImportImageOs](https://cloud.tencent.com/document/api/213/15718) 接口返回值中的`ImportImageOsVersionSet`获取。
|
11026
11039
|
:rtype: str
|
11027
11040
|
"""
|
11028
11041
|
return self._OsVersion
|
@@ -11044,7 +11057,8 @@ BYOL: 自带许可(Bring Your Own License)
|
|
11044
11057
|
|
11045
11058
|
@property
|
11046
11059
|
def ImageName(self):
|
11047
|
-
"""
|
11060
|
+
"""镜像名称。
|
11061
|
+
最多支持 60 个字符。
|
11048
11062
|
:rtype: str
|
11049
11063
|
"""
|
11050
11064
|
return self._ImageName
|
@@ -11055,7 +11069,8 @@ BYOL: 自带许可(Bring Your Own License)
|
|
11055
11069
|
|
11056
11070
|
@property
|
11057
11071
|
def ImageDescription(self):
|
11058
|
-
"""
|
11072
|
+
"""镜像描述。
|
11073
|
+
最多支持 256 个字符。
|
11059
11074
|
:rtype: str
|
11060
11075
|
"""
|
11061
11076
|
return self._ImageDescription
|
@@ -11066,7 +11081,8 @@ BYOL: 自带许可(Bring Your Own License)
|
|
11066
11081
|
|
11067
11082
|
@property
|
11068
11083
|
def DryRun(self):
|
11069
|
-
"""
|
11084
|
+
"""只检查参数,不执行任务。
|
11085
|
+
默认值:false
|
11070
11086
|
:rtype: bool
|
11071
11087
|
"""
|
11072
11088
|
return self._DryRun
|
@@ -11078,6 +11094,7 @@ BYOL: 自带许可(Bring Your Own License)
|
|
11078
11094
|
@property
|
11079
11095
|
def Force(self):
|
11080
11096
|
"""是否强制导入,参考[强制导入镜像](https://cloud.tencent.com/document/product/213/12849)
|
11097
|
+
默认值:false
|
11081
11098
|
:rtype: bool
|
11082
11099
|
"""
|
11083
11100
|
return self._Force
|
@@ -11100,7 +11117,8 @@ BYOL: 自带许可(Bring Your Own License)
|
|
11100
11117
|
@property
|
11101
11118
|
def LicenseType(self):
|
11102
11119
|
"""导入镜像后,激活操作系统采用的许可证类型。
|
11103
|
-
|
11120
|
+
默认值:TencentCloud
|
11121
|
+
取值范围:
|
11104
11122
|
TencentCloud: 腾讯云官方许可
|
11105
11123
|
BYOL: 自带许可(Bring Your Own License)
|
11106
11124
|
:rtype: str
|
@@ -11113,7 +11131,9 @@ BYOL: 自带许可(Bring Your Own License)
|
|
11113
11131
|
|
11114
11132
|
@property
|
11115
11133
|
def BootMode(self):
|
11116
|
-
"""
|
11134
|
+
"""启动模式。
|
11135
|
+
取值范围:`Legacy BIOS`、`UEFI`
|
11136
|
+
默认值:Legacy BIOS
|
11117
11137
|
:rtype: str
|
11118
11138
|
"""
|
11119
11139
|
return self._BootMode
|
@@ -16601,11 +16621,11 @@ class ModifyHpcClusterAttributeRequest(AbstractModel):
|
|
16601
16621
|
|
16602
16622
|
def __init__(self):
|
16603
16623
|
r"""
|
16604
|
-
:param _HpcClusterId: 高性能计算集群ID
|
16624
|
+
:param _HpcClusterId: 高性能计算集群ID。集群ID可通过 [查询高性能集群信息](https://cloud.tencent.com/document/api/213/83220) 接口获取。
|
16605
16625
|
:type HpcClusterId: str
|
16606
|
-
:param _Name:
|
16626
|
+
:param _Name: 高性能计算集群新名称,长度限制[1-60]。
|
16607
16627
|
:type Name: str
|
16608
|
-
:param _Remark:
|
16628
|
+
:param _Remark: 高性能计算集群新备注,长度[1-256]。
|
16609
16629
|
:type Remark: str
|
16610
16630
|
"""
|
16611
16631
|
self._HpcClusterId = None
|
@@ -16614,7 +16634,7 @@ class ModifyHpcClusterAttributeRequest(AbstractModel):
|
|
16614
16634
|
|
16615
16635
|
@property
|
16616
16636
|
def HpcClusterId(self):
|
16617
|
-
"""高性能计算集群ID
|
16637
|
+
"""高性能计算集群ID。集群ID可通过 [查询高性能集群信息](https://cloud.tencent.com/document/api/213/83220) 接口获取。
|
16618
16638
|
:rtype: str
|
16619
16639
|
"""
|
16620
16640
|
return self._HpcClusterId
|
@@ -16625,7 +16645,7 @@ class ModifyHpcClusterAttributeRequest(AbstractModel):
|
|
16625
16645
|
|
16626
16646
|
@property
|
16627
16647
|
def Name(self):
|
16628
|
-
"""
|
16648
|
+
"""高性能计算集群新名称,长度限制[1-60]。
|
16629
16649
|
:rtype: str
|
16630
16650
|
"""
|
16631
16651
|
return self._Name
|
@@ -16636,7 +16656,7 @@ class ModifyHpcClusterAttributeRequest(AbstractModel):
|
|
16636
16656
|
|
16637
16657
|
@property
|
16638
16658
|
def Remark(self):
|
16639
|
-
"""
|
16659
|
+
"""高性能计算集群新备注,长度[1-256]。
|
16640
16660
|
:rtype: str
|
16641
16661
|
"""
|
16642
16662
|
return self._Remark
|
@@ -17028,7 +17048,7 @@ class ModifyInstancesAttributeRequest(AbstractModel):
|
|
17028
17048
|
:type HostName: str
|
17029
17049
|
:param _DisableApiTermination: 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<li>true:表示开启实例保护,不允许通过api接口删除实例</li><li>false:表示关闭实例保护,允许通过api接口删除实例</li>默认取值:false。
|
17030
17050
|
:type DisableApiTermination: bool
|
17031
|
-
:param _CamRoleType: 角色类别,与CamRoleName搭配使用,该值可从CAM DescribeRoleList
|
17051
|
+
:param _CamRoleType: 角色类别,与CamRoleName搭配使用,该值可从CAM [ DescribeRoleList ](https://cloud.tencent.com/document/product/598/36223)或[ GetRole ](https://cloud.tencent.com/document/product/598/36221)接口返回RoleType字段获取,当前只接受user、system和service_linked三种类别。
|
17032
17052
|
举例:一般CamRoleName中包含“LinkedRoleIn”(如TKE_QCSLinkedRoleInPrometheusService)时,DescribeRoleList和GetRole返回的RoleType为service_linked,则本参数也需要传递service_linked。
|
17033
17053
|
该参数默认值为user,若CameRoleName为非service_linked类型,本参数可不传递。
|
17034
17054
|
:type CamRoleType: str
|
@@ -17127,7 +17147,7 @@ class ModifyInstancesAttributeRequest(AbstractModel):
|
|
17127
17147
|
|
17128
17148
|
@property
|
17129
17149
|
def CamRoleType(self):
|
17130
|
-
"""角色类别,与CamRoleName搭配使用,该值可从CAM DescribeRoleList
|
17150
|
+
"""角色类别,与CamRoleName搭配使用,该值可从CAM [ DescribeRoleList ](https://cloud.tencent.com/document/product/598/36223)或[ GetRole ](https://cloud.tencent.com/document/product/598/36221)接口返回RoleType字段获取,当前只接受user、system和service_linked三种类别。
|
17131
17151
|
举例:一般CamRoleName中包含“LinkedRoleIn”(如TKE_QCSLinkedRoleInPrometheusService)时,DescribeRoleList和GetRole返回的RoleType为service_linked,则本参数也需要传递service_linked。
|
17132
17152
|
该参数默认值为user,若CameRoleName为非service_linked类型,本参数可不传递。
|
17133
17153
|
:rtype: str
|
@@ -17319,7 +17339,7 @@ class ModifyInstancesDisasterRecoverGroupRequest(AbstractModel):
|
|
17319
17339
|
|
17320
17340
|
def __init__(self):
|
17321
17341
|
r"""
|
17322
|
-
:param _InstanceIds: 一个或多个待操作的实例ID。可通过[
|
17342
|
+
:param _InstanceIds: 一个或多个待操作的实例ID。可通过[ DescribeInstances ](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100
|
17323
17343
|
:type InstanceIds: list of str
|
17324
17344
|
:param _DisasterRecoverGroupId: 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取
|
17325
17345
|
:type DisasterRecoverGroupId: str
|
@@ -17332,7 +17352,7 @@ class ModifyInstancesDisasterRecoverGroupRequest(AbstractModel):
|
|
17332
17352
|
|
17333
17353
|
@property
|
17334
17354
|
def InstanceIds(self):
|
17335
|
-
"""一个或多个待操作的实例ID。可通过[
|
17355
|
+
"""一个或多个待操作的实例ID。可通过[ DescribeInstances ](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100
|
17336
17356
|
:rtype: list of str
|
17337
17357
|
"""
|
17338
17358
|
return self._InstanceIds
|
@@ -22748,7 +22768,7 @@ class TagSpecification(AbstractModel):
|
|
22748
22768
|
|
22749
22769
|
def __init__(self):
|
22750
22770
|
r"""
|
22751
|
-
:param _ResourceType: 标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”,镜像为“image”,密钥为“keypair
|
22771
|
+
:param _ResourceType: 标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”,镜像为“image”,密钥为“keypair”,置放群组为“ps”,高性能计算集群为“hpc”。
|
22752
22772
|
:type ResourceType: str
|
22753
22773
|
:param _Tags: 标签对列表
|
22754
22774
|
:type Tags: list of Tag
|
@@ -22758,7 +22778,7 @@ class TagSpecification(AbstractModel):
|
|
22758
22778
|
|
22759
22779
|
@property
|
22760
22780
|
def ResourceType(self):
|
22761
|
-
"""标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”,镜像为“image”,密钥为“keypair
|
22781
|
+
"""标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”,镜像为“image”,密钥为“keypair”,置放群组为“ps”,高性能计算集群为“hpc”。
|
22762
22782
|
:rtype: str
|
22763
22783
|
"""
|
22764
22784
|
return self._ResourceType
|