tencentcloud-sdk-python-tsf 3.1.132__tar.gz → 3.1.145__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_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/setup.py +1 -1
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/models.py +22 -22
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tsf-3.1.145/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tsf-3.1.132/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/README.rst +0 -0
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/__init__.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/__init__.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/tsf_client_async.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tsf-3.1.132 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud_sdk_python_tsf.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tsf
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.145
|
|
4
4
|
Summary: Tencent Cloud Tsf 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.145
|
|
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-tsf',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.145,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tsf SDK for Python',
|
|
@@ -37059,37 +37059,37 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37059
37059
|
|
|
37060
37060
|
def __init__(self):
|
|
37061
37061
|
r"""
|
|
37062
|
-
:param _ActionType:
|
|
37062
|
+
:param _ActionType: <p>健康检查方法。HTTP:通过 HTTP 接口检查;CMD:通过执行命令检查;TCP:通过建立 TCP 连接检查。</p>
|
|
37063
37063
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37064
37064
|
:type ActionType: str
|
|
37065
|
-
:param _InitialDelaySeconds:
|
|
37065
|
+
:param _InitialDelaySeconds: <p>容器延时启动健康检查的时间,单位秒。</p>
|
|
37066
37066
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37067
37067
|
:type InitialDelaySeconds: int
|
|
37068
|
-
:param _TimeoutSeconds:
|
|
37068
|
+
:param _TimeoutSeconds: <p>每次健康检查响应的最大超时时间,单位秒。</p>
|
|
37069
37069
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37070
37070
|
:type TimeoutSeconds: int
|
|
37071
|
-
:param _PeriodSeconds:
|
|
37071
|
+
:param _PeriodSeconds: <p>进行健康检查的时间间隔,单位秒。</p>
|
|
37072
37072
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37073
37073
|
:type PeriodSeconds: int
|
|
37074
|
-
:param _SuccessThreshold:
|
|
37074
|
+
:param _SuccessThreshold: <p>表示后端容器从失败到成功的连续健康检查成功次数。</p>
|
|
37075
37075
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37076
37076
|
:type SuccessThreshold: int
|
|
37077
|
-
:param _FailureThreshold:
|
|
37077
|
+
:param _FailureThreshold: <p>表示后端容器从成功到失败的连续健康检查成功次数。</p>
|
|
37078
37078
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37079
37079
|
:type FailureThreshold: int
|
|
37080
|
-
:param _Scheme: HTTP 健康检查方法使用的检查协议。支持HTTP、HTTPS
|
|
37080
|
+
:param _Scheme: <p>HTTP 健康检查方法使用的检查协议。支持HTTP、HTTPS。</p>
|
|
37081
37081
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37082
37082
|
:type Scheme: str
|
|
37083
|
-
:param _Port:
|
|
37083
|
+
:param _Port: <p>健康检查端口,范围 1~65535 。</p>
|
|
37084
37084
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37085
37085
|
:type Port: int
|
|
37086
|
-
:param _Path: HTTP
|
|
37086
|
+
:param _Path: <p>HTTP 健康检查接口的请求路径。</p>
|
|
37087
37087
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37088
37088
|
:type Path: str
|
|
37089
|
-
:param _Command:
|
|
37089
|
+
:param _Command: <p>执行命令检查方式,执行的命令。</p>
|
|
37090
37090
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37091
37091
|
:type Command: list of str
|
|
37092
|
-
:param _Type: TSF_DEFAULT:tsf 默认就绪探针。K8S_NATIVE:k8s 原生探针。不填默认为 k8s
|
|
37092
|
+
:param _Type: <p>TSF_DEFAULT:tsf 默认就绪探针。K8S_NATIVE:k8s 原生探针。不填默认为 k8s 原生探针。</p>
|
|
37093
37093
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37094
37094
|
:type Type: str
|
|
37095
37095
|
"""
|
|
@@ -37107,7 +37107,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37107
37107
|
|
|
37108
37108
|
@property
|
|
37109
37109
|
def ActionType(self):
|
|
37110
|
-
r"""
|
|
37110
|
+
r"""<p>健康检查方法。HTTP:通过 HTTP 接口检查;CMD:通过执行命令检查;TCP:通过建立 TCP 连接检查。</p>
|
|
37111
37111
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37112
37112
|
:rtype: str
|
|
37113
37113
|
"""
|
|
@@ -37119,7 +37119,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37119
37119
|
|
|
37120
37120
|
@property
|
|
37121
37121
|
def InitialDelaySeconds(self):
|
|
37122
|
-
r"""
|
|
37122
|
+
r"""<p>容器延时启动健康检查的时间,单位秒。</p>
|
|
37123
37123
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37124
37124
|
:rtype: int
|
|
37125
37125
|
"""
|
|
@@ -37131,7 +37131,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37131
37131
|
|
|
37132
37132
|
@property
|
|
37133
37133
|
def TimeoutSeconds(self):
|
|
37134
|
-
r"""
|
|
37134
|
+
r"""<p>每次健康检查响应的最大超时时间,单位秒。</p>
|
|
37135
37135
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37136
37136
|
:rtype: int
|
|
37137
37137
|
"""
|
|
@@ -37143,7 +37143,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37143
37143
|
|
|
37144
37144
|
@property
|
|
37145
37145
|
def PeriodSeconds(self):
|
|
37146
|
-
r"""
|
|
37146
|
+
r"""<p>进行健康检查的时间间隔,单位秒。</p>
|
|
37147
37147
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37148
37148
|
:rtype: int
|
|
37149
37149
|
"""
|
|
@@ -37155,7 +37155,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37155
37155
|
|
|
37156
37156
|
@property
|
|
37157
37157
|
def SuccessThreshold(self):
|
|
37158
|
-
r"""
|
|
37158
|
+
r"""<p>表示后端容器从失败到成功的连续健康检查成功次数。</p>
|
|
37159
37159
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37160
37160
|
:rtype: int
|
|
37161
37161
|
"""
|
|
@@ -37167,7 +37167,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37167
37167
|
|
|
37168
37168
|
@property
|
|
37169
37169
|
def FailureThreshold(self):
|
|
37170
|
-
r"""
|
|
37170
|
+
r"""<p>表示后端容器从成功到失败的连续健康检查成功次数。</p>
|
|
37171
37171
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37172
37172
|
:rtype: int
|
|
37173
37173
|
"""
|
|
@@ -37179,7 +37179,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37179
37179
|
|
|
37180
37180
|
@property
|
|
37181
37181
|
def Scheme(self):
|
|
37182
|
-
r"""HTTP 健康检查方法使用的检查协议。支持HTTP、HTTPS
|
|
37182
|
+
r"""<p>HTTP 健康检查方法使用的检查协议。支持HTTP、HTTPS。</p>
|
|
37183
37183
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37184
37184
|
:rtype: str
|
|
37185
37185
|
"""
|
|
@@ -37191,7 +37191,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37191
37191
|
|
|
37192
37192
|
@property
|
|
37193
37193
|
def Port(self):
|
|
37194
|
-
r"""
|
|
37194
|
+
r"""<p>健康检查端口,范围 1~65535 。</p>
|
|
37195
37195
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37196
37196
|
:rtype: int
|
|
37197
37197
|
"""
|
|
@@ -37203,7 +37203,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37203
37203
|
|
|
37204
37204
|
@property
|
|
37205
37205
|
def Path(self):
|
|
37206
|
-
r"""HTTP
|
|
37206
|
+
r"""<p>HTTP 健康检查接口的请求路径。</p>
|
|
37207
37207
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37208
37208
|
:rtype: str
|
|
37209
37209
|
"""
|
|
@@ -37215,7 +37215,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37215
37215
|
|
|
37216
37216
|
@property
|
|
37217
37217
|
def Command(self):
|
|
37218
|
-
r"""
|
|
37218
|
+
r"""<p>执行命令检查方式,执行的命令。</p>
|
|
37219
37219
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37220
37220
|
:rtype: list of str
|
|
37221
37221
|
"""
|
|
@@ -37227,7 +37227,7 @@ class HealthCheckSetting(AbstractModel):
|
|
|
37227
37227
|
|
|
37228
37228
|
@property
|
|
37229
37229
|
def Type(self):
|
|
37230
|
-
r"""TSF_DEFAULT:tsf 默认就绪探针。K8S_NATIVE:k8s 原生探针。不填默认为 k8s
|
|
37230
|
+
r"""<p>TSF_DEFAULT:tsf 默认就绪探针。K8S_NATIVE:k8s 原生探针。不填默认为 k8s 原生探针。</p>
|
|
37231
37231
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37232
37232
|
:rtype: str
|
|
37233
37233
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tsf
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.145
|
|
4
4
|
Summary: Tencent Cloud Tsf 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.145
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.145
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.132
|
|
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
|