tencentcloud-sdk-python-apm 3.0.1230__py2.py3-none-any.whl → 3.0.1232__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1230'
17
+ __version__ = '3.0.1232'
@@ -50,6 +50,9 @@ FAILEDOPERATION_DUPLICATESERVICE = 'FailedOperation.DuplicateService'
50
50
  # 请勿填写重复的标签名
51
51
  FAILEDOPERATION_DUPLICATETAGFIELD = 'FailedOperation.DuplicateTagField'
52
52
 
53
+ # 该实例不允许修改
54
+ FAILEDOPERATION_INSTANCECANNOTMODIFY = 'FailedOperation.InstanceCannotModify'
55
+
53
56
  # 实例ID为空。
54
57
  FAILEDOPERATION_INSTANCEIDISEMPTY = 'FailedOperation.InstanceIdIsEmpty'
55
58
 
@@ -670,6 +670,9 @@ class ApmInstanceDetail(AbstractModel):
670
670
  :param _PayModeEffective: 实例计费模式是否生效
671
671
  注意:此字段可能返回 null,表示取不到有效值。
672
672
  :type PayModeEffective: bool
673
+ :param _ResponseDurationWarningThreshold: 响应时间满意阈值
674
+ 注意:此字段可能返回 null,表示取不到有效值。
675
+ :type ResponseDurationWarningThreshold: int
673
676
  """
674
677
  self._AmountOfUsedStorage = None
675
678
  self._Name = None
@@ -700,6 +703,7 @@ class ApmInstanceDetail(AbstractModel):
700
703
  self._CustomShowTags = None
701
704
  self._PayMode = None
702
705
  self._PayModeEffective = None
706
+ self._ResponseDurationWarningThreshold = None
703
707
 
704
708
  @property
705
709
  def AmountOfUsedStorage(self):
@@ -933,6 +937,14 @@ class ApmInstanceDetail(AbstractModel):
933
937
  def PayModeEffective(self, PayModeEffective):
934
938
  self._PayModeEffective = PayModeEffective
935
939
 
940
+ @property
941
+ def ResponseDurationWarningThreshold(self):
942
+ return self._ResponseDurationWarningThreshold
943
+
944
+ @ResponseDurationWarningThreshold.setter
945
+ def ResponseDurationWarningThreshold(self, ResponseDurationWarningThreshold):
946
+ self._ResponseDurationWarningThreshold = ResponseDurationWarningThreshold
947
+
936
948
 
937
949
  def _deserialize(self, params):
938
950
  self._AmountOfUsedStorage = params.get("AmountOfUsedStorage")
@@ -969,6 +981,7 @@ class ApmInstanceDetail(AbstractModel):
969
981
  self._CustomShowTags = params.get("CustomShowTags")
970
982
  self._PayMode = params.get("PayMode")
971
983
  self._PayModeEffective = params.get("PayModeEffective")
984
+ self._ResponseDurationWarningThreshold = params.get("ResponseDurationWarningThreshold")
972
985
  memeber_set = set(params.keys())
973
986
  for name, value in vars(self).items():
974
987
  property_name = name[1:]
@@ -2816,6 +2829,8 @@ class ModifyApmInstanceRequest(AbstractModel):
2816
2829
  1为预付费
2817
2830
  0为按量付费
2818
2831
  :type PayMode: int
2832
+ :param _ResponseDurationWarningThreshold: 响应时间满意阈值
2833
+ :type ResponseDurationWarningThreshold: int
2819
2834
  """
2820
2835
  self._InstanceId = None
2821
2836
  self._Name = None
@@ -2835,6 +2850,7 @@ class ModifyApmInstanceRequest(AbstractModel):
2835
2850
  self._LogSource = None
2836
2851
  self._CustomShowTags = None
2837
2852
  self._PayMode = None
2853
+ self._ResponseDurationWarningThreshold = None
2838
2854
 
2839
2855
  @property
2840
2856
  def InstanceId(self):
@@ -2980,6 +2996,14 @@ class ModifyApmInstanceRequest(AbstractModel):
2980
2996
  def PayMode(self, PayMode):
2981
2997
  self._PayMode = PayMode
2982
2998
 
2999
+ @property
3000
+ def ResponseDurationWarningThreshold(self):
3001
+ return self._ResponseDurationWarningThreshold
3002
+
3003
+ @ResponseDurationWarningThreshold.setter
3004
+ def ResponseDurationWarningThreshold(self, ResponseDurationWarningThreshold):
3005
+ self._ResponseDurationWarningThreshold = ResponseDurationWarningThreshold
3006
+
2983
3007
 
2984
3008
  def _deserialize(self, params):
2985
3009
  self._InstanceId = params.get("InstanceId")
@@ -3005,6 +3029,7 @@ class ModifyApmInstanceRequest(AbstractModel):
3005
3029
  self._LogSource = params.get("LogSource")
3006
3030
  self._CustomShowTags = params.get("CustomShowTags")
3007
3031
  self._PayMode = params.get("PayMode")
3032
+ self._ResponseDurationWarningThreshold = params.get("ResponseDurationWarningThreshold")
3008
3033
  memeber_set = set(params.keys())
3009
3034
  for name, value in vars(self).items():
3010
3035
  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.1230
3
+ Version: 3.0.1232
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.1230)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1232)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=mS-K0TcqOBHguMgyIRhNJI8WsiibU68pPBjUq_3RzWQ,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=VaB7NJozvtEkYaCcrdddIdvPsvj2c5Zu_ZqH0NeY1w4,4827
6
+ tencentcloud/apm/v20210622/models.py,sha256=FBiURpLe2Gwo9In5zqYvGHbSPyOhTbQntEpdlNs_B1o,108742
7
+ tencentcloud_sdk_python_apm-3.0.1232.dist-info/METADATA,sha256=czz4YbuZod7eFt3vCA0WZ3zaNZkUaQDg2bKfbGEaeUQ,1492
8
+ tencentcloud_sdk_python_apm-3.0.1232.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_apm-3.0.1232.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_apm-3.0.1232.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=mKhWypyITjRPfhQ2KOQd1_XdKqNCVGAE0gEy6iLc5aw,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=Kf_WSj30WzfMCvOimAUXSt5saS2tnjH_2tOxi8fuaD8,4721
6
- tencentcloud/apm/v20210622/models.py,sha256=B6Vc699K-GX0MNR5LkSwCs2GxN06QyR77P4cc9ukhGM,107468
7
- tencentcloud_sdk_python_apm-3.0.1230.dist-info/METADATA,sha256=upnnuHPLfpeTTs77fKMQdGxNkIq7-Yt2nvK8ZEClKyk,1492
8
- tencentcloud_sdk_python_apm-3.0.1230.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_apm-3.0.1230.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_apm-3.0.1230.dist-info/RECORD,,