tencentcloud-sdk-nodejs-teo 4.0.587 → 4.0.589

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.
@@ -325,7 +325,7 @@ export interface Https {
325
325
  */
326
326
  OcspStapling?: string;
327
327
  /**
328
- * Tls版本设置,取值有:
328
+ * Tls 版本设置,取值有:
329
329
  <li>TLSv1:TLSv1版本;</li>
330
330
  <li>TLSV1.1:TLSv1.1版本;</li>
331
331
  <li>TLSV1.2:TLSv1.2版本;</li>
@@ -452,6 +452,38 @@ export interface DescribeZonesRequest {
452
452
  */
453
453
  Direction?: string;
454
454
  }
455
+ /**
456
+ * 离线日志详细信息
457
+ */
458
+ export interface L4OfflineLog {
459
+ /**
460
+ * 日志打包开始时间。
461
+ */
462
+ LogTime: number;
463
+ /**
464
+ * 四层实例ID。
465
+ 注意:此字段可能返回 null,表示取不到有效值。
466
+ */
467
+ ProxyId: string;
468
+ /**
469
+ * 原始大小 单位byte。
470
+ */
471
+ Size: number;
472
+ /**
473
+ * 下载地址。
474
+ */
475
+ Url: string;
476
+ /**
477
+ * 日志数据包名。
478
+ */
479
+ LogPacketName: string;
480
+ /**
481
+ * 加速区域,取值有:
482
+ <li>mainland:中国大陆境内;</li>
483
+ <li>overseas:全球(不含中国大陆)。</li>
484
+ */
485
+ Area: string;
486
+ }
455
487
  /**
456
488
  * 最新IP白名单列表相比于当前IP白名单列表的区别
457
489
  */
@@ -921,7 +953,7 @@ export interface DescribeClientRuleListRequest {
921
953
  */
922
954
  export interface ModifyZoneSettingRequest {
923
955
  /**
924
- * 待变更的站点ID。
956
+ * 待变更的站点 ID。
925
957
  */
926
958
  ZoneId: string;
927
959
  /**
@@ -945,12 +977,12 @@ export interface ModifyZoneSettingRequest {
945
977
  */
946
978
  OfflineCache?: OfflineCache;
947
979
  /**
948
- * Quic访问配置。
980
+ * Quic 访问配置。
949
981
  不填写表示保持原有配置。
950
982
  */
951
983
  Quic?: Quic;
952
984
  /**
953
- * Post请求传输配置。
985
+ * Post 请求传输配置。
954
986
  不填写表示保持原有配置。
955
987
  */
956
988
  PostMaxSize?: PostMaxSize;
@@ -960,17 +992,17 @@ export interface ModifyZoneSettingRequest {
960
992
  */
961
993
  Compression?: Compression;
962
994
  /**
963
- * Http2回源配置。
995
+ * Http2 回源配置。
964
996
  不填写表示保持原有配置。
965
997
  */
966
998
  UpstreamHttp2?: UpstreamHttp2;
967
999
  /**
968
- * 访问协议强制Https跳转配置。
1000
+ * 访问协议强制 Https 跳转配置。
969
1001
  不填写表示保持原有配置。
970
1002
  */
971
1003
  ForceRedirect?: ForceRedirect;
972
1004
  /**
973
- * Https加速配置。
1005
+ * Https 加速配置。
974
1006
  不填写表示保持原有配置。
975
1007
  */
976
1008
  Https?: Https;
@@ -985,12 +1017,12 @@ export interface ModifyZoneSettingRequest {
985
1017
  */
986
1018
  SmartRouting?: SmartRouting;
987
1019
  /**
988
- * WebSocket配置。
1020
+ * WebSocket 配置。
989
1021
  不填写表示保持原有配置。
990
1022
  */
991
1023
  WebSocket?: WebSocket;
992
1024
  /**
993
- * 客户端IP回源请求头配置。
1025
+ * 客户端 IP 回源请求头配置。
994
1026
  不填写表示保持原有配置。
995
1027
  */
996
1028
  ClientIpHeader?: ClientIpHeader;
@@ -1000,20 +1032,25 @@ export interface ModifyZoneSettingRequest {
1000
1032
  */
1001
1033
  CachePrefresh?: CachePrefresh;
1002
1034
  /**
1003
- * Ipv6访问配置。
1035
+ * Ipv6 访问配置。
1004
1036
  不填写表示保持原有配置。
1005
1037
  */
1006
1038
  Ipv6?: Ipv6;
1007
1039
  /**
1008
- * 回源时是否携带客户端IP所属地域信息的配置。
1040
+ * 回源时是否携带客户端 IP 所属地域信息的配置。
1009
1041
  不填写表示保持原有配置。
1010
1042
  */
1011
1043
  ClientIpCountry?: ClientIpCountry;
1012
1044
  /**
1013
- * Grpc协议支持配置。
1045
+ * Grpc 协议支持配置。
1014
1046
  不填写表示保持原有配置。
1015
1047
  */
1016
1048
  Grpc?: Grpc;
1049
+ /**
1050
+ * 图片优化配置。
1051
+ 不填写表示关闭。
1052
+ */
1053
+ ImageOptimize?: ImageOptimize;
1017
1054
  }
1018
1055
  /**
1019
1056
  * 规则引擎条件 HTTP 请求/响应头操作动作参数。
@@ -1042,7 +1079,7 @@ export interface CreateApplicationProxyResponse {
1042
1079
  /**
1043
1080
  * 新增的四层代理应用ID。
1044
1081
  */
1045
- ProxyId: string;
1082
+ ProxyId?: string;
1046
1083
  /**
1047
1084
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1048
1085
  */
@@ -2319,7 +2356,7 @@ export interface ClientIpHeader {
2319
2356
  */
2320
2357
  Switch: string;
2321
2358
  /**
2322
- * 回源时,存放客户端IP的请求头名称。
2359
+ * 回源时,存放客户端 IP 的请求头名称。
2323
2360
  为空则使用默认值:X-Forwarded-IP。
2324
2361
  注意:此字段可能返回 null,表示取不到有效值。
2325
2362
  */
@@ -2389,7 +2426,7 @@ export interface DescribeDDoSAttackTopDataRequest {
2389
2426
  */
2390
2427
  export interface Quic {
2391
2428
  /**
2392
- * 是否开启Quic配置,取值有:
2429
+ * 是否开启 Quic 配置,取值有:
2393
2430
  <li>on:开启;</li>
2394
2431
  <li>off:关闭。</li>
2395
2432
  */
@@ -2400,7 +2437,7 @@ export interface Quic {
2400
2437
  */
2401
2438
  export interface Ipv6 {
2402
2439
  /**
2403
- * Ipv6访问功能配置,取值有:
2440
+ * Ipv6 访问功能配置,取值有:
2404
2441
  <li>on:开启Ipv6访问功能;</li>
2405
2442
  <li>off:关闭Ipv6访问功能。</li>
2406
2443
  */
@@ -2634,13 +2671,57 @@ export interface AccelerationDomain {
2634
2671
  IdentificationStatus?: string;
2635
2672
  }
2636
2673
  /**
2637
- * UpdateOriginProtectionIPWhitelist请求参数结构体
2674
+ * DeleteSecurityIPGroup请求参数结构体
2638
2675
  */
2639
- export interface UpdateOriginProtectionIPWhitelistRequest {
2676
+ export interface DeleteSecurityIPGroupRequest {
2640
2677
  /**
2641
- * 站点ID
2678
+ * 站点 Id
2642
2679
  */
2643
2680
  ZoneId: string;
2681
+ /**
2682
+ * IP 组 Id。
2683
+ */
2684
+ GroupId: number;
2685
+ }
2686
+ /**
2687
+ * 模板当前详细配置
2688
+ */
2689
+ export interface RateLimitTemplateDetail {
2690
+ /**
2691
+ * 模板等级名称,取值有:
2692
+ <li>sup_loose:超级宽松;</li>
2693
+ <li>loose:宽松;</li>
2694
+ <li>emergency:紧急;</li>
2695
+ <li>normal:适中;</li>
2696
+ <li>strict:严格;</li>
2697
+ <li>close:关闭,仅精准速率限制生效。</li>
2698
+ 注意:此字段可能返回 null,表示取不到有效值。
2699
+ */
2700
+ Mode: string;
2701
+ /**
2702
+ * 唯一id。
2703
+ */
2704
+ ID?: number;
2705
+ /**
2706
+ * 模板处置方式,取值有:
2707
+ <li>alg:JavaScript挑战;</li>
2708
+ <li>monitor:观察。</li>
2709
+ 注意:此字段可能返回 null,表示取不到有效值。
2710
+ */
2711
+ Action?: string;
2712
+ /**
2713
+ * 惩罚时间,取值范围0-2天,单位秒。
2714
+ 注意:此字段可能返回 null,表示取不到有效值。
2715
+ */
2716
+ PunishTime?: number;
2717
+ /**
2718
+ * 统计阈值,单位是次,取值范围0-4294967294。
2719
+ */
2720
+ Threshold?: number;
2721
+ /**
2722
+ * 统计周期,取值范围0-120秒。
2723
+ */
2724
+ Period?: number;
2644
2725
  }
2645
2726
  /**
2646
2727
  * 源站配置。
@@ -2665,7 +2746,7 @@ export interface Origin {
2665
2746
  */
2666
2747
  OriginPullProtocol?: string;
2667
2748
  /**
2668
- * 源站为腾讯云COS时,是否为私有访问bucket,取值有:
2749
+ * 源站为腾讯云 COS 时,是否为私有访问 bucket,取值有:
2669
2750
  <li>on:私有访问;</li>
2670
2751
  <li>off:公共访问。</li>
2671
2752
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2892,7 +2973,7 @@ export interface ClientIpCountry {
2892
2973
  */
2893
2974
  Switch: string;
2894
2975
  /**
2895
- * 存放客户端IP所属地域信息的请求头名称,当Switch=on时有效。
2976
+ * 存放客户端 IP 所属地域信息的请求头名称,当 Switch=on 时有效。
2896
2977
  为空则使用默认值:EO-Client-IPCountry。
2897
2978
  */
2898
2979
  HeaderName?: string;
@@ -3379,6 +3460,15 @@ export interface SpeedTestingDetailData {
3379
3460
  */
3380
3461
  DistrictStatistics: Array<DistrictStatistics>;
3381
3462
  }
3463
+ /**
3464
+ * DeleteSecurityIPGroup返回参数结构体
3465
+ */
3466
+ export interface DeleteSecurityIPGroupResponse {
3467
+ /**
3468
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3469
+ */
3470
+ RequestId?: string;
3471
+ }
3382
3472
  /**
3383
3473
  * DDoS封禁解封信息
3384
3474
  */
@@ -3458,12 +3548,12 @@ export interface DescribeTimingL7SourceDataResponse {
3458
3548
  /**
3459
3549
  * 查询结果的总条数。
3460
3550
  */
3461
- TotalCount: number;
3551
+ TotalCount?: number;
3462
3552
  /**
3463
3553
  * 时序流量数据列表。
3464
3554
  注意:此字段可能返回 null,表示取不到有效值。
3465
3555
  */
3466
- TimingDataRecords: Array<TimingDataRecord>;
3556
+ TimingDataRecords?: Array<TimingDataRecord>;
3467
3557
  /**
3468
3558
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3469
3559
  */
@@ -3706,6 +3796,23 @@ export interface RuleCodeActionParams {
3706
3796
  */
3707
3797
  Values: Array<string>;
3708
3798
  }
3799
+ /**
3800
+ * IP 网段组
3801
+ */
3802
+ export interface IPGroup {
3803
+ /**
3804
+ * 组 Id,创建时填 0 即可。
3805
+ */
3806
+ GroupId: number;
3807
+ /**
3808
+ * 组名称。
3809
+ */
3810
+ Name: string;
3811
+ /**
3812
+ * IP 组内容,可以填入 IP 及 IP 掩码。
3813
+ */
3814
+ Content: Array<string>;
3815
+ }
3709
3816
  /**
3710
3817
  * ModifyRulePriority请求参数结构体
3711
3818
  */
@@ -3832,21 +3939,17 @@ export interface DescribeDefaultCertificatesRequest {
3832
3939
  Limit?: number;
3833
3940
  }
3834
3941
  /**
3835
- * DescribeAliasDomains返回参数结构体
3942
+ * BindZoneToPlan请求参数结构体
3836
3943
  */
3837
- export interface DescribeAliasDomainsResponse {
3838
- /**
3839
- * 符合条件的别称域名个数。
3840
- */
3841
- TotalCount: number;
3944
+ export interface BindZoneToPlanRequest {
3842
3945
  /**
3843
- * 别称域名详细信息列表。
3946
+ * 未绑定套餐的站点ID。
3844
3947
  */
3845
- AliasDomains: Array<AliasDomain>;
3948
+ ZoneId: string;
3846
3949
  /**
3847
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
3950
+ * 待绑定的目标套餐ID。
3848
3951
  */
3849
- RequestId?: string;
3952
+ PlanId: string;
3850
3953
  }
3851
3954
  /**
3852
3955
  * DescribeWebProtectionHitRuleDetail请求参数结构体
@@ -4351,16 +4454,16 @@ export interface ForceRedirect {
4351
4454
  */
4352
4455
  export interface ModifyApplicationProxyRequest {
4353
4456
  /**
4354
- * 站点ID。
4457
+ * 站点 ID。
4355
4458
  */
4356
4459
  ZoneId: string;
4357
4460
  /**
4358
- * 代理ID。
4461
+ * 代理 ID。
4359
4462
  */
4360
4463
  ProxyId: string;
4361
4464
  /**
4362
- * 当ProxyType=hostname时,表示域名或子域名;
4363
- 当ProxyType=instance时,表示代理名称。
4465
+ * 当 ProxyType=hostname 时,表示域名或子域名;
4466
+ ProxyType=instance 时,表示代理名称。
4364
4467
  */
4365
4468
  ProxyName: string;
4366
4469
  /**
@@ -4375,9 +4478,13 @@ export interface ModifyApplicationProxyRequest {
4375
4478
  */
4376
4479
  ProxyType?: string;
4377
4480
  /**
4378
- * Ipv6访问配置,不填写保持原有配置。
4481
+ * Ipv6 访问配置,不填写保持原有配置。
4379
4482
  */
4380
4483
  Ipv6?: Ipv6;
4484
+ /**
4485
+ * 中国大陆加速优化配置。 不填写表示保持原有配置。
4486
+ */
4487
+ AccelerateMainland?: AccelerateMainland;
4381
4488
  }
4382
4489
  /**
4383
4490
  * DownloadL4Logs请求参数结构体
@@ -4821,7 +4928,7 @@ export interface Hsts {
4821
4928
  */
4822
4929
  Switch: string;
4823
4930
  /**
4824
- * MaxAge数值。单位为秒,最大值为1天。
4931
+ * MaxAge 数值。单位为秒,最大值为1天。
4825
4932
  注意:此字段可能返回 null,表示取不到有效值。
4826
4933
  */
4827
4934
  MaxAge?: number;
@@ -4929,6 +5036,19 @@ export interface TopEntry {
4929
5036
  */
4930
5037
  Value: Array<TopEntryValue>;
4931
5038
  }
5039
+ /**
5040
+ * 自定义名字服务器 IP 信息
5041
+ */
5042
+ export interface VanityNameServersIps {
5043
+ /**
5044
+ * 自定义名字服务器名称。
5045
+ */
5046
+ Name: string;
5047
+ /**
5048
+ * 自定义名字服务器 IPv4 地址。
5049
+ */
5050
+ IPv4: string;
5051
+ }
4932
5052
  /**
4933
5053
  * 慢速攻击配置。
4934
5054
  */
@@ -4963,44 +5083,15 @@ export interface SlowPostConfig {
4963
5083
  RuleId?: number;
4964
5084
  }
4965
5085
  /**
4966
- * 模板当前详细配置
5086
+ * 中国大陆加速优化配置。
4967
5087
  */
4968
- export interface RateLimitTemplateDetail {
4969
- /**
4970
- * 模板等级名称,取值有:
4971
- <li>sup_loose:超级宽松;</li>
4972
- <li>loose:宽松;</li>
4973
- <li>emergency:紧急;</li>
4974
- <li>normal:适中;</li>
4975
- <li>strict:严格;</li>
4976
- <li>close:关闭,仅精准速率限制生效。</li>
4977
- 注意:此字段可能返回 null,表示取不到有效值。
4978
- */
4979
- Mode: string;
5088
+ export interface AccelerateMainland {
4980
5089
  /**
4981
- * 唯一id。
4982
- */
4983
- ID?: number;
4984
- /**
4985
- * 模板处置方式,取值有:
4986
- <li>alg:JavaScript挑战;</li>
4987
- <li>monitor:观察。</li>
4988
- 注意:此字段可能返回 null,表示取不到有效值。
4989
- */
4990
- Action?: string;
4991
- /**
4992
- * 惩罚时间,取值范围0-2天,单位秒。
4993
- 注意:此字段可能返回 null,表示取不到有效值。
5090
+ * 是否开启中国大陆加速优化配置,取值有:
5091
+ <li>on:开启;</li>
5092
+ <li>off:关闭。</li>
4994
5093
  */
4995
- PunishTime?: number;
4996
- /**
4997
- * 统计阈值,单位是次,取值范围0-4294967294。
4998
- */
4999
- Threshold?: number;
5000
- /**
5001
- * 统计周期,取值范围0-120秒。
5002
- */
5003
- Period?: number;
5094
+ Switch: string;
5004
5095
  }
5005
5096
  /**
5006
5097
  * 例外规则的配置,包含生效的条件,生效的范围。
@@ -5286,12 +5377,12 @@ export interface SpeedTestingConfig {
5286
5377
  */
5287
5378
  export interface CreateApplicationProxyRequest {
5288
5379
  /**
5289
- * 站点ID。
5380
+ * 站点 ID。
5290
5381
  */
5291
5382
  ZoneId: string;
5292
5383
  /**
5293
- * 当ProxyType=hostname时,表示域名或子域名;
5294
- 当ProxyType=instance时,表示代理名称。
5384
+ * 当 ProxyType=hostname 时,表示域名或子域名;
5385
+ ProxyType=instance 时,表示代理名称。
5295
5386
  */
5296
5387
  ProxyName: string;
5297
5388
  /**
@@ -5324,8 +5415,8 @@ export interface CreateApplicationProxyRequest {
5324
5415
  */
5325
5416
  SessionPersistTime?: number;
5326
5417
  /**
5327
- * Ipv6访问配置。
5328
- 不填写表示关闭Ipv6访问。
5418
+ * Ipv6 访问配置。
5419
+ 不填写表示关闭 Ipv6 访问。
5329
5420
  */
5330
5421
  Ipv6?: Ipv6;
5331
5422
  /**
@@ -5333,6 +5424,10 @@ export interface CreateApplicationProxyRequest {
5333
5424
  不填写则不创建规则。
5334
5425
  */
5335
5426
  ApplicationProxyRules?: Array<ApplicationProxyRule>;
5427
+ /**
5428
+ * 中国大陆加速优化配置。不填写表示关闭中国大陆加速优化。
5429
+ */
5430
+ AccelerateMainland?: AccelerateMainland;
5336
5431
  }
5337
5432
  /**
5338
5433
  * 拨测任务状态信息
@@ -5455,7 +5550,7 @@ export interface IntelligenceRule {
5455
5550
  */
5456
5551
  export interface PostMaxSize {
5457
5552
  /**
5458
- * 是否开启POST请求上传文件限制,平台默认为限制为32MB,取值有:
5553
+ * 是否开启 POST 请求上传文件限制,平台默认为限制为32MB,取值有:
5459
5554
  <li>on:开启限制;</li>
5460
5555
  <li>off:关闭限制。</li>
5461
5556
  */
@@ -5497,6 +5592,45 @@ export interface Rule {
5497
5592
  */
5498
5593
  SubRules?: Array<SubRuleItem>;
5499
5594
  }
5595
+ /**
5596
+ * 不同维度的测速数据。
5597
+ */
5598
+ export interface SpeedTestingMetricData {
5599
+ /**
5600
+ * 站点ID。
5601
+ */
5602
+ ZoneId: string;
5603
+ /**
5604
+ * 站点名称。
5605
+ */
5606
+ ZoneName: string;
5607
+ /**
5608
+ * 源站拨测信息。
5609
+ */
5610
+ OriginSpeedTestingInfo: Array<SpeedTestingInfo>;
5611
+ /**
5612
+ * EO 拨测信息。
5613
+ */
5614
+ ProxySpeedTestingInfo: Array<SpeedTestingInfo>;
5615
+ /**
5616
+ * 站点状态。
5617
+ */
5618
+ SpeedTestingStatus: SpeedTestingStatus;
5619
+ /**
5620
+ * 优化建议。
5621
+ */
5622
+ OptimizeAction: Array<OptimizeAction>;
5623
+ /**
5624
+ * EO 整体性能,单位ms。
5625
+ 注意:此字段可能返回 null,表示取不到有效值。
5626
+ */
5627
+ ProxyLoadTime: number;
5628
+ /**
5629
+ * 源站整体性能,单位ms。
5630
+ 注意:此字段可能返回 null,表示取不到有效值。
5631
+ */
5632
+ OriginLoadTime: number;
5633
+ }
5500
5634
  /**
5501
5635
  * 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等。
5502
5636
  若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
@@ -5552,6 +5686,15 @@ export interface CreateZoneResponse {
5552
5686
  */
5553
5687
  RequestId?: string;
5554
5688
  }
5689
+ /**
5690
+ * UpdateOriginProtectionIPWhitelist请求参数结构体
5691
+ */
5692
+ export interface UpdateOriginProtectionIPWhitelistRequest {
5693
+ /**
5694
+ * 站点ID。
5695
+ */
5696
+ ZoneId: string;
5697
+ }
5555
5698
  /**
5556
5699
  * 规则引擎功能项操作,对于一种功能只对应下面三种类型的其中一种,RuleAction 数组中的每一项只能是其中一个类型,更多功能项的填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
5557
5700
  */
@@ -5764,6 +5907,15 @@ export interface ModifyApplicationProxyResponse {
5764
5907
  */
5765
5908
  RequestId?: string;
5766
5909
  }
5910
+ /**
5911
+ * ModifySecurityIPGroup返回参数结构体
5912
+ */
5913
+ export interface ModifySecurityIPGroupResponse {
5914
+ /**
5915
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5916
+ */
5917
+ RequestId?: string;
5918
+ }
5767
5919
  /**
5768
5920
  * ReclaimZone请求参数结构体
5769
5921
  */
@@ -5792,7 +5944,7 @@ export interface CacheKey {
5792
5944
  */
5793
5945
  IgnoreCase?: string;
5794
5946
  /**
5795
- * CacheKey中包含请求参数。
5947
+ * CacheKey 中包含请求参数。
5796
5948
  注意:此字段可能返回 null,表示取不到有效值。
5797
5949
  */
5798
5950
  QueryString?: QueryString;
@@ -6077,7 +6229,7 @@ export interface DescribeTimingL7SourceDataRequest {
6077
6229
  */
6078
6230
  MetricNames: Array<string>;
6079
6231
  /**
6080
- * 站点集合,不填默认选择全部站点。
6232
+ * 待查询的站点列表,此参数必填。
6081
6233
  */
6082
6234
  ZoneIds?: Array<string>;
6083
6235
  /**
@@ -6126,43 +6278,13 @@ export interface DropPageConfig {
6126
6278
  AclDropPageDetail?: DropPageDetail;
6127
6279
  }
6128
6280
  /**
6129
- * 不同维度的测速数据。
6281
+ * ReclaimZone返回参数结构体
6130
6282
  */
6131
- export interface SpeedTestingMetricData {
6132
- /**
6133
- * 站点ID。
6134
- */
6135
- ZoneId: string;
6136
- /**
6137
- * 站点名称。
6138
- */
6139
- ZoneName: string;
6140
- /**
6141
- * 源站拨测信息。
6142
- */
6143
- OriginSpeedTestingInfo: Array<SpeedTestingInfo>;
6144
- /**
6145
- * EO 拨测信息。
6146
- */
6147
- ProxySpeedTestingInfo: Array<SpeedTestingInfo>;
6148
- /**
6149
- * 站点状态。
6150
- */
6151
- SpeedTestingStatus: SpeedTestingStatus;
6283
+ export interface ReclaimZoneResponse {
6152
6284
  /**
6153
- * 优化建议。
6285
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6154
6286
  */
6155
- OptimizeAction: Array<OptimizeAction>;
6156
- /**
6157
- * EO 整体性能,单位ms。
6158
- 注意:此字段可能返回 null,表示取不到有效值。
6159
- */
6160
- ProxyLoadTime: number;
6161
- /**
6162
- * 源站整体性能,单位ms。
6163
- 注意:此字段可能返回 null,表示取不到有效值。
6164
- */
6165
- OriginLoadTime: number;
6287
+ RequestId?: string;
6166
6288
  }
6167
6289
  /**
6168
6290
  * UpdateOriginProtectionIPWhitelist返回参数结构体
@@ -6297,17 +6419,21 @@ export interface NormalAction {
6297
6419
  Parameters: Array<RuleNormalActionParams>;
6298
6420
  }
6299
6421
  /**
6300
- * BindZoneToPlan请求参数结构体
6422
+ * DescribeAliasDomains返回参数结构体
6301
6423
  */
6302
- export interface BindZoneToPlanRequest {
6424
+ export interface DescribeAliasDomainsResponse {
6303
6425
  /**
6304
- * 未绑定套餐的站点ID。
6426
+ * 符合条件的别称域名个数。
6305
6427
  */
6306
- ZoneId: string;
6428
+ TotalCount: number;
6307
6429
  /**
6308
- * 待绑定的目标套餐ID。
6430
+ * 别称域名详细信息列表。
6309
6431
  */
6310
- PlanId: string;
6432
+ AliasDomains: Array<AliasDomain>;
6433
+ /**
6434
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6435
+ */
6436
+ RequestId?: string;
6311
6437
  }
6312
6438
  /**
6313
6439
  * CreateAccelerationDomain请求参数结构体
@@ -6611,36 +6737,17 @@ export interface AiRule {
6611
6737
  Mode: string;
6612
6738
  }
6613
6739
  /**
6614
- * 离线日志详细信息
6740
+ * CreateSecurityIPGroup请求参数结构体
6615
6741
  */
6616
- export interface L4OfflineLog {
6742
+ export interface CreateSecurityIPGroupRequest {
6617
6743
  /**
6618
- * 日志打包开始时间。
6744
+ * 站点 Id。
6619
6745
  */
6620
- LogTime: number;
6621
- /**
6622
- * 四层实例ID。
6623
- 注意:此字段可能返回 null,表示取不到有效值。
6624
- */
6625
- ProxyId: string;
6626
- /**
6627
- * 原始大小 单位byte。
6628
- */
6629
- Size: number;
6630
- /**
6631
- * 下载地址。
6632
- */
6633
- Url: string;
6746
+ ZoneId: string;
6634
6747
  /**
6635
- * 日志数据包名。
6748
+ * IP 组信息。
6636
6749
  */
6637
- LogPacketName: string;
6638
- /**
6639
- * 加速区域,取值有:
6640
- <li>mainland:中国大陆境内;</li>
6641
- <li>overseas:全球(不含中国大陆)。</li>
6642
- */
6643
- Area: string;
6750
+ IPGroup: IPGroup;
6644
6751
  }
6645
6752
  /**
6646
6753
  * 拦截页面的配置信息
@@ -7470,9 +7577,13 @@ export interface Task {
7470
7577
  UpdateTime: string;
7471
7578
  }
7472
7579
  /**
7473
- * ReclaimZone返回参数结构体
7580
+ * CreateSecurityIPGroup返回参数结构体
7474
7581
  */
7475
- export interface ReclaimZoneResponse {
7582
+ export interface CreateSecurityIPGroupResponse {
7583
+ /**
7584
+ * IP 组 Id。
7585
+ */
7586
+ GroupId?: number;
7476
7587
  /**
7477
7588
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7478
7589
  */
@@ -7655,17 +7766,24 @@ export interface DescribeWebProtectionTopDataResponse {
7655
7766
  RequestId?: string;
7656
7767
  }
7657
7768
  /**
7658
- * 自定义名字服务器 IP 信息
7769
+ * ModifySecurityIPGroup请求参数结构体
7659
7770
  */
7660
- export interface VanityNameServersIps {
7771
+ export interface ModifySecurityIPGroupRequest {
7661
7772
  /**
7662
- * 自定义名字服务器名称。
7773
+ * 站点 Id。
7663
7774
  */
7664
- Name: string;
7775
+ ZoneId: string;
7665
7776
  /**
7666
- * 自定义名字服务器 IPv4 地址。
7777
+ * IP 组配置。
7667
7778
  */
7668
- IPv4: string;
7779
+ IPGroup: IPGroup;
7780
+ /**
7781
+ * 操作类型,取值有:
7782
+ <li> append: 向 IPGroup 中追加 Content 参数中内容;</li>
7783
+ <li> remove: 从 IPGroup 中删除 Content 参数中内容;</li>
7784
+ <li> update: 全量替换 IPGroup 内容,并可修改 IPGroup 名称。 </li>
7785
+ */
7786
+ Mode: string;
7669
7787
  }
7670
7788
  /**
7671
7789
  * DescribeWebManagedRulesHitRuleDetail返回参数结构体
@@ -7985,7 +8103,7 @@ export interface DescribeAccelerationDomainsRequest {
7985
8103
  */
7986
8104
  export interface Grpc {
7987
8105
  /**
7988
- * 是否开启Grpc配置,取值有:
8106
+ * 是否开启 Grpc 配置,取值有:
7989
8107
  <li>on:开启;</li>
7990
8108
  <li>off:关闭。</li>
7991
8109
  */
@@ -7996,7 +8114,7 @@ export interface Grpc {
7996
8114
  */
7997
8115
  export interface UpstreamHttp2 {
7998
8116
  /**
7999
- * http2回源配置开关,取值有:
8117
+ * http2 回源配置开关,取值有:
8000
8118
  <li>on:开启;</li>
8001
8119
  <li>off:关闭。</li>
8002
8120
  */