tencentcloud-sdk-python-tsf 3.1.127__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/models.py +47 -32
  5. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tsf-3.1.145/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tsf-3.1.127/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
  14. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud/tsf/v20180326/tsf_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.145}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tsf-3.1.127 → 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.127
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.127
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.127,<4.0.0"],
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',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.127'
17
+ __version__ = '3.1.145'
@@ -2490,26 +2490,29 @@ class ApplicationAttribute(AbstractModel):
2490
2490
 
2491
2491
  def __init__(self):
2492
2492
  r"""
2493
- :param _InstanceCount: 总实例个数
2493
+ :param _InstanceCount: <p>总实例个数</p>
2494
2494
  :type InstanceCount: int
2495
- :param _RunInstanceCount: 运行实例个数
2495
+ :param _RunInstanceCount: <p>运行实例个数</p>
2496
2496
  :type RunInstanceCount: int
2497
- :param _GroupCount: 应用下部署组个数
2497
+ :param _GroupCount: <p>应用下部署组个数</p>
2498
2498
  :type GroupCount: int
2499
- :param _RunningGroupCount: 运行中部署组个数
2499
+ :param _RunningGroupCount: <p>运行中部署组个数</p>
2500
2500
  :type RunningGroupCount: str
2501
- :param _AbnormalCount: 异常部署组个数
2501
+ :param _AbnormalCount: <p>异常部署组个数</p>
2502
2502
  :type AbnormalCount: str
2503
+ :param _ImageTagCount: <p>镜像tag数量</p>
2504
+ :type ImageTagCount: int
2503
2505
  """
2504
2506
  self._InstanceCount = None
2505
2507
  self._RunInstanceCount = None
2506
2508
  self._GroupCount = None
2507
2509
  self._RunningGroupCount = None
2508
2510
  self._AbnormalCount = None
2511
+ self._ImageTagCount = None
2509
2512
 
2510
2513
  @property
2511
2514
  def InstanceCount(self):
2512
- r"""总实例个数
2515
+ r"""<p>总实例个数</p>
2513
2516
  :rtype: int
2514
2517
  """
2515
2518
  return self._InstanceCount
@@ -2520,7 +2523,7 @@ class ApplicationAttribute(AbstractModel):
2520
2523
 
2521
2524
  @property
2522
2525
  def RunInstanceCount(self):
2523
- r"""运行实例个数
2526
+ r"""<p>运行实例个数</p>
2524
2527
  :rtype: int
2525
2528
  """
2526
2529
  return self._RunInstanceCount
@@ -2531,7 +2534,7 @@ class ApplicationAttribute(AbstractModel):
2531
2534
 
2532
2535
  @property
2533
2536
  def GroupCount(self):
2534
- r"""应用下部署组个数
2537
+ r"""<p>应用下部署组个数</p>
2535
2538
  :rtype: int
2536
2539
  """
2537
2540
  return self._GroupCount
@@ -2542,7 +2545,7 @@ class ApplicationAttribute(AbstractModel):
2542
2545
 
2543
2546
  @property
2544
2547
  def RunningGroupCount(self):
2545
- r"""运行中部署组个数
2548
+ r"""<p>运行中部署组个数</p>
2546
2549
  :rtype: str
2547
2550
  """
2548
2551
  return self._RunningGroupCount
@@ -2553,7 +2556,7 @@ class ApplicationAttribute(AbstractModel):
2553
2556
 
2554
2557
  @property
2555
2558
  def AbnormalCount(self):
2556
- r"""异常部署组个数
2559
+ r"""<p>异常部署组个数</p>
2557
2560
  :rtype: str
2558
2561
  """
2559
2562
  return self._AbnormalCount
@@ -2562,6 +2565,17 @@ class ApplicationAttribute(AbstractModel):
2562
2565
  def AbnormalCount(self, AbnormalCount):
2563
2566
  self._AbnormalCount = AbnormalCount
2564
2567
 
2568
+ @property
2569
+ def ImageTagCount(self):
2570
+ r"""<p>镜像tag数量</p>
2571
+ :rtype: int
2572
+ """
2573
+ return self._ImageTagCount
2574
+
2575
+ @ImageTagCount.setter
2576
+ def ImageTagCount(self, ImageTagCount):
2577
+ self._ImageTagCount = ImageTagCount
2578
+
2565
2579
 
2566
2580
  def _deserialize(self, params):
2567
2581
  self._InstanceCount = params.get("InstanceCount")
@@ -2569,6 +2583,7 @@ class ApplicationAttribute(AbstractModel):
2569
2583
  self._GroupCount = params.get("GroupCount")
2570
2584
  self._RunningGroupCount = params.get("RunningGroupCount")
2571
2585
  self._AbnormalCount = params.get("AbnormalCount")
2586
+ self._ImageTagCount = params.get("ImageTagCount")
2572
2587
  memeber_set = set(params.keys())
2573
2588
  for name, value in vars(self).items():
2574
2589
  property_name = name[1:]
@@ -37044,37 +37059,37 @@ class HealthCheckSetting(AbstractModel):
37044
37059
 
37045
37060
  def __init__(self):
37046
37061
  r"""
37047
- :param _ActionType: 健康检查方法。HTTP:通过 HTTP 接口检查;CMD:通过执行命令检查;TCP:通过建立 TCP 连接检查。
37062
+ :param _ActionType: <p>健康检查方法。HTTP:通过 HTTP 接口检查;CMD:通过执行命令检查;TCP:通过建立 TCP 连接检查。</p>
37048
37063
  注意:此字段可能返回 null,表示取不到有效值。
37049
37064
  :type ActionType: str
37050
- :param _InitialDelaySeconds: 容器延时启动健康检查的时间,单位秒。
37065
+ :param _InitialDelaySeconds: <p>容器延时启动健康检查的时间,单位秒。</p>
37051
37066
  注意:此字段可能返回 null,表示取不到有效值。
37052
37067
  :type InitialDelaySeconds: int
37053
- :param _TimeoutSeconds: 每次健康检查响应的最大超时时间,单位秒。
37068
+ :param _TimeoutSeconds: <p>每次健康检查响应的最大超时时间,单位秒。</p>
37054
37069
  注意:此字段可能返回 null,表示取不到有效值。
37055
37070
  :type TimeoutSeconds: int
37056
- :param _PeriodSeconds: 进行健康检查的时间间隔,单位秒。
37071
+ :param _PeriodSeconds: <p>进行健康检查的时间间隔,单位秒。</p>
37057
37072
  注意:此字段可能返回 null,表示取不到有效值。
37058
37073
  :type PeriodSeconds: int
37059
- :param _SuccessThreshold: 表示后端容器从失败到成功的连续健康检查成功次数。
37074
+ :param _SuccessThreshold: <p>表示后端容器从失败到成功的连续健康检查成功次数。</p>
37060
37075
  注意:此字段可能返回 null,表示取不到有效值。
37061
37076
  :type SuccessThreshold: int
37062
- :param _FailureThreshold: 表示后端容器从成功到失败的连续健康检查成功次数。
37077
+ :param _FailureThreshold: <p>表示后端容器从成功到失败的连续健康检查成功次数。</p>
37063
37078
  注意:此字段可能返回 null,表示取不到有效值。
37064
37079
  :type FailureThreshold: int
37065
- :param _Scheme: HTTP 健康检查方法使用的检查协议。支持HTTP、HTTPS
37080
+ :param _Scheme: <p>HTTP 健康检查方法使用的检查协议。支持HTTP、HTTPS。</p>
37066
37081
  注意:此字段可能返回 null,表示取不到有效值。
37067
37082
  :type Scheme: str
37068
- :param _Port: 健康检查端口,范围 1~65535
37083
+ :param _Port: <p>健康检查端口,范围 1~65535 。</p>
37069
37084
  注意:此字段可能返回 null,表示取不到有效值。
37070
37085
  :type Port: int
37071
- :param _Path: HTTP 健康检查接口的请求路径。
37086
+ :param _Path: <p>HTTP 健康检查接口的请求路径。</p>
37072
37087
  注意:此字段可能返回 null,表示取不到有效值。
37073
37088
  :type Path: str
37074
- :param _Command: 执行命令检查方式,执行的命令。
37089
+ :param _Command: <p>执行命令检查方式,执行的命令。</p>
37075
37090
  注意:此字段可能返回 null,表示取不到有效值。
37076
37091
  :type Command: list of str
37077
- :param _Type: TSF_DEFAULT:tsf 默认就绪探针。K8S_NATIVE:k8s 原生探针。不填默认为 k8s 原生探针。
37092
+ :param _Type: <p>TSF_DEFAULT:tsf 默认就绪探针。K8S_NATIVE:k8s 原生探针。不填默认为 k8s 原生探针。</p>
37078
37093
  注意:此字段可能返回 null,表示取不到有效值。
37079
37094
  :type Type: str
37080
37095
  """
@@ -37092,7 +37107,7 @@ class HealthCheckSetting(AbstractModel):
37092
37107
 
37093
37108
  @property
37094
37109
  def ActionType(self):
37095
- r"""健康检查方法。HTTP:通过 HTTP 接口检查;CMD:通过执行命令检查;TCP:通过建立 TCP 连接检查。
37110
+ r"""<p>健康检查方法。HTTP:通过 HTTP 接口检查;CMD:通过执行命令检查;TCP:通过建立 TCP 连接检查。</p>
37096
37111
  注意:此字段可能返回 null,表示取不到有效值。
37097
37112
  :rtype: str
37098
37113
  """
@@ -37104,7 +37119,7 @@ class HealthCheckSetting(AbstractModel):
37104
37119
 
37105
37120
  @property
37106
37121
  def InitialDelaySeconds(self):
37107
- r"""容器延时启动健康检查的时间,单位秒。
37122
+ r"""<p>容器延时启动健康检查的时间,单位秒。</p>
37108
37123
  注意:此字段可能返回 null,表示取不到有效值。
37109
37124
  :rtype: int
37110
37125
  """
@@ -37116,7 +37131,7 @@ class HealthCheckSetting(AbstractModel):
37116
37131
 
37117
37132
  @property
37118
37133
  def TimeoutSeconds(self):
37119
- r"""每次健康检查响应的最大超时时间,单位秒。
37134
+ r"""<p>每次健康检查响应的最大超时时间,单位秒。</p>
37120
37135
  注意:此字段可能返回 null,表示取不到有效值。
37121
37136
  :rtype: int
37122
37137
  """
@@ -37128,7 +37143,7 @@ class HealthCheckSetting(AbstractModel):
37128
37143
 
37129
37144
  @property
37130
37145
  def PeriodSeconds(self):
37131
- r"""进行健康检查的时间间隔,单位秒。
37146
+ r"""<p>进行健康检查的时间间隔,单位秒。</p>
37132
37147
  注意:此字段可能返回 null,表示取不到有效值。
37133
37148
  :rtype: int
37134
37149
  """
@@ -37140,7 +37155,7 @@ class HealthCheckSetting(AbstractModel):
37140
37155
 
37141
37156
  @property
37142
37157
  def SuccessThreshold(self):
37143
- r"""表示后端容器从失败到成功的连续健康检查成功次数。
37158
+ r"""<p>表示后端容器从失败到成功的连续健康检查成功次数。</p>
37144
37159
  注意:此字段可能返回 null,表示取不到有效值。
37145
37160
  :rtype: int
37146
37161
  """
@@ -37152,7 +37167,7 @@ class HealthCheckSetting(AbstractModel):
37152
37167
 
37153
37168
  @property
37154
37169
  def FailureThreshold(self):
37155
- r"""表示后端容器从成功到失败的连续健康检查成功次数。
37170
+ r"""<p>表示后端容器从成功到失败的连续健康检查成功次数。</p>
37156
37171
  注意:此字段可能返回 null,表示取不到有效值。
37157
37172
  :rtype: int
37158
37173
  """
@@ -37164,7 +37179,7 @@ class HealthCheckSetting(AbstractModel):
37164
37179
 
37165
37180
  @property
37166
37181
  def Scheme(self):
37167
- r"""HTTP 健康检查方法使用的检查协议。支持HTTP、HTTPS
37182
+ r"""<p>HTTP 健康检查方法使用的检查协议。支持HTTP、HTTPS。</p>
37168
37183
  注意:此字段可能返回 null,表示取不到有效值。
37169
37184
  :rtype: str
37170
37185
  """
@@ -37176,7 +37191,7 @@ class HealthCheckSetting(AbstractModel):
37176
37191
 
37177
37192
  @property
37178
37193
  def Port(self):
37179
- r"""健康检查端口,范围 1~65535
37194
+ r"""<p>健康检查端口,范围 1~65535 。</p>
37180
37195
  注意:此字段可能返回 null,表示取不到有效值。
37181
37196
  :rtype: int
37182
37197
  """
@@ -37188,7 +37203,7 @@ class HealthCheckSetting(AbstractModel):
37188
37203
 
37189
37204
  @property
37190
37205
  def Path(self):
37191
- r"""HTTP 健康检查接口的请求路径。
37206
+ r"""<p>HTTP 健康检查接口的请求路径。</p>
37192
37207
  注意:此字段可能返回 null,表示取不到有效值。
37193
37208
  :rtype: str
37194
37209
  """
@@ -37200,7 +37215,7 @@ class HealthCheckSetting(AbstractModel):
37200
37215
 
37201
37216
  @property
37202
37217
  def Command(self):
37203
- r"""执行命令检查方式,执行的命令。
37218
+ r"""<p>执行命令检查方式,执行的命令。</p>
37204
37219
  注意:此字段可能返回 null,表示取不到有效值。
37205
37220
  :rtype: list of str
37206
37221
  """
@@ -37212,7 +37227,7 @@ class HealthCheckSetting(AbstractModel):
37212
37227
 
37213
37228
  @property
37214
37229
  def Type(self):
37215
- r"""TSF_DEFAULT:tsf 默认就绪探针。K8S_NATIVE:k8s 原生探针。不填默认为 k8s 原生探针。
37230
+ r"""<p>TSF_DEFAULT:tsf 默认就绪探针。K8S_NATIVE:k8s 原生探针。不填默认为 k8s 原生探针。</p>
37216
37231
  注意:此字段可能返回 null,表示取不到有效值。
37217
37232
  :rtype: str
37218
37233
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.1.127
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.127
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.127