tencentcloud-sdk-teo 3.0.532 → 3.0.534
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 -8
- 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: a62b916ab109012ced24531ab389bdc9758ecb30
|
4
|
+
data.tar.gz: 4d22e61371c0687a87e913815d4dfdb6b7a859d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f709da6e6200f5efaa37ca2d50a6ce65cba3db0320f8619fe36b08d4c7a6972ca03206fee1e174ca5739927da798c934d84afc958df4c2bdf5c94b92c5b750e
|
7
|
+
data.tar.gz: e3cd60cc619b12fb6cdc2933b2b2a2b763b061eb98377de22a11789c692c290869fe4ac223e22de8c91dddfb298861b27b8b3e17a45a43a9675a05a2d9ad3b08
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.534
|
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: 开关,取值有:
|
@@ -8238,21 +8258,16 @@ module TencentCloud
|
|
8238
8258
|
# <li>COS:COS源。</li>
|
8239
8259
|
# <li>ORIGIN_GROUP:源站组类型源站。</li>
|
8240
8260
|
# <li>AWS_S3:AWS S3对象存储源站。</li>
|
8241
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8242
8261
|
# @type OriginType: String
|
8243
8262
|
# @param Origin: 源站地址,当OriginType参数指定为ORIGIN_GROUP时,该参数填写源站组ID,其他情况下填写源站地址。
|
8244
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8245
8263
|
# @type Origin: String
|
8246
8264
|
# @param BackupOrigin: 备用源站组ID,该参数在OriginType参数指定为ORIGIN_GROUP时生效,为空表示不使用备用源站。
|
8247
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8248
8265
|
# @type BackupOrigin: String
|
8249
8266
|
# @param PrivateAccess: 指定是否允许访问私有对象存储源站,当源站类型OriginType=COS或AWS_S3时有效,取值有:
|
8250
8267
|
# <li>on:使用私有鉴权;</li>
|
8251
8268
|
# <li>off:不使用私有鉴权。</li>不填写,默认值为:off。
|
8252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8253
8269
|
# @type PrivateAccess: String
|
8254
8270
|
# @param PrivateParameters: 私有鉴权使用参数,当源站类型PrivateAccess=on时有效。
|
8255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8256
8271
|
# @type PrivateParameters: Array
|
8257
8272
|
|
8258
8273
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters
|
@@ -11290,10 +11305,13 @@ module TencentCloud
|
|
11290
11305
|
# @param Grpc: Grpc协议支持配置。
|
11291
11306
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11292
11307
|
# @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.Grpc`
|
11308
|
+
# @param ImageOptimize: 图片优化相关配置。
|
11309
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
11310
|
+
# @type ImageOptimize: :class:`Tencentcloud::Teo.v20220901.models.ImageOptimize`
|
11293
11311
|
|
11294
|
-
attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc
|
11312
|
+
attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc, :ImageOptimize
|
11295
11313
|
|
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)
|
11314
|
+
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
11315
|
@ZoneName = zonename
|
11298
11316
|
@Area = area
|
11299
11317
|
@CacheKey = cachekey
|
@@ -11314,6 +11332,7 @@ module TencentCloud
|
|
11314
11332
|
@Https = https
|
11315
11333
|
@ClientIpCountry = clientipcountry
|
11316
11334
|
@Grpc = grpc
|
11335
|
+
@ImageOptimize = imageoptimize
|
11317
11336
|
end
|
11318
11337
|
|
11319
11338
|
def deserialize(params)
|
@@ -11391,6 +11410,10 @@ module TencentCloud
|
|
11391
11410
|
@Grpc = Grpc.new
|
11392
11411
|
@Grpc.deserialize(params['Grpc'])
|
11393
11412
|
end
|
11413
|
+
unless params['ImageOptimize'].nil?
|
11414
|
+
@ImageOptimize = ImageOptimize.new
|
11415
|
+
@ImageOptimize.deserialize(params['ImageOptimize'])
|
11416
|
+
end
|
11394
11417
|
end
|
11395
11418
|
end
|
11396
11419
|
|
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.534
|
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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|