tencentcloud-sdk-python-tke 3.1.22__tar.gz → 3.1.25__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_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20180525/models.py +34 -2
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tke-3.1.25/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tke-3.1.22/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20220501/models.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20220501/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.22 → tencentcloud_sdk_python_tke-3.1.25}/tencentcloud_sdk_python_tke.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.25
|
|
4
4
|
Summary: Tencent Cloud Tke 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.25
|
|
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-tke',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.25,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tke SDK for Python',
|
|
@@ -9094,11 +9094,25 @@ class CreateGlobalMaintenanceWindowAndExclusionsResponse(AbstractModel):
|
|
|
9094
9094
|
|
|
9095
9095
|
def __init__(self):
|
|
9096
9096
|
r"""
|
|
9097
|
+
:param _ID: 维护窗口ID
|
|
9098
|
+
:type ID: int
|
|
9097
9099
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9098
9100
|
:type RequestId: str
|
|
9099
9101
|
"""
|
|
9102
|
+
self._ID = None
|
|
9100
9103
|
self._RequestId = None
|
|
9101
9104
|
|
|
9105
|
+
@property
|
|
9106
|
+
def ID(self):
|
|
9107
|
+
r"""维护窗口ID
|
|
9108
|
+
:rtype: int
|
|
9109
|
+
"""
|
|
9110
|
+
return self._ID
|
|
9111
|
+
|
|
9112
|
+
@ID.setter
|
|
9113
|
+
def ID(self, ID):
|
|
9114
|
+
self._ID = ID
|
|
9115
|
+
|
|
9102
9116
|
@property
|
|
9103
9117
|
def RequestId(self):
|
|
9104
9118
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -9112,6 +9126,7 @@ class CreateGlobalMaintenanceWindowAndExclusionsResponse(AbstractModel):
|
|
|
9112
9126
|
|
|
9113
9127
|
|
|
9114
9128
|
def _deserialize(self, params):
|
|
9129
|
+
self._ID = params.get("ID")
|
|
9115
9130
|
self._RequestId = params.get("RequestId")
|
|
9116
9131
|
|
|
9117
9132
|
|
|
@@ -20917,7 +20932,8 @@ class DescribeGlobalMaintenanceWindowAndExclusionsRequest(AbstractModel):
|
|
|
20917
20932
|
:type Offset: int
|
|
20918
20933
|
:param _Limit: 最大输出条目数,默认为20
|
|
20919
20934
|
:type Limit: int
|
|
20920
|
-
:param _Filters:
|
|
20935
|
+
:param _Filters: 筛选项,支持按照以下字段过滤:
|
|
20936
|
+
- "ID":维护窗口ID,如:10
|
|
20921
20937
|
:type Filters: list of Filter
|
|
20922
20938
|
"""
|
|
20923
20939
|
self._Offset = None
|
|
@@ -20948,7 +20964,8 @@ class DescribeGlobalMaintenanceWindowAndExclusionsRequest(AbstractModel):
|
|
|
20948
20964
|
|
|
20949
20965
|
@property
|
|
20950
20966
|
def Filters(self):
|
|
20951
|
-
r"""
|
|
20967
|
+
r"""筛选项,支持按照以下字段过滤:
|
|
20968
|
+
- "ID":维护窗口ID,如:10
|
|
20952
20969
|
:rtype: list of Filter
|
|
20953
20970
|
"""
|
|
20954
20971
|
return self._Filters
|
|
@@ -49071,6 +49088,8 @@ class SuperNodeResource(AbstractModel):
|
|
|
49071
49088
|
:type ResourceType: str
|
|
49072
49089
|
:param _DisasterRecoverGroupId: 置放群组 ID,QuotaType为 exact 时有效,表示购买的精确配额需满足置放群组。可通过 [DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/product/213/17810) 接口返回值中的DisasterRecoverGroupId获取。
|
|
49073
49090
|
:type DisasterRecoverGroupId: str
|
|
49091
|
+
:param _PriceType: 定价类型
|
|
49092
|
+
:type PriceType: str
|
|
49074
49093
|
"""
|
|
49075
49094
|
self._NodeName = None
|
|
49076
49095
|
self._Num = None
|
|
@@ -49081,6 +49100,7 @@ class SuperNodeResource(AbstractModel):
|
|
|
49081
49100
|
self._ChargeType = None
|
|
49082
49101
|
self._ResourceType = None
|
|
49083
49102
|
self._DisasterRecoverGroupId = None
|
|
49103
|
+
self._PriceType = None
|
|
49084
49104
|
|
|
49085
49105
|
@property
|
|
49086
49106
|
def NodeName(self):
|
|
@@ -49181,6 +49201,17 @@ class SuperNodeResource(AbstractModel):
|
|
|
49181
49201
|
def DisasterRecoverGroupId(self, DisasterRecoverGroupId):
|
|
49182
49202
|
self._DisasterRecoverGroupId = DisasterRecoverGroupId
|
|
49183
49203
|
|
|
49204
|
+
@property
|
|
49205
|
+
def PriceType(self):
|
|
49206
|
+
r"""定价类型
|
|
49207
|
+
:rtype: str
|
|
49208
|
+
"""
|
|
49209
|
+
return self._PriceType
|
|
49210
|
+
|
|
49211
|
+
@PriceType.setter
|
|
49212
|
+
def PriceType(self, PriceType):
|
|
49213
|
+
self._PriceType = PriceType
|
|
49214
|
+
|
|
49184
49215
|
|
|
49185
49216
|
def _deserialize(self, params):
|
|
49186
49217
|
self._NodeName = params.get("NodeName")
|
|
@@ -49192,6 +49223,7 @@ class SuperNodeResource(AbstractModel):
|
|
|
49192
49223
|
self._ChargeType = params.get("ChargeType")
|
|
49193
49224
|
self._ResourceType = params.get("ResourceType")
|
|
49194
49225
|
self._DisasterRecoverGroupId = params.get("DisasterRecoverGroupId")
|
|
49226
|
+
self._PriceType = params.get("PriceType")
|
|
49195
49227
|
memeber_set = set(params.keys())
|
|
49196
49228
|
for name, value in vars(self).items():
|
|
49197
49229
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.25
|
|
4
4
|
Summary: Tencent Cloud Tke 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.25
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.25
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.22
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|