tencentcloud-sdk-python 3.0.1356__py2.py3-none-any.whl → 3.0.1357__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.
Files changed (33) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/billing/v20180709/billing_client.py +0 -25
  3. tencentcloud/billing/v20180709/models.py +0 -512
  4. tencentcloud/cdb/v20170320/models.py +32 -4
  5. tencentcloud/ess/v20201111/ess_client.py +4 -2
  6. tencentcloud/ess/v20201111/models.py +206 -10
  7. tencentcloud/essbasic/v20210526/models.py +162 -12
  8. tencentcloud/gaap/v20180529/models.py +0 -90
  9. tencentcloud/gwlb/v20240906/models.py +20 -0
  10. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
  11. tencentcloud/iotexplorer/v20190423/models.py +254 -0
  12. tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
  13. tencentcloud/iotvideo/v20211125/models.py +254 -0
  14. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  15. tencentcloud/mps/v20190612/models.py +28 -36
  16. tencentcloud/oceanus/v20190422/models.py +12 -0
  17. tencentcloud/ocr/v20181119/models.py +2 -2
  18. tencentcloud/ses/v20201002/models.py +15 -0
  19. tencentcloud/smop/v20201203/smop_client.py +3 -1
  20. tencentcloud/taf/v20200210/models.py +0 -270
  21. tencentcloud/taf/v20200210/taf_client.py +0 -23
  22. tencentcloud/tat/v20201028/errorcodes.py +6 -0
  23. tencentcloud/tat/v20201028/models.py +50 -2
  24. tencentcloud/tcss/v20201101/models.py +83 -8
  25. tencentcloud/tse/v20201207/models.py +0 -182
  26. tencentcloud/tsf/v20180326/models.py +12 -282
  27. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  28. tencentcloud/vpc/v20170312/models.py +25 -132
  29. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/METADATA +1 -1
  30. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/RECORD +33 -33
  31. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/LICENSE +0 -0
  32. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/WHEEL +0 -0
  33. {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/top_level.txt +0 -0
@@ -1316,6 +1316,9 @@ UNSUPPORTEDOPERATION_VPNUNSUPPORTEDNOTEXISTBGPASN = 'UnsupportedOperation.VpnUns
1316
1316
  # 3.1以下版本VPN网关不支持配置ecmp路由
1317
1317
  UNSUPPORTEDOPERATION_VPNUNSUPPORTEDROUTEECMPFORCVMVPN = 'UnsupportedOperation.VpnUnsupportedRouteEcmpForCvmVpn'
1318
1318
 
1319
+ # 对端网关不存在BGP ASN。
1320
+ UNSUPPORTEDOPERATION_VPNUNSUPPORTEDUSRGWNOTEXISTBGPASN = 'UnsupportedOperation.VpnUnsupportedUsrGwNotExistBgpAsn'
1321
+
1319
1322
  # 指定资源在不同的可用区。
1320
1323
  UNSUPPORTEDOPERATION_ZONEMISMATCH = 'UnsupportedOperation.ZoneMismatch'
1321
1324