tencentcloud-sdk-teo 3.0.563 → 3.0.565

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220901/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88f26c429cd98533671209c65871173a42f7da09
4
- data.tar.gz: f409ed8ca72bb9f1cc9cfaa4a356c8d00bf26972
3
+ metadata.gz: 29ae872a86a36db268fdf31dd51aed4f11fc702d
4
+ data.tar.gz: bc2372be83c1d4f21317d8778801d209d11c4421
5
5
  SHA512:
6
- metadata.gz: fbeea0609d5cd089d35643b9bb0b58deee13815297baa5caeefd45344d43e57fc95cee8b35932ba21497fa3d09aadaf5ef61d7049fe062e09a3b6811d040c3d3
7
- data.tar.gz: 57a91bfcb1292f98ab6ab02c6f3b935d2cfc76894665f689db8cdb1829cc2517246e0f5e228f1132030dfb44221cd8f2a412ac124d5e78fa295d67dd71fcbee2
6
+ metadata.gz: a883dfe86d4a2d934f05341740a0dd052601e82171d3af75aac87e83a73b46f96208901b4702c56de2d04bf1ae2da24b284a41a28999870046be5a40e5004fbd
7
+ data.tar.gz: d166d08df2d918197cc76db6166252d1cfb1be607b26e48825050894bf40baf83f7f75643a5bf6dd5569d87affb232ae3bdf6cbae702e86c152c012de135bad7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.563
1
+ 3.0.565
@@ -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.563
4
+ version: 3.0.565
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-01 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common