tencentcloud-sdk-teo 3.0.837 → 3.0.839
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220901/models.rb +16 -14
- 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: a61de0e424829e994bfa0722b9071bae881e21c9
|
4
|
+
data.tar.gz: 88f3f5bea1d3bb9367c275cdc8bc218ddf6cb744
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7c0de605d1fee714e7fae71879d854b93b8677a55216a1abefee0bc694bf4f89ec1f9ca4251e638a0189b8d9bfc7eb2242085fb627dbcf6d011e24e7c5cdda1
|
7
|
+
data.tar.gz: 61c70dc26e87511ce49e5cae9041956f3c538ee960db6bf4f859e25b40ec16b8c976c0eb8a4010bbc87d06e8765e9cc4bdc334b9eea3e775edfa1a9fa6a42f71
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.839
|
data/lib/v20220901/models.rb
CHANGED
@@ -1506,8 +1506,8 @@ module TencentCloud
|
|
1506
1506
|
|
1507
1507
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
1508
1508
|
extend Gem::Deprecate
|
1509
|
-
deprecate :IgnoreCacheControl, :none, 2024,
|
1510
|
-
deprecate :IgnoreCacheControl=, :none, 2024,
|
1509
|
+
deprecate :IgnoreCacheControl, :none, 2024, 6
|
1510
|
+
deprecate :IgnoreCacheControl=, :none, 2024, 6
|
1511
1511
|
|
1512
1512
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
1513
1513
|
@Switch = switch
|
@@ -2685,8 +2685,8 @@ module TencentCloud
|
|
2685
2685
|
|
2686
2686
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
2687
2687
|
extend Gem::Deprecate
|
2688
|
-
deprecate :EncodeUrl, :none, 2024,
|
2689
|
-
deprecate :EncodeUrl=, :none, 2024,
|
2688
|
+
deprecate :EncodeUrl, :none, 2024, 6
|
2689
|
+
deprecate :EncodeUrl=, :none, 2024, 6
|
2690
2690
|
|
2691
2691
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
2692
2692
|
@ZoneId = zoneid
|
@@ -3052,10 +3052,10 @@ module TencentCloud
|
|
3052
3052
|
|
3053
3053
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
3054
3054
|
extend Gem::Deprecate
|
3055
|
-
deprecate :AllowDuplicates, :none, 2024,
|
3056
|
-
deprecate :AllowDuplicates=, :none, 2024,
|
3057
|
-
deprecate :JumpStart, :none, 2024,
|
3058
|
-
deprecate :JumpStart=, :none, 2024,
|
3055
|
+
deprecate :AllowDuplicates, :none, 2024, 6
|
3056
|
+
deprecate :AllowDuplicates=, :none, 2024, 6
|
3057
|
+
deprecate :JumpStart, :none, 2024, 6
|
3058
|
+
deprecate :JumpStart=, :none, 2024, 6
|
3059
3059
|
|
3060
3060
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
3061
3061
|
@Type = type
|
@@ -8894,8 +8894,8 @@ module TencentCloud
|
|
8894
8894
|
|
8895
8895
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType
|
8896
8896
|
extend Gem::Deprecate
|
8897
|
-
deprecate :ApplyType, :none, 2024,
|
8898
|
-
deprecate :ApplyType=, :none, 2024,
|
8897
|
+
deprecate :ApplyType, :none, 2024, 6
|
8898
|
+
deprecate :ApplyType=, :none, 2024, 6
|
8899
8899
|
|
8900
8900
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil)
|
8901
8901
|
@ZoneId = zoneid
|
@@ -9902,6 +9902,7 @@ module TencentCloud
|
|
9902
9902
|
# <li>AWS_S3:AWS S3 对象存储源站;</li>
|
9903
9903
|
# <li>ORIGIN_GROUP:源站组类型源站;</li>
|
9904
9904
|
# <li>VODEO:云点播-混合云版;</li>
|
9905
|
+
# <li>VOD:云点播;</li>
|
9905
9906
|
# <li>SPACE:源站卸载,当前仅白名单开放;</li>
|
9906
9907
|
# <li>LB:负载均衡,当前仅白名单开放。</li>
|
9907
9908
|
# @type OriginType: String
|
@@ -9910,6 +9911,7 @@ module TencentCloud
|
|
9910
9911
|
# <li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>
|
9911
9912
|
# <li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>
|
9912
9913
|
# <li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>
|
9914
|
+
# <li>当 OriginType = VOD 时,该参数请填写云点播应用 ID ;</li>
|
9913
9915
|
# <li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 "all-buckets-in-vodeo-application";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>
|
9914
9916
|
# @type Origin: String
|
9915
9917
|
# @param BackupOrigin: 备用源站组 ID,该参数仅在 OriginType = ORIGIN_GROUP 且配置了备源站组时会生效。
|
@@ -10065,7 +10067,7 @@ module TencentCloud
|
|
10065
10067
|
# <li>COS:腾讯云 COS 对象存储源站;</li>
|
10066
10068
|
# <li>AWS_S3:AWS S3 对象存储源站;</li>
|
10067
10069
|
# <li>ORIGIN_GROUP:源站组类型源站;</li>
|
10068
|
-
# <li>
|
10070
|
+
# <li>VOD:云点播;</li>
|
10069
10071
|
# <li>SPACE:源站卸载,当前仅白名单开放;</li>
|
10070
10072
|
# <li>LB:负载均衡,当前仅白名单开放。</li>
|
10071
10073
|
# @type OriginType: String
|
@@ -10074,7 +10076,7 @@ module TencentCloud
|
|
10074
10076
|
# <li>当 OriginType = COS 时,该参数请填写 COS 桶的访问域名;</li>
|
10075
10077
|
# <li>当 OriginType = AWS_S3,该参数请填写 S3 桶的访问域名;</li>
|
10076
10078
|
# <li>当 OriginType = ORIGIN_GROUP 时,该参数请填写源站组 ID;</li>
|
10077
|
-
# <li>当 OriginType =
|
10079
|
+
# <li>当 OriginType = VOD 时,该参数请填写云点播应用 ID ;</li>
|
10078
10080
|
# <li>当 OriginType = LB 时,该参数请填写负载均衡实例 ID,该功能当前仅白名单开放;</li>
|
10079
10081
|
# <li>当 OriginType = SPACE 时,该参数请填写源站卸载空间 ID,该功能当前仅白名单开放。</li>
|
10080
10082
|
# @type Origin: String
|
@@ -11281,8 +11283,8 @@ module TencentCloud
|
|
11281
11283
|
|
11282
11284
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
11283
11285
|
extend Gem::Deprecate
|
11284
|
-
deprecate :IgnoreNameCase, :none, 2024,
|
11285
|
-
deprecate :IgnoreNameCase=, :none, 2024,
|
11286
|
+
deprecate :IgnoreNameCase, :none, 2024, 6
|
11287
|
+
deprecate :IgnoreNameCase=, :none, 2024, 6
|
11286
11288
|
|
11287
11289
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
11288
11290
|
@Operator = operator
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-teo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.839
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|