tencentcloud-sdk-python-tsf 3.1.126__tar.gz → 3.1.132__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.126 → tencentcloud_sdk_python_tsf-3.1.132}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  5. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/models.py +25 -10
  6. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
  7. tencentcloud_sdk_python_tsf-3.1.132/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
  8. tencentcloud_sdk_python_tsf-3.1.126/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
  9. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/README.rst +0 -0
  10. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/setup.cfg +0 -0
  11. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/__init__.py +0 -0
  13. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
  14. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/tsf_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tsf-3.1.126 → tencentcloud_sdk_python_tsf-3.1.132}/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.126
3
+ Version: 3.1.132
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.126
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.132
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.126,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.132,<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.126'
17
+ __version__ = '3.1.132'
@@ -122,6 +122,9 @@ FAILEDOPERATION_CONTAINERGROUPKUBERNETESTKECLUSTERABNORMAL = 'FailedOperation.Co
122
122
  # 容器平台集群当前不可用
123
123
  FAILEDOPERATION_CPCLUSTERUNAVAILABLE = 'FailedOperation.CpClusterUnavailable'
124
124
 
125
+ # 创建操作过于频繁,请稍候重试
126
+ FAILEDOPERATION_CREATEOPERATIONTOOFREQUENTLY = 'FailedOperation.CreateOperationTooFrequently'
127
+
125
128
  # 健康检查配置失败。
126
129
  FAILEDOPERATION_CVMCAEMASTERHEALTHCHECKCONFIGERROR = 'FailedOperation.CvmCaeMasterHealthCheckConfigError'
127
130
 
@@ -221,6 +224,9 @@ FAILEDOPERATION_RATELIMITCONSULERROR = 'FailedOperation.RatelimitConsulError'
221
224
  # 调用 Mesh API Server 失败。
222
225
  FAILEDOPERATION_RATELIMITMESHAPISERVICEERROR = 'FailedOperation.RatelimitMeshApiServiceError'
223
226
 
227
+ # 发布操作过于频繁,请稍候重试
228
+ FAILEDOPERATION_RELEASEOPERATIONTOOFREQUENTLY = 'FailedOperation.ReleaseOperationTooFrequently'
229
+
224
230
  # 资源操作失败。
225
231
  FAILEDOPERATION_RESOURCEOPFAILED = 'FailedOperation.ResourceOpFailed'
226
232
 
@@ -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:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.1.126
3
+ Version: 3.1.132
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.126
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.132
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.132
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.126