tencentcloud-sdk-python-cdn 3.0.872__py2.py3-none-any.whl → 3.0.877__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/models.py +7 -2
- {tencentcloud_sdk_python_cdn-3.0.872.dist-info → tencentcloud_sdk_python_cdn-3.0.877.dist-info}/METADATA +1 -1
- tencentcloud_sdk_python_cdn-3.0.877.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_cdn-3.0.872.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_cdn-3.0.872.dist-info → tencentcloud_sdk_python_cdn-3.0.877.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_cdn-3.0.872.dist-info → tencentcloud_sdk_python_cdn-3.0.877.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -7855,12 +7855,16 @@ overseas:境外
|
|
|
7855
7855
|
:type Area: str
|
|
7856
7856
|
:param LogName: 日志包文件名
|
|
7857
7857
|
:type LogName: str
|
|
7858
|
+
:param FileSize: 文件大小,单位: Byte
|
|
7859
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7860
|
+
:type FileSize: int
|
|
7858
7861
|
"""
|
|
7859
7862
|
self.StartTime = None
|
|
7860
7863
|
self.EndTime = None
|
|
7861
7864
|
self.LogPath = None
|
|
7862
7865
|
self.Area = None
|
|
7863
7866
|
self.LogName = None
|
|
7867
|
+
self.FileSize = None
|
|
7864
7868
|
|
|
7865
7869
|
|
|
7866
7870
|
def _deserialize(self, params):
|
|
@@ -7869,6 +7873,7 @@ overseas:境外
|
|
|
7869
7873
|
self.LogPath = params.get("LogPath")
|
|
7870
7874
|
self.Area = params.get("Area")
|
|
7871
7875
|
self.LogName = params.get("LogName")
|
|
7876
|
+
self.FileSize = params.get("FileSize")
|
|
7872
7877
|
memeber_set = set(params.keys())
|
|
7873
7878
|
for name, value in vars(self).items():
|
|
7874
7879
|
if name in memeber_set:
|
|
@@ -10842,11 +10847,11 @@ class OfflineCache(AbstractModel):
|
|
|
10842
10847
|
class Origin(AbstractModel):
|
|
10843
10848
|
"""源站配置复杂类型,支持以下配置:
|
|
10844
10849
|
+ 源站指定为单个域名
|
|
10845
|
-
+ 源站指定为多个 IP,可配置端口(1
|
|
10850
|
+
+ 源站指定为多个 IP,可配置端口(1\~65535),可配置权重(1\~100),格式为 IP:端口:权重
|
|
10846
10851
|
+ 回源域名配置
|
|
10847
10852
|
+ 对象存储(COS)作为源站
|
|
10848
10853
|
+ 热备源站指定为单个域名
|
|
10849
|
-
+ 热备源站指定为多个 IP,可配置端口(1
|
|
10854
|
+
+ 热备源站指定为多个 IP,可配置端口(1\~65535),暂不支持权重配置
|
|
10850
10855
|
+ 热备源站回源域名配置
|
|
10851
10856
|
|
|
10852
10857
|
"""
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=DJty6LqZ0c-Wm4vd0yRIs1mCa-Dm4kXbsDgVCDrSGGk,630
|
|
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=NZs9ke5oLo6M0D04aVyfrUI27sS88jKOBkmNH2NskRU,80657
|
|
5
|
+
tencentcloud/cdn/v20180606/errorcodes.py,sha256=04vgMkvwCDkSLE3HW1_7UUM-7FxcQO7514s7Qt3U1es,21844
|
|
6
|
+
tencentcloud/cdn/v20180606/models.py,sha256=iyGjO_prgpzbT9HdoAdY73a9m6BmcvaEGeixXiZ3DP8,568258
|
|
7
|
+
tencentcloud_sdk_python_cdn-3.0.877.dist-info/METADATA,sha256=TIMcwWPfd7rfsrTOS71uyau3ULCGSY8AMd-fwKxXeMk,1432
|
|
8
|
+
tencentcloud_sdk_python_cdn-3.0.877.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_cdn-3.0.877.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_cdn-3.0.877.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=Db8omFjfJDUtJJMUWlMvsXHiEMDJ9gsyVb_4-CHE2jQ,630
|
|
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=NZs9ke5oLo6M0D04aVyfrUI27sS88jKOBkmNH2NskRU,80657
|
|
5
|
-
tencentcloud/cdn/v20180606/errorcodes.py,sha256=04vgMkvwCDkSLE3HW1_7UUM-7FxcQO7514s7Qt3U1es,21844
|
|
6
|
-
tencentcloud/cdn/v20180606/models.py,sha256=sf-fwzuTlQ_HYH497PQ40BcNrI_8cKLrgBhRDx6FBMA,568032
|
|
7
|
-
tencentcloud_sdk_python_cdn-3.0.872.dist-info/METADATA,sha256=1_1dIUKvQWw8sVt-Vw-l1j8eG78JJM_6M5qpfDWJN90,1432
|
|
8
|
-
tencentcloud_sdk_python_cdn-3.0.872.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_cdn-3.0.872.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_cdn-3.0.872.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|