tencentcloud-sdk-teo 3.0.1169 → 3.0.1171
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 +65 -6
- 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: 8acc0dd4a428bd4866733dc6836f2f2bd529879c
|
|
4
|
+
data.tar.gz: d3b3436a1fae19c7cebb7c83fdc620efd493c040
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6a31366fd6862cb4470a61cd0853009c8ba85d77bbbd247a8fafe65a3d304898a57ef1b78f45f4ef72489b426cb5deaa790282f6d22bf9243a2fe599bf64d9c
|
|
7
|
+
data.tar.gz: e3e7445de8fd61ca80260a2ad618afd3e9d11e364d2e7b86e4152881da378cc49a95965e588203c6ccd426976f1228bfe6dcecc389c292fa3f2da1a552256ee0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1171
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -17571,6 +17571,8 @@ module TencentCloud
|
|
|
17571
17571
|
# @param Grpc: Grpc 协议支持配置。
|
|
17572
17572
|
# 不填写表示保持原有配置。
|
|
17573
17573
|
# @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.Grpc`
|
|
17574
|
+
# @param NetworkErrorLogging: 网络错误日志记录配置。不填写表示保持原有配置。
|
|
17575
|
+
# @type NetworkErrorLogging: :class:`Tencentcloud::Teo.v20220901.models.NetworkErrorLogging`
|
|
17574
17576
|
# @param ImageOptimize: 图片优化配置。
|
|
17575
17577
|
# 不填写表示关闭。
|
|
17576
17578
|
# @type ImageOptimize: :class:`Tencentcloud::Teo.v20220901.models.ImageOptimize`
|
|
@@ -17579,9 +17581,9 @@ module TencentCloud
|
|
|
17579
17581
|
# @param JITVideoProcess: 视频即时处理配置。不填写表示保持原有配置。
|
|
17580
17582
|
# @type JITVideoProcess: :class:`Tencentcloud::Teo.v20220901.models.JITVideoProcess`
|
|
17581
17583
|
|
|
17582
|
-
attr_accessor :ZoneId, :CacheConfig, :CacheKey, :MaxAge, :OfflineCache, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :Https, :Origin, :SmartRouting, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :ClientIpCountry, :Grpc, :ImageOptimize, :StandardDebug, :JITVideoProcess
|
|
17584
|
+
attr_accessor :ZoneId, :CacheConfig, :CacheKey, :MaxAge, :OfflineCache, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :Https, :Origin, :SmartRouting, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :ClientIpCountry, :Grpc, :NetworkErrorLogging, :ImageOptimize, :StandardDebug, :JITVideoProcess
|
|
17583
17585
|
|
|
17584
|
-
def initialize(zoneid=nil, cacheconfig=nil, cachekey=nil, maxage=nil, offlinecache=nil, quic=nil, postmaxsize=nil, compression=nil, upstreamhttp2=nil, forceredirect=nil, https=nil, origin=nil, smartrouting=nil, websocket=nil, clientipheader=nil, cacheprefresh=nil, ipv6=nil, clientipcountry=nil, grpc=nil, imageoptimize=nil, standarddebug=nil, jitvideoprocess=nil)
|
|
17586
|
+
def initialize(zoneid=nil, cacheconfig=nil, cachekey=nil, maxage=nil, offlinecache=nil, quic=nil, postmaxsize=nil, compression=nil, upstreamhttp2=nil, forceredirect=nil, https=nil, origin=nil, smartrouting=nil, websocket=nil, clientipheader=nil, cacheprefresh=nil, ipv6=nil, clientipcountry=nil, grpc=nil, networkerrorlogging=nil, imageoptimize=nil, standarddebug=nil, jitvideoprocess=nil)
|
|
17585
17587
|
@ZoneId = zoneid
|
|
17586
17588
|
@CacheConfig = cacheconfig
|
|
17587
17589
|
@CacheKey = cachekey
|
|
@@ -17601,6 +17603,7 @@ module TencentCloud
|
|
|
17601
17603
|
@Ipv6 = ipv6
|
|
17602
17604
|
@ClientIpCountry = clientipcountry
|
|
17603
17605
|
@Grpc = grpc
|
|
17606
|
+
@NetworkErrorLogging = networkerrorlogging
|
|
17604
17607
|
@ImageOptimize = imageoptimize
|
|
17605
17608
|
@StandardDebug = standarddebug
|
|
17606
17609
|
@JITVideoProcess = jitvideoprocess
|
|
@@ -17680,6 +17683,10 @@ module TencentCloud
|
|
|
17680
17683
|
@Grpc = Grpc.new
|
|
17681
17684
|
@Grpc.deserialize(params['Grpc'])
|
|
17682
17685
|
end
|
|
17686
|
+
unless params['NetworkErrorLogging'].nil?
|
|
17687
|
+
@NetworkErrorLogging = NetworkErrorLogging.new
|
|
17688
|
+
@NetworkErrorLogging.deserialize(params['NetworkErrorLogging'])
|
|
17689
|
+
end
|
|
17683
17690
|
unless params['ImageOptimize'].nil?
|
|
17684
17691
|
@ImageOptimize = ImageOptimize.new
|
|
17685
17692
|
@ImageOptimize.deserialize(params['ImageOptimize'])
|
|
@@ -18035,6 +18042,42 @@ module TencentCloud
|
|
|
18035
18042
|
end
|
|
18036
18043
|
end
|
|
18037
18044
|
|
|
18045
|
+
# 网络错误日志记录配置项
|
|
18046
|
+
class NetworkErrorLogging < TencentCloud::Common::AbstractModel
|
|
18047
|
+
# @param Switch: 是否开启网络错误日志记录配置,取值有:
|
|
18048
|
+
# <li>on:开启;</li>
|
|
18049
|
+
# <li>off:关闭。</li>
|
|
18050
|
+
# @type Switch: String
|
|
18051
|
+
|
|
18052
|
+
attr_accessor :Switch
|
|
18053
|
+
|
|
18054
|
+
def initialize(switch=nil)
|
|
18055
|
+
@Switch = switch
|
|
18056
|
+
end
|
|
18057
|
+
|
|
18058
|
+
def deserialize(params)
|
|
18059
|
+
@Switch = params['Switch']
|
|
18060
|
+
end
|
|
18061
|
+
end
|
|
18062
|
+
|
|
18063
|
+
# 网络错误日志记录配置项。
|
|
18064
|
+
class NetworkErrorLoggingParameters < TencentCloud::Common::AbstractModel
|
|
18065
|
+
# @param Switch: 网络错误日志记录配置开关,取值有:
|
|
18066
|
+
# <li>on:开启;</li>
|
|
18067
|
+
# <li>off:关闭。</li>
|
|
18068
|
+
# @type Switch: String
|
|
18069
|
+
|
|
18070
|
+
attr_accessor :Switch
|
|
18071
|
+
|
|
18072
|
+
def initialize(switch=nil)
|
|
18073
|
+
@Switch = switch
|
|
18074
|
+
end
|
|
18075
|
+
|
|
18076
|
+
def deserialize(params)
|
|
18077
|
+
@Switch = params['Switch']
|
|
18078
|
+
end
|
|
18079
|
+
end
|
|
18080
|
+
|
|
18038
18081
|
# 当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前生效的回源 IP 网段的对比。
|
|
18039
18082
|
class NextOriginACL < TencentCloud::Common::AbstractModel
|
|
18040
18083
|
# @param Version: 版本号。
|
|
@@ -23214,6 +23257,9 @@ module TencentCloud
|
|
|
23214
23257
|
# @param Grpc: gRPC 协议支持配置。
|
|
23215
23258
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23216
23259
|
# @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.GrpcParameters`
|
|
23260
|
+
# @param NetworkErrorLogging: 网络错误日志记录配置。
|
|
23261
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23262
|
+
# @type NetworkErrorLogging: :class:`Tencentcloud::Teo.v20220901.models.NetworkErrorLoggingParameters`
|
|
23217
23263
|
# @param AccelerateMainland: 中国大陆加速优化配置。
|
|
23218
23264
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23219
23265
|
# @type AccelerateMainland: :class:`Tencentcloud::Teo.v20220901.models.AccelerateMainlandParameters`
|
|
@@ -23221,9 +23267,9 @@ module TencentCloud
|
|
|
23221
23267
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23222
23268
|
# @type StandardDebug: :class:`Tencentcloud::Teo.v20220901.models.StandardDebugParameters`
|
|
23223
23269
|
|
|
23224
|
-
attr_accessor :SmartRouting, :Cache, :MaxAge, :CacheKey, :CachePrefresh, :OfflineCache, :Compression, :ForceRedirectHTTPS, :HSTS, :TLSConfig, :OCSPStapling, :HTTP2, :QUIC, :UpstreamHTTP2, :IPv6, :WebSocket, :PostMaxSize, :ClientIPHeader, :ClientIPCountry, :Grpc, :AccelerateMainland, :StandardDebug
|
|
23270
|
+
attr_accessor :SmartRouting, :Cache, :MaxAge, :CacheKey, :CachePrefresh, :OfflineCache, :Compression, :ForceRedirectHTTPS, :HSTS, :TLSConfig, :OCSPStapling, :HTTP2, :QUIC, :UpstreamHTTP2, :IPv6, :WebSocket, :PostMaxSize, :ClientIPHeader, :ClientIPCountry, :Grpc, :NetworkErrorLogging, :AccelerateMainland, :StandardDebug
|
|
23225
23271
|
|
|
23226
|
-
def initialize(smartrouting=nil, cache=nil, maxage=nil, cachekey=nil, cacheprefresh=nil, offlinecache=nil, compression=nil, forceredirecthttps=nil, hsts=nil, tlsconfig=nil, ocspstapling=nil, http2=nil, quic=nil, upstreamhttp2=nil, ipv6=nil, websocket=nil, postmaxsize=nil, clientipheader=nil, clientipcountry=nil, grpc=nil, acceleratemainland=nil, standarddebug=nil)
|
|
23272
|
+
def initialize(smartrouting=nil, cache=nil, maxage=nil, cachekey=nil, cacheprefresh=nil, offlinecache=nil, compression=nil, forceredirecthttps=nil, hsts=nil, tlsconfig=nil, ocspstapling=nil, http2=nil, quic=nil, upstreamhttp2=nil, ipv6=nil, websocket=nil, postmaxsize=nil, clientipheader=nil, clientipcountry=nil, grpc=nil, networkerrorlogging=nil, acceleratemainland=nil, standarddebug=nil)
|
|
23227
23273
|
@SmartRouting = smartrouting
|
|
23228
23274
|
@Cache = cache
|
|
23229
23275
|
@MaxAge = maxage
|
|
@@ -23244,6 +23290,7 @@ module TencentCloud
|
|
|
23244
23290
|
@ClientIPHeader = clientipheader
|
|
23245
23291
|
@ClientIPCountry = clientipcountry
|
|
23246
23292
|
@Grpc = grpc
|
|
23293
|
+
@NetworkErrorLogging = networkerrorlogging
|
|
23247
23294
|
@AccelerateMainland = acceleratemainland
|
|
23248
23295
|
@StandardDebug = standarddebug
|
|
23249
23296
|
end
|
|
@@ -23329,6 +23376,10 @@ module TencentCloud
|
|
|
23329
23376
|
@Grpc = GrpcParameters.new
|
|
23330
23377
|
@Grpc.deserialize(params['Grpc'])
|
|
23331
23378
|
end
|
|
23379
|
+
unless params['NetworkErrorLogging'].nil?
|
|
23380
|
+
@NetworkErrorLogging = NetworkErrorLoggingParameters.new
|
|
23381
|
+
@NetworkErrorLogging.deserialize(params['NetworkErrorLogging'])
|
|
23382
|
+
end
|
|
23332
23383
|
unless params['AccelerateMainland'].nil?
|
|
23333
23384
|
@AccelerateMainland = AccelerateMainlandParameters.new
|
|
23334
23385
|
@AccelerateMainland.deserialize(params['AccelerateMainland'])
|
|
@@ -23451,6 +23502,9 @@ module TencentCloud
|
|
|
23451
23502
|
# @param Grpc: Grpc协议支持配置。
|
|
23452
23503
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23453
23504
|
# @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.Grpc`
|
|
23505
|
+
# @param NetworkErrorLogging: 网络错误日志记录配置。
|
|
23506
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23507
|
+
# @type NetworkErrorLogging: :class:`Tencentcloud::Teo.v20220901.models.NetworkErrorLogging`
|
|
23454
23508
|
# @param ImageOptimize: 图片优化相关配置。
|
|
23455
23509
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23456
23510
|
# @type ImageOptimize: :class:`Tencentcloud::Teo.v20220901.models.ImageOptimize`
|
|
@@ -23464,9 +23518,9 @@ module TencentCloud
|
|
|
23464
23518
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23465
23519
|
# @type JITVideoProcess: :class:`Tencentcloud::Teo.v20220901.models.JITVideoProcess`
|
|
23466
23520
|
|
|
23467
|
-
attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc, :ImageOptimize, :AccelerateMainland, :StandardDebug, :JITVideoProcess
|
|
23521
|
+
attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc, :NetworkErrorLogging, :ImageOptimize, :AccelerateMainland, :StandardDebug, :JITVideoProcess
|
|
23468
23522
|
|
|
23469
|
-
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, standarddebug=nil, jitvideoprocess=nil)
|
|
23523
|
+
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, networkerrorlogging=nil, imageoptimize=nil, acceleratemainland=nil, standarddebug=nil, jitvideoprocess=nil)
|
|
23470
23524
|
@ZoneName = zonename
|
|
23471
23525
|
@Area = area
|
|
23472
23526
|
@CacheKey = cachekey
|
|
@@ -23487,6 +23541,7 @@ module TencentCloud
|
|
|
23487
23541
|
@Https = https
|
|
23488
23542
|
@ClientIpCountry = clientipcountry
|
|
23489
23543
|
@Grpc = grpc
|
|
23544
|
+
@NetworkErrorLogging = networkerrorlogging
|
|
23490
23545
|
@ImageOptimize = imageoptimize
|
|
23491
23546
|
@AccelerateMainland = acceleratemainland
|
|
23492
23547
|
@StandardDebug = standarddebug
|
|
@@ -23568,6 +23623,10 @@ module TencentCloud
|
|
|
23568
23623
|
@Grpc = Grpc.new
|
|
23569
23624
|
@Grpc.deserialize(params['Grpc'])
|
|
23570
23625
|
end
|
|
23626
|
+
unless params['NetworkErrorLogging'].nil?
|
|
23627
|
+
@NetworkErrorLogging = NetworkErrorLogging.new
|
|
23628
|
+
@NetworkErrorLogging.deserialize(params['NetworkErrorLogging'])
|
|
23629
|
+
end
|
|
23571
23630
|
unless params['ImageOptimize'].nil?
|
|
23572
23631
|
@ImageOptimize = ImageOptimize.new
|
|
23573
23632
|
@ImageOptimize.deserialize(params['ImageOptimize'])
|
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.1171
|
|
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-11-
|
|
11
|
+
date: 2025-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|