tencentcloud-sdk-python-emr 3.1.89__tar.gz → 3.1.96__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/setup.py +1 -1
  3. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud/emr/v20190103/models.py +146 -56
  5. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud_sdk_python_emr.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_emr-3.1.96/tencentcloud_sdk_python_emr.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_emr-3.1.89/tencentcloud_sdk_python_emr.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/README.rst +0 -0
  9. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud/emr/__init__.py +0 -0
  11. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud/emr/v20190103/__init__.py +0 -0
  12. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud/emr/v20190103/emr_client.py +0 -0
  13. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud/emr/v20190103/emr_client_async.py +0 -0
  14. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud/emr/v20190103/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud_sdk_python_emr.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud_sdk_python_emr.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_emr-3.1.89 → tencentcloud_sdk_python_emr-3.1.96}/tencentcloud_sdk_python_emr.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-emr
3
- Version: 3.1.89
3
+ Version: 3.1.96
4
4
  Summary: Tencent Cloud Emr 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.89
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
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-emr',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.89,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.96,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Emr SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.89'
17
+ __version__ = '3.1.96'
@@ -5645,6 +5645,8 @@ class CreateClusterRequest(AbstractModel):
5645
5645
  :type PartitionNumber: int
5646
5646
  :param _WebUiVersion: <p>服务ui地址</p><p>枚举值:</p><ul><li>0: 服务ui地址,只返回1条服务ui地址</li><li>1: 服务ui地址,如果服务含有多个ui地址将全部返回,例如impala的Impalad、StateStore、Catalogd</li></ul><p>默认值:0</p>
5647
5647
  :type WebUiVersion: int
5648
+ :param _EnableCbsSysEncryptFlag: <p>系统盘是否加密</p>
5649
+ :type EnableCbsSysEncryptFlag: bool
5648
5650
  """
5649
5651
  self._ProductVersion = None
5650
5652
  self._EnableSupportHAFlag = None
@@ -5674,6 +5676,7 @@ class CreateClusterRequest(AbstractModel):
5674
5676
  self._SgIP = None
5675
5677
  self._PartitionNumber = None
5676
5678
  self._WebUiVersion = None
5679
+ self._EnableCbsSysEncryptFlag = None
5677
5680
 
5678
5681
  @property
5679
5682
  def ProductVersion(self):
@@ -5983,6 +5986,17 @@ class CreateClusterRequest(AbstractModel):
5983
5986
  def WebUiVersion(self, WebUiVersion):
5984
5987
  self._WebUiVersion = WebUiVersion
5985
5988
 
5989
+ @property
5990
+ def EnableCbsSysEncryptFlag(self):
5991
+ r"""<p>系统盘是否加密</p>
5992
+ :rtype: bool
5993
+ """
5994
+ return self._EnableCbsSysEncryptFlag
5995
+
5996
+ @EnableCbsSysEncryptFlag.setter
5997
+ def EnableCbsSysEncryptFlag(self, EnableCbsSysEncryptFlag):
5998
+ self._EnableCbsSysEncryptFlag = EnableCbsSysEncryptFlag
5999
+
5986
6000
 
5987
6001
  def _deserialize(self, params):
5988
6002
  self._ProductVersion = params.get("ProductVersion")
@@ -6046,6 +6060,7 @@ class CreateClusterRequest(AbstractModel):
6046
6060
  self._SgIP = params.get("SgIP")
6047
6061
  self._PartitionNumber = params.get("PartitionNumber")
6048
6062
  self._WebUiVersion = params.get("WebUiVersion")
6063
+ self._EnableCbsSysEncryptFlag = params.get("EnableCbsSysEncryptFlag")
6049
6064
  memeber_set = set(params.keys())
6050
6065
  for name, value in vars(self).items():
6051
6066
  property_name = name[1:]
@@ -6431,6 +6446,8 @@ class CreateInstanceRequest(AbstractModel):
6431
6446
  :type PartitionNumber: int
6432
6447
  :param _WebUiVersion: <p>服务ui地址</p><p>枚举值:</p><ul><li>0: 服务ui地址,只返回1条服务ui地址</li><li>1: 服务ui地址,如果服务含有多个ui地址将全部返回,例如impala的Impalad、StateStore、Catalogd</li></ul><p>默认值:0</p>
6433
6448
  :type WebUiVersion: int
6449
+ :param _CbsSysEncrypt: <p>是否开启集群维度cbs系统盘加密,0关闭1开启</p>
6450
+ :type CbsSysEncrypt: int
6434
6451
  """
6435
6452
  self._ProductId = None
6436
6453
  self._Software = None
@@ -6472,6 +6489,7 @@ class CreateInstanceRequest(AbstractModel):
6472
6489
  self._SgIP = None
6473
6490
  self._PartitionNumber = None
6474
6491
  self._WebUiVersion = None
6492
+ self._CbsSysEncrypt = None
6475
6493
 
6476
6494
  @property
6477
6495
  def ProductId(self):
@@ -6913,6 +6931,17 @@ class CreateInstanceRequest(AbstractModel):
6913
6931
  def WebUiVersion(self, WebUiVersion):
6914
6932
  self._WebUiVersion = WebUiVersion
6915
6933
 
6934
+ @property
6935
+ def CbsSysEncrypt(self):
6936
+ r"""<p>是否开启集群维度cbs系统盘加密,0关闭1开启</p>
6937
+ :rtype: int
6938
+ """
6939
+ return self._CbsSysEncrypt
6940
+
6941
+ @CbsSysEncrypt.setter
6942
+ def CbsSysEncrypt(self, CbsSysEncrypt):
6943
+ self._CbsSysEncrypt = CbsSysEncrypt
6944
+
6916
6945
 
6917
6946
  def _deserialize(self, params):
6918
6947
  self._ProductId = params.get("ProductId")
@@ -6992,6 +7021,7 @@ class CreateInstanceRequest(AbstractModel):
6992
7021
  self._SgIP = params.get("SgIP")
6993
7022
  self._PartitionNumber = params.get("PartitionNumber")
6994
7023
  self._WebUiVersion = params.get("WebUiVersion")
7024
+ self._CbsSysEncrypt = params.get("CbsSysEncrypt")
6995
7025
  memeber_set = set(params.keys())
6996
7026
  for name, value in vars(self).items():
6997
7027
  property_name = name[1:]
@@ -30173,22 +30203,26 @@ class NodeResource(AbstractModel):
30173
30203
 
30174
30204
  def __init__(self):
30175
30205
  r"""
30176
- :param _ResourceConfigId: 配置Id
30206
+ :param _ResourceConfigId: <p>配置Id</p>
30177
30207
  :type ResourceConfigId: int
30178
- :param _Resource: Resource
30208
+ :param _Resource: <p>Resource</p>
30179
30209
  注意:此字段可能返回 null,表示取不到有效值。
30180
30210
  :type Resource: :class:`tencentcloud.emr.v20190103.models.Resource`
30181
- :param _CreateTime: 创建时间
30211
+ :param _CreateTime: <p>创建时间</p>
30182
30212
  :type CreateTime: str
30183
- :param _UpdateTime: 更新时间
30213
+ :param _UpdateTime: <p>更新时间</p>
30184
30214
  :type UpdateTime: str
30185
- :param _IsDefault: 是否默认配置,DEFAULT,BACKUP
30215
+ :param _IsDefault: <p>是否默认配置,DEFAULT,BACKUP</p>
30186
30216
  :type IsDefault: str
30187
- :param _MaxResourceNum: 该类型剩余
30217
+ :param _MaxResourceNum: <p>该类型剩余</p>
30188
30218
  :type MaxResourceNum: int
30189
- :param _PrepaidUnderwritePeriods: 支持的包销时长
30219
+ :param _PrepaidUnderwritePeriods: <p>支持的包销时长</p>
30190
30220
  注意:此字段可能返回 null,表示取不到有效值。
30191
30221
  :type PrepaidUnderwritePeriods: list of int
30222
+ :param _QuotaNum: <p>配额数量</p>
30223
+ :type QuotaNum: int
30224
+ :param _QuotaUnit: <p>配额单位</p>
30225
+ :type QuotaUnit: str
30192
30226
  """
30193
30227
  self._ResourceConfigId = None
30194
30228
  self._Resource = None
@@ -30197,10 +30231,12 @@ class NodeResource(AbstractModel):
30197
30231
  self._IsDefault = None
30198
30232
  self._MaxResourceNum = None
30199
30233
  self._PrepaidUnderwritePeriods = None
30234
+ self._QuotaNum = None
30235
+ self._QuotaUnit = None
30200
30236
 
30201
30237
  @property
30202
30238
  def ResourceConfigId(self):
30203
- r"""配置Id
30239
+ r"""<p>配置Id</p>
30204
30240
  :rtype: int
30205
30241
  """
30206
30242
  return self._ResourceConfigId
@@ -30211,7 +30247,7 @@ class NodeResource(AbstractModel):
30211
30247
 
30212
30248
  @property
30213
30249
  def Resource(self):
30214
- r"""Resource
30250
+ r"""<p>Resource</p>
30215
30251
  注意:此字段可能返回 null,表示取不到有效值。
30216
30252
  :rtype: :class:`tencentcloud.emr.v20190103.models.Resource`
30217
30253
  """
@@ -30223,7 +30259,7 @@ class NodeResource(AbstractModel):
30223
30259
 
30224
30260
  @property
30225
30261
  def CreateTime(self):
30226
- r"""创建时间
30262
+ r"""<p>创建时间</p>
30227
30263
  :rtype: str
30228
30264
  """
30229
30265
  return self._CreateTime
@@ -30234,7 +30270,7 @@ class NodeResource(AbstractModel):
30234
30270
 
30235
30271
  @property
30236
30272
  def UpdateTime(self):
30237
- r"""更新时间
30273
+ r"""<p>更新时间</p>
30238
30274
  :rtype: str
30239
30275
  """
30240
30276
  return self._UpdateTime
@@ -30245,7 +30281,7 @@ class NodeResource(AbstractModel):
30245
30281
 
30246
30282
  @property
30247
30283
  def IsDefault(self):
30248
- r"""是否默认配置,DEFAULT,BACKUP
30284
+ r"""<p>是否默认配置,DEFAULT,BACKUP</p>
30249
30285
  :rtype: str
30250
30286
  """
30251
30287
  return self._IsDefault
@@ -30256,7 +30292,7 @@ class NodeResource(AbstractModel):
30256
30292
 
30257
30293
  @property
30258
30294
  def MaxResourceNum(self):
30259
- r"""该类型剩余
30295
+ r"""<p>该类型剩余</p>
30260
30296
  :rtype: int
30261
30297
  """
30262
30298
  return self._MaxResourceNum
@@ -30267,7 +30303,7 @@ class NodeResource(AbstractModel):
30267
30303
 
30268
30304
  @property
30269
30305
  def PrepaidUnderwritePeriods(self):
30270
- r"""支持的包销时长
30306
+ r"""<p>支持的包销时长</p>
30271
30307
  注意:此字段可能返回 null,表示取不到有效值。
30272
30308
  :rtype: list of int
30273
30309
  """
@@ -30277,6 +30313,28 @@ class NodeResource(AbstractModel):
30277
30313
  def PrepaidUnderwritePeriods(self, PrepaidUnderwritePeriods):
30278
30314
  self._PrepaidUnderwritePeriods = PrepaidUnderwritePeriods
30279
30315
 
30316
+ @property
30317
+ def QuotaNum(self):
30318
+ r"""<p>配额数量</p>
30319
+ :rtype: int
30320
+ """
30321
+ return self._QuotaNum
30322
+
30323
+ @QuotaNum.setter
30324
+ def QuotaNum(self, QuotaNum):
30325
+ self._QuotaNum = QuotaNum
30326
+
30327
+ @property
30328
+ def QuotaUnit(self):
30329
+ r"""<p>配额单位</p>
30330
+ :rtype: str
30331
+ """
30332
+ return self._QuotaUnit
30333
+
30334
+ @QuotaUnit.setter
30335
+ def QuotaUnit(self, QuotaUnit):
30336
+ self._QuotaUnit = QuotaUnit
30337
+
30280
30338
 
30281
30339
  def _deserialize(self, params):
30282
30340
  self._ResourceConfigId = params.get("ResourceConfigId")
@@ -30288,6 +30346,8 @@ class NodeResource(AbstractModel):
30288
30346
  self._IsDefault = params.get("IsDefault")
30289
30347
  self._MaxResourceNum = params.get("MaxResourceNum")
30290
30348
  self._PrepaidUnderwritePeriods = params.get("PrepaidUnderwritePeriods")
30349
+ self._QuotaNum = params.get("QuotaNum")
30350
+ self._QuotaUnit = params.get("QuotaUnit")
30291
30351
  memeber_set = set(params.keys())
30292
30352
  for name, value in vars(self).items():
30293
30353
  property_name = name[1:]
@@ -30848,52 +30908,56 @@ class NodeSpecInstanceType(AbstractModel):
30848
30908
 
30849
30909
  def __init__(self):
30850
30910
  r"""
30851
- :param _InstanceType: 规格
30911
+ :param _InstanceType: <p>规格</p>
30852
30912
  :type InstanceType: str
30853
- :param _Cpu: 4
30913
+ :param _Cpu: <p>4</p>
30854
30914
  :type Cpu: int
30855
- :param _Memory: 8,单位G
30915
+ :param _Memory: <p>8,单位G</p>
30856
30916
  :type Memory: int
30857
- :param _Order: 排序,越小排的越前
30917
+ :param _Order: <p>排序,越小排的越前</p>
30858
30918
  :type Order: int
30859
- :param _Num: 数量
30919
+ :param _Num: <p>数量</p>
30860
30920
  :type Num: int
30861
- :param _SellOutReason: 售罄原因
30921
+ :param _SellOutReason: <p>售罄原因</p>
30862
30922
  :type SellOutReason: str
30863
- :param _SystemDisk: 系统盘
30923
+ :param _SystemDisk: <p>系统盘</p>
30864
30924
  注意:此字段可能返回 null,表示取不到有效值。
30865
30925
  :type SystemDisk: list of NodeSpecDisk
30866
- :param _DataDisk: 数据盘
30926
+ :param _DataDisk: <p>数据盘</p>
30867
30927
  注意:此字段可能返回 null,表示取不到有效值。
30868
30928
  :type DataDisk: list of NodeSpecDisk
30869
- :param _LocalDataDisk: 本地数据盘
30929
+ :param _LocalDataDisk: <p>本地数据盘</p>
30870
30930
  注意:此字段可能返回 null,表示取不到有效值。
30871
30931
  :type LocalDataDisk: list of NodeSpecDisk
30872
- :param _SoldOutReason: 售罄原因
30932
+ :param _SoldOutReason: <p>售罄原因</p>
30873
30933
  :type SoldOutReason: str
30874
- :param _InstanceFamily: 机型类别
30934
+ :param _InstanceFamily: <p>机型类别</p>
30875
30935
  :type InstanceFamily: str
30876
- :param _NodeName: 节点名称
30936
+ :param _NodeName: <p>节点名称</p>
30877
30937
  :type NodeName: str
30878
- :param _NodeType: 节点类型
30938
+ :param _NodeType: <p>节点类型</p>
30879
30939
  :type NodeType: str
30880
- :param _Type: 类别
30940
+ :param _Type: <p>类别</p>
30881
30941
  :type Type: str
30882
- :param _TypeName: 类别名称
30942
+ :param _TypeName: <p>类别名称</p>
30883
30943
  :type TypeName: str
30884
- :param _FamilyName: 类别分类
30944
+ :param _FamilyName: <p>类别分类</p>
30885
30945
  :type FamilyName: str
30886
- :param _CpuType: cpu类型
30946
+ :param _CpuType: <p>cpu类型</p>
30887
30947
  :type CpuType: str
30888
- :param _Remark: 售罄 RunOut、库存少 Less、充足 Enough
30948
+ :param _Remark: <p>售罄 RunOut、库存少 Less、充足 Enough</p>
30889
30949
  :type Remark: str
30890
- :param _OriginPrice: 原价
30950
+ :param _OriginPrice: <p>原价</p>
30891
30951
  :type OriginPrice: float
30892
- :param _PrepaidUnderwritePeriods: 包销计费机型支持的购买时长
30952
+ :param _PrepaidUnderwritePeriods: <p>包销计费机型支持的购买时长</p>
30893
30953
  注意:此字段可能返回 null,表示取不到有效值。
30894
30954
  :type PrepaidUnderwritePeriods: list of int
30895
- :param _GpuDesc: GPU信息
30955
+ :param _GpuDesc: <p>GPU信息</p>
30896
30956
  :type GpuDesc: str
30957
+ :param _QuotaNum: <p>配额数量</p>
30958
+ :type QuotaNum: int
30959
+ :param _QuotaUnit: <p>配额单位</p>
30960
+ :type QuotaUnit: str
30897
30961
  """
30898
30962
  self._InstanceType = None
30899
30963
  self._Cpu = None
@@ -30916,10 +30980,12 @@ class NodeSpecInstanceType(AbstractModel):
30916
30980
  self._OriginPrice = None
30917
30981
  self._PrepaidUnderwritePeriods = None
30918
30982
  self._GpuDesc = None
30983
+ self._QuotaNum = None
30984
+ self._QuotaUnit = None
30919
30985
 
30920
30986
  @property
30921
30987
  def InstanceType(self):
30922
- r"""规格
30988
+ r"""<p>规格</p>
30923
30989
  :rtype: str
30924
30990
  """
30925
30991
  return self._InstanceType
@@ -30930,7 +30996,7 @@ class NodeSpecInstanceType(AbstractModel):
30930
30996
 
30931
30997
  @property
30932
30998
  def Cpu(self):
30933
- r"""4
30999
+ r"""<p>4</p>
30934
31000
  :rtype: int
30935
31001
  """
30936
31002
  return self._Cpu
@@ -30941,7 +31007,7 @@ class NodeSpecInstanceType(AbstractModel):
30941
31007
 
30942
31008
  @property
30943
31009
  def Memory(self):
30944
- r"""8,单位G
31010
+ r"""<p>8,单位G</p>
30945
31011
  :rtype: int
30946
31012
  """
30947
31013
  return self._Memory
@@ -30952,7 +31018,7 @@ class NodeSpecInstanceType(AbstractModel):
30952
31018
 
30953
31019
  @property
30954
31020
  def Order(self):
30955
- r"""排序,越小排的越前
31021
+ r"""<p>排序,越小排的越前</p>
30956
31022
  :rtype: int
30957
31023
  """
30958
31024
  return self._Order
@@ -30963,7 +31029,7 @@ class NodeSpecInstanceType(AbstractModel):
30963
31029
 
30964
31030
  @property
30965
31031
  def Num(self):
30966
- r"""数量
31032
+ r"""<p>数量</p>
30967
31033
  :rtype: int
30968
31034
  """
30969
31035
  return self._Num
@@ -30974,7 +31040,7 @@ class NodeSpecInstanceType(AbstractModel):
30974
31040
 
30975
31041
  @property
30976
31042
  def SellOutReason(self):
30977
- r"""售罄原因
31043
+ r"""<p>售罄原因</p>
30978
31044
  :rtype: str
30979
31045
  """
30980
31046
  return self._SellOutReason
@@ -30985,7 +31051,7 @@ class NodeSpecInstanceType(AbstractModel):
30985
31051
 
30986
31052
  @property
30987
31053
  def SystemDisk(self):
30988
- r"""系统盘
31054
+ r"""<p>系统盘</p>
30989
31055
  注意:此字段可能返回 null,表示取不到有效值。
30990
31056
  :rtype: list of NodeSpecDisk
30991
31057
  """
@@ -30997,7 +31063,7 @@ class NodeSpecInstanceType(AbstractModel):
30997
31063
 
30998
31064
  @property
30999
31065
  def DataDisk(self):
31000
- r"""数据盘
31066
+ r"""<p>数据盘</p>
31001
31067
  注意:此字段可能返回 null,表示取不到有效值。
31002
31068
  :rtype: list of NodeSpecDisk
31003
31069
  """
@@ -31009,7 +31075,7 @@ class NodeSpecInstanceType(AbstractModel):
31009
31075
 
31010
31076
  @property
31011
31077
  def LocalDataDisk(self):
31012
- r"""本地数据盘
31078
+ r"""<p>本地数据盘</p>
31013
31079
  注意:此字段可能返回 null,表示取不到有效值。
31014
31080
  :rtype: list of NodeSpecDisk
31015
31081
  """
@@ -31021,7 +31087,7 @@ class NodeSpecInstanceType(AbstractModel):
31021
31087
 
31022
31088
  @property
31023
31089
  def SoldOutReason(self):
31024
- r"""售罄原因
31090
+ r"""<p>售罄原因</p>
31025
31091
  :rtype: str
31026
31092
  """
31027
31093
  return self._SoldOutReason
@@ -31032,7 +31098,7 @@ class NodeSpecInstanceType(AbstractModel):
31032
31098
 
31033
31099
  @property
31034
31100
  def InstanceFamily(self):
31035
- r"""机型类别
31101
+ r"""<p>机型类别</p>
31036
31102
  :rtype: str
31037
31103
  """
31038
31104
  return self._InstanceFamily
@@ -31043,7 +31109,7 @@ class NodeSpecInstanceType(AbstractModel):
31043
31109
 
31044
31110
  @property
31045
31111
  def NodeName(self):
31046
- r"""节点名称
31112
+ r"""<p>节点名称</p>
31047
31113
  :rtype: str
31048
31114
  """
31049
31115
  return self._NodeName
@@ -31054,7 +31120,7 @@ class NodeSpecInstanceType(AbstractModel):
31054
31120
 
31055
31121
  @property
31056
31122
  def NodeType(self):
31057
- r"""节点类型
31123
+ r"""<p>节点类型</p>
31058
31124
  :rtype: str
31059
31125
  """
31060
31126
  return self._NodeType
@@ -31065,7 +31131,7 @@ class NodeSpecInstanceType(AbstractModel):
31065
31131
 
31066
31132
  @property
31067
31133
  def Type(self):
31068
- r"""类别
31134
+ r"""<p>类别</p>
31069
31135
  :rtype: str
31070
31136
  """
31071
31137
  return self._Type
@@ -31076,7 +31142,7 @@ class NodeSpecInstanceType(AbstractModel):
31076
31142
 
31077
31143
  @property
31078
31144
  def TypeName(self):
31079
- r"""类别名称
31145
+ r"""<p>类别名称</p>
31080
31146
  :rtype: str
31081
31147
  """
31082
31148
  return self._TypeName
@@ -31087,7 +31153,7 @@ class NodeSpecInstanceType(AbstractModel):
31087
31153
 
31088
31154
  @property
31089
31155
  def FamilyName(self):
31090
- r"""类别分类
31156
+ r"""<p>类别分类</p>
31091
31157
  :rtype: str
31092
31158
  """
31093
31159
  return self._FamilyName
@@ -31098,7 +31164,7 @@ class NodeSpecInstanceType(AbstractModel):
31098
31164
 
31099
31165
  @property
31100
31166
  def CpuType(self):
31101
- r"""cpu类型
31167
+ r"""<p>cpu类型</p>
31102
31168
  :rtype: str
31103
31169
  """
31104
31170
  return self._CpuType
@@ -31109,7 +31175,7 @@ class NodeSpecInstanceType(AbstractModel):
31109
31175
 
31110
31176
  @property
31111
31177
  def Remark(self):
31112
- r"""售罄 RunOut、库存少 Less、充足 Enough
31178
+ r"""<p>售罄 RunOut、库存少 Less、充足 Enough</p>
31113
31179
  :rtype: str
31114
31180
  """
31115
31181
  return self._Remark
@@ -31120,7 +31186,7 @@ class NodeSpecInstanceType(AbstractModel):
31120
31186
 
31121
31187
  @property
31122
31188
  def OriginPrice(self):
31123
- r"""原价
31189
+ r"""<p>原价</p>
31124
31190
  :rtype: float
31125
31191
  """
31126
31192
  return self._OriginPrice
@@ -31131,7 +31197,7 @@ class NodeSpecInstanceType(AbstractModel):
31131
31197
 
31132
31198
  @property
31133
31199
  def PrepaidUnderwritePeriods(self):
31134
- r"""包销计费机型支持的购买时长
31200
+ r"""<p>包销计费机型支持的购买时长</p>
31135
31201
  注意:此字段可能返回 null,表示取不到有效值。
31136
31202
  :rtype: list of int
31137
31203
  """
@@ -31143,7 +31209,7 @@ class NodeSpecInstanceType(AbstractModel):
31143
31209
 
31144
31210
  @property
31145
31211
  def GpuDesc(self):
31146
- r"""GPU信息
31212
+ r"""<p>GPU信息</p>
31147
31213
  :rtype: str
31148
31214
  """
31149
31215
  return self._GpuDesc
@@ -31152,6 +31218,28 @@ class NodeSpecInstanceType(AbstractModel):
31152
31218
  def GpuDesc(self, GpuDesc):
31153
31219
  self._GpuDesc = GpuDesc
31154
31220
 
31221
+ @property
31222
+ def QuotaNum(self):
31223
+ r"""<p>配额数量</p>
31224
+ :rtype: int
31225
+ """
31226
+ return self._QuotaNum
31227
+
31228
+ @QuotaNum.setter
31229
+ def QuotaNum(self, QuotaNum):
31230
+ self._QuotaNum = QuotaNum
31231
+
31232
+ @property
31233
+ def QuotaUnit(self):
31234
+ r"""<p>配额单位</p>
31235
+ :rtype: str
31236
+ """
31237
+ return self._QuotaUnit
31238
+
31239
+ @QuotaUnit.setter
31240
+ def QuotaUnit(self, QuotaUnit):
31241
+ self._QuotaUnit = QuotaUnit
31242
+
31155
31243
 
31156
31244
  def _deserialize(self, params):
31157
31245
  self._InstanceType = params.get("InstanceType")
@@ -31190,6 +31278,8 @@ class NodeSpecInstanceType(AbstractModel):
31190
31278
  self._OriginPrice = params.get("OriginPrice")
31191
31279
  self._PrepaidUnderwritePeriods = params.get("PrepaidUnderwritePeriods")
31192
31280
  self._GpuDesc = params.get("GpuDesc")
31281
+ self._QuotaNum = params.get("QuotaNum")
31282
+ self._QuotaUnit = params.get("QuotaUnit")
31193
31283
  memeber_set = set(params.keys())
31194
31284
  for name, value in vars(self).items():
31195
31285
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-emr
3
- Version: 3.1.89
3
+ Version: 3.1.96
4
4
  Summary: Tencent Cloud Emr 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.89
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.96
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.89