tencentcloud-sdk-python-clb 3.0.1435__py2.py3-none-any.whl → 3.0.1483__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-clb might be problematic. Click here for more details.

@@ -26,6 +26,9 @@ DRYRUNOPERATION = 'DryRunOperation'
26
26
  # 操作失败。
27
27
  FAILEDOPERATION = 'FailedOperation'
28
28
 
29
+ # 删除实例频次校验被判定为高风险,请检查业务或稍后重试。
30
+ FAILEDOPERATION_FREQUENCYCHECKRISK = 'FailedOperation.FrequencyCheckRisk'
31
+
29
32
  # LB状态异常。
30
33
  FAILEDOPERATION_INVALIDLBSTATUS = 'FailedOperation.InvalidLBStatus'
31
34
 
@@ -38,6 +41,12 @@ FAILEDOPERATION_RESOURCEINCLONING = 'FailedOperation.ResourceInCloning'
38
41
  # 正在操作指定的资源,请稍后重试。
39
42
  FAILEDOPERATION_RESOURCEINOPERATING = 'FailedOperation.ResourceInOperating'
40
43
 
44
+ # 删除实例规则数校验被判定为高风险,如需强行删除请传强制校验参数ForceDelete为true。
45
+ FAILEDOPERATION_TARGETNUMCHECKRISK = 'FailedOperation.TargetNumCheckRisk'
46
+
47
+ # 删除实例流量校验被判定为高风险,如需强行删除请传强制校验参数ForceDelete为true。
48
+ FAILEDOPERATION_TRAFFICCHECKRISK = 'FailedOperation.TrafficCheckRisk'
49
+
41
50
  # 内部错误。
42
51
  INTERNALERROR = 'InternalError'
43
52