tencentcloud-sdk-python-emr 3.1.34__tar.gz → 3.1.36__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.34 → tencentcloud_sdk_python_emr-3.1.36}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/setup.py +1 -1
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud/emr/v20190103/models.py +45 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud_sdk_python_emr.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_emr-3.1.36/tencentcloud_sdk_python_emr.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_emr-3.1.34/tencentcloud_sdk_python_emr.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/README.rst +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/setup.cfg +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud/emr/__init__.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud/emr/v20190103/__init__.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud/emr/v20190103/emr_client.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud/emr/v20190103/emr_client_async.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud/emr/v20190103/errorcodes.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud_sdk_python_emr.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/tencentcloud_sdk_python_emr.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.36}/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.36
|
|
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.36
|
|
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.36,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Emr SDK for Python',
|
|
@@ -4671,6 +4671,8 @@ MetaDB信息,当MetaType选择EMR_NEW_META时,MetaDataJdbcUrl MetaDataUser M
|
|
|
4671
4671
|
:type DefaultMetaVersion: str
|
|
4672
4672
|
:param _NeedCdbAudit: 是否开通审计
|
|
4673
4673
|
:type NeedCdbAudit: int
|
|
4674
|
+
:param _SgIP: 安全组来源IP
|
|
4675
|
+
:type SgIP: str
|
|
4674
4676
|
"""
|
|
4675
4677
|
self._InstanceName = None
|
|
4676
4678
|
self._ClusterClass = None
|
|
@@ -4690,6 +4692,7 @@ MetaDB信息,当MetaType选择EMR_NEW_META时,MetaDataJdbcUrl MetaDataUser M
|
|
|
4690
4692
|
self._ZoneId = None
|
|
4691
4693
|
self._DefaultMetaVersion = None
|
|
4692
4694
|
self._NeedCdbAudit = None
|
|
4695
|
+
self._SgIP = None
|
|
4693
4696
|
|
|
4694
4697
|
@property
|
|
4695
4698
|
def InstanceName(self):
|
|
@@ -4901,6 +4904,17 @@ MetaDB信息,当MetaType选择EMR_NEW_META时,MetaDataJdbcUrl MetaDataUser M
|
|
|
4901
4904
|
def NeedCdbAudit(self, NeedCdbAudit):
|
|
4902
4905
|
self._NeedCdbAudit = NeedCdbAudit
|
|
4903
4906
|
|
|
4907
|
+
@property
|
|
4908
|
+
def SgIP(self):
|
|
4909
|
+
r"""安全组来源IP
|
|
4910
|
+
:rtype: str
|
|
4911
|
+
"""
|
|
4912
|
+
return self._SgIP
|
|
4913
|
+
|
|
4914
|
+
@SgIP.setter
|
|
4915
|
+
def SgIP(self, SgIP):
|
|
4916
|
+
self._SgIP = SgIP
|
|
4917
|
+
|
|
4904
4918
|
|
|
4905
4919
|
def _deserialize(self, params):
|
|
4906
4920
|
self._InstanceName = params.get("InstanceName")
|
|
@@ -4942,6 +4956,7 @@ MetaDB信息,当MetaType选择EMR_NEW_META时,MetaDataJdbcUrl MetaDataUser M
|
|
|
4942
4956
|
self._ZoneId = params.get("ZoneId")
|
|
4943
4957
|
self._DefaultMetaVersion = params.get("DefaultMetaVersion")
|
|
4944
4958
|
self._NeedCdbAudit = params.get("NeedCdbAudit")
|
|
4959
|
+
self._SgIP = params.get("SgIP")
|
|
4945
4960
|
memeber_set = set(params.keys())
|
|
4946
4961
|
for name, value in vars(self).items():
|
|
4947
4962
|
property_name = name[1:]
|
|
@@ -22038,6 +22053,8 @@ class LoadAutoScaleStrategy(AbstractModel):
|
|
|
22038
22053
|
:type GroupId: int
|
|
22039
22054
|
:param _Soft: soft例如yarn
|
|
22040
22055
|
:type Soft: str
|
|
22056
|
+
:param _GraceDownProtectTime: 任务保护时间
|
|
22057
|
+
:type GraceDownProtectTime: int
|
|
22041
22058
|
"""
|
|
22042
22059
|
self._StrategyId = None
|
|
22043
22060
|
self._StrategyName = None
|
|
@@ -22062,6 +22079,7 @@ class LoadAutoScaleStrategy(AbstractModel):
|
|
|
22062
22079
|
self._LoadMetricsConditions = None
|
|
22063
22080
|
self._GroupId = None
|
|
22064
22081
|
self._Soft = None
|
|
22082
|
+
self._GraceDownProtectTime = None
|
|
22065
22083
|
|
|
22066
22084
|
@property
|
|
22067
22085
|
def StrategyId(self):
|
|
@@ -22325,6 +22343,17 @@ class LoadAutoScaleStrategy(AbstractModel):
|
|
|
22325
22343
|
def Soft(self, Soft):
|
|
22326
22344
|
self._Soft = Soft
|
|
22327
22345
|
|
|
22346
|
+
@property
|
|
22347
|
+
def GraceDownProtectTime(self):
|
|
22348
|
+
r"""任务保护时间
|
|
22349
|
+
:rtype: int
|
|
22350
|
+
"""
|
|
22351
|
+
return self._GraceDownProtectTime
|
|
22352
|
+
|
|
22353
|
+
@GraceDownProtectTime.setter
|
|
22354
|
+
def GraceDownProtectTime(self, GraceDownProtectTime):
|
|
22355
|
+
self._GraceDownProtectTime = GraceDownProtectTime
|
|
22356
|
+
|
|
22328
22357
|
|
|
22329
22358
|
def _deserialize(self, params):
|
|
22330
22359
|
self._StrategyId = params.get("StrategyId")
|
|
@@ -22357,6 +22386,7 @@ class LoadAutoScaleStrategy(AbstractModel):
|
|
|
22357
22386
|
self._LoadMetricsConditions._deserialize(params.get("LoadMetricsConditions"))
|
|
22358
22387
|
self._GroupId = params.get("GroupId")
|
|
22359
22388
|
self._Soft = params.get("Soft")
|
|
22389
|
+
self._GraceDownProtectTime = params.get("GraceDownProtectTime")
|
|
22360
22390
|
memeber_set = set(params.keys())
|
|
22361
22391
|
for name, value in vars(self).items():
|
|
22362
22392
|
property_name = name[1:]
|
|
@@ -38343,6 +38373,8 @@ class TimeAutoScaleStrategy(AbstractModel):
|
|
|
38343
38373
|
:type GroupId: int
|
|
38344
38374
|
:param _GraceDownLabel: 优雅缩容业务pod标签,当node不存在上述pod或超过优雅缩容时间时,缩容节点
|
|
38345
38375
|
:type GraceDownLabel: list of TkeLabel
|
|
38376
|
+
:param _GraceDownProtectTime: 任务保护时间
|
|
38377
|
+
:type GraceDownProtectTime: int
|
|
38346
38378
|
"""
|
|
38347
38379
|
self._StrategyName = None
|
|
38348
38380
|
self._IntervalTime = None
|
|
@@ -38366,6 +38398,7 @@ class TimeAutoScaleStrategy(AbstractModel):
|
|
|
38366
38398
|
self._CompensateFlag = None
|
|
38367
38399
|
self._GroupId = None
|
|
38368
38400
|
self._GraceDownLabel = None
|
|
38401
|
+
self._GraceDownProtectTime = None
|
|
38369
38402
|
|
|
38370
38403
|
@property
|
|
38371
38404
|
def StrategyName(self):
|
|
@@ -38617,6 +38650,17 @@ class TimeAutoScaleStrategy(AbstractModel):
|
|
|
38617
38650
|
def GraceDownLabel(self, GraceDownLabel):
|
|
38618
38651
|
self._GraceDownLabel = GraceDownLabel
|
|
38619
38652
|
|
|
38653
|
+
@property
|
|
38654
|
+
def GraceDownProtectTime(self):
|
|
38655
|
+
r"""任务保护时间
|
|
38656
|
+
:rtype: int
|
|
38657
|
+
"""
|
|
38658
|
+
return self._GraceDownProtectTime
|
|
38659
|
+
|
|
38660
|
+
@GraceDownProtectTime.setter
|
|
38661
|
+
def GraceDownProtectTime(self, GraceDownProtectTime):
|
|
38662
|
+
self._GraceDownProtectTime = GraceDownProtectTime
|
|
38663
|
+
|
|
38620
38664
|
|
|
38621
38665
|
def _deserialize(self, params):
|
|
38622
38666
|
self._StrategyName = params.get("StrategyName")
|
|
@@ -38653,6 +38697,7 @@ class TimeAutoScaleStrategy(AbstractModel):
|
|
|
38653
38697
|
obj = TkeLabel()
|
|
38654
38698
|
obj._deserialize(item)
|
|
38655
38699
|
self._GraceDownLabel.append(obj)
|
|
38700
|
+
self._GraceDownProtectTime = params.get("GraceDownProtectTime")
|
|
38656
38701
|
memeber_set = set(params.keys())
|
|
38657
38702
|
for name, value in vars(self).items():
|
|
38658
38703
|
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.
|
|
3
|
+
Version: 3.1.36
|
|
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.36
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.36
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.34
|
|
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
|