tencentcloud-sdk-python-apm 3.0.1252__py2.py3-none-any.whl → 3.0.1258__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 +26 -0
- {tencentcloud_sdk_python_apm-3.0.1252.dist-info → tencentcloud_sdk_python_apm-3.0.1258.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_apm-3.0.1258.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_apm-3.0.1252.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_apm-3.0.1252.dist-info → tencentcloud_sdk_python_apm-3.0.1258.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_apm-3.0.1252.dist-info → tencentcloud_sdk_python_apm-3.0.1258.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -673,6 +673,12 @@ class ApmInstanceDetail(AbstractModel):
|
|
|
673
673
|
:param _ResponseDurationWarningThreshold: 响应时间满意阈值
|
|
674
674
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
675
675
|
:type ResponseDurationWarningThreshold: int
|
|
676
|
+
:param _Free: 是否免费(0=否,1=限额免费,2=完全免费),默认0
|
|
677
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
678
|
+
:type Free: int
|
|
679
|
+
:param _DefaultTSF: 是否tsf默认业务系统(0=否,1-是)
|
|
680
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
681
|
+
:type DefaultTSF: int
|
|
676
682
|
"""
|
|
677
683
|
self._AmountOfUsedStorage = None
|
|
678
684
|
self._Name = None
|
|
@@ -704,6 +710,8 @@ class ApmInstanceDetail(AbstractModel):
|
|
|
704
710
|
self._PayMode = None
|
|
705
711
|
self._PayModeEffective = None
|
|
706
712
|
self._ResponseDurationWarningThreshold = None
|
|
713
|
+
self._Free = None
|
|
714
|
+
self._DefaultTSF = None
|
|
707
715
|
|
|
708
716
|
@property
|
|
709
717
|
def AmountOfUsedStorage(self):
|
|
@@ -945,6 +953,22 @@ class ApmInstanceDetail(AbstractModel):
|
|
|
945
953
|
def ResponseDurationWarningThreshold(self, ResponseDurationWarningThreshold):
|
|
946
954
|
self._ResponseDurationWarningThreshold = ResponseDurationWarningThreshold
|
|
947
955
|
|
|
956
|
+
@property
|
|
957
|
+
def Free(self):
|
|
958
|
+
return self._Free
|
|
959
|
+
|
|
960
|
+
@Free.setter
|
|
961
|
+
def Free(self, Free):
|
|
962
|
+
self._Free = Free
|
|
963
|
+
|
|
964
|
+
@property
|
|
965
|
+
def DefaultTSF(self):
|
|
966
|
+
return self._DefaultTSF
|
|
967
|
+
|
|
968
|
+
@DefaultTSF.setter
|
|
969
|
+
def DefaultTSF(self, DefaultTSF):
|
|
970
|
+
self._DefaultTSF = DefaultTSF
|
|
971
|
+
|
|
948
972
|
|
|
949
973
|
def _deserialize(self, params):
|
|
950
974
|
self._AmountOfUsedStorage = params.get("AmountOfUsedStorage")
|
|
@@ -982,6 +1006,8 @@ class ApmInstanceDetail(AbstractModel):
|
|
|
982
1006
|
self._PayMode = params.get("PayMode")
|
|
983
1007
|
self._PayModeEffective = params.get("PayModeEffective")
|
|
984
1008
|
self._ResponseDurationWarningThreshold = params.get("ResponseDurationWarningThreshold")
|
|
1009
|
+
self._Free = params.get("Free")
|
|
1010
|
+
self._DefaultTSF = params.get("DefaultTSF")
|
|
985
1011
|
memeber_set = set(params.keys())
|
|
986
1012
|
for name, value in vars(self).items():
|
|
987
1013
|
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.1258
|
|
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 (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1258)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=Y5ErtTzXBETiLMavxf7xH45VCHe24jiZlHdRqw2J6AA,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=o1M-OVvg-MTV37dZ_Y_yI6yDJ3xsovlrSKOnY1HdrGc,12187
|
|
5
|
+
tencentcloud/apm/v20210622/errorcodes.py,sha256=Zuql3KDXdj33tgIzOSAn6cCt3JRXVH25AOHbbwtOjoE,4845
|
|
6
|
+
tencentcloud/apm/v20210622/models.py,sha256=7YtqT4h5Z7lf_529qDrk-XZpddyDOBuUslsIEqQ6bOc,109708
|
|
7
|
+
tencentcloud_sdk_python_apm-3.0.1258.dist-info/METADATA,sha256=NPM_URHFNMwJuRP8rO_zxS8YQssjhWtk8oapxkmS3f8,1492
|
|
8
|
+
tencentcloud_sdk_python_apm-3.0.1258.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_apm-3.0.1258.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_apm-3.0.1258.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=Aovslgwr5Zlivz_9f9iuRO4OwAF4kFLeUPWoCEwa914,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=o1M-OVvg-MTV37dZ_Y_yI6yDJ3xsovlrSKOnY1HdrGc,12187
|
|
5
|
-
tencentcloud/apm/v20210622/errorcodes.py,sha256=Zuql3KDXdj33tgIzOSAn6cCt3JRXVH25AOHbbwtOjoE,4845
|
|
6
|
-
tencentcloud/apm/v20210622/models.py,sha256=ZsPpXZg-DAiRrYbsjUyFpf1adTCqOo4Y61IYfEnszQ8,108903
|
|
7
|
-
tencentcloud_sdk_python_apm-3.0.1252.dist-info/METADATA,sha256=G_oRHTDEKXlC6pVKi8FZ-SE8fNhPOgqhyTzPIGWbBm4,1492
|
|
8
|
-
tencentcloud_sdk_python_apm-3.0.1252.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_apm-3.0.1252.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_apm-3.0.1252.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|