tencentcloud-sdk-python-vpc 3.0.1373__py2.py3-none-any.whl → 3.0.1375__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-vpc 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.1373'
17
+ __version__ = '3.0.1375'
@@ -845,6 +845,9 @@ UNSUPPORTEDOPERATION_CCNORDINARYACCOUNTREFUSEATTACH = 'UnsupportedOperation.CcnO
845
845
  # 当前路由与已有路由的CIDR重叠,仅能开启其中一条路由。
846
846
  UNSUPPORTEDOPERATION_CCNROUTECIDROVERLAP = 'UnsupportedOperation.CcnRouteCidrOverlap'
847
847
 
848
+ # 云联网路由重叠功能不支持关闭
849
+ UNSUPPORTEDOPERATION_CCNROUTEOVERLAPFLAGDISABLENOTSUPPORTED = 'UnsupportedOperation.CcnRouteOverlapFlagDisableNotSupported'
850
+
848
851
  # 指定的路由表不存在。
849
852
  UNSUPPORTEDOPERATION_CCNROUTETABLENOTEXIST = 'UnsupportedOperation.CcnRouteTableNotExist'
850
853
 
@@ -896,6 +899,9 @@ UNSUPPORTEDOPERATION_DELDEFAULTROUTE = 'UnsupportedOperation.DelDefaultRoute'
896
899
  # 禁止删除已关联子网的路由表。
897
900
  UNSUPPORTEDOPERATION_DELROUTEWITHSUBNET = 'UnsupportedOperation.DelRouteWithSubnet'
898
901
 
902
+ # 当前云联网存在二层加速通道不支持删除。
903
+ UNSUPPORTEDOPERATION_DELETECCNEXISTCCNEXPRESSCONNECT = 'UnsupportedOperation.DeleteCcnExistCcnExpressConnect'
904
+
899
905
  # VPN通道状态为更新中/销毁中/创建中,不支持此操作。
900
906
  UNSUPPORTEDOPERATION_DELETEVPNCONNINVALIDSTATE = 'UnsupportedOperation.DeleteVpnConnInvalidState'
901
907
 
@@ -932,6 +938,12 @@ UNSUPPORTEDOPERATION_ENDPOINTMISMATCHENDPOINTSERVICECDCID = 'UnsupportedOperatio
932
938
  # 终端节点服务本身不能是终端节点。
933
939
  UNSUPPORTEDOPERATION_ENDPOINTSERVICE = 'UnsupportedOperation.EndPointService'
934
940
 
941
+ # 存在云联网自定义路由表不允许删除该云联网
942
+ UNSUPPORTEDOPERATION_EXISTCCNCUSTOMROUTETABLESNOTSUPPORTDELETECCN = 'UnsupportedOperation.ExistCcnCustomRouteTablesNotSupportDeleteCcn'
943
+
944
+ # 存在云联网关联实例不允许删除云联网
945
+ UNSUPPORTEDOPERATION_EXISTCCNINSTANCESNOTSUPPORTDELETECCN = 'UnsupportedOperation.ExistCcnInstancesNotSupportDeleteCcn'
946
+
935
947
  # 指定ResourceId对应的流日志已经创建
936
948
  UNSUPPORTEDOPERATION_FLOWLOGINSTANCEEXISTED = 'UnsupportedOperation.FlowLogInstanceExisted'
937
949