tencentcloud-sdk-python-apm 3.0.1427__py2.py3-none-any.whl → 3.0.1438__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of tencentcloud-sdk-python-apm might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +15 -0
- {tencentcloud_sdk_python_apm-3.0.1427.dist-info → tencentcloud_sdk_python_apm-3.0.1438.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_apm-3.0.1438.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_apm-3.0.1427.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_apm-3.0.1427.dist-info → tencentcloud_sdk_python_apm-3.0.1438.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_apm-3.0.1427.dist-info → tencentcloud_sdk_python_apm-3.0.1438.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -563,6 +563,8 @@ class ApmField(AbstractModel):
|
|
|
563
563
|
:type LastPeriodValue: list of APMKV
|
|
564
564
|
:param _CompareVal: 同比指标值,已弃用,不建议使用
|
|
565
565
|
:type CompareVal: str
|
|
566
|
+
:param _NameCN: 指标中文名
|
|
567
|
+
:type NameCN: str
|
|
566
568
|
"""
|
|
567
569
|
self._Key = None
|
|
568
570
|
self._Value = None
|
|
@@ -570,6 +572,7 @@ class ApmField(AbstractModel):
|
|
|
570
572
|
self._CompareVals = None
|
|
571
573
|
self._LastPeriodValue = None
|
|
572
574
|
self._CompareVal = None
|
|
575
|
+
self._NameCN = None
|
|
573
576
|
|
|
574
577
|
@property
|
|
575
578
|
def Key(self):
|
|
@@ -639,6 +642,17 @@ class ApmField(AbstractModel):
|
|
|
639
642
|
def CompareVal(self, CompareVal):
|
|
640
643
|
self._CompareVal = CompareVal
|
|
641
644
|
|
|
645
|
+
@property
|
|
646
|
+
def NameCN(self):
|
|
647
|
+
"""指标中文名
|
|
648
|
+
:rtype: str
|
|
649
|
+
"""
|
|
650
|
+
return self._NameCN
|
|
651
|
+
|
|
652
|
+
@NameCN.setter
|
|
653
|
+
def NameCN(self, NameCN):
|
|
654
|
+
self._NameCN = NameCN
|
|
655
|
+
|
|
642
656
|
|
|
643
657
|
def _deserialize(self, params):
|
|
644
658
|
self._Key = params.get("Key")
|
|
@@ -657,6 +671,7 @@ class ApmField(AbstractModel):
|
|
|
657
671
|
obj._deserialize(item)
|
|
658
672
|
self._LastPeriodValue.append(obj)
|
|
659
673
|
self._CompareVal = params.get("CompareVal")
|
|
674
|
+
self._NameCN = params.get("NameCN")
|
|
660
675
|
memeber_set = set(params.keys())
|
|
661
676
|
for name, value in vars(self).items():
|
|
662
677
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-apm
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1438
|
|
4
4
|
Summary: Tencent Cloud Apm 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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1438)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=L9ZWJfKuTSRkkepyZo_LE4xEIrV3t8FJ4Mq0rSjpuP0,631
|
|
2
|
+
tencentcloud/apm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/apm/v20210622/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/apm/v20210622/apm_client.py,sha256=fosxP_2A5_upnzw-2Z0s_yuq1GkanfX1ehzKGL9J9rg,14060
|
|
5
|
+
tencentcloud/apm/v20210622/errorcodes.py,sha256=2q8PS4hm8homGP4ub10LhJQ_fvk4vpOB5SJfo0hWS9M,5282
|
|
6
|
+
tencentcloud/apm/v20210622/models.py,sha256=xQxLZhfy2UtvxlprhaFZveBmiOnBgf5WmyZ8qYFrvJY,169805
|
|
7
|
+
tencentcloud_sdk_python_apm-3.0.1438.dist-info/METADATA,sha256=-JERpDSPQdPXUSw0k4mjFvG7KpfNMTRyFY6a8lU-KDY,1503
|
|
8
|
+
tencentcloud_sdk_python_apm-3.0.1438.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_apm-3.0.1438.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_apm-3.0.1438.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=f1iij0Y4CXOEqqB8aK9o40ZEt_EB7FvkFL34WiRI1tU,631
|
|
2
|
-
tencentcloud/apm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/apm/v20210622/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/apm/v20210622/apm_client.py,sha256=fosxP_2A5_upnzw-2Z0s_yuq1GkanfX1ehzKGL9J9rg,14060
|
|
5
|
-
tencentcloud/apm/v20210622/errorcodes.py,sha256=2q8PS4hm8homGP4ub10LhJQ_fvk4vpOB5SJfo0hWS9M,5282
|
|
6
|
-
tencentcloud/apm/v20210622/models.py,sha256=V8pxJWdP1a0wOj9k81us_h_2ZDpOLfKSOkt5UYA47f8,169463
|
|
7
|
-
tencentcloud_sdk_python_apm-3.0.1427.dist-info/METADATA,sha256=mo3_Tvbn9h38z4l73_fpRSgw2rNq-9BTH02W61vKbYc,1503
|
|
8
|
-
tencentcloud_sdk_python_apm-3.0.1427.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_apm-3.0.1427.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_apm-3.0.1427.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|