tencentcloud-sdk-teo 3.0.1085 → 3.0.1092

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c00e6ecbfd569d42269cda1c2c5d5795887a9e83
4
- data.tar.gz: 63296e121b777c9aa7b41afdeb14ed95b30cd9f9
3
+ metadata.gz: a8e14064af3cfcd46e6884a37ae72cfe2de40f91
4
+ data.tar.gz: 9bd9092de2ea1596760011e2e201e5ed15373cc7
5
5
  SHA512:
6
- metadata.gz: b80d2376027feb83751f0d211229aaee9edf84800e9566d00555d555df9b41c29fa44f5944bda30faa3fee9494aec2bfd46eefcba2e4eb5d93212373974e85ba
7
- data.tar.gz: 3df752285eaa51d76afb9a808a0b69aa7ebe93b062ea4d0e3bc12e5b5653293200fc343964b888dcd97e299aed418891398834bb95076b1ec76c9e0771a9ee7f
6
+ metadata.gz: b828af99bc0cc3cfdc12d6d9a66f7a1053df323672c941f1c6061b7f5a6081c71d1163e33f8982aab8015f577a540ee2d2ff7b4795529a482a51773a31d6e908
7
+ data.tar.gz: 85b6f585f79cecc3bb4d707517829ff25fbe890a933c9a642aef11e764f6745c6051bc2a29e8c7ed4d7e7c91484e521fdea35571a4c9db54e4bb1526772acf68
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1085
1
+ 3.0.1092
@@ -125,6 +125,30 @@ module TencentCloud
125
125
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
126
126
  end
127
127
 
128
+ # 本接口用于回源 IP 网段发生变更时,确认已将最新回源 IP 网段更新至源站防火墙。确认已更新至最新的回源 IP 网段后,相关变更通知将会停止推送。
129
+
130
+ # @param request: Request instance for ConfirmOriginACLUpdate.
131
+ # @type request: :class:`Tencentcloud::teo::V20220901::ConfirmOriginACLUpdateRequest`
132
+ # @rtype: :class:`Tencentcloud::teo::V20220901::ConfirmOriginACLUpdateResponse`
133
+ def ConfirmOriginACLUpdate(request)
134
+ body = send_request('ConfirmOriginACLUpdate', request.serialize)
135
+ response = JSON.parse(body)
136
+ if response['Response'].key?('Error') == false
137
+ model = ConfirmOriginACLUpdateResponse.new
138
+ model.deserialize(response['Response'])
139
+ model
140
+ else
141
+ code = response['Response']['Error']['Code']
142
+ message = response['Response']['Error']['Message']
143
+ reqid = response['Response']['RequestId']
144
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
145
+ end
146
+ rescue TencentCloud::Common::TencentCloudSDKException => e
147
+ raise e
148
+ rescue StandardError => e
149
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
150
+ end
151
+
128
152
  # 在创建完站点之后,您可以通过本接口创建加速域名。
129
153
 
130
154
  # CNAME 模式接入时,若您未完成站点归属权校验,本接口将为您返回域名归属权验证信息,您可以单独对域名进行归属权验证,详情参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789)。
@@ -1892,6 +1916,30 @@ module TencentCloud
1892
1916
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1893
1917
  end
1894
1918
 
1919
+ # 本接口用于查询站点下的七层加速域名/四层代理实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。如果您想通过自动化脚本定期获取回源 IP 网段的最新版本,可以较低频率(建议每三天一次)轮询本接口,若 NextOriginACL 字段有返回值,则将最新的回源 IP 网段同步到源站防火墙配置中。
1920
+
1921
+ # @param request: Request instance for DescribeOriginACL.
1922
+ # @type request: :class:`Tencentcloud::teo::V20220901::DescribeOriginACLRequest`
1923
+ # @rtype: :class:`Tencentcloud::teo::V20220901::DescribeOriginACLResponse`
1924
+ def DescribeOriginACL(request)
1925
+ body = send_request('DescribeOriginACL', request.serialize)
1926
+ response = JSON.parse(body)
1927
+ if response['Response'].key?('Error') == false
1928
+ model = DescribeOriginACLResponse.new
1929
+ model.deserialize(response['Response'])
1930
+ model
1931
+ else
1932
+ code = response['Response']['Error']['Code']
1933
+ message = response['Response']['Error']['Message']
1934
+ reqid = response['Response']['RequestId']
1935
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
1936
+ end
1937
+ rescue TencentCloud::Common::TencentCloudSDKException => e
1938
+ raise e
1939
+ rescue StandardError => e
1940
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1941
+ end
1942
+
1895
1943
  # 获取源站组列表
1896
1944
 
1897
1945
  # @param request: Request instance for DescribeOriginGroup.
@@ -1940,7 +1988,9 @@ module TencentCloud
1940
1988
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1941
1989
  end
1942
1990
 
1943
- # 查询源站防护信息
1991
+ # 本接口为旧版本查询源站防护接口,EdgeOne 于 2025 年 6 月 27 日已对源站防护相关接口全面升级,新版本查询源站防护接口详情请参考 [DescribeOriginACL](https://cloud.tencent.com/document/product/1552/120408)。
1992
+
1993
+ # <p style="color: red;">注意:自 2025 年 6 月 27 日起,旧版接口停止更新迭代,后续新增功能将仅在新版接口中提供。为避免在使用旧版接口时出现数据字段冲突,建议您尽早迁移到新版源站防护接口。</p>
1944
1994
 
1945
1995
  # @param request: Request instance for DescribeOriginProtection.
1946
1996
  # @type request: :class:`Tencentcloud::teo::V20220901::DescribeOriginProtectionRequest`
@@ -2455,6 +2505,30 @@ module TencentCloud
2455
2505
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2456
2506
  end
2457
2507
 
2508
+ # 本接口用于关闭站点的源站防护功能。停用后,相关资源不再仅使用「源站防护」提供的回源 IP 网段请求您的源站,同时停止发送回源 IP 网段更新通知。
2509
+
2510
+ # @param request: Request instance for DisableOriginACL.
2511
+ # @type request: :class:`Tencentcloud::teo::V20220901::DisableOriginACLRequest`
2512
+ # @rtype: :class:`Tencentcloud::teo::V20220901::DisableOriginACLResponse`
2513
+ def DisableOriginACL(request)
2514
+ body = send_request('DisableOriginACL', request.serialize)
2515
+ response = JSON.parse(body)
2516
+ if response['Response'].key?('Error') == false
2517
+ model = DisableOriginACLResponse.new
2518
+ model.deserialize(response['Response'])
2519
+ model
2520
+ else
2521
+ code = response['Response']['Error']['Code']
2522
+ message = response['Response']['Error']['Message']
2523
+ reqid = response['Response']['RequestId']
2524
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2525
+ end
2526
+ rescue TencentCloud::Common::TencentCloudSDKException => e
2527
+ raise e
2528
+ rescue StandardError => e
2529
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2530
+ end
2531
+
2458
2532
  # 本接口(DownloadL4Logs)用于下载四层离线日志。
2459
2533
 
2460
2534
  # @param request: Request instance for DownloadL4Logs.
@@ -2503,6 +2577,34 @@ module TencentCloud
2503
2577
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2504
2578
  end
2505
2579
 
2580
+ # 本接口用于站点首次开启源站防护,启用后 EdgeOne 将会使用特定的回源 IP 网段为七层加速域名/四层代理实例回源。单次支持提交的七层加速域名的数量最大为 200,四层代理实例的数量最大为 100,支持七层加速域名/四层代理实例混合提交,总实例个数最大为 200。如需要启用超过 200 个资源,可先通过指定资源的方式以最大数量启用,剩余资源通过 ModifyOriginACL 接口启用。后续新增七层加速域名/四层代理实例均请通过 ModifyOriginACL 接口配置。
2581
+
2582
+ # 注意:
2583
+ # - 调用本接口视为同意 [源站防护启用特别约定](https://cloud.tencent.com/document/product/1552/120141);
2584
+ # - 回源 IP 网段会不定期变更,EdgeOne 将在回源 IP 网段变更前 14 天、前 7 天、前 3 天和前 1 天分别通过站内信、短信、邮件等一种或多种方式发起通知,为了能正常收到回源 IP 网段的变更通知,请务必确保您在 [腾讯云消息中心控制台](https://console.cloud.tencent.com/message)内,已勾选边缘安全加速平台 EO 的产品服务相关消息通知,并配置正确的消息接收人。配置方式请参考 [消息订阅管理](https://cloud.tencent.com/document/product/567/43476)。
2585
+
2586
+ # @param request: Request instance for EnableOriginACL.
2587
+ # @type request: :class:`Tencentcloud::teo::V20220901::EnableOriginACLRequest`
2588
+ # @rtype: :class:`Tencentcloud::teo::V20220901::EnableOriginACLResponse`
2589
+ def EnableOriginACL(request)
2590
+ body = send_request('EnableOriginACL', request.serialize)
2591
+ response = JSON.parse(body)
2592
+ if response['Response'].key?('Error') == false
2593
+ model = EnableOriginACLResponse.new
2594
+ model.deserialize(response['Response'])
2595
+ model
2596
+ else
2597
+ code = response['Response']['Error']['Code']
2598
+ message = response['Response']['Error']['Message']
2599
+ reqid = response['Response']['RequestId']
2600
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2601
+ end
2602
+ rescue TencentCloud::Common::TencentCloudSDKException => e
2603
+ raise e
2604
+ rescue StandardError => e
2605
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2606
+ end
2607
+
2506
2608
  # 导出站点配置接口,本接口支持用户根据需要的配置项进行配置导出,导出的配置用于导入站点配置接口(ImportZoneConfig)进行配置导入。该功能仅支持标准版和企业版套餐站点使用。
2507
2609
 
2508
2610
  # @param request: Request instance for ExportZoneConfig.
@@ -3208,6 +3310,30 @@ module TencentCloud
3208
3310
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3209
3311
  end
3210
3312
 
3313
+ # 本接口用于对七层加速域名/四层代理实例启用/关闭特定回源 IP 网段回源。单次支持提交的七层加速域名的数量最大为 200,四层代理实例的数量最大为 100,支持七层加速域名/四层代理实例混合提交,总实例个数最大为 200。如需变更超过 200 个实例,请通过本接口分批提交。
3314
+
3315
+ # @param request: Request instance for ModifyOriginACL.
3316
+ # @type request: :class:`Tencentcloud::teo::V20220901::ModifyOriginACLRequest`
3317
+ # @rtype: :class:`Tencentcloud::teo::V20220901::ModifyOriginACLResponse`
3318
+ def ModifyOriginACL(request)
3319
+ body = send_request('ModifyOriginACL', request.serialize)
3320
+ response = JSON.parse(body)
3321
+ if response['Response'].key?('Error') == false
3322
+ model = ModifyOriginACLResponse.new
3323
+ model.deserialize(response['Response'])
3324
+ model
3325
+ else
3326
+ code = response['Response']['Error']['Code']
3327
+ message = response['Response']['Error']['Message']
3328
+ reqid = response['Response']['RequestId']
3329
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
3330
+ end
3331
+ rescue TencentCloud::Common::TencentCloudSDKException => e
3332
+ raise e
3333
+ rescue StandardError => e
3334
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3335
+ end
3336
+
3211
3337
  # 修改源站组配置,新提交的源站记录将会覆盖原有源站组中的源站记录。
3212
3338
 
3213
3339
  # @param request: Request instance for ModifyOriginGroup.
@@ -558,6 +558,26 @@ module TencentCloud
558
558
  end
559
559
  end
560
560
 
561
+ # IP 网段详情。
562
+ class Addresses < TencentCloud::Common::AbstractModel
563
+ # @param IPv4: IPv4 网段列表。
564
+ # @type IPv4: Array
565
+ # @param IPv6: IPv6 网段列表。
566
+ # @type IPv6: Array
567
+
568
+ attr_accessor :IPv4, :IPv6
569
+
570
+ def initialize(ipv4=nil, ipv6=nil)
571
+ @IPv4 = ipv4
572
+ @IPv6 = ipv6
573
+ end
574
+
575
+ def deserialize(params)
576
+ @IPv4 = params['IPv4']
577
+ @IPv6 = params['IPv6']
578
+ end
579
+ end
580
+
561
581
  # 描述键值对过滤器,用于条件过滤查询,支持模糊查询。例如过滤ID、名称、状态等。
562
582
  # 若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
563
583
  # 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
@@ -1701,8 +1721,8 @@ module TencentCloud
1701
1721
 
1702
1722
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1703
1723
  extend Gem::Deprecate
1704
- deprecate :IgnoreCacheControl, :none, 2025, 6
1705
- deprecate :IgnoreCacheControl=, :none, 2025, 6
1724
+ deprecate :IgnoreCacheControl, :none, 2025, 7
1725
+ deprecate :IgnoreCacheControl=, :none, 2025, 7
1706
1726
 
1707
1727
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1708
1728
  @Switch = switch
@@ -2568,6 +2588,38 @@ module TencentCloud
2568
2588
  end
2569
2589
  end
2570
2590
 
2591
+ # ConfirmOriginACLUpdate请求参数结构体
2592
+ class ConfirmOriginACLUpdateRequest < TencentCloud::Common::AbstractModel
2593
+ # @param ZoneId: 站点 ID。
2594
+ # @type ZoneId: String
2595
+
2596
+ attr_accessor :ZoneId
2597
+
2598
+ def initialize(zoneid=nil)
2599
+ @ZoneId = zoneid
2600
+ end
2601
+
2602
+ def deserialize(params)
2603
+ @ZoneId = params['ZoneId']
2604
+ end
2605
+ end
2606
+
2607
+ # ConfirmOriginACLUpdate返回参数结构体
2608
+ class ConfirmOriginACLUpdateResponse < TencentCloud::Common::AbstractModel
2609
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2610
+ # @type RequestId: String
2611
+
2612
+ attr_accessor :RequestId
2613
+
2614
+ def initialize(requestid=nil)
2615
+ @RequestId = requestid
2616
+ end
2617
+
2618
+ def deserialize(params)
2619
+ @RequestId = params['RequestId']
2620
+ end
2621
+ end
2622
+
2571
2623
  # 内容标识符。该功能仅白名单开放。
2572
2624
  class ContentIdentifier < TencentCloud::Common::AbstractModel
2573
2625
  # @param ContentId: 内容标识符 ID。
@@ -3745,8 +3797,8 @@ module TencentCloud
3745
3797
 
3746
3798
  attr_accessor :ZoneId, :Targets, :EncodeUrl, :Headers, :PrefetchMediaSegments
3747
3799
  extend Gem::Deprecate
3748
- deprecate :EncodeUrl, :none, 2025, 6
3749
- deprecate :EncodeUrl=, :none, 2025, 6
3800
+ deprecate :EncodeUrl, :none, 2025, 7
3801
+ deprecate :EncodeUrl=, :none, 2025, 7
3750
3802
 
3751
3803
  def initialize(zoneid=nil, targets=nil, encodeurl=nil, headers=nil, prefetchmediasegments=nil)
3752
3804
  @ZoneId = zoneid
@@ -3828,8 +3880,8 @@ module TencentCloud
3828
3880
 
3829
3881
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
3830
3882
  extend Gem::Deprecate
3831
- deprecate :EncodeUrl, :none, 2025, 6
3832
- deprecate :EncodeUrl=, :none, 2025, 6
3883
+ deprecate :EncodeUrl, :none, 2025, 7
3884
+ deprecate :EncodeUrl=, :none, 2025, 7
3833
3885
 
3834
3886
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
3835
3887
  @ZoneId = zoneid
@@ -4196,10 +4248,10 @@ module TencentCloud
4196
4248
 
4197
4249
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
4198
4250
  extend Gem::Deprecate
4199
- deprecate :AllowDuplicates, :none, 2025, 6
4200
- deprecate :AllowDuplicates=, :none, 2025, 6
4201
- deprecate :JumpStart, :none, 2025, 6
4202
- deprecate :JumpStart=, :none, 2025, 6
4251
+ deprecate :AllowDuplicates, :none, 2025, 7
4252
+ deprecate :AllowDuplicates=, :none, 2025, 7
4253
+ deprecate :JumpStart, :none, 2025, 7
4254
+ deprecate :JumpStart=, :none, 2025, 7
4203
4255
 
4204
4256
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
4205
4257
  @Type = type
@@ -4265,6 +4317,43 @@ module TencentCloud
4265
4317
  end
4266
4318
  end
4267
4319
 
4320
+ # 当前生效的回源 IP 网段。
4321
+ class CurrentOriginACL < TencentCloud::Common::AbstractModel
4322
+ # @param EntireAddresses: 回源 IP 网段详情。
4323
+ # 注意:此字段可能返回 null,表示取不到有效值。
4324
+ # @type EntireAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
4325
+ # @param Version: 版本号。
4326
+ # 注意:此字段可能返回 null,表示取不到有效值。
4327
+ # @type Version: String
4328
+ # @param ActiveTime: 版本生效时间,时间是北京时间 UTC+8, 遵循 ISO 8601 标准的日期和时间格式。
4329
+ # 注意:此字段可能返回 null,表示取不到有效值。
4330
+ # @type ActiveTime: String
4331
+ # @param IsPlaned: 本参数用于记录当前版本生效前是否完成「我已更新至最新回源 IP 网段」的确认。取值有:
4332
+ # <li>true:版本生效时,已完成更新至最新回源 IP 的确认;</li>
4333
+ # <li>false:版本生效时,仍未完成已更新至最新回源 IP 的确认,回源 IP 网段由后台强制更新至最新版本。</li>注意:本参数返回 false 时,请及时确认您的源站防火墙配置是否已更新至最新的回源 IP 网段,以避免出现回源失败。
4334
+ # 注意:此字段可能返回 null,表示取不到有效值。
4335
+ # @type IsPlaned: String
4336
+
4337
+ attr_accessor :EntireAddresses, :Version, :ActiveTime, :IsPlaned
4338
+
4339
+ def initialize(entireaddresses=nil, version=nil, activetime=nil, isplaned=nil)
4340
+ @EntireAddresses = entireaddresses
4341
+ @Version = version
4342
+ @ActiveTime = activetime
4343
+ @IsPlaned = isplaned
4344
+ end
4345
+
4346
+ def deserialize(params)
4347
+ unless params['EntireAddresses'].nil?
4348
+ @EntireAddresses = Addresses.new
4349
+ @EntireAddresses.deserialize(params['EntireAddresses'])
4350
+ end
4351
+ @Version = params['Version']
4352
+ @ActiveTime = params['ActiveTime']
4353
+ @IsPlaned = params['IsPlaned']
4354
+ end
4355
+ end
4356
+
4268
4357
  # 实时日志投递到自定义 HTTP(S) 接口的配置信息。
4269
4358
  class CustomEndpoint < TencentCloud::Common::AbstractModel
4270
4359
  # @param Url: 实时日志投递的自定义 HTTP 接口地址,暂仅支持 HTTP/HTTPS 协议。
@@ -6243,7 +6332,7 @@ module TencentCloud
6243
6332
  class DescribeDDoSAttackDataRequest < TencentCloud::Common::AbstractModel
6244
6333
  # @param StartTime: 开始时间。
6245
6334
  # @type StartTime: String
6246
- # @param EndTime: 结束时间。
6335
+ # @param EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
6247
6336
  # @type EndTime: String
6248
6337
  # @param MetricNames: 统计指标列表,取值有:
6249
6338
  # <li>ddos_attackMaxBandwidth:攻击带宽峰值;</li>
@@ -6251,7 +6340,7 @@ module TencentCloud
6251
6340
  # <li>ddos_attackBandwidth:攻击带宽曲线;</li>
6252
6341
  # <li>ddos_attackPackageRate:攻击包速率曲线。</li>
6253
6342
  # @type MetricNames: Array
6254
- # @param ZoneIds: 站点集合,此参数必填。
6343
+ # @param ZoneIds: 站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
6255
6344
  # @type ZoneIds: Array
6256
6345
  # @param PolicyIds: DDoS策略组ID列表,不填默认选择全部策略ID。
6257
6346
  # @type PolicyIds: Array
@@ -6326,11 +6415,11 @@ module TencentCloud
6326
6415
  class DescribeDDoSAttackEventRequest < TencentCloud::Common::AbstractModel
6327
6416
  # @param StartTime: 开始时间,时间范围为 30 天。
6328
6417
  # @type StartTime: String
6329
- # @param EndTime: 结束时间,时间范围为 30 天。
6418
+ # @param EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
6330
6419
  # @type EndTime: String
6331
6420
  # @param PolicyIds: ddos策略组集合,不填默认选择全部策略。
6332
6421
  # @type PolicyIds: Array
6333
- # @param ZoneIds: 站点集合,此参数必填。
6422
+ # @param ZoneIds: 站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
6334
6423
  # @type ZoneIds: Array
6335
6424
  # @param Limit: 分页查询的限制数目,默认值为20,最大查询条目为1000。
6336
6425
  # @type Limit: Integer
@@ -6417,7 +6506,7 @@ module TencentCloud
6417
6506
  class DescribeDDoSAttackTopDataRequest < TencentCloud::Common::AbstractModel
6418
6507
  # @param StartTime: 开始时间。
6419
6508
  # @type StartTime: String
6420
- # @param EndTime: 结束时间。
6509
+ # @param EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
6421
6510
  # @type EndTime: String
6422
6511
  # @param MetricName: 查询的统计指标,取值有:
6423
6512
  # <li>ddos_attackFlux_protocol:按各协议的攻击流量排行;</li>
@@ -6427,7 +6516,7 @@ module TencentCloud
6427
6516
  # <li>ddos_attackFlux_sip:按攻击源IP的攻击数量排行;</li>
6428
6517
  # <li>ddos_attackFlux_sregion:按攻击源地区的攻击数量排行。</li>
6429
6518
  # @type MetricName: String
6430
- # @param ZoneIds: 站点ID集合,此参数必填。
6519
+ # @param ZoneIds: 站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
6431
6520
  # @type ZoneIds: Array
6432
6521
  # @param PolicyIds: DDoS策略组ID集合,不填默认选择全部策略ID。
6433
6522
  # @type PolicyIds: Array
@@ -7430,6 +7519,45 @@ module TencentCloud
7430
7519
  end
7431
7520
  end
7432
7521
 
7522
+ # DescribeOriginACL请求参数结构体
7523
+ class DescribeOriginACLRequest < TencentCloud::Common::AbstractModel
7524
+ # @param ZoneId: 站点 ID。
7525
+ # @type ZoneId: String
7526
+
7527
+ attr_accessor :ZoneId
7528
+
7529
+ def initialize(zoneid=nil)
7530
+ @ZoneId = zoneid
7531
+ end
7532
+
7533
+ def deserialize(params)
7534
+ @ZoneId = params['ZoneId']
7535
+ end
7536
+ end
7537
+
7538
+ # DescribeOriginACL返回参数结构体
7539
+ class DescribeOriginACLResponse < TencentCloud::Common::AbstractModel
7540
+ # @param OriginACLInfo: 七层加速域名/四层代理实例与回源 IP 网段的绑定关系详情。
7541
+ # @type OriginACLInfo: :class:`Tencentcloud::Teo.v20220901.models.OriginACLInfo`
7542
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7543
+ # @type RequestId: String
7544
+
7545
+ attr_accessor :OriginACLInfo, :RequestId
7546
+
7547
+ def initialize(originaclinfo=nil, requestid=nil)
7548
+ @OriginACLInfo = originaclinfo
7549
+ @RequestId = requestid
7550
+ end
7551
+
7552
+ def deserialize(params)
7553
+ unless params['OriginACLInfo'].nil?
7554
+ @OriginACLInfo = OriginACLInfo.new
7555
+ @OriginACLInfo.deserialize(params['OriginACLInfo'])
7556
+ end
7557
+ @RequestId = params['RequestId']
7558
+ end
7559
+ end
7560
+
7433
7561
  # DescribeOriginGroupHealthStatus请求参数结构体
7434
7562
  class DescribeOriginGroupHealthStatusRequest < TencentCloud::Common::AbstractModel
7435
7563
  # @param ZoneId: 站点 ID。
@@ -8328,7 +8456,7 @@ module TencentCloud
8328
8456
  class DescribeTimingL4DataRequest < TencentCloud::Common::AbstractModel
8329
8457
  # @param StartTime: 开始时间。
8330
8458
  # @type StartTime: String
8331
- # @param EndTime: 结束时间。
8459
+ # @param EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
8332
8460
  # @type EndTime: String
8333
8461
  # @param MetricNames: 查询指标,取值有:
8334
8462
  # <li>l4Flow_connections: 访问并发连接数;</li>
@@ -8338,7 +8466,7 @@ module TencentCloud
8338
8466
  # <li>l4Flow_inBandwidth: 访问入向带宽峰值;</li>
8339
8467
  # <li>l4Flow_outBandwidth: 访问出向带宽峰值。</li>
8340
8468
  # @type MetricNames: Array
8341
- # @param ZoneIds: 站点 ID 集合,此参数必填。
8469
+ # @param ZoneIds: 站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
8342
8470
  # @type ZoneIds: Array
8343
8471
  # @param ProxyIds: 四层实例列表, 不填表示选择全部实例。
8344
8472
  # @type ProxyIds: Array
@@ -8423,7 +8551,7 @@ module TencentCloud
8423
8551
  class DescribeTimingL7AnalysisDataRequest < TencentCloud::Common::AbstractModel
8424
8552
  # @param StartTime: 开始时间。
8425
8553
  # @type StartTime: String
8426
- # @param EndTime: 结束时间。
8554
+ # @param EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
8427
8555
  # @type EndTime: String
8428
8556
  # @param MetricNames: 指标列表,取值有:
8429
8557
  # <li>l7Flow_outFlux: L7 EdgeOne 响应流量,单位:Byte;</li>
@@ -8436,7 +8564,7 @@ module TencentCloud
8436
8564
  # <li> l7Flow_avgResponseTime: L7 访问平均响应耗时,单位:ms;</li>
8437
8565
  # <li> l7Flow_avgFirstByteResponseTime: L7 访问平均首字节响应耗时,单位:ms。</li>
8438
8566
  # @type MetricNames: Array
8439
- # @param ZoneIds: 站点 ID 集合,此参数必填。
8567
+ # @param ZoneIds: 站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
8440
8568
  # @type ZoneIds: Array
8441
8569
  # @param Interval: 查询时间粒度,取值有:
8442
8570
  # <li>min: 1分钟;</li>
@@ -8629,7 +8757,7 @@ module TencentCloud
8629
8757
  class DescribeTopL7AnalysisDataRequest < TencentCloud::Common::AbstractModel
8630
8758
  # @param StartTime: 开始时间。
8631
8759
  # @type StartTime: String
8632
- # @param EndTime: 结束时间。
8760
+ # @param EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
8633
8761
  # @type EndTime: String
8634
8762
  # @param MetricName: 查询的指标,取值有:
8635
8763
  # <li> l7Flow_outFlux_country:按国家/地区维度统计 L7 EdgeOne 响应流量指标;</li>
@@ -8658,7 +8786,7 @@ module TencentCloud
8658
8786
  # <li> l7Flow_request_ua:按 User-Agent 维度统计 L7 访问请求数指标。</li>
8659
8787
 
8660
8788
  # @type MetricName: String
8661
- # @param ZoneIds: 站点 ID 集合,此参数必填。
8789
+ # @param ZoneIds: 站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
8662
8790
  # @type ZoneIds: Array
8663
8791
  # @param Limit: 查询前多少个 top 数据,最大值为1000。不填默认为10,表示查询 top10 的数据。
8664
8792
  # @type Limit: Integer
@@ -9354,6 +9482,38 @@ module TencentCloud
9354
9482
  end
9355
9483
  end
9356
9484
 
9485
+ # DisableOriginACL请求参数结构体
9486
+ class DisableOriginACLRequest < TencentCloud::Common::AbstractModel
9487
+ # @param ZoneId: 站点 ID。
9488
+ # @type ZoneId: String
9489
+
9490
+ attr_accessor :ZoneId
9491
+
9492
+ def initialize(zoneid=nil)
9493
+ @ZoneId = zoneid
9494
+ end
9495
+
9496
+ def deserialize(params)
9497
+ @ZoneId = params['ZoneId']
9498
+ end
9499
+ end
9500
+
9501
+ # DisableOriginACL返回参数结构体
9502
+ class DisableOriginACLResponse < TencentCloud::Common::AbstractModel
9503
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9504
+ # @type RequestId: String
9505
+
9506
+ attr_accessor :RequestId
9507
+
9508
+ def initialize(requestid=nil)
9509
+ @RequestId = requestid
9510
+ end
9511
+
9512
+ def deserialize(params)
9513
+ @RequestId = params['RequestId']
9514
+ end
9515
+ end
9516
+
9357
9517
  # DNS 记录
9358
9518
  class DnsRecord < TencentCloud::Common::AbstractModel
9359
9519
  # @param ZoneId: 站点 ID。<br>注意:ZoneId 仅做出参使用,在 ModifyDnsRecords 不可作为入参使用,如有传此参数,会忽略。
@@ -9646,6 +9806,58 @@ module TencentCloud
9646
9806
  end
9647
9807
  end
9648
9808
 
9809
+ # EnableOriginACL请求参数结构体
9810
+ class EnableOriginACLRequest < TencentCloud::Common::AbstractModel
9811
+ # @param ZoneId: 站点 ID。
9812
+ # @type ZoneId: String
9813
+ # @param L7EnableMode: 七层加速域名开启源站防护的模式。
9814
+ # <li>all:针对站点下的所有七层加速域名开启。</li>
9815
+ # <li>specific:针对站点下指定的七层加速域名开启。</li>当参数为空时,默认为 specific。
9816
+ # @type L7EnableMode: String
9817
+ # @param L7Hosts: 开启源站防护的七层加速域名列表,仅当参数 L7EnableMode 为 specific 时生效。L7EnableMode 为 all 时,请保留此参数为空。单次最大仅支持填写 200 个七层加速域名。
9818
+ # @type L7Hosts: Array
9819
+ # @param L4EnableMode: 四层代理实例开启源站防护的模式。
9820
+ # <li>all:针对站点下的所有四层代理实例开启。</li>
9821
+ # <li>specific:针对站点下指定的四层代理实例开启。</li>当参数为空时,默认为 specific。
9822
+ # @type L4EnableMode: String
9823
+ # @param L4ProxyIds: 开启源站防护的四层代理实例列表,仅当参数 L4EnableMode 为 specific 时生效。L4EnableMode 为 all 时,请保留此参数为空。单次最大仅支持填写 100 个四层代理实例。
9824
+ # @type L4ProxyIds: Array
9825
+
9826
+ attr_accessor :ZoneId, :L7EnableMode, :L7Hosts, :L4EnableMode, :L4ProxyIds
9827
+
9828
+ def initialize(zoneid=nil, l7enablemode=nil, l7hosts=nil, l4enablemode=nil, l4proxyids=nil)
9829
+ @ZoneId = zoneid
9830
+ @L7EnableMode = l7enablemode
9831
+ @L7Hosts = l7hosts
9832
+ @L4EnableMode = l4enablemode
9833
+ @L4ProxyIds = l4proxyids
9834
+ end
9835
+
9836
+ def deserialize(params)
9837
+ @ZoneId = params['ZoneId']
9838
+ @L7EnableMode = params['L7EnableMode']
9839
+ @L7Hosts = params['L7Hosts']
9840
+ @L4EnableMode = params['L4EnableMode']
9841
+ @L4ProxyIds = params['L4ProxyIds']
9842
+ end
9843
+ end
9844
+
9845
+ # EnableOriginACL返回参数结构体
9846
+ class EnableOriginACLResponse < TencentCloud::Common::AbstractModel
9847
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9848
+ # @type RequestId: String
9849
+
9850
+ attr_accessor :RequestId
9851
+
9852
+ def initialize(requestid=nil)
9853
+ @RequestId = requestid
9854
+ end
9855
+
9856
+ def deserialize(params)
9857
+ @RequestId = params['RequestId']
9858
+ end
9859
+ end
9860
+
9649
9861
  # 安全实例状态。
9650
9862
  class EntityStatus < TencentCloud::Common::AbstractModel
9651
9863
  # @param Entity: 实例名,现在只有子域名。
@@ -12896,8 +13108,8 @@ module TencentCloud
12896
13108
 
12897
13109
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
12898
13110
  extend Gem::Deprecate
12899
- deprecate :ApplyType, :none, 2025, 6
12900
- deprecate :ApplyType=, :none, 2025, 6
13111
+ deprecate :ApplyType, :none, 2025, 7
13112
+ deprecate :ApplyType=, :none, 2025, 7
12901
13113
 
12902
13114
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
12903
13115
  @ZoneId = zoneid
@@ -13312,6 +13524,49 @@ module TencentCloud
13312
13524
  end
13313
13525
  end
13314
13526
 
13527
+ # ModifyOriginACL请求参数结构体
13528
+ class ModifyOriginACLRequest < TencentCloud::Common::AbstractModel
13529
+ # @param ZoneId: 站点 ID。
13530
+ # @type ZoneId: String
13531
+ # @param OriginACLEntities: 需要启用/关闭特定回源 IP 网段回源的实例。
13532
+ # @type OriginACLEntities: Array
13533
+
13534
+ attr_accessor :ZoneId, :OriginACLEntities
13535
+
13536
+ def initialize(zoneid=nil, originaclentities=nil)
13537
+ @ZoneId = zoneid
13538
+ @OriginACLEntities = originaclentities
13539
+ end
13540
+
13541
+ def deserialize(params)
13542
+ @ZoneId = params['ZoneId']
13543
+ unless params['OriginACLEntities'].nil?
13544
+ @OriginACLEntities = []
13545
+ params['OriginACLEntities'].each do |i|
13546
+ originaclentity_tmp = OriginACLEntity.new
13547
+ originaclentity_tmp.deserialize(i)
13548
+ @OriginACLEntities << originaclentity_tmp
13549
+ end
13550
+ end
13551
+ end
13552
+ end
13553
+
13554
+ # ModifyOriginACL返回参数结构体
13555
+ class ModifyOriginACLResponse < TencentCloud::Common::AbstractModel
13556
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13557
+ # @type RequestId: String
13558
+
13559
+ attr_accessor :RequestId
13560
+
13561
+ def initialize(requestid=nil)
13562
+ @RequestId = requestid
13563
+ end
13564
+
13565
+ def deserialize(params)
13566
+ @RequestId = params['RequestId']
13567
+ end
13568
+ end
13569
+
13315
13570
  # ModifyOriginGroup请求参数结构体
13316
13571
  class ModifyOriginGroupRequest < TencentCloud::Common::AbstractModel
13317
13572
  # @param ZoneId: 站点 ID
@@ -14116,6 +14371,54 @@ module TencentCloud
14116
14371
  end
14117
14372
  end
14118
14373
 
14374
+ # 当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前生效的回源 IP 网段的对比。
14375
+ class NextOriginACL < TencentCloud::Common::AbstractModel
14376
+ # @param Version: 版本号。
14377
+ # @type Version: String
14378
+ # @param PlannedActiveTime: 版本生效时间,时间是北京时间 UTC+8, 遵循 ISO 8601 标准的日期和时间格式。
14379
+ # @type PlannedActiveTime: String
14380
+ # @param EntireAddresses: 回源 IP 网段详情。
14381
+ # @type EntireAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
14382
+ # @param AddedAddresses: 最新回源 IP 网段相较于 CurrentOrginACL 中回源 IP 网段新增的部分。
14383
+ # @type AddedAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
14384
+ # @param RemovedAddresses: 最新回源 IP 网段相较于 CurrentOrginACL 中回源 IP 网段删减的部分。
14385
+ # @type RemovedAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
14386
+ # @param NoChangeAddresses: 最新回源 IP 网段相较于 CurrentOrginACL 中回源 IP 网段无变化的部分。
14387
+ # @type NoChangeAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
14388
+
14389
+ attr_accessor :Version, :PlannedActiveTime, :EntireAddresses, :AddedAddresses, :RemovedAddresses, :NoChangeAddresses
14390
+
14391
+ def initialize(version=nil, plannedactivetime=nil, entireaddresses=nil, addedaddresses=nil, removedaddresses=nil, nochangeaddresses=nil)
14392
+ @Version = version
14393
+ @PlannedActiveTime = plannedactivetime
14394
+ @EntireAddresses = entireaddresses
14395
+ @AddedAddresses = addedaddresses
14396
+ @RemovedAddresses = removedaddresses
14397
+ @NoChangeAddresses = nochangeaddresses
14398
+ end
14399
+
14400
+ def deserialize(params)
14401
+ @Version = params['Version']
14402
+ @PlannedActiveTime = params['PlannedActiveTime']
14403
+ unless params['EntireAddresses'].nil?
14404
+ @EntireAddresses = Addresses.new
14405
+ @EntireAddresses.deserialize(params['EntireAddresses'])
14406
+ end
14407
+ unless params['AddedAddresses'].nil?
14408
+ @AddedAddresses = Addresses.new
14409
+ @AddedAddresses.deserialize(params['AddedAddresses'])
14410
+ end
14411
+ unless params['RemovedAddresses'].nil?
14412
+ @RemovedAddresses = Addresses.new
14413
+ @RemovedAddresses.deserialize(params['RemovedAddresses'])
14414
+ end
14415
+ unless params['NoChangeAddresses'].nil?
14416
+ @NoChangeAddresses = Addresses.new
14417
+ @NoChangeAddresses.deserialize(params['NoChangeAddresses'])
14418
+ end
14419
+ end
14420
+ end
14421
+
14119
14422
  # 不缓存配置
14120
14423
  class NoCache < TencentCloud::Common::AbstractModel
14121
14424
  # @param Switch: 不缓存配置开关,取值有:
@@ -14264,6 +14567,79 @@ module TencentCloud
14264
14567
  end
14265
14568
  end
14266
14569
 
14570
+ # 需要配置特定回源 IP 网段回源的实例。
14571
+ class OriginACLEntity < TencentCloud::Common::AbstractModel
14572
+ # @param Type: 实例类型,取值有:
14573
+ # - l7:七层加速域名;
14574
+ # - l4:四层代理实例。
14575
+ # @type Type: String
14576
+ # @param Instances: 实例详情,取值有:
14577
+ # - 当 Type = l7 时,请填写七层加速域名;
14578
+ # - 当 Type = l4 时,请填写四层代理实例 ID。
14579
+ # @type Instances: Array
14580
+ # @param OperationMode: 操作模式,取值有:
14581
+ # <li>enable:启用;</li>
14582
+ # <li>disable:停用。</li>
14583
+ # @type OperationMode: String
14584
+
14585
+ attr_accessor :Type, :Instances, :OperationMode
14586
+
14587
+ def initialize(type=nil, instances=nil, operationmode=nil)
14588
+ @Type = type
14589
+ @Instances = instances
14590
+ @OperationMode = operationmode
14591
+ end
14592
+
14593
+ def deserialize(params)
14594
+ @Type = params['Type']
14595
+ @Instances = params['Instances']
14596
+ @OperationMode = params['OperationMode']
14597
+ end
14598
+ end
14599
+
14600
+ # 七层加速域名/四层代理实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。
14601
+ class OriginACLInfo < TencentCloud::Common::AbstractModel
14602
+ # @param L7Hosts: 启用了特定回源 IP 网段回源的七层加速域名列表。源站防护未开启时为空。
14603
+ # @type L7Hosts: Array
14604
+ # @param L4ProxyIds: 启用了特定回源 IP 网段回源的四层代理实例列表。源站防护未开启时为空。
14605
+ # @type L4ProxyIds: Array
14606
+ # @param CurrentOriginACL: 当前生效的回源 IP 网段。源站防护未开启时为空。
14607
+ # 注意:此字段可能返回 null,表示取不到有效值。
14608
+ # @type CurrentOriginACL: :class:`Tencentcloud::Teo.v20220901.models.CurrentOriginACL`
14609
+ # @param NextOriginACL: 当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前回源 IP 网段的对比。无更新或者源站防护未开启时该字段为空。
14610
+ # 注意:此字段可能返回 null,表示取不到有效值。
14611
+ # @type NextOriginACL: :class:`Tencentcloud::Teo.v20220901.models.NextOriginACL`
14612
+ # @param Status: 源站防护状态,取值有:
14613
+ # <li>online:已生效;</li>
14614
+ # <li>offline:已停用;</li>
14615
+ # <li>updating: 配置部署中。</li>
14616
+ # @type Status: String
14617
+
14618
+ attr_accessor :L7Hosts, :L4ProxyIds, :CurrentOriginACL, :NextOriginACL, :Status
14619
+
14620
+ def initialize(l7hosts=nil, l4proxyids=nil, currentoriginacl=nil, nextoriginacl=nil, status=nil)
14621
+ @L7Hosts = l7hosts
14622
+ @L4ProxyIds = l4proxyids
14623
+ @CurrentOriginACL = currentoriginacl
14624
+ @NextOriginACL = nextoriginacl
14625
+ @Status = status
14626
+ end
14627
+
14628
+ def deserialize(params)
14629
+ @L7Hosts = params['L7Hosts']
14630
+ @L4ProxyIds = params['L4ProxyIds']
14631
+ unless params['CurrentOriginACL'].nil?
14632
+ @CurrentOriginACL = CurrentOriginACL.new
14633
+ @CurrentOriginACL.deserialize(params['CurrentOriginACL'])
14634
+ end
14635
+ unless params['NextOriginACL'].nil?
14636
+ @NextOriginACL = NextOriginACL.new
14637
+ @NextOriginACL.deserialize(params['NextOriginACL'])
14638
+ end
14639
+ @Status = params['Status']
14640
+ end
14641
+ end
14642
+
14267
14643
  # 加速域名源站信息。
14268
14644
  class OriginDetail < TencentCloud::Common::AbstractModel
14269
14645
  # @param OriginType: 源站类型,取值有:
@@ -14312,12 +14688,12 @@ module TencentCloud
14312
14688
 
14313
14689
  attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
14314
14690
  extend Gem::Deprecate
14315
- deprecate :VodeoSubAppId, :none, 2025, 6
14316
- deprecate :VodeoSubAppId=, :none, 2025, 6
14317
- deprecate :VodeoDistributionRange, :none, 2025, 6
14318
- deprecate :VodeoDistributionRange=, :none, 2025, 6
14319
- deprecate :VodeoBucketId, :none, 2025, 6
14320
- deprecate :VodeoBucketId=, :none, 2025, 6
14691
+ deprecate :VodeoSubAppId, :none, 2025, 7
14692
+ deprecate :VodeoSubAppId=, :none, 2025, 7
14693
+ deprecate :VodeoDistributionRange, :none, 2025, 7
14694
+ deprecate :VodeoDistributionRange=, :none, 2025, 7
14695
+ deprecate :VodeoBucketId, :none, 2025, 7
14696
+ deprecate :VodeoBucketId=, :none, 2025, 7
14321
14697
 
14322
14698
  def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
14323
14699
  @OriginType = origintype
@@ -14622,12 +14998,12 @@ module TencentCloud
14622
14998
 
14623
14999
  attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
14624
15000
  extend Gem::Deprecate
14625
- deprecate :VodeoSubAppId, :none, 2025, 6
14626
- deprecate :VodeoSubAppId=, :none, 2025, 6
14627
- deprecate :VodeoDistributionRange, :none, 2025, 6
14628
- deprecate :VodeoDistributionRange=, :none, 2025, 6
14629
- deprecate :VodeoBucketId, :none, 2025, 6
14630
- deprecate :VodeoBucketId=, :none, 2025, 6
15001
+ deprecate :VodeoSubAppId, :none, 2025, 7
15002
+ deprecate :VodeoSubAppId=, :none, 2025, 7
15003
+ deprecate :VodeoDistributionRange, :none, 2025, 7
15004
+ deprecate :VodeoDistributionRange=, :none, 2025, 7
15005
+ deprecate :VodeoBucketId, :none, 2025, 7
15006
+ deprecate :VodeoBucketId=, :none, 2025, 7
14631
15007
 
14632
15008
  def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
14633
15009
  @OriginType = origintype
@@ -14877,9 +15253,13 @@ module TencentCloud
14877
15253
  # @type PlanId: String
14878
15254
  # @param Area: 服务区域,取值有:
14879
15255
  # <li>mainland: 中国大陆;</li>
14880
- # <li>overseas: 全球(不包括中国大陆);</li>
14881
- # <li>global: 全球(包括中国大陆)。</li>
15256
+ # <li>overseas: 全球(不包括中国大陆);</li>
15257
+ # <li>global: 全球(包括中国大陆)。</li>
14882
15258
  # @type Area: String
15259
+ # @param AutoRenewal: 自动续费开关。取值有:
15260
+ # <li>true: 已开启自动续费;</li>
15261
+ # <li>false: 未开启自动续费。</li>
15262
+ # @type AutoRenewal: Boolean
14883
15263
  # @param Status: 套餐状态,取值有:
14884
15264
  # <li>normal:正常状态;</li>
14885
15265
  # <li>expiring-soon:即将到期状态;</li>
@@ -14922,12 +15302,13 @@ module TencentCloud
14922
15302
  # @param Features: 套餐所支持的功能,取值有:<li>ContentAcceleration:内容加速功能;</li><li>SmartAcceleration:智能加速功能;</li><li>L4:四层加速功能;</li><li>Waf:高级 Web 防护;</li><li>QUIC:QUIC功能;</li><li>CrossMLC:中国大陆网络优化功能;</li><li>ProcessMedia:媒体处理功能;</li><li>L4DDoS:四层DDoS防护功能;</li>L7DDoS功能只会出现以下所有规格中的一项<li>L7DDoS.CM30G;七层DDoS防护功能-中国大陆30G保底带宽规格;</li><li>L7DDoS.CM60G;七层DDoS防护功能-中国大陆60G保底带宽规格;</li><li>L7DDoS.CM100G;七层DDoS防护功能-中国大陆100G保底带宽规格;</li><li>L7DDoS.Anycast300G;七层DDoS防护功能-中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.AnycastUnlimited;七层DDoS防护功能-中国大陆以外Anycast无上限全力防护规格;</li><li>L7DDoS.CM30G_Anycast300G;七层DDoS防护功能-中国大陆30G保底带宽规格,中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.CM60G_Anycast300G;七层DDoS防护功能-中国大陆60G保底带宽规格,中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.CM100G_Anycast300G;七层DDoS防护功能-中国大陆100G保底带宽规格,中国大陆以外Anycast300G保底带宽规格;</li><li>L7DDoS.CM30G_AnycastUnlimited;七层DDoS防护功能-中国大陆30G保底带宽规格,中国大陆以外Anycast无上限全力防护规格;</li><li>L7DDoS.CM60G_AnycastUnlimited;七层DDoS防护功能-中国大陆60G保底带宽规格,中国大陆以外Anycast无上限全力防护规格;</li><li>L7DDoS.CM100G_AnycastUnlimited;七层DDoS防护功能-中国大陆100G保底带宽规格,中国大陆以外Anycast无上限全力防护规格;</li>
14923
15303
  # @type Features: Array
14924
15304
 
14925
- attr_accessor :PlanType, :PlanId, :Area, :Status, :PayMode, :ZonesInfo, :SmartRequestCapacity, :VAUCapacity, :AccTrafficCapacity, :SmartTrafficCapacity, :DDoSTrafficCapacity, :SecTrafficCapacity, :SecRequestCapacity, :L4TrafficCapacity, :CrossMLCTrafficCapacity, :Bindable, :EnabledTime, :ExpiredTime, :Features
15305
+ attr_accessor :PlanType, :PlanId, :Area, :AutoRenewal, :Status, :PayMode, :ZonesInfo, :SmartRequestCapacity, :VAUCapacity, :AccTrafficCapacity, :SmartTrafficCapacity, :DDoSTrafficCapacity, :SecTrafficCapacity, :SecRequestCapacity, :L4TrafficCapacity, :CrossMLCTrafficCapacity, :Bindable, :EnabledTime, :ExpiredTime, :Features
14926
15306
 
14927
- def initialize(plantype=nil, planid=nil, area=nil, status=nil, paymode=nil, zonesinfo=nil, smartrequestcapacity=nil, vaucapacity=nil, acctrafficcapacity=nil, smarttrafficcapacity=nil, ddostrafficcapacity=nil, sectrafficcapacity=nil, secrequestcapacity=nil, l4trafficcapacity=nil, crossmlctrafficcapacity=nil, bindable=nil, enabledtime=nil, expiredtime=nil, features=nil)
15307
+ def initialize(plantype=nil, planid=nil, area=nil, autorenewal=nil, status=nil, paymode=nil, zonesinfo=nil, smartrequestcapacity=nil, vaucapacity=nil, acctrafficcapacity=nil, smarttrafficcapacity=nil, ddostrafficcapacity=nil, sectrafficcapacity=nil, secrequestcapacity=nil, l4trafficcapacity=nil, crossmlctrafficcapacity=nil, bindable=nil, enabledtime=nil, expiredtime=nil, features=nil)
14928
15308
  @PlanType = plantype
14929
15309
  @PlanId = planid
14930
15310
  @Area = area
15311
+ @AutoRenewal = autorenewal
14931
15312
  @Status = status
14932
15313
  @PayMode = paymode
14933
15314
  @ZonesInfo = zonesinfo
@@ -14950,6 +15331,7 @@ module TencentCloud
14950
15331
  @PlanType = params['PlanType']
14951
15332
  @PlanId = params['PlanId']
14952
15333
  @Area = params['Area']
15334
+ @AutoRenewal = params['AutoRenewal']
14953
15335
  @Status = params['Status']
14954
15336
  @PayMode = params['PayMode']
14955
15337
  unless params['ZonesInfo'].nil?
@@ -16253,8 +16635,8 @@ module TencentCloud
16253
16635
 
16254
16636
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
16255
16637
  extend Gem::Deprecate
16256
- deprecate :IgnoreNameCase, :none, 2025, 6
16257
- deprecate :IgnoreNameCase=, :none, 2025, 6
16638
+ deprecate :IgnoreNameCase, :none, 2025, 7
16639
+ deprecate :IgnoreNameCase=, :none, 2025, 7
16258
16640
 
16259
16641
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
16260
16642
  @Operator = operator
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.1085
4
+ version: 3.0.1092
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-06-19 00:00:00.000000000 Z
11
+ date: 2025-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common