tencentcloud-sdk-python-cdn 3.0.1408__py2.py3-none-any.whl → 3.0.1419__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-cdn might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cdn/v20180606/cdn_client.py +2 -2
- tencentcloud/cdn/v20180606/errorcodes.py +1 -1
- tencentcloud/cdn/v20180606/models.py +5 -5
- {tencentcloud_sdk_python_cdn-3.0.1408.dist-info → tencentcloud_sdk_python_cdn-3.0.1419.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_cdn-3.0.1419.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_cdn-3.0.1408.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_cdn-3.0.1408.dist-info → tencentcloud_sdk_python_cdn-3.0.1419.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_cdn-3.0.1408.dist-info → tencentcloud_sdk_python_cdn-3.0.1419.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.
|
|
@@ -1885,7 +1885,7 @@ class CdnClient(AbstractClient):
|
|
|
1885
1885
|
|
|
1886
1886
|
def UpdateDomainConfig(self, request):
|
|
1887
1887
|
"""UpdateDomainConfig 用于修改内容分发网络加速域名配置信息。
|
|
1888
|
-
|
|
1888
|
+
注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口;如果仅修改单独配置项只传对应配置参数即可。
|
|
1889
1889
|
操作审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到操作审计。
|
|
1890
1890
|
|
|
1891
1891
|
:param request: Request instance for UpdateDomainConfig.
|
|
@@ -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.
|
|
@@ -20567,7 +20567,7 @@ blacklist:黑名单
|
|
|
20567
20567
|
最多可填充 200 个白名单或 200 个黑名单;
|
|
20568
20568
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20569
20569
|
:type Filters: list of str
|
|
20570
|
-
:param _FilterRules: IP
|
|
20570
|
+
:param _FilterRules: IP 黑白名单分路径配置,白名单功能。黑白名单 IP 总数不能超过 1000 个。
|
|
20571
20571
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20572
20572
|
:type FilterRules: list of IpFilterPathRule
|
|
20573
20573
|
:param _ReturnCode: IP 黑白名单验证失败时返回的 code <br><font color=red>已下线,参数失效,不支持自定义状态码,固定返回514</font>
|
|
@@ -20623,7 +20623,7 @@ blacklist:黑名单
|
|
|
20623
20623
|
|
|
20624
20624
|
@property
|
|
20625
20625
|
def FilterRules(self):
|
|
20626
|
-
"""IP
|
|
20626
|
+
"""IP 黑白名单分路径配置,白名单功能。黑白名单 IP 总数不能超过 1000 个。
|
|
20627
20627
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20628
20628
|
:rtype: list of IpFilterPathRule
|
|
20629
20629
|
"""
|
|
@@ -20681,7 +20681,7 @@ blacklist:黑名单
|
|
|
20681
20681
|
:type FilterType: str
|
|
20682
20682
|
:param _Filters: IP 黑白名单列表
|
|
20683
20683
|
支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)
|
|
20684
|
-
最多可填充
|
|
20684
|
+
最多可填充 500 个白名单或 200 个黑名单;
|
|
20685
20685
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20686
20686
|
:type Filters: list of str
|
|
20687
20687
|
:param _RuleType: 规则类型:
|
|
@@ -20725,7 +20725,7 @@ blacklist:黑名单
|
|
|
20725
20725
|
def Filters(self):
|
|
20726
20726
|
"""IP 黑白名单列表
|
|
20727
20727
|
支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)
|
|
20728
|
-
最多可填充
|
|
20728
|
+
最多可填充 500 个白名单或 200 个黑名单;
|
|
20729
20729
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20730
20730
|
:rtype: list of str
|
|
20731
20731
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdn
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1419
|
|
4
4
|
Summary: Tencent Cloud Cdn 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.1419)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=5tmwfz0hOltF19OweN1bQyunyKtdD55x3SrHJ1pODAM,631
|
|
2
|
+
tencentcloud/cdn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/cdn/v20180606/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/cdn/v20180606/cdn_client.py,sha256=ScjHXq_iiv9alyaGe4hBZDFG_-FnbrqHw2kKTf_M-d4,84007
|
|
5
|
+
tencentcloud/cdn/v20180606/errorcodes.py,sha256=snsWtl8_ny_bpuEEp8CDvjnQMPpEWdzjNH0R-PJ4Jrw,22853
|
|
6
|
+
tencentcloud/cdn/v20180606/models.py,sha256=jph6m2Fjq-BIdktAmeHJaDn-hpLa0iaNPzkUJBxdeS0,1115498
|
|
7
|
+
tencentcloud_sdk_python_cdn-3.0.1419.dist-info/METADATA,sha256=3ufArD3-BOpJ8ewUggnv7dYXV0lqEgIgS3aBpSUb9uk,1503
|
|
8
|
+
tencentcloud_sdk_python_cdn-3.0.1419.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_cdn-3.0.1419.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_cdn-3.0.1419.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=Rcc8j3HFeD9AvC7omudkd6TN3PeFbhsRaWqvWFeLgY0,631
|
|
2
|
-
tencentcloud/cdn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/cdn/v20180606/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/cdn/v20180606/cdn_client.py,sha256=NJBKMj_cv6C-wYffXjz6FvZdVx8FkqIKAF6xacQc6hQ,83971
|
|
5
|
-
tencentcloud/cdn/v20180606/errorcodes.py,sha256=rdg4QH-HAuACvVa_JW_JZh053RpLuoEwHpGEsZg72EQ,22880
|
|
6
|
-
tencentcloud/cdn/v20180606/models.py,sha256=r1Savu5c2j0afn6BhwgPvt0i2qXDOKX_pl4GIt9orgI,1115427
|
|
7
|
-
tencentcloud_sdk_python_cdn-3.0.1408.dist-info/METADATA,sha256=aqJa2Z07esaka8E8bvm2up3rRwz06TF2UhBTbwOtaNE,1496
|
|
8
|
-
tencentcloud_sdk_python_cdn-3.0.1408.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_cdn-3.0.1408.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_cdn-3.0.1408.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|