tencentcloud-sdk-python-clb 3.0.1319__py2.py3-none-any.whl → 3.1.21__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.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -26,15 +26,30 @@ DRYRUNOPERATION = 'DryRunOperation'
26
26
  # 操作失败。
27
27
  FAILEDOPERATION = 'FailedOperation'
28
28
 
29
+ # 该实例绑定的EIP资源业务带宽超过防误操作检测阈值,执行操作可能存在风险,如仍想继续,请在EIP控制台关闭对应EIP的防误操作检测开关后重试。
30
+ FAILEDOPERATION_EIPTRAFFICCHECKRISK = 'FailedOperation.EipTrafficCheckRisk'
31
+
32
+ # 删除实例频次校验被判定为高风险,请检查业务或稍后重试。
33
+ FAILEDOPERATION_FREQUENCYCHECKRISK = 'FailedOperation.FrequencyCheckRisk'
34
+
29
35
  # LB状态异常。
30
36
  FAILEDOPERATION_INVALIDLBSTATUS = 'FailedOperation.InvalidLBStatus'
31
37
 
32
38
  # 没有监听器的实例不允许停止。
33
39
  FAILEDOPERATION_NOLISTENERINLB = 'FailedOperation.NoListenerInLB'
34
40
 
41
+ # 指定的资源正在克隆中,请稍后重试。
42
+ FAILEDOPERATION_RESOURCEINCLONING = 'FailedOperation.ResourceInCloning'
43
+
35
44
  # 正在操作指定的资源,请稍后重试。
36
45
  FAILEDOPERATION_RESOURCEINOPERATING = 'FailedOperation.ResourceInOperating'
37
46
 
47
+ # 删除实例规则数校验被判定为高风险,如需强行删除请传强制校验参数ForceDelete为true。
48
+ FAILEDOPERATION_TARGETNUMCHECKRISK = 'FailedOperation.TargetNumCheckRisk'
49
+
50
+ # 删除实例流量校验被判定为高风险,如需强行删除请传强制校验参数ForceDelete为true。
51
+ FAILEDOPERATION_TRAFFICCHECKRISK = 'FailedOperation.TrafficCheckRisk'
52
+
38
53
  # 内部错误。
39
54
  INTERNALERROR = 'InternalError'
40
55