tencentcloud-sdk-teo 3.0.1074 → 3.0.1075
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: 3031711121fc5c21c524bc7f716a741bb9acccb6
|
4
|
+
data.tar.gz: d09b49e3c91bc31d0fe33eb7463966cca7be0da2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44573a7ea4a86818aa56b39f9f05171cde7a38dcaee7f27dd00dede0f9ccfda539c2ab6e0d61999b2aacd7110e9cf2821bf96d74661dbe9c0b739e0f797c0d64
|
7
|
+
data.tar.gz: b4356469efb9c4b8db3ae2cd2b5e59eaf3dcfa7e95acc0a19b2e757a18c5a01bcb4d11fa352858cab53eb17597fc3b157e443aed41f20925afc17505d6a81b80
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1075
|
data/lib/v20220901/models.rb
CHANGED
@@ -1651,8 +1651,8 @@ module TencentCloud
|
|
1651
1651
|
|
1652
1652
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
1653
1653
|
extend Gem::Deprecate
|
1654
|
-
deprecate :IgnoreCacheControl, :none, 2025,
|
1655
|
-
deprecate :IgnoreCacheControl=, :none, 2025,
|
1654
|
+
deprecate :IgnoreCacheControl, :none, 2025, 6
|
1655
|
+
deprecate :IgnoreCacheControl=, :none, 2025, 6
|
1656
1656
|
|
1657
1657
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
1658
1658
|
@Switch = switch
|
@@ -3648,8 +3648,8 @@ module TencentCloud
|
|
3648
3648
|
|
3649
3649
|
attr_accessor :ZoneId, :Targets, :EncodeUrl, :Headers, :PrefetchMediaSegments
|
3650
3650
|
extend Gem::Deprecate
|
3651
|
-
deprecate :EncodeUrl, :none, 2025,
|
3652
|
-
deprecate :EncodeUrl=, :none, 2025,
|
3651
|
+
deprecate :EncodeUrl, :none, 2025, 6
|
3652
|
+
deprecate :EncodeUrl=, :none, 2025, 6
|
3653
3653
|
|
3654
3654
|
def initialize(zoneid=nil, targets=nil, encodeurl=nil, headers=nil, prefetchmediasegments=nil)
|
3655
3655
|
@ZoneId = zoneid
|
@@ -3731,8 +3731,8 @@ module TencentCloud
|
|
3731
3731
|
|
3732
3732
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
3733
3733
|
extend Gem::Deprecate
|
3734
|
-
deprecate :EncodeUrl, :none, 2025,
|
3735
|
-
deprecate :EncodeUrl=, :none, 2025,
|
3734
|
+
deprecate :EncodeUrl, :none, 2025, 6
|
3735
|
+
deprecate :EncodeUrl=, :none, 2025, 6
|
3736
3736
|
|
3737
3737
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
3738
3738
|
@ZoneId = zoneid
|
@@ -4099,10 +4099,10 @@ module TencentCloud
|
|
4099
4099
|
|
4100
4100
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
4101
4101
|
extend Gem::Deprecate
|
4102
|
-
deprecate :AllowDuplicates, :none, 2025,
|
4103
|
-
deprecate :AllowDuplicates=, :none, 2025,
|
4104
|
-
deprecate :JumpStart, :none, 2025,
|
4105
|
-
deprecate :JumpStart=, :none, 2025,
|
4102
|
+
deprecate :AllowDuplicates, :none, 2025, 6
|
4103
|
+
deprecate :AllowDuplicates=, :none, 2025, 6
|
4104
|
+
deprecate :JumpStart, :none, 2025, 6
|
4105
|
+
deprecate :JumpStart=, :none, 2025, 6
|
4106
4106
|
|
4107
4107
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
4108
4108
|
@Type = type
|
@@ -12605,8 +12605,8 @@ module TencentCloud
|
|
12605
12605
|
|
12606
12606
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
|
12607
12607
|
extend Gem::Deprecate
|
12608
|
-
deprecate :ApplyType, :none, 2025,
|
12609
|
-
deprecate :ApplyType=, :none, 2025,
|
12608
|
+
deprecate :ApplyType, :none, 2025, 6
|
12609
|
+
deprecate :ApplyType=, :none, 2025, 6
|
12610
12610
|
|
12611
12611
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
|
12612
12612
|
@ZoneId = zoneid
|
@@ -14021,12 +14021,12 @@ module TencentCloud
|
|
14021
14021
|
|
14022
14022
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
|
14023
14023
|
extend Gem::Deprecate
|
14024
|
-
deprecate :VodeoSubAppId, :none, 2025,
|
14025
|
-
deprecate :VodeoSubAppId=, :none, 2025,
|
14026
|
-
deprecate :VodeoDistributionRange, :none, 2025,
|
14027
|
-
deprecate :VodeoDistributionRange=, :none, 2025,
|
14028
|
-
deprecate :VodeoBucketId, :none, 2025,
|
14029
|
-
deprecate :VodeoBucketId=, :none, 2025,
|
14024
|
+
deprecate :VodeoSubAppId, :none, 2025, 6
|
14025
|
+
deprecate :VodeoSubAppId=, :none, 2025, 6
|
14026
|
+
deprecate :VodeoDistributionRange, :none, 2025, 6
|
14027
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 6
|
14028
|
+
deprecate :VodeoBucketId, :none, 2025, 6
|
14029
|
+
deprecate :VodeoBucketId=, :none, 2025, 6
|
14030
14030
|
|
14031
14031
|
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)
|
14032
14032
|
@OriginType = origintype
|
@@ -14331,12 +14331,12 @@ module TencentCloud
|
|
14331
14331
|
|
14332
14332
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
|
14333
14333
|
extend Gem::Deprecate
|
14334
|
-
deprecate :VodeoSubAppId, :none, 2025,
|
14335
|
-
deprecate :VodeoSubAppId=, :none, 2025,
|
14336
|
-
deprecate :VodeoDistributionRange, :none, 2025,
|
14337
|
-
deprecate :VodeoDistributionRange=, :none, 2025,
|
14338
|
-
deprecate :VodeoBucketId, :none, 2025,
|
14339
|
-
deprecate :VodeoBucketId=, :none, 2025,
|
14334
|
+
deprecate :VodeoSubAppId, :none, 2025, 6
|
14335
|
+
deprecate :VodeoSubAppId=, :none, 2025, 6
|
14336
|
+
deprecate :VodeoDistributionRange, :none, 2025, 6
|
14337
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 6
|
14338
|
+
deprecate :VodeoBucketId, :none, 2025, 6
|
14339
|
+
deprecate :VodeoBucketId=, :none, 2025, 6
|
14340
14340
|
|
14341
14341
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
|
14342
14342
|
@OriginType = origintype
|
@@ -15826,8 +15826,8 @@ module TencentCloud
|
|
15826
15826
|
|
15827
15827
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
15828
15828
|
extend Gem::Deprecate
|
15829
|
-
deprecate :IgnoreNameCase, :none, 2025,
|
15830
|
-
deprecate :IgnoreNameCase=, :none, 2025,
|
15829
|
+
deprecate :IgnoreNameCase, :none, 2025, 6
|
15830
|
+
deprecate :IgnoreNameCase=, :none, 2025, 6
|
15831
15831
|
|
15832
15832
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
15833
15833
|
@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.1075
|
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-06-
|
11
|
+
date: 2025-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|