tencentcloud-sdk-teo 3.0.1135 → 3.0.1136
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/v20220901/models.rb +26 -26
- 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: 0298ce63cbf0ff70aa246bd909db57e2e9aa5657
|
4
|
+
data.tar.gz: 708965641a09ac32ff17e8729956bfeddc9e0214
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dad5e9fd68ee80252e240a5160898f03f5afaa15515d4f5ccbb2fdf280107c5d6937508fe2f835cc30a6b43f0eac724c35c7ea222b0e35adb8d7b41623f7669
|
7
|
+
data.tar.gz: 9899d1f6f76ac38471992859932c6fa290009f34c10912ca7b1264a216005214e18cf489e882950c6a08d337775e83661713da49a0be044af7ef1de60c8d3f5c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1136
|
data/lib/v20220901/models.rb
CHANGED
@@ -1884,8 +1884,8 @@ module TencentCloud
|
|
1884
1884
|
|
1885
1885
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
1886
1886
|
extend Gem::Deprecate
|
1887
|
-
deprecate :IgnoreCacheControl, :none, 2025,
|
1888
|
-
deprecate :IgnoreCacheControl=, :none, 2025,
|
1887
|
+
deprecate :IgnoreCacheControl, :none, 2025, 9
|
1888
|
+
deprecate :IgnoreCacheControl=, :none, 2025, 9
|
1889
1889
|
|
1890
1890
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
1891
1891
|
@Switch = switch
|
@@ -4315,8 +4315,8 @@ module TencentCloud
|
|
4315
4315
|
|
4316
4316
|
attr_accessor :ZoneId, :Targets, :EncodeUrl, :Headers, :PrefetchMediaSegments
|
4317
4317
|
extend Gem::Deprecate
|
4318
|
-
deprecate :EncodeUrl, :none, 2025,
|
4319
|
-
deprecate :EncodeUrl=, :none, 2025,
|
4318
|
+
deprecate :EncodeUrl, :none, 2025, 9
|
4319
|
+
deprecate :EncodeUrl=, :none, 2025, 9
|
4320
4320
|
|
4321
4321
|
def initialize(zoneid=nil, targets=nil, encodeurl=nil, headers=nil, prefetchmediasegments=nil)
|
4322
4322
|
@ZoneId = zoneid
|
@@ -4398,8 +4398,8 @@ module TencentCloud
|
|
4398
4398
|
|
4399
4399
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
4400
4400
|
extend Gem::Deprecate
|
4401
|
-
deprecate :EncodeUrl, :none, 2025,
|
4402
|
-
deprecate :EncodeUrl=, :none, 2025,
|
4401
|
+
deprecate :EncodeUrl, :none, 2025, 9
|
4402
|
+
deprecate :EncodeUrl=, :none, 2025, 9
|
4403
4403
|
|
4404
4404
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
4405
4405
|
@ZoneId = zoneid
|
@@ -5008,10 +5008,10 @@ module TencentCloud
|
|
5008
5008
|
|
5009
5009
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
5010
5010
|
extend Gem::Deprecate
|
5011
|
-
deprecate :AllowDuplicates, :none, 2025,
|
5012
|
-
deprecate :AllowDuplicates=, :none, 2025,
|
5013
|
-
deprecate :JumpStart, :none, 2025,
|
5014
|
-
deprecate :JumpStart=, :none, 2025,
|
5011
|
+
deprecate :AllowDuplicates, :none, 2025, 9
|
5012
|
+
deprecate :AllowDuplicates=, :none, 2025, 9
|
5013
|
+
deprecate :JumpStart, :none, 2025, 9
|
5014
|
+
deprecate :JumpStart=, :none, 2025, 9
|
5015
5015
|
|
5016
5016
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
5017
5017
|
@Type = type
|
@@ -15124,8 +15124,8 @@ module TencentCloud
|
|
15124
15124
|
|
15125
15125
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
|
15126
15126
|
extend Gem::Deprecate
|
15127
|
-
deprecate :ApplyType, :none, 2025,
|
15128
|
-
deprecate :ApplyType=, :none, 2025,
|
15127
|
+
deprecate :ApplyType, :none, 2025, 9
|
15128
|
+
deprecate :ApplyType=, :none, 2025, 9
|
15129
15129
|
|
15130
15130
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
|
15131
15131
|
@ZoneId = zoneid
|
@@ -17163,12 +17163,12 @@ module TencentCloud
|
|
17163
17163
|
|
17164
17164
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
|
17165
17165
|
extend Gem::Deprecate
|
17166
|
-
deprecate :VodeoSubAppId, :none, 2025,
|
17167
|
-
deprecate :VodeoSubAppId=, :none, 2025,
|
17168
|
-
deprecate :VodeoDistributionRange, :none, 2025,
|
17169
|
-
deprecate :VodeoDistributionRange=, :none, 2025,
|
17170
|
-
deprecate :VodeoBucketId, :none, 2025,
|
17171
|
-
deprecate :VodeoBucketId=, :none, 2025,
|
17166
|
+
deprecate :VodeoSubAppId, :none, 2025, 9
|
17167
|
+
deprecate :VodeoSubAppId=, :none, 2025, 9
|
17168
|
+
deprecate :VodeoDistributionRange, :none, 2025, 9
|
17169
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 9
|
17170
|
+
deprecate :VodeoBucketId, :none, 2025, 9
|
17171
|
+
deprecate :VodeoBucketId=, :none, 2025, 9
|
17172
17172
|
|
17173
17173
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
|
17174
17174
|
@OriginType = origintype
|
@@ -17473,12 +17473,12 @@ module TencentCloud
|
|
17473
17473
|
|
17474
17474
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
|
17475
17475
|
extend Gem::Deprecate
|
17476
|
-
deprecate :VodeoSubAppId, :none, 2025,
|
17477
|
-
deprecate :VodeoSubAppId=, :none, 2025,
|
17478
|
-
deprecate :VodeoDistributionRange, :none, 2025,
|
17479
|
-
deprecate :VodeoDistributionRange=, :none, 2025,
|
17480
|
-
deprecate :VodeoBucketId, :none, 2025,
|
17481
|
-
deprecate :VodeoBucketId=, :none, 2025,
|
17476
|
+
deprecate :VodeoSubAppId, :none, 2025, 9
|
17477
|
+
deprecate :VodeoSubAppId=, :none, 2025, 9
|
17478
|
+
deprecate :VodeoDistributionRange, :none, 2025, 9
|
17479
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 9
|
17480
|
+
deprecate :VodeoBucketId, :none, 2025, 9
|
17481
|
+
deprecate :VodeoBucketId=, :none, 2025, 9
|
17482
17482
|
|
17483
17483
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
|
17484
17484
|
@OriginType = origintype
|
@@ -19148,8 +19148,8 @@ module TencentCloud
|
|
19148
19148
|
|
19149
19149
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
19150
19150
|
extend Gem::Deprecate
|
19151
|
-
deprecate :IgnoreNameCase, :none, 2025,
|
19152
|
-
deprecate :IgnoreNameCase=, :none, 2025,
|
19151
|
+
deprecate :IgnoreNameCase, :none, 2025, 9
|
19152
|
+
deprecate :IgnoreNameCase=, :none, 2025, 9
|
19153
19153
|
|
19154
19154
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
19155
19155
|
@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.1136
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|