tencentcloud-sdk-teo 3.0.563 → 3.0.564
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 +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: 9ab51dc7ab74fa42fbc651f81a2a8c6fd8664124
|
|
4
|
+
data.tar.gz: 5e7c197007b2edc08e6ffca118f5f3d7f370b8d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2a320337fd72712901e0c4daab9244301246083b866cff6da7bc81501228b4d60d788ae127264585d65d1e25bdc94334681937b73a0f77affc7fba97ffddc7d
|
|
7
|
+
data.tar.gz: e342ed1589dbe1c5b70220d0595b3504b9f826a5a86fa4677854a390d61a08364a3ef07a41d5aeb69296e87cc3c213daf6358133f74f4fa85f594d6fd4e76815
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.564
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -11911,10 +11911,13 @@ module TencentCloud
|
|
|
11911
11911
|
# @param ImageOptimize: 图片优化相关配置。
|
|
11912
11912
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11913
11913
|
# @type ImageOptimize: :class:`Tencentcloud::Teo.v20220901.models.ImageOptimize`
|
|
11914
|
+
# @param AccelerateMainland: 中国大陆加速优化配置。
|
|
11915
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11916
|
+
# @type AccelerateMainland: :class:`Tencentcloud::Teo.v20220901.models.AccelerateMainland`
|
|
11914
11917
|
|
|
11915
|
-
attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc, :ImageOptimize
|
|
11918
|
+
attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc, :ImageOptimize, :AccelerateMainland
|
|
11916
11919
|
|
|
11917
|
-
def initialize(zonename=nil, area=nil, cachekey=nil, quic=nil, postmaxsize=nil, compression=nil, upstreamhttp2=nil, forceredirect=nil, cacheconfig=nil, origin=nil, smartrouting=nil, maxage=nil, offlinecache=nil, websocket=nil, clientipheader=nil, cacheprefresh=nil, ipv6=nil, https=nil, clientipcountry=nil, grpc=nil, imageoptimize=nil)
|
|
11920
|
+
def initialize(zonename=nil, area=nil, cachekey=nil, quic=nil, postmaxsize=nil, compression=nil, upstreamhttp2=nil, forceredirect=nil, cacheconfig=nil, origin=nil, smartrouting=nil, maxage=nil, offlinecache=nil, websocket=nil, clientipheader=nil, cacheprefresh=nil, ipv6=nil, https=nil, clientipcountry=nil, grpc=nil, imageoptimize=nil, acceleratemainland=nil)
|
|
11918
11921
|
@ZoneName = zonename
|
|
11919
11922
|
@Area = area
|
|
11920
11923
|
@CacheKey = cachekey
|
|
@@ -11936,6 +11939,7 @@ module TencentCloud
|
|
|
11936
11939
|
@ClientIpCountry = clientipcountry
|
|
11937
11940
|
@Grpc = grpc
|
|
11938
11941
|
@ImageOptimize = imageoptimize
|
|
11942
|
+
@AccelerateMainland = acceleratemainland
|
|
11939
11943
|
end
|
|
11940
11944
|
|
|
11941
11945
|
def deserialize(params)
|
|
@@ -12017,6 +12021,10 @@ module TencentCloud
|
|
|
12017
12021
|
@ImageOptimize = ImageOptimize.new
|
|
12018
12022
|
@ImageOptimize.deserialize(params['ImageOptimize'])
|
|
12019
12023
|
end
|
|
12024
|
+
unless params['AccelerateMainland'].nil?
|
|
12025
|
+
@AccelerateMainland = AccelerateMainland.new
|
|
12026
|
+
@AccelerateMainland.deserialize(params['AccelerateMainland'])
|
|
12027
|
+
end
|
|
12020
12028
|
end
|
|
12021
12029
|
end
|
|
12022
12030
|
|
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.564
|
|
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-05-
|
|
11
|
+
date: 2023-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|