tencentcloud-sdk-python-tsf 3.1.127__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.
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/setup.py +1 -1
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/models.py +25 -10
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tsf-3.1.132/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tsf-3.1.127/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/README.rst +0 -0
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/__init__.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/__init__.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud/tsf/v20180326/tsf_client_async.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tsf-3.1.127 → tencentcloud_sdk_python_tsf-3.1.132}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tsf-3.1.127 → 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.
|
|
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.
|
|
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.
|
|
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',
|
|
@@ -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.
|
|
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.
|
|
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.127
|
|
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
|