tencentcloud-sdk-python-vpc 3.0.1412__py2.py3-none-any.whl → 3.0.1424__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 +1 -1
- tencentcloud/vpc/v20170312/errorcodes.py +13 -1
- tencentcloud/vpc/v20170312/models.py +1 -1
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- {tencentcloud_sdk_python_vpc-3.0.1412.dist-info → tencentcloud_sdk_python_vpc-3.0.1424.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_vpc-3.0.1424.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_vpc-3.0.1412.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_vpc-3.0.1412.dist-info → tencentcloud_sdk_python_vpc-3.0.1424.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_vpc-3.0.1412.dist-info → tencentcloud_sdk_python_vpc-3.0.1424.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
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.
|
|
@@ -107,6 +107,9 @@ INVALIDPARAMETER_DUPLICATEDLBTRAFFICMIRRORCOLLECTORS = 'InvalidParameter.Duplica
|
|
|
107
107
|
# 指定过滤条件不存在。
|
|
108
108
|
INVALIDPARAMETER_FILTERINVALIDKEY = 'InvalidParameter.FilterInvalidKey'
|
|
109
109
|
|
|
110
|
+
# 指定过滤选项缺失
|
|
111
|
+
INVALIDPARAMETER_FILTERMISSPARAMETER = 'InvalidParameter.FilterMissParameter'
|
|
112
|
+
|
|
110
113
|
# 指定过滤条件不是键值对。
|
|
111
114
|
INVALIDPARAMETER_FILTERNOTDICT = 'InvalidParameter.FilterNotDict'
|
|
112
115
|
|
|
@@ -224,6 +227,9 @@ INVALIDPARAMETERVALUE_DUPLICATEPARA = 'InvalidParameterValue.DuplicatePara'
|
|
|
224
227
|
# 本端地域和端地域重复。
|
|
225
228
|
INVALIDPARAMETERVALUE_DUPLICATEREGION = 'InvalidParameterValue.DuplicateRegion'
|
|
226
229
|
|
|
230
|
+
# 指定的HaVip和实例存在绑定。
|
|
231
|
+
INVALIDPARAMETERVALUE_DUPLICATEDHAVIPASSOCIATIONS = 'InvalidParameterValue.DuplicatedHaVipAssociations'
|
|
232
|
+
|
|
227
233
|
# 当前IP已在其他公网IP类型的流量镜像中使用。
|
|
228
234
|
INVALIDPARAMETERVALUE_DUPLICATEDLBTRAFFICMIRRORCOLLECTORS = 'InvalidParameterValue.DuplicatedLbTrafficMirrorCollectors'
|
|
229
235
|
|
|
@@ -752,6 +758,9 @@ RESOURCENOTFOUND_SVCNOTEXIST = 'ResourceNotFound.SvcNotExist'
|
|
|
752
758
|
# 资源不可用。
|
|
753
759
|
RESOURCEUNAVAILABLE = 'ResourceUnavailable'
|
|
754
760
|
|
|
761
|
+
# 获取CDC IDC VIP失败.
|
|
762
|
+
RESOURCEUNAVAILABLE_FAILEDGETCDCIDCVIP = 'ResourceUnavailable.FailedGetCdcIdcVip'
|
|
763
|
+
|
|
755
764
|
# 当前用户不在指定终端节点服务的白名单内。
|
|
756
765
|
RESOURCEUNAVAILABLE_SERVICEWHITELISTNOTADDED = 'ResourceUnavailable.ServiceWhiteListNotAdded'
|
|
757
766
|
|
|
@@ -1232,6 +1241,9 @@ UNSUPPORTEDOPERATION_RESOURCEISINVALIDSTATE = 'UnsupportedOperation.ResourceIsIn
|
|
|
1232
1241
|
# 输入的资源ID与IP绑定的资源不匹配,请检查。
|
|
1233
1242
|
UNSUPPORTEDOPERATION_RESOURCEMISMATCH = 'UnsupportedOperation.ResourceMismatch'
|
|
1234
1243
|
|
|
1244
|
+
# 资源正在操作中,请稍后重试。
|
|
1245
|
+
UNSUPPORTEDOPERATION_RESOURCEPROCESSING = 'UnsupportedOperation.ResourceProcessing'
|
|
1246
|
+
|
|
1235
1247
|
# 未找到相关角色,请确认角色是否授权。
|
|
1236
1248
|
UNSUPPORTEDOPERATION_ROLENOTFOUND = 'UnsupportedOperation.RoleNotFound'
|
|
1237
1249
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
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.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
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.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-vpc
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1424
|
|
4
4
|
Summary: Tencent Cloud Vpc 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 (
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1424)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=YJdqpNf54Pb85VccP2bCaVOX10kkRnAJ5-Uoz4c4mQ4,631
|
|
2
|
+
tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/vpc/v20170312/errorcodes.py,sha256=2nkUpJp0HN227Lqs4YRIG8SoNSHVQi0q8VwnRc78Qq8,62323
|
|
5
|
+
tencentcloud/vpc/v20170312/models.py,sha256=AiocwFqnCsihz7rXZARxwaOomDyJ8rjpVwLXRrzonQo,2338831
|
|
6
|
+
tencentcloud/vpc/v20170312/vpc_client.py,sha256=VGYdAaao8hwzq6nflsfZLzQWG8UgL6MGf2V7hCAzR2s,448231
|
|
7
|
+
tencentcloud_sdk_python_vpc-3.0.1424.dist-info/METADATA,sha256=G1YDEhXz9b1MFFSawzZ9P1ntVsywKstwDrV1MsLrc2w,1503
|
|
8
|
+
tencentcloud_sdk_python_vpc-3.0.1424.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_vpc-3.0.1424.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_vpc-3.0.1424.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=Tkxct_zdy_hHvHt9h3Z7ac-e8b_f_RP2Ui_IHD0kV_E,631
|
|
2
|
-
tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/vpc/v20170312/errorcodes.py,sha256=gSchQ1yKWuhqlOFrIuzHTwA2x5r4xmE-IpBRcA9WMvo,61858
|
|
5
|
-
tencentcloud/vpc/v20170312/models.py,sha256=_PXAmLku3IED-YGG1q6kfex2tQQqmO6jWD0n69tkEv8,2338858
|
|
6
|
-
tencentcloud/vpc/v20170312/vpc_client.py,sha256=Uu2ejyYUJ3_iVCMYy7l9y5tBw4-L_FIvkVHlgcNd2w4,448258
|
|
7
|
-
tencentcloud_sdk_python_vpc-3.0.1412.dist-info/METADATA,sha256=NFXIe5acNqpATaI6FOPtF_SufomSzZt65aSuugndAQM,1496
|
|
8
|
-
tencentcloud_sdk_python_vpc-3.0.1412.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_vpc-3.0.1412.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_vpc-3.0.1412.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|