tencentcloud-sdk-teo 3.0.531 → 3.0.533
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 +31 -3
- 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: 7d4e8262329b2d56ade2e76c17e1bdd37263e3f6
|
4
|
+
data.tar.gz: 7e37ed3734a8189695fd5afce65bce32b0adeed5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19a1479308559cfd30a7c6db44510ede2001766b141155b8af0614a45a2cfc9ae01ecffd88acaf25713b6823ba073b9dbb547735f035c5fc65efba6367b5fffc
|
7
|
+
data.tar.gz: 2738c1d2f3f69a6dc3d1bf003be98636e714e56bf8616684ddb9368aaad09555117077438d6109939dbe2a679851edc505e762046ffa436be89548d1f7496413
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.533
|
data/lib/v20220901/models.rb
CHANGED
@@ -305,7 +305,7 @@ module TencentCloud
|
|
305
305
|
# <li> 智能压缩(Compression);</li>
|
306
306
|
# <li> Hsts;</li>
|
307
307
|
# <li> ClientIpHeader;</li>
|
308
|
-
# <li>
|
308
|
+
# <li> SslTlsSecureConf;</li>
|
309
309
|
# <li> OcspStapling;</li>
|
310
310
|
# <li> HTTP/2 访问(Http2);</li>
|
311
311
|
# <li> 回源跟随重定向(UpstreamFollowRedirect);</li>
|
@@ -2475,6 +2475,8 @@ module TencentCloud
|
|
2475
2475
|
# <li>origin-type<br> 按照【<strong>源站类型</strong>】进行过滤。<br> 类型:String<br> 必选:否
|
2476
2476
|
# <li>origin<br> 按照【<strong>主源站地址</strong>】进行过滤。<br> 类型:String<br> 必选:否
|
2477
2477
|
# <li>backup-origin<br> 按照【<strong>备用源站地址</strong>】进行过滤。<br> 类型:String<br> 必选:否
|
2478
|
+
# <li>domain-cname<br> 按照【<strong>加速CNAME名</strong>】进行过滤。<br> 类型:String<br> 必选:否
|
2479
|
+
# <li>share-cname<br> 按照【<strong>共享CNAME名</strong>】进行过滤。<br> 类型:String<br> 必选:否
|
2478
2480
|
# @type Filters: Array
|
2479
2481
|
# @param Direction: 列表排序方式,取值有:
|
2480
2482
|
# <li>asc:升序排列;</li>
|
@@ -6604,6 +6606,24 @@ module TencentCloud
|
|
6604
6606
|
end
|
6605
6607
|
end
|
6606
6608
|
|
6609
|
+
# 图片优化配置。
|
6610
|
+
class ImageOptimize < TencentCloud::Common::AbstractModel
|
6611
|
+
# @param Switch: 开关,取值有:
|
6612
|
+
# <li>on:开启;</li>
|
6613
|
+
# <li>off:关闭。</li>
|
6614
|
+
# @type Switch: String
|
6615
|
+
|
6616
|
+
attr_accessor :Switch
|
6617
|
+
|
6618
|
+
def initialize(switch=nil)
|
6619
|
+
@Switch = switch
|
6620
|
+
end
|
6621
|
+
|
6622
|
+
def deserialize(params)
|
6623
|
+
@Switch = params['Switch']
|
6624
|
+
end
|
6625
|
+
end
|
6626
|
+
|
6607
6627
|
# 智能分析规则
|
6608
6628
|
class IntelligenceRule < TencentCloud::Common::AbstractModel
|
6609
6629
|
# @param Switch: 开关,取值有:
|
@@ -11290,10 +11310,13 @@ module TencentCloud
|
|
11290
11310
|
# @param Grpc: Grpc协议支持配置。
|
11291
11311
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11292
11312
|
# @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.Grpc`
|
11313
|
+
# @param ImageOptimize: 图片优化相关配置。
|
11314
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
11315
|
+
# @type ImageOptimize: :class:`Tencentcloud::Teo.v20220901.models.ImageOptimize`
|
11293
11316
|
|
11294
|
-
attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc
|
11317
|
+
attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc, :ImageOptimize
|
11295
11318
|
|
11296
|
-
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)
|
11319
|
+
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)
|
11297
11320
|
@ZoneName = zonename
|
11298
11321
|
@Area = area
|
11299
11322
|
@CacheKey = cachekey
|
@@ -11314,6 +11337,7 @@ module TencentCloud
|
|
11314
11337
|
@Https = https
|
11315
11338
|
@ClientIpCountry = clientipcountry
|
11316
11339
|
@Grpc = grpc
|
11340
|
+
@ImageOptimize = imageoptimize
|
11317
11341
|
end
|
11318
11342
|
|
11319
11343
|
def deserialize(params)
|
@@ -11391,6 +11415,10 @@ module TencentCloud
|
|
11391
11415
|
@Grpc = Grpc.new
|
11392
11416
|
@Grpc.deserialize(params['Grpc'])
|
11393
11417
|
end
|
11418
|
+
unless params['ImageOptimize'].nil?
|
11419
|
+
@ImageOptimize = ImageOptimize.new
|
11420
|
+
@ImageOptimize.deserialize(params['ImageOptimize'])
|
11421
|
+
end
|
11394
11422
|
end
|
11395
11423
|
end
|
11396
11424
|
|
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.533
|
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-03-
|
11
|
+
date: 2023-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|