tencentcloud-sdk-python-emr 3.1.34__tar.gz → 3.1.35__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.35}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/setup.py +1 -1
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud/emr/v20190103/models.py +15 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud_sdk_python_emr.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_emr-3.1.35/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.35}/README.rst +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/setup.cfg +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud/emr/__init__.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud/emr/v20190103/__init__.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud/emr/v20190103/emr_client.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud/emr/v20190103/emr_client_async.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud/emr/v20190103/errorcodes.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud_sdk_python_emr.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/tencentcloud_sdk_python_emr.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_emr-3.1.34 → tencentcloud_sdk_python_emr-3.1.35}/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.35
|
|
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.35
|
|
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.35,<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:]
|
|
@@ -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.35
|
|
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.35
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.35
|
|
@@ -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
|