tencentcloud-sdk-teo 3.0.1169 → 3.0.1173
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 +124 -9
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3450f25c12a088ffd3f94870336f92405f85304
|
|
4
|
+
data.tar.gz: d1ebbe87dcf707ac3ab9e426e2bcdecae3ad0067
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad6dfc898fc70f214dfbb1a69b36a81ae12960b233aa4d97f5d444773a654453194001678fce859e37d385653eea26c30dde7e4ed86583dd1d82a75de561a938
|
|
7
|
+
data.tar.gz: 32d50991257684a01d7b8cf44999a24a6085696c838b308351c0c9027400b90c503a1895524c59c6b39322bbdf1121ad7ba81dc0f124c1ae766bb0809aa05dc6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1173
|
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: 版本号。
|
|
@@ -18304,6 +18347,53 @@ module TencentCloud
|
|
|
18304
18347
|
end
|
|
18305
18348
|
end
|
|
18306
18349
|
|
|
18350
|
+
# 回源鉴权参数。
|
|
18351
|
+
class OriginAuthenticationParameters < TencentCloud::Common::AbstractModel
|
|
18352
|
+
# @param RequestProperties: 回源鉴权请求属性。
|
|
18353
|
+
# @type RequestProperties: Array
|
|
18354
|
+
|
|
18355
|
+
attr_accessor :RequestProperties
|
|
18356
|
+
|
|
18357
|
+
def initialize(requestproperties=nil)
|
|
18358
|
+
@RequestProperties = requestproperties
|
|
18359
|
+
end
|
|
18360
|
+
|
|
18361
|
+
def deserialize(params)
|
|
18362
|
+
unless params['RequestProperties'].nil?
|
|
18363
|
+
@RequestProperties = []
|
|
18364
|
+
params['RequestProperties'].each do |i|
|
|
18365
|
+
originauthenticationrequestproperties_tmp = OriginAuthenticationRequestProperties.new
|
|
18366
|
+
originauthenticationrequestproperties_tmp.deserialize(i)
|
|
18367
|
+
@RequestProperties << originauthenticationrequestproperties_tmp
|
|
18368
|
+
end
|
|
18369
|
+
end
|
|
18370
|
+
end
|
|
18371
|
+
end
|
|
18372
|
+
|
|
18373
|
+
# 回源鉴权请求属性。
|
|
18374
|
+
class OriginAuthenticationRequestProperties < TencentCloud::Common::AbstractModel
|
|
18375
|
+
# @param Type: 设置回源鉴权参数类型,取值有:<li>QueryString:表示设置回源鉴权参数类型为查询字符串;</li><li>Header:表示设置回源鉴权参数类型为请求头。</li>
|
|
18376
|
+
# @type Type: String
|
|
18377
|
+
# @param Name: 设置回源鉴权类型对应的参数名称。
|
|
18378
|
+
# @type Name: String
|
|
18379
|
+
# @param Value: 设置回源鉴权类型对应的参数值。
|
|
18380
|
+
# @type Value: String
|
|
18381
|
+
|
|
18382
|
+
attr_accessor :Type, :Name, :Value
|
|
18383
|
+
|
|
18384
|
+
def initialize(type=nil, name=nil, value=nil)
|
|
18385
|
+
@Type = type
|
|
18386
|
+
@Name = name
|
|
18387
|
+
@Value = value
|
|
18388
|
+
end
|
|
18389
|
+
|
|
18390
|
+
def deserialize(params)
|
|
18391
|
+
@Type = params['Type']
|
|
18392
|
+
@Name = params['Name']
|
|
18393
|
+
@Value = params['Value']
|
|
18394
|
+
end
|
|
18395
|
+
end
|
|
18396
|
+
|
|
18307
18397
|
# HTTPS 源站证书校验的模式。
|
|
18308
18398
|
class OriginCertificateVerify < TencentCloud::Common::AbstractModel
|
|
18309
18399
|
# @param VerificationMode: 源站证书校验模式。取值有:<li>disable:禁用源站证书校验。</li><li>custom_ca:使用指定受信任 CA 证书校验。</li>
|
|
@@ -20444,7 +20534,9 @@ module TencentCloud
|
|
|
20444
20534
|
# <li>ModifyRequestHeader:修改 HTTP 节点请求头;</li>
|
|
20445
20535
|
# <li>ResponseSpeedLimit:单连接下载限速;</li>
|
|
20446
20536
|
# <li>SetContentIdentifier:设置内容标识符;</li>
|
|
20447
|
-
# <li>Vary:Vary
|
|
20537
|
+
# <li>Vary:Vary 特性配置;</li>
|
|
20538
|
+
# <li>ContentCompression:内容压缩配置;</li>
|
|
20539
|
+
# <li>OriginAuthentication:回源鉴权配置。</li>
|
|
20448
20540
|
# @type Name: String
|
|
20449
20541
|
# @param CacheParameters: 节点缓存 TTL 配置参数,当 Name 取值为 Cache 时,该参数必填。
|
|
20450
20542
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -20556,10 +20648,12 @@ module TencentCloud
|
|
|
20556
20648
|
# @type VaryParameters: :class:`Tencentcloud::Teo.v20220901.models.VaryParameters`
|
|
20557
20649
|
# @param ContentCompressionParameters: 内容压缩配置参数,当 Name 取值为 ContentCompression 时,该参数必填。该参数为白名单功能,如有需要,请联系腾讯云工程师处理。
|
|
20558
20650
|
# @type ContentCompressionParameters: :class:`Tencentcloud::Teo.v20220901.models.ContentCompressionParameters`
|
|
20651
|
+
# @param OriginAuthenticationParameters: 回源鉴权配置参数,当 Name 取值为 OriginAuthentication 时,该参数必填。该参数为白名单功能,如有需要,请联系腾讯云工程师处理。
|
|
20652
|
+
# @type OriginAuthenticationParameters: :class:`Tencentcloud::Teo.v20220901.models.OriginAuthenticationParameters`
|
|
20559
20653
|
|
|
20560
|
-
attr_accessor :Name, :CacheParameters, :CacheKeyParameters, :CachePrefreshParameters, :AccessURLRedirectParameters, :UpstreamURLRewriteParameters, :QUICParameters, :WebSocketParameters, :AuthenticationParameters, :MaxAgeParameters, :StatusCodeCacheParameters, :OfflineCacheParameters, :SmartRoutingParameters, :RangeOriginPullParameters, :UpstreamHTTP2Parameters, :HostHeaderParameters, :ForceRedirectHTTPSParameters, :OriginPullProtocolParameters, :CompressionParameters, :HSTSParameters, :ClientIPHeaderParameters, :OCSPStaplingParameters, :HTTP2Parameters, :PostMaxSizeParameters, :ClientIPCountryParameters, :UpstreamFollowRedirectParameters, :UpstreamRequestParameters, :TLSConfigParameters, :ModifyOriginParameters, :HTTPUpstreamTimeoutParameters, :HttpResponseParameters, :ErrorPageParameters, :ModifyResponseHeaderParameters, :ModifyRequestHeaderParameters, :ResponseSpeedLimitParameters, :SetContentIdentifierParameters, :VaryParameters, :ContentCompressionParameters
|
|
20654
|
+
attr_accessor :Name, :CacheParameters, :CacheKeyParameters, :CachePrefreshParameters, :AccessURLRedirectParameters, :UpstreamURLRewriteParameters, :QUICParameters, :WebSocketParameters, :AuthenticationParameters, :MaxAgeParameters, :StatusCodeCacheParameters, :OfflineCacheParameters, :SmartRoutingParameters, :RangeOriginPullParameters, :UpstreamHTTP2Parameters, :HostHeaderParameters, :ForceRedirectHTTPSParameters, :OriginPullProtocolParameters, :CompressionParameters, :HSTSParameters, :ClientIPHeaderParameters, :OCSPStaplingParameters, :HTTP2Parameters, :PostMaxSizeParameters, :ClientIPCountryParameters, :UpstreamFollowRedirectParameters, :UpstreamRequestParameters, :TLSConfigParameters, :ModifyOriginParameters, :HTTPUpstreamTimeoutParameters, :HttpResponseParameters, :ErrorPageParameters, :ModifyResponseHeaderParameters, :ModifyRequestHeaderParameters, :ResponseSpeedLimitParameters, :SetContentIdentifierParameters, :VaryParameters, :ContentCompressionParameters, :OriginAuthenticationParameters
|
|
20561
20655
|
|
|
20562
|
-
def initialize(name=nil, cacheparameters=nil, cachekeyparameters=nil, cacheprefreshparameters=nil, accessurlredirectparameters=nil, upstreamurlrewriteparameters=nil, quicparameters=nil, websocketparameters=nil, authenticationparameters=nil, maxageparameters=nil, statuscodecacheparameters=nil, offlinecacheparameters=nil, smartroutingparameters=nil, rangeoriginpullparameters=nil, upstreamhttp2parameters=nil, hostheaderparameters=nil, forceredirecthttpsparameters=nil, originpullprotocolparameters=nil, compressionparameters=nil, hstsparameters=nil, clientipheaderparameters=nil, ocspstaplingparameters=nil, http2parameters=nil, postmaxsizeparameters=nil, clientipcountryparameters=nil, upstreamfollowredirectparameters=nil, upstreamrequestparameters=nil, tlsconfigparameters=nil, modifyoriginparameters=nil, httpupstreamtimeoutparameters=nil, httpresponseparameters=nil, errorpageparameters=nil, modifyresponseheaderparameters=nil, modifyrequestheaderparameters=nil, responsespeedlimitparameters=nil, setcontentidentifierparameters=nil, varyparameters=nil, contentcompressionparameters=nil)
|
|
20656
|
+
def initialize(name=nil, cacheparameters=nil, cachekeyparameters=nil, cacheprefreshparameters=nil, accessurlredirectparameters=nil, upstreamurlrewriteparameters=nil, quicparameters=nil, websocketparameters=nil, authenticationparameters=nil, maxageparameters=nil, statuscodecacheparameters=nil, offlinecacheparameters=nil, smartroutingparameters=nil, rangeoriginpullparameters=nil, upstreamhttp2parameters=nil, hostheaderparameters=nil, forceredirecthttpsparameters=nil, originpullprotocolparameters=nil, compressionparameters=nil, hstsparameters=nil, clientipheaderparameters=nil, ocspstaplingparameters=nil, http2parameters=nil, postmaxsizeparameters=nil, clientipcountryparameters=nil, upstreamfollowredirectparameters=nil, upstreamrequestparameters=nil, tlsconfigparameters=nil, modifyoriginparameters=nil, httpupstreamtimeoutparameters=nil, httpresponseparameters=nil, errorpageparameters=nil, modifyresponseheaderparameters=nil, modifyrequestheaderparameters=nil, responsespeedlimitparameters=nil, setcontentidentifierparameters=nil, varyparameters=nil, contentcompressionparameters=nil, originauthenticationparameters=nil)
|
|
20563
20657
|
@Name = name
|
|
20564
20658
|
@CacheParameters = cacheparameters
|
|
20565
20659
|
@CacheKeyParameters = cachekeyparameters
|
|
@@ -20598,6 +20692,7 @@ module TencentCloud
|
|
|
20598
20692
|
@SetContentIdentifierParameters = setcontentidentifierparameters
|
|
20599
20693
|
@VaryParameters = varyparameters
|
|
20600
20694
|
@ContentCompressionParameters = contentcompressionparameters
|
|
20695
|
+
@OriginAuthenticationParameters = originauthenticationparameters
|
|
20601
20696
|
end
|
|
20602
20697
|
|
|
20603
20698
|
def deserialize(params)
|
|
@@ -20750,6 +20845,10 @@ module TencentCloud
|
|
|
20750
20845
|
@ContentCompressionParameters = ContentCompressionParameters.new
|
|
20751
20846
|
@ContentCompressionParameters.deserialize(params['ContentCompressionParameters'])
|
|
20752
20847
|
end
|
|
20848
|
+
unless params['OriginAuthenticationParameters'].nil?
|
|
20849
|
+
@OriginAuthenticationParameters = OriginAuthenticationParameters.new
|
|
20850
|
+
@OriginAuthenticationParameters.deserialize(params['OriginAuthenticationParameters'])
|
|
20851
|
+
end
|
|
20753
20852
|
end
|
|
20754
20853
|
end
|
|
20755
20854
|
|
|
@@ -23214,6 +23313,9 @@ module TencentCloud
|
|
|
23214
23313
|
# @param Grpc: gRPC 协议支持配置。
|
|
23215
23314
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23216
23315
|
# @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.GrpcParameters`
|
|
23316
|
+
# @param NetworkErrorLogging: 网络错误日志记录配置。
|
|
23317
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23318
|
+
# @type NetworkErrorLogging: :class:`Tencentcloud::Teo.v20220901.models.NetworkErrorLoggingParameters`
|
|
23217
23319
|
# @param AccelerateMainland: 中国大陆加速优化配置。
|
|
23218
23320
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23219
23321
|
# @type AccelerateMainland: :class:`Tencentcloud::Teo.v20220901.models.AccelerateMainlandParameters`
|
|
@@ -23221,9 +23323,9 @@ module TencentCloud
|
|
|
23221
23323
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23222
23324
|
# @type StandardDebug: :class:`Tencentcloud::Teo.v20220901.models.StandardDebugParameters`
|
|
23223
23325
|
|
|
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
|
|
23326
|
+
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
23327
|
|
|
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)
|
|
23328
|
+
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
23329
|
@SmartRouting = smartrouting
|
|
23228
23330
|
@Cache = cache
|
|
23229
23331
|
@MaxAge = maxage
|
|
@@ -23244,6 +23346,7 @@ module TencentCloud
|
|
|
23244
23346
|
@ClientIPHeader = clientipheader
|
|
23245
23347
|
@ClientIPCountry = clientipcountry
|
|
23246
23348
|
@Grpc = grpc
|
|
23349
|
+
@NetworkErrorLogging = networkerrorlogging
|
|
23247
23350
|
@AccelerateMainland = acceleratemainland
|
|
23248
23351
|
@StandardDebug = standarddebug
|
|
23249
23352
|
end
|
|
@@ -23329,6 +23432,10 @@ module TencentCloud
|
|
|
23329
23432
|
@Grpc = GrpcParameters.new
|
|
23330
23433
|
@Grpc.deserialize(params['Grpc'])
|
|
23331
23434
|
end
|
|
23435
|
+
unless params['NetworkErrorLogging'].nil?
|
|
23436
|
+
@NetworkErrorLogging = NetworkErrorLoggingParameters.new
|
|
23437
|
+
@NetworkErrorLogging.deserialize(params['NetworkErrorLogging'])
|
|
23438
|
+
end
|
|
23332
23439
|
unless params['AccelerateMainland'].nil?
|
|
23333
23440
|
@AccelerateMainland = AccelerateMainlandParameters.new
|
|
23334
23441
|
@AccelerateMainland.deserialize(params['AccelerateMainland'])
|
|
@@ -23451,6 +23558,9 @@ module TencentCloud
|
|
|
23451
23558
|
# @param Grpc: Grpc协议支持配置。
|
|
23452
23559
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23453
23560
|
# @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.Grpc`
|
|
23561
|
+
# @param NetworkErrorLogging: 网络错误日志记录配置。
|
|
23562
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23563
|
+
# @type NetworkErrorLogging: :class:`Tencentcloud::Teo.v20220901.models.NetworkErrorLogging`
|
|
23454
23564
|
# @param ImageOptimize: 图片优化相关配置。
|
|
23455
23565
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23456
23566
|
# @type ImageOptimize: :class:`Tencentcloud::Teo.v20220901.models.ImageOptimize`
|
|
@@ -23464,9 +23574,9 @@ module TencentCloud
|
|
|
23464
23574
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23465
23575
|
# @type JITVideoProcess: :class:`Tencentcloud::Teo.v20220901.models.JITVideoProcess`
|
|
23466
23576
|
|
|
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
|
|
23577
|
+
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
23578
|
|
|
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)
|
|
23579
|
+
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
23580
|
@ZoneName = zonename
|
|
23471
23581
|
@Area = area
|
|
23472
23582
|
@CacheKey = cachekey
|
|
@@ -23487,6 +23597,7 @@ module TencentCloud
|
|
|
23487
23597
|
@Https = https
|
|
23488
23598
|
@ClientIpCountry = clientipcountry
|
|
23489
23599
|
@Grpc = grpc
|
|
23600
|
+
@NetworkErrorLogging = networkerrorlogging
|
|
23490
23601
|
@ImageOptimize = imageoptimize
|
|
23491
23602
|
@AccelerateMainland = acceleratemainland
|
|
23492
23603
|
@StandardDebug = standarddebug
|
|
@@ -23568,6 +23679,10 @@ module TencentCloud
|
|
|
23568
23679
|
@Grpc = Grpc.new
|
|
23569
23680
|
@Grpc.deserialize(params['Grpc'])
|
|
23570
23681
|
end
|
|
23682
|
+
unless params['NetworkErrorLogging'].nil?
|
|
23683
|
+
@NetworkErrorLogging = NetworkErrorLogging.new
|
|
23684
|
+
@NetworkErrorLogging.deserialize(params['NetworkErrorLogging'])
|
|
23685
|
+
end
|
|
23571
23686
|
unless params['ImageOptimize'].nil?
|
|
23572
23687
|
@ImageOptimize = ImageOptimize.new
|
|
23573
23688
|
@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.1173
|
|
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-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -35,9 +35,9 @@ extra_rdoc_files: []
|
|
|
35
35
|
files:
|
|
36
36
|
- lib/v20220106/client.rb
|
|
37
37
|
- lib/v20220106/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-teo.rb
|
|
38
39
|
- lib/v20220901/client.rb
|
|
39
40
|
- lib/v20220901/models.rb
|
|
40
|
-
- lib/tencentcloud-sdk-teo.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|