tencentcloud-sdk-python-cdwch 3.1.6__tar.gz → 3.1.7__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_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/setup.py +1 -1
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud/cdwch/v20200915/models.py +30 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud_sdk_python_cdwch.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdwch-3.1.7/tencentcloud_sdk_python_cdwch.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cdwch-3.1.6/tencentcloud_sdk_python_cdwch.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/README.rst +0 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud/cdwch/__init__.py +0 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud/cdwch/v20200915/__init__.py +0 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud/cdwch/v20200915/cdwch_client.py +0 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud/cdwch/v20200915/cdwch_client_async.py +0 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud/cdwch/v20200915/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud_sdk_python_cdwch.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud_sdk_python_cdwch.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdwch-3.1.6 → tencentcloud_sdk_python_cdwch-3.1.7}/tencentcloud_sdk_python_cdwch.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdwch
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.7
|
|
4
4
|
Summary: Tencent Cloud Cdwch 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.7
|
|
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-cdwch',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.7,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cdwch SDK for Python',
|
|
@@ -966,6 +966,10 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
|
|
|
966
966
|
:type NeedRestart: int
|
|
967
967
|
:param _FilePath: 保存配置文件的路径
|
|
968
968
|
:type FilePath: str
|
|
969
|
+
:param _Ip: 节点级配置的ip,当ConfigLevel取值为node时,此参数必选;
|
|
970
|
+
:type Ip: str
|
|
971
|
+
:param _ConfigLevel: 可选参数,参数取值:node,cluster; node: 节点级参数配置,cluster: 实例级参数配置;
|
|
972
|
+
:type ConfigLevel: str
|
|
969
973
|
"""
|
|
970
974
|
self._FileName = None
|
|
971
975
|
self._FileConf = None
|
|
@@ -973,6 +977,8 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
|
|
|
973
977
|
self._OriParam = None
|
|
974
978
|
self._NeedRestart = None
|
|
975
979
|
self._FilePath = None
|
|
980
|
+
self._Ip = None
|
|
981
|
+
self._ConfigLevel = None
|
|
976
982
|
|
|
977
983
|
@property
|
|
978
984
|
def FileName(self):
|
|
@@ -1040,6 +1046,28 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
|
|
|
1040
1046
|
def FilePath(self, FilePath):
|
|
1041
1047
|
self._FilePath = FilePath
|
|
1042
1048
|
|
|
1049
|
+
@property
|
|
1050
|
+
def Ip(self):
|
|
1051
|
+
r"""节点级配置的ip,当ConfigLevel取值为node时,此参数必选;
|
|
1052
|
+
:rtype: str
|
|
1053
|
+
"""
|
|
1054
|
+
return self._Ip
|
|
1055
|
+
|
|
1056
|
+
@Ip.setter
|
|
1057
|
+
def Ip(self, Ip):
|
|
1058
|
+
self._Ip = Ip
|
|
1059
|
+
|
|
1060
|
+
@property
|
|
1061
|
+
def ConfigLevel(self):
|
|
1062
|
+
r"""可选参数,参数取值:node,cluster; node: 节点级参数配置,cluster: 实例级参数配置;
|
|
1063
|
+
:rtype: str
|
|
1064
|
+
"""
|
|
1065
|
+
return self._ConfigLevel
|
|
1066
|
+
|
|
1067
|
+
@ConfigLevel.setter
|
|
1068
|
+
def ConfigLevel(self, ConfigLevel):
|
|
1069
|
+
self._ConfigLevel = ConfigLevel
|
|
1070
|
+
|
|
1043
1071
|
|
|
1044
1072
|
def _deserialize(self, params):
|
|
1045
1073
|
self._FileName = params.get("FileName")
|
|
@@ -1048,6 +1076,8 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
|
|
|
1048
1076
|
self._OriParam = params.get("OriParam")
|
|
1049
1077
|
self._NeedRestart = params.get("NeedRestart")
|
|
1050
1078
|
self._FilePath = params.get("FilePath")
|
|
1079
|
+
self._Ip = params.get("Ip")
|
|
1080
|
+
self._ConfigLevel = params.get("ConfigLevel")
|
|
1051
1081
|
memeber_set = set(params.keys())
|
|
1052
1082
|
for name, value in vars(self).items():
|
|
1053
1083
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdwch
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.7
|
|
4
4
|
Summary: Tencent Cloud Cdwch 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.7
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.7
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.6
|
|
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
|