tencentcloud-sdk-cdn 3.0.588 → 3.0.589
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180606/models.rb +10 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f56a97e61f47cff5a3170576a4260fe9d8622e51
|
|
4
|
+
data.tar.gz: 9777ff62e0b686485f664ee1e66523710307f64d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62c77ef2738df163093fadf48763ba57cd90aa55d7be9ae709e4a4540885afec7afc785e6f857275fd50b912b74d6fd75ff92fbabc356fb5c896548702c8198c
|
|
7
|
+
data.tar.gz: 0f197354555e8368beedcbed31c653f8030ff3a9513f331dcab98a46c4b3d744d55d69c2e03d0b7bc03177e51341fde2d12d634a86646e03889bce6d52f5f87d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.589
|
data/lib/v20180606/models.rb
CHANGED
|
@@ -1296,6 +1296,12 @@ module TencentCloud
|
|
|
1296
1296
|
# off:关闭
|
|
1297
1297
|
# 开启时必须且只配置一种模式,其余模式需要设置为 null
|
|
1298
1298
|
# @type Switch: String
|
|
1299
|
+
# @param AuthAlgorithm: 鉴权算法,取值有:
|
|
1300
|
+
# md5:按MD5算法取hash值
|
|
1301
|
+
# sha256:按SHA-256算法取hash值
|
|
1302
|
+
# 默认为 md5
|
|
1303
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1304
|
+
# @type AuthAlgorithm: String
|
|
1299
1305
|
# @param TypeA: 时间戳防盗链模式 A 配置
|
|
1300
1306
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1301
1307
|
# @type TypeA: :class:`Tencentcloud::Cdn.v20180606.models.AuthenticationTypeA`
|
|
@@ -1309,10 +1315,11 @@ module TencentCloud
|
|
|
1309
1315
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1310
1316
|
# @type TypeD: :class:`Tencentcloud::Cdn.v20180606.models.AuthenticationTypeD`
|
|
1311
1317
|
|
|
1312
|
-
attr_accessor :Switch, :TypeA, :TypeB, :TypeC, :TypeD
|
|
1318
|
+
attr_accessor :Switch, :AuthAlgorithm, :TypeA, :TypeB, :TypeC, :TypeD
|
|
1313
1319
|
|
|
1314
|
-
def initialize(switch=nil, typea=nil, typeb=nil, typec=nil, typed=nil)
|
|
1320
|
+
def initialize(switch=nil, authalgorithm=nil, typea=nil, typeb=nil, typec=nil, typed=nil)
|
|
1315
1321
|
@Switch = switch
|
|
1322
|
+
@AuthAlgorithm = authalgorithm
|
|
1316
1323
|
@TypeA = typea
|
|
1317
1324
|
@TypeB = typeb
|
|
1318
1325
|
@TypeC = typec
|
|
@@ -1321,6 +1328,7 @@ module TencentCloud
|
|
|
1321
1328
|
|
|
1322
1329
|
def deserialize(params)
|
|
1323
1330
|
@Switch = params['Switch']
|
|
1331
|
+
@AuthAlgorithm = params['AuthAlgorithm']
|
|
1324
1332
|
unless params['TypeA'].nil?
|
|
1325
1333
|
@TypeA = AuthenticationTypeA.new
|
|
1326
1334
|
@TypeA.deserialize(params['TypeA'])
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cdn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.589
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|