tencentcloud-sdk-python-cdn 3.0.861__tar.gz → 3.0.867__tar.gz
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-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud/cdn/v20180606/models.py +65 -2
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud_sdk_python_cdn.egg-info/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/README.rst +0 -0
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/setup.py +0 -0
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud/cdn/__init__.py +0 -0
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud/cdn/v20180606/__init__.py +0 -0
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud/cdn/v20180606/cdn_client.py +0 -0
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud/cdn/v20180606/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud_sdk_python_cdn.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud_sdk_python_cdn.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cdn-3.0.861 → tencentcloud-sdk-python-cdn-3.0.867}/tencentcloud_sdk_python_cdn.egg-info/top_level.txt +0 -0
|
@@ -250,7 +250,9 @@ global:全球加速
|
|
|
250
250
|
:type HwPrivateAccess: :class:`tencentcloud.cdn.v20180606.models.HwPrivateAccess`
|
|
251
251
|
:param QnPrivateAccess: 七牛云对象存储回源鉴权
|
|
252
252
|
:type QnPrivateAccess: :class:`tencentcloud.cdn.v20180606.models.QnPrivateAccess`
|
|
253
|
-
:param
|
|
253
|
+
:param OthersPrivateAccess: 其他厂商对象存储回源鉴权
|
|
254
|
+
:type OthersPrivateAccess: :class:`tencentcloud.cdn.v20180606.models.OthersPrivateAccess`
|
|
255
|
+
:param HttpsBilling: HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)
|
|
254
256
|
:type HttpsBilling: :class:`tencentcloud.cdn.v20180606.models.HttpsBilling`
|
|
255
257
|
"""
|
|
256
258
|
self.Domain = None
|
|
@@ -291,6 +293,7 @@ global:全球加速
|
|
|
291
293
|
self.OssPrivateAccess = None
|
|
292
294
|
self.HwPrivateAccess = None
|
|
293
295
|
self.QnPrivateAccess = None
|
|
296
|
+
self.OthersPrivateAccess = None
|
|
294
297
|
self.HttpsBilling = None
|
|
295
298
|
|
|
296
299
|
|
|
@@ -404,6 +407,9 @@ global:全球加速
|
|
|
404
407
|
if params.get("QnPrivateAccess") is not None:
|
|
405
408
|
self.QnPrivateAccess = QnPrivateAccess()
|
|
406
409
|
self.QnPrivateAccess._deserialize(params.get("QnPrivateAccess"))
|
|
410
|
+
if params.get("OthersPrivateAccess") is not None:
|
|
411
|
+
self.OthersPrivateAccess = OthersPrivateAccess()
|
|
412
|
+
self.OthersPrivateAccess._deserialize(params.get("OthersPrivateAccess"))
|
|
407
413
|
if params.get("HttpsBilling") is not None:
|
|
408
414
|
self.HttpsBilling = HttpsBilling()
|
|
409
415
|
self.HttpsBilling._deserialize(params.get("HttpsBilling"))
|
|
@@ -7090,6 +7096,9 @@ off:不支持
|
|
|
7090
7096
|
:param HttpsBilling: HTTPS服务,缺省时默认开启
|
|
7091
7097
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7092
7098
|
:type HttpsBilling: :class:`tencentcloud.cdn.v20180606.models.HttpsBilling`
|
|
7099
|
+
:param OthersPrivateAccess: 其他厂商对象存储回源鉴权
|
|
7100
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7101
|
+
:type OthersPrivateAccess: :class:`tencentcloud.cdn.v20180606.models.OthersPrivateAccess`
|
|
7093
7102
|
"""
|
|
7094
7103
|
self.ResourceId = None
|
|
7095
7104
|
self.AppId = None
|
|
@@ -7156,6 +7165,7 @@ off:不支持
|
|
|
7156
7165
|
self.HwPrivateAccess = None
|
|
7157
7166
|
self.QnPrivateAccess = None
|
|
7158
7167
|
self.HttpsBilling = None
|
|
7168
|
+
self.OthersPrivateAccess = None
|
|
7159
7169
|
|
|
7160
7170
|
|
|
7161
7171
|
def _deserialize(self, params):
|
|
@@ -7330,6 +7340,9 @@ off:不支持
|
|
|
7330
7340
|
if params.get("HttpsBilling") is not None:
|
|
7331
7341
|
self.HttpsBilling = HttpsBilling()
|
|
7332
7342
|
self.HttpsBilling._deserialize(params.get("HttpsBilling"))
|
|
7343
|
+
if params.get("OthersPrivateAccess") is not None:
|
|
7344
|
+
self.OthersPrivateAccess = OthersPrivateAccess()
|
|
7345
|
+
self.OthersPrivateAccess._deserialize(params.get("OthersPrivateAccess"))
|
|
7333
7346
|
memeber_set = set(params.keys())
|
|
7334
7347
|
for name, value in vars(self).items():
|
|
7335
7348
|
if name in memeber_set:
|
|
@@ -11180,6 +11193,50 @@ class OssPrivateAccess(AbstractModel):
|
|
|
11180
11193
|
|
|
11181
11194
|
|
|
11182
11195
|
|
|
11196
|
+
class OthersPrivateAccess(AbstractModel):
|
|
11197
|
+
"""其他厂商对象存储回源鉴权
|
|
11198
|
+
|
|
11199
|
+
"""
|
|
11200
|
+
|
|
11201
|
+
def __init__(self):
|
|
11202
|
+
r"""
|
|
11203
|
+
:param Switch: 开关, on/off。
|
|
11204
|
+
:type Switch: str
|
|
11205
|
+
:param AccessKey: 访问ID。
|
|
11206
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11207
|
+
:type AccessKey: str
|
|
11208
|
+
:param SecretKey: 密钥。
|
|
11209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11210
|
+
:type SecretKey: str
|
|
11211
|
+
:param Region: 地域。
|
|
11212
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11213
|
+
:type Region: str
|
|
11214
|
+
:param Bucket: 存储桶名称。
|
|
11215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11216
|
+
:type Bucket: str
|
|
11217
|
+
"""
|
|
11218
|
+
self.Switch = None
|
|
11219
|
+
self.AccessKey = None
|
|
11220
|
+
self.SecretKey = None
|
|
11221
|
+
self.Region = None
|
|
11222
|
+
self.Bucket = None
|
|
11223
|
+
|
|
11224
|
+
|
|
11225
|
+
def _deserialize(self, params):
|
|
11226
|
+
self.Switch = params.get("Switch")
|
|
11227
|
+
self.AccessKey = params.get("AccessKey")
|
|
11228
|
+
self.SecretKey = params.get("SecretKey")
|
|
11229
|
+
self.Region = params.get("Region")
|
|
11230
|
+
self.Bucket = params.get("Bucket")
|
|
11231
|
+
memeber_set = set(params.keys())
|
|
11232
|
+
for name, value in vars(self).items():
|
|
11233
|
+
if name in memeber_set:
|
|
11234
|
+
memeber_set.remove(name)
|
|
11235
|
+
if len(memeber_set) > 0:
|
|
11236
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
11237
|
+
|
|
11238
|
+
|
|
11239
|
+
|
|
11183
11240
|
class OverseaConfig(AbstractModel):
|
|
11184
11241
|
"""域名海外地区特殊配置。UpdateDomainConfig接口只支持修改部分分地区配置,为了兼容旧版本配置,本类型会列出旧版本所有可能存在差异的配置列表,支持修改的配置列表如下:
|
|
11185
11242
|
+ Authentication
|
|
@@ -14947,7 +15004,9 @@ global:全球加速
|
|
|
14947
15004
|
:type HwPrivateAccess: :class:`tencentcloud.cdn.v20180606.models.HwPrivateAccess`
|
|
14948
15005
|
:param QnPrivateAccess: 七牛云对象存储回源鉴权
|
|
14949
15006
|
:type QnPrivateAccess: :class:`tencentcloud.cdn.v20180606.models.QnPrivateAccess`
|
|
14950
|
-
:param
|
|
15007
|
+
:param OthersPrivateAccess: 其他厂商对象存储回源鉴权
|
|
15008
|
+
:type OthersPrivateAccess: :class:`tencentcloud.cdn.v20180606.models.OthersPrivateAccess`
|
|
15009
|
+
:param HttpsBilling: HTTPS服务(收费服务,详见计费说明和产品文档)
|
|
14951
15010
|
:type HttpsBilling: :class:`tencentcloud.cdn.v20180606.models.HttpsBilling`
|
|
14952
15011
|
"""
|
|
14953
15012
|
self.Domain = None
|
|
@@ -14997,6 +15056,7 @@ global:全球加速
|
|
|
14997
15056
|
self.ShareCname = None
|
|
14998
15057
|
self.HwPrivateAccess = None
|
|
14999
15058
|
self.QnPrivateAccess = None
|
|
15059
|
+
self.OthersPrivateAccess = None
|
|
15000
15060
|
self.HttpsBilling = None
|
|
15001
15061
|
|
|
15002
15062
|
|
|
@@ -15132,6 +15192,9 @@ global:全球加速
|
|
|
15132
15192
|
if params.get("QnPrivateAccess") is not None:
|
|
15133
15193
|
self.QnPrivateAccess = QnPrivateAccess()
|
|
15134
15194
|
self.QnPrivateAccess._deserialize(params.get("QnPrivateAccess"))
|
|
15195
|
+
if params.get("OthersPrivateAccess") is not None:
|
|
15196
|
+
self.OthersPrivateAccess = OthersPrivateAccess()
|
|
15197
|
+
self.OthersPrivateAccess._deserialize(params.get("OthersPrivateAccess"))
|
|
15135
15198
|
if params.get("HttpsBilling") is not None:
|
|
15136
15199
|
self.HttpsBilling = HttpsBilling()
|
|
15137
15200
|
self.HttpsBilling._deserialize(params.get("HttpsBilling"))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|