tencentcloud-sdk-python-emr 3.1.16__tar.gz → 3.1.22__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_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/setup.py +1 -1
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud/emr/v20190103/models.py +192 -2
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud_sdk_python_emr.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_emr-3.1.22/tencentcloud_sdk_python_emr.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_emr-3.1.16/tencentcloud_sdk_python_emr.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/README.rst +0 -0
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/setup.cfg +0 -0
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud/emr/__init__.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud/emr/v20190103/__init__.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud/emr/v20190103/emr_client.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud/emr/v20190103/emr_client_async.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud/emr/v20190103/errorcodes.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud_sdk_python_emr.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/tencentcloud_sdk_python_emr.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_emr-3.1.16 → tencentcloud_sdk_python_emr-3.1.22}/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.
|
|
3
|
+
Version: 3.1.22
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.22
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.22,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Emr SDK for Python',
|
|
@@ -2495,6 +2495,9 @@ class CloudResource(AbstractModel):
|
|
|
2495
2495
|
:param _Disks: 所选数据盘信息
|
|
2496
2496
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2497
2497
|
:type Disks: list of Disk
|
|
2498
|
+
:param _Tolerations: 容忍
|
|
2499
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2500
|
+
:type Tolerations: list of Toleration
|
|
2498
2501
|
"""
|
|
2499
2502
|
self._ComponentName = None
|
|
2500
2503
|
self._PodNumber = None
|
|
@@ -2505,6 +2508,7 @@ class CloudResource(AbstractModel):
|
|
|
2505
2508
|
self._ExternalAccess = None
|
|
2506
2509
|
self._Affinity = None
|
|
2507
2510
|
self._Disks = None
|
|
2511
|
+
self._Tolerations = None
|
|
2508
2512
|
|
|
2509
2513
|
@property
|
|
2510
2514
|
def ComponentName(self):
|
|
@@ -2609,6 +2613,18 @@ class CloudResource(AbstractModel):
|
|
|
2609
2613
|
def Disks(self, Disks):
|
|
2610
2614
|
self._Disks = Disks
|
|
2611
2615
|
|
|
2616
|
+
@property
|
|
2617
|
+
def Tolerations(self):
|
|
2618
|
+
r"""容忍
|
|
2619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2620
|
+
:rtype: list of Toleration
|
|
2621
|
+
"""
|
|
2622
|
+
return self._Tolerations
|
|
2623
|
+
|
|
2624
|
+
@Tolerations.setter
|
|
2625
|
+
def Tolerations(self, Tolerations):
|
|
2626
|
+
self._Tolerations = Tolerations
|
|
2627
|
+
|
|
2612
2628
|
|
|
2613
2629
|
def _deserialize(self, params):
|
|
2614
2630
|
self._ComponentName = params.get("ComponentName")
|
|
@@ -2631,6 +2647,12 @@ class CloudResource(AbstractModel):
|
|
|
2631
2647
|
obj = Disk()
|
|
2632
2648
|
obj._deserialize(item)
|
|
2633
2649
|
self._Disks.append(obj)
|
|
2650
|
+
if params.get("Tolerations") is not None:
|
|
2651
|
+
self._Tolerations = []
|
|
2652
|
+
for item in params.get("Tolerations"):
|
|
2653
|
+
obj = Toleration()
|
|
2654
|
+
obj._deserialize(item)
|
|
2655
|
+
self._Tolerations.append(obj)
|
|
2634
2656
|
memeber_set = set(params.keys())
|
|
2635
2657
|
for name, value in vars(self).items():
|
|
2636
2658
|
property_name = name[1:]
|
|
@@ -13879,7 +13901,7 @@ class DescribeServiceNodeInfosRequest(AbstractModel):
|
|
|
13879
13901
|
"-3"代表存在隐患
|
|
13880
13902
|
"-4"代表未探测
|
|
13881
13903
|
:type HealthStateId: str
|
|
13882
|
-
:param _ServiceName:
|
|
13904
|
+
:param _ServiceName: 服务组件名称应采用全大写形式(例如:YARN),api调用时须与 ServiceGroupType 在两者之中任选其一并保证必填。
|
|
13883
13905
|
:type ServiceName: str
|
|
13884
13906
|
:param _NodeTypeName: 节点名称master,core,task,common,router
|
|
13885
13907
|
:type NodeTypeName: str
|
|
@@ -14006,7 +14028,7 @@ class DescribeServiceNodeInfosRequest(AbstractModel):
|
|
|
14006
14028
|
|
|
14007
14029
|
@property
|
|
14008
14030
|
def ServiceName(self):
|
|
14009
|
-
r"""
|
|
14031
|
+
r"""服务组件名称应采用全大写形式(例如:YARN),api调用时须与 ServiceGroupType 在两者之中任选其一并保证必填。
|
|
14010
14032
|
:rtype: str
|
|
14011
14033
|
"""
|
|
14012
14034
|
return self._ServiceName
|
|
@@ -28259,6 +28281,61 @@ class Order(AbstractModel):
|
|
|
28259
28281
|
|
|
28260
28282
|
|
|
28261
28283
|
|
|
28284
|
+
class OtherAccountInfo(AbstractModel):
|
|
28285
|
+
r"""其他账号信息
|
|
28286
|
+
|
|
28287
|
+
"""
|
|
28288
|
+
|
|
28289
|
+
def __init__(self):
|
|
28290
|
+
r"""
|
|
28291
|
+
:param _OtherUin: 其他账号UIN
|
|
28292
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28293
|
+
:type OtherUin: str
|
|
28294
|
+
:param _RoleName: 其他账号授权角色名称
|
|
28295
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28296
|
+
:type RoleName: str
|
|
28297
|
+
"""
|
|
28298
|
+
self._OtherUin = None
|
|
28299
|
+
self._RoleName = None
|
|
28300
|
+
|
|
28301
|
+
@property
|
|
28302
|
+
def OtherUin(self):
|
|
28303
|
+
r"""其他账号UIN
|
|
28304
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28305
|
+
:rtype: str
|
|
28306
|
+
"""
|
|
28307
|
+
return self._OtherUin
|
|
28308
|
+
|
|
28309
|
+
@OtherUin.setter
|
|
28310
|
+
def OtherUin(self, OtherUin):
|
|
28311
|
+
self._OtherUin = OtherUin
|
|
28312
|
+
|
|
28313
|
+
@property
|
|
28314
|
+
def RoleName(self):
|
|
28315
|
+
r"""其他账号授权角色名称
|
|
28316
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28317
|
+
:rtype: str
|
|
28318
|
+
"""
|
|
28319
|
+
return self._RoleName
|
|
28320
|
+
|
|
28321
|
+
@RoleName.setter
|
|
28322
|
+
def RoleName(self, RoleName):
|
|
28323
|
+
self._RoleName = RoleName
|
|
28324
|
+
|
|
28325
|
+
|
|
28326
|
+
def _deserialize(self, params):
|
|
28327
|
+
self._OtherUin = params.get("OtherUin")
|
|
28328
|
+
self._RoleName = params.get("RoleName")
|
|
28329
|
+
memeber_set = set(params.keys())
|
|
28330
|
+
for name, value in vars(self).items():
|
|
28331
|
+
property_name = name[1:]
|
|
28332
|
+
if property_name in memeber_set:
|
|
28333
|
+
memeber_set.remove(property_name)
|
|
28334
|
+
if len(memeber_set) > 0:
|
|
28335
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
28336
|
+
|
|
28337
|
+
|
|
28338
|
+
|
|
28262
28339
|
class OutterResource(AbstractModel):
|
|
28263
28340
|
r"""资源详情
|
|
28264
28341
|
|
|
@@ -29286,6 +29363,8 @@ class PodNewSpec(AbstractModel):
|
|
|
29286
29363
|
:type SubnetId: str
|
|
29287
29364
|
:param _PodName: pod name
|
|
29288
29365
|
:type PodName: str
|
|
29366
|
+
:param _OtherAccountInfo: 其他账号授权信息
|
|
29367
|
+
:type OtherAccountInfo: :class:`tencentcloud.emr.v20190103.models.OtherAccountInfo`
|
|
29289
29368
|
"""
|
|
29290
29369
|
self._ResourceProviderIdentifier = None
|
|
29291
29370
|
self._ResourceProviderType = None
|
|
@@ -29299,6 +29378,7 @@ class PodNewSpec(AbstractModel):
|
|
|
29299
29378
|
self._VpcId = None
|
|
29300
29379
|
self._SubnetId = None
|
|
29301
29380
|
self._PodName = None
|
|
29381
|
+
self._OtherAccountInfo = None
|
|
29302
29382
|
|
|
29303
29383
|
@property
|
|
29304
29384
|
def ResourceProviderIdentifier(self):
|
|
@@ -29435,6 +29515,17 @@ class PodNewSpec(AbstractModel):
|
|
|
29435
29515
|
def PodName(self, PodName):
|
|
29436
29516
|
self._PodName = PodName
|
|
29437
29517
|
|
|
29518
|
+
@property
|
|
29519
|
+
def OtherAccountInfo(self):
|
|
29520
|
+
r"""其他账号授权信息
|
|
29521
|
+
:rtype: :class:`tencentcloud.emr.v20190103.models.OtherAccountInfo`
|
|
29522
|
+
"""
|
|
29523
|
+
return self._OtherAccountInfo
|
|
29524
|
+
|
|
29525
|
+
@OtherAccountInfo.setter
|
|
29526
|
+
def OtherAccountInfo(self, OtherAccountInfo):
|
|
29527
|
+
self._OtherAccountInfo = OtherAccountInfo
|
|
29528
|
+
|
|
29438
29529
|
|
|
29439
29530
|
def _deserialize(self, params):
|
|
29440
29531
|
self._ResourceProviderIdentifier = params.get("ResourceProviderIdentifier")
|
|
@@ -29456,6 +29547,9 @@ class PodNewSpec(AbstractModel):
|
|
|
29456
29547
|
self._VpcId = params.get("VpcId")
|
|
29457
29548
|
self._SubnetId = params.get("SubnetId")
|
|
29458
29549
|
self._PodName = params.get("PodName")
|
|
29550
|
+
if params.get("OtherAccountInfo") is not None:
|
|
29551
|
+
self._OtherAccountInfo = OtherAccountInfo()
|
|
29552
|
+
self._OtherAccountInfo._deserialize(params.get("OtherAccountInfo"))
|
|
29459
29553
|
memeber_set = set(params.keys())
|
|
29460
29554
|
for name, value in vars(self).items():
|
|
29461
29555
|
property_name = name[1:]
|
|
@@ -38575,6 +38669,102 @@ class TkeLabel(AbstractModel):
|
|
|
38575
38669
|
|
|
38576
38670
|
|
|
38577
38671
|
|
|
38672
|
+
class Toleration(AbstractModel):
|
|
38673
|
+
r"""Tolerations
|
|
38674
|
+
|
|
38675
|
+
"""
|
|
38676
|
+
|
|
38677
|
+
def __init__(self):
|
|
38678
|
+
r"""
|
|
38679
|
+
:param _Key: 键
|
|
38680
|
+
:type Key: str
|
|
38681
|
+
:param _Value: 值
|
|
38682
|
+
:type Value: str
|
|
38683
|
+
:param _Operator: 操作符
|
|
38684
|
+
:type Operator: str
|
|
38685
|
+
:param _Effect: 污点排斥效果
|
|
38686
|
+
:type Effect: str
|
|
38687
|
+
:param _TolerationSeconds: 驱逐等待时间
|
|
38688
|
+
:type TolerationSeconds: int
|
|
38689
|
+
"""
|
|
38690
|
+
self._Key = None
|
|
38691
|
+
self._Value = None
|
|
38692
|
+
self._Operator = None
|
|
38693
|
+
self._Effect = None
|
|
38694
|
+
self._TolerationSeconds = None
|
|
38695
|
+
|
|
38696
|
+
@property
|
|
38697
|
+
def Key(self):
|
|
38698
|
+
r"""键
|
|
38699
|
+
:rtype: str
|
|
38700
|
+
"""
|
|
38701
|
+
return self._Key
|
|
38702
|
+
|
|
38703
|
+
@Key.setter
|
|
38704
|
+
def Key(self, Key):
|
|
38705
|
+
self._Key = Key
|
|
38706
|
+
|
|
38707
|
+
@property
|
|
38708
|
+
def Value(self):
|
|
38709
|
+
r"""值
|
|
38710
|
+
:rtype: str
|
|
38711
|
+
"""
|
|
38712
|
+
return self._Value
|
|
38713
|
+
|
|
38714
|
+
@Value.setter
|
|
38715
|
+
def Value(self, Value):
|
|
38716
|
+
self._Value = Value
|
|
38717
|
+
|
|
38718
|
+
@property
|
|
38719
|
+
def Operator(self):
|
|
38720
|
+
r"""操作符
|
|
38721
|
+
:rtype: str
|
|
38722
|
+
"""
|
|
38723
|
+
return self._Operator
|
|
38724
|
+
|
|
38725
|
+
@Operator.setter
|
|
38726
|
+
def Operator(self, Operator):
|
|
38727
|
+
self._Operator = Operator
|
|
38728
|
+
|
|
38729
|
+
@property
|
|
38730
|
+
def Effect(self):
|
|
38731
|
+
r"""污点排斥效果
|
|
38732
|
+
:rtype: str
|
|
38733
|
+
"""
|
|
38734
|
+
return self._Effect
|
|
38735
|
+
|
|
38736
|
+
@Effect.setter
|
|
38737
|
+
def Effect(self, Effect):
|
|
38738
|
+
self._Effect = Effect
|
|
38739
|
+
|
|
38740
|
+
@property
|
|
38741
|
+
def TolerationSeconds(self):
|
|
38742
|
+
r"""驱逐等待时间
|
|
38743
|
+
:rtype: int
|
|
38744
|
+
"""
|
|
38745
|
+
return self._TolerationSeconds
|
|
38746
|
+
|
|
38747
|
+
@TolerationSeconds.setter
|
|
38748
|
+
def TolerationSeconds(self, TolerationSeconds):
|
|
38749
|
+
self._TolerationSeconds = TolerationSeconds
|
|
38750
|
+
|
|
38751
|
+
|
|
38752
|
+
def _deserialize(self, params):
|
|
38753
|
+
self._Key = params.get("Key")
|
|
38754
|
+
self._Value = params.get("Value")
|
|
38755
|
+
self._Operator = params.get("Operator")
|
|
38756
|
+
self._Effect = params.get("Effect")
|
|
38757
|
+
self._TolerationSeconds = params.get("TolerationSeconds")
|
|
38758
|
+
memeber_set = set(params.keys())
|
|
38759
|
+
for name, value in vars(self).items():
|
|
38760
|
+
property_name = name[1:]
|
|
38761
|
+
if property_name in memeber_set:
|
|
38762
|
+
memeber_set.remove(property_name)
|
|
38763
|
+
if len(memeber_set) > 0:
|
|
38764
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
38765
|
+
|
|
38766
|
+
|
|
38767
|
+
|
|
38578
38768
|
class TopologyInfo(AbstractModel):
|
|
38579
38769
|
r"""集群节点拓扑信息
|
|
38580
38770
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-emr
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.22
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.22
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.22
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.16
|
|
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
|