tencentcloud-sdk-nodejs-teo 4.0.588 → 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.
@@ -389,7 +389,7 @@ export interface Https {
389
389
  OcspStapling?: string
390
390
 
391
391
  /**
392
- * Tls版本设置,取值有:
392
+ * Tls 版本设置,取值有:
393
393
  <li>TLSv1:TLSv1版本;</li>
394
394
  <li>TLSV1.1:TLSv1.1版本;</li>
395
395
  <li>TLSV1.2:TLSv1.2版本;</li>
@@ -538,6 +538,44 @@ export interface DescribeZonesRequest {
538
538
  Direction?: string
539
539
  }
540
540
 
541
+ /**
542
+ * 离线日志详细信息
543
+ */
544
+ export interface L4OfflineLog {
545
+ /**
546
+ * 日志打包开始时间。
547
+ */
548
+ LogTime: number
549
+
550
+ /**
551
+ * 四层实例ID。
552
+ 注意:此字段可能返回 null,表示取不到有效值。
553
+ */
554
+ ProxyId: string
555
+
556
+ /**
557
+ * 原始大小 单位byte。
558
+ */
559
+ Size: number
560
+
561
+ /**
562
+ * 下载地址。
563
+ */
564
+ Url: string
565
+
566
+ /**
567
+ * 日志数据包名。
568
+ */
569
+ LogPacketName: string
570
+
571
+ /**
572
+ * 加速区域,取值有:
573
+ <li>mainland:中国大陆境内;</li>
574
+ <li>overseas:全球(不含中国大陆)。</li>
575
+ */
576
+ Area: string
577
+ }
578
+
541
579
  /**
542
580
  * 最新IP白名单列表相比于当前IP白名单列表的区别
543
581
  */
@@ -1088,7 +1126,7 @@ export interface DescribeClientRuleListRequest {
1088
1126
  */
1089
1127
  export interface ModifyZoneSettingRequest {
1090
1128
  /**
1091
- * 待变更的站点ID。
1129
+ * 待变更的站点 ID。
1092
1130
  */
1093
1131
  ZoneId: string
1094
1132
 
@@ -1117,13 +1155,13 @@ export interface ModifyZoneSettingRequest {
1117
1155
  OfflineCache?: OfflineCache
1118
1156
 
1119
1157
  /**
1120
- * Quic访问配置。
1158
+ * Quic 访问配置。
1121
1159
  不填写表示保持原有配置。
1122
1160
  */
1123
1161
  Quic?: Quic
1124
1162
 
1125
1163
  /**
1126
- * Post请求传输配置。
1164
+ * Post 请求传输配置。
1127
1165
  不填写表示保持原有配置。
1128
1166
  */
1129
1167
  PostMaxSize?: PostMaxSize
@@ -1135,19 +1173,19 @@ export interface ModifyZoneSettingRequest {
1135
1173
  Compression?: Compression
1136
1174
 
1137
1175
  /**
1138
- * Http2回源配置。
1176
+ * Http2 回源配置。
1139
1177
  不填写表示保持原有配置。
1140
1178
  */
1141
1179
  UpstreamHttp2?: UpstreamHttp2
1142
1180
 
1143
1181
  /**
1144
- * 访问协议强制Https跳转配置。
1182
+ * 访问协议强制 Https 跳转配置。
1145
1183
  不填写表示保持原有配置。
1146
1184
  */
1147
1185
  ForceRedirect?: ForceRedirect
1148
1186
 
1149
1187
  /**
1150
- * Https加速配置。
1188
+ * Https 加速配置。
1151
1189
  不填写表示保持原有配置。
1152
1190
  */
1153
1191
  Https?: Https
@@ -1165,13 +1203,13 @@ export interface ModifyZoneSettingRequest {
1165
1203
  SmartRouting?: SmartRouting
1166
1204
 
1167
1205
  /**
1168
- * WebSocket配置。
1206
+ * WebSocket 配置。
1169
1207
  不填写表示保持原有配置。
1170
1208
  */
1171
1209
  WebSocket?: WebSocket
1172
1210
 
1173
1211
  /**
1174
- * 客户端IP回源请求头配置。
1212
+ * 客户端 IP 回源请求头配置。
1175
1213
  不填写表示保持原有配置。
1176
1214
  */
1177
1215
  ClientIpHeader?: ClientIpHeader
@@ -1183,22 +1221,28 @@ export interface ModifyZoneSettingRequest {
1183
1221
  CachePrefresh?: CachePrefresh
1184
1222
 
1185
1223
  /**
1186
- * Ipv6访问配置。
1224
+ * Ipv6 访问配置。
1187
1225
  不填写表示保持原有配置。
1188
1226
  */
1189
1227
  Ipv6?: Ipv6
1190
1228
 
1191
1229
  /**
1192
- * 回源时是否携带客户端IP所属地域信息的配置。
1230
+ * 回源时是否携带客户端 IP 所属地域信息的配置。
1193
1231
  不填写表示保持原有配置。
1194
1232
  */
1195
1233
  ClientIpCountry?: ClientIpCountry
1196
1234
 
1197
1235
  /**
1198
- * Grpc协议支持配置。
1236
+ * Grpc 协议支持配置。
1199
1237
  不填写表示保持原有配置。
1200
1238
  */
1201
1239
  Grpc?: Grpc
1240
+
1241
+ /**
1242
+ * 图片优化配置。
1243
+ 不填写表示关闭。
1244
+ */
1245
+ ImageOptimize?: ImageOptimize
1202
1246
  }
1203
1247
 
1204
1248
  /**
@@ -1231,7 +1275,7 @@ export interface CreateApplicationProxyResponse {
1231
1275
  /**
1232
1276
  * 新增的四层代理应用ID。
1233
1277
  */
1234
- ProxyId: string
1278
+ ProxyId?: string
1235
1279
 
1236
1280
  /**
1237
1281
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2701,7 +2745,7 @@ export interface ClientIpHeader {
2701
2745
  Switch: string
2702
2746
 
2703
2747
  /**
2704
- * 回源时,存放客户端IP的请求头名称。
2748
+ * 回源时,存放客户端 IP 的请求头名称。
2705
2749
  为空则使用默认值:X-Forwarded-IP。
2706
2750
  注意:此字段可能返回 null,表示取不到有效值。
2707
2751
  */
@@ -2782,7 +2826,7 @@ export interface DescribeDDoSAttackTopDataRequest {
2782
2826
  */
2783
2827
  export interface Quic {
2784
2828
  /**
2785
- * 是否开启Quic配置,取值有:
2829
+ * 是否开启 Quic 配置,取值有:
2786
2830
  <li>on:开启;</li>
2787
2831
  <li>off:关闭。</li>
2788
2832
  */
@@ -2794,7 +2838,7 @@ export interface Quic {
2794
2838
  */
2795
2839
  export interface Ipv6 {
2796
2840
  /**
2797
- * Ipv6访问功能配置,取值有:
2841
+ * Ipv6 访问功能配置,取值有:
2798
2842
  <li>on:开启Ipv6访问功能;</li>
2799
2843
  <li>off:关闭Ipv6访问功能。</li>
2800
2844
  */
@@ -3069,13 +3113,64 @@ export interface AccelerationDomain {
3069
3113
  }
3070
3114
 
3071
3115
  /**
3072
- * UpdateOriginProtectionIPWhitelist请求参数结构体
3116
+ * DeleteSecurityIPGroup请求参数结构体
3073
3117
  */
3074
- export interface UpdateOriginProtectionIPWhitelistRequest {
3118
+ export interface DeleteSecurityIPGroupRequest {
3075
3119
  /**
3076
- * 站点ID
3120
+ * 站点 Id
3077
3121
  */
3078
3122
  ZoneId: string
3123
+
3124
+ /**
3125
+ * IP 组 Id。
3126
+ */
3127
+ GroupId: number
3128
+ }
3129
+
3130
+ /**
3131
+ * 模板当前详细配置
3132
+ */
3133
+ export interface RateLimitTemplateDetail {
3134
+ /**
3135
+ * 模板等级名称,取值有:
3136
+ <li>sup_loose:超级宽松;</li>
3137
+ <li>loose:宽松;</li>
3138
+ <li>emergency:紧急;</li>
3139
+ <li>normal:适中;</li>
3140
+ <li>strict:严格;</li>
3141
+ <li>close:关闭,仅精准速率限制生效。</li>
3142
+ 注意:此字段可能返回 null,表示取不到有效值。
3143
+ */
3144
+ Mode: string
3145
+
3146
+ /**
3147
+ * 唯一id。
3148
+ */
3149
+ ID?: number
3150
+
3151
+ /**
3152
+ * 模板处置方式,取值有:
3153
+ <li>alg:JavaScript挑战;</li>
3154
+ <li>monitor:观察。</li>
3155
+ 注意:此字段可能返回 null,表示取不到有效值。
3156
+ */
3157
+ Action?: string
3158
+
3159
+ /**
3160
+ * 惩罚时间,取值范围0-2天,单位秒。
3161
+ 注意:此字段可能返回 null,表示取不到有效值。
3162
+ */
3163
+ PunishTime?: number
3164
+
3165
+ /**
3166
+ * 统计阈值,单位是次,取值范围0-4294967294。
3167
+ */
3168
+ Threshold?: number
3169
+
3170
+ /**
3171
+ * 统计周期,取值范围0-120秒。
3172
+ */
3173
+ Period?: number
3079
3174
  }
3080
3175
 
3081
3176
  /**
@@ -3104,7 +3199,7 @@ export interface Origin {
3104
3199
  OriginPullProtocol?: string
3105
3200
 
3106
3201
  /**
3107
- * 源站为腾讯云COS时,是否为私有访问bucket,取值有:
3202
+ * 源站为腾讯云 COS 时,是否为私有访问 bucket,取值有:
3108
3203
  <li>on:私有访问;</li>
3109
3204
  <li>off:公共访问。</li>
3110
3205
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3367,7 +3462,7 @@ export interface ClientIpCountry {
3367
3462
  Switch: string
3368
3463
 
3369
3464
  /**
3370
- * 存放客户端IP所属地域信息的请求头名称,当Switch=on时有效。
3465
+ * 存放客户端 IP 所属地域信息的请求头名称,当 Switch=on 时有效。
3371
3466
  为空则使用默认值:EO-Client-IPCountry。
3372
3467
  */
3373
3468
  HeaderName?: string
@@ -3930,6 +4025,16 @@ export interface SpeedTestingDetailData {
3930
4025
  DistrictStatistics: Array<DistrictStatistics>
3931
4026
  }
3932
4027
 
4028
+ /**
4029
+ * DeleteSecurityIPGroup返回参数结构体
4030
+ */
4031
+ export interface DeleteSecurityIPGroupResponse {
4032
+ /**
4033
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4034
+ */
4035
+ RequestId?: string
4036
+ }
4037
+
3933
4038
  /**
3934
4039
  * DDoS封禁解封信息
3935
4040
  */
@@ -4312,6 +4417,26 @@ export interface RuleCodeActionParams {
4312
4417
  Values: Array<string>
4313
4418
  }
4314
4419
 
4420
+ /**
4421
+ * IP 网段组
4422
+ */
4423
+ export interface IPGroup {
4424
+ /**
4425
+ * 组 Id,创建时填 0 即可。
4426
+ */
4427
+ GroupId: number
4428
+
4429
+ /**
4430
+ * 组名称。
4431
+ */
4432
+ Name: string
4433
+
4434
+ /**
4435
+ * IP 组内容,可以填入 IP 及 IP 掩码。
4436
+ */
4437
+ Content: Array<string>
4438
+ }
4439
+
4315
4440
  /**
4316
4441
  * ModifyRulePriority请求参数结构体
4317
4442
  */
@@ -4454,23 +4579,18 @@ export interface DescribeDefaultCertificatesRequest {
4454
4579
  }
4455
4580
 
4456
4581
  /**
4457
- * DescribeAliasDomains返回参数结构体
4582
+ * BindZoneToPlan请求参数结构体
4458
4583
  */
4459
- export interface DescribeAliasDomainsResponse {
4460
- /**
4461
- * 符合条件的别称域名个数。
4462
- */
4463
- TotalCount: number
4464
-
4584
+ export interface BindZoneToPlanRequest {
4465
4585
  /**
4466
- * 别称域名详细信息列表。
4586
+ * 未绑定套餐的站点ID。
4467
4587
  */
4468
- AliasDomains: Array<AliasDomain>
4588
+ ZoneId: string
4469
4589
 
4470
4590
  /**
4471
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
4591
+ * 待绑定的目标套餐ID。
4472
4592
  */
4473
- RequestId?: string
4593
+ PlanId: string
4474
4594
  }
4475
4595
 
4476
4596
  /**
@@ -5052,18 +5172,18 @@ export interface ForceRedirect {
5052
5172
  */
5053
5173
  export interface ModifyApplicationProxyRequest {
5054
5174
  /**
5055
- * 站点ID。
5175
+ * 站点 ID。
5056
5176
  */
5057
5177
  ZoneId: string
5058
5178
 
5059
5179
  /**
5060
- * 代理ID。
5180
+ * 代理 ID。
5061
5181
  */
5062
5182
  ProxyId: string
5063
5183
 
5064
5184
  /**
5065
- * 当ProxyType=hostname时,表示域名或子域名;
5066
- 当ProxyType=instance时,表示代理名称。
5185
+ * 当 ProxyType=hostname 时,表示域名或子域名;
5186
+ ProxyType=instance 时,表示代理名称。
5067
5187
  */
5068
5188
  ProxyName: string
5069
5189
 
@@ -5081,9 +5201,14 @@ export interface ModifyApplicationProxyRequest {
5081
5201
  ProxyType?: string
5082
5202
 
5083
5203
  /**
5084
- * Ipv6访问配置,不填写保持原有配置。
5204
+ * Ipv6 访问配置,不填写保持原有配置。
5085
5205
  */
5086
5206
  Ipv6?: Ipv6
5207
+
5208
+ /**
5209
+ * 中国大陆加速优化配置。 不填写表示保持原有配置。
5210
+ */
5211
+ AccelerateMainland?: AccelerateMainland
5087
5212
  }
5088
5213
 
5089
5214
  /**
@@ -5599,7 +5724,7 @@ export interface Hsts {
5599
5724
  Switch: string
5600
5725
 
5601
5726
  /**
5602
- * MaxAge数值。单位为秒,最大值为1天。
5727
+ * MaxAge 数值。单位为秒,最大值为1天。
5603
5728
  注意:此字段可能返回 null,表示取不到有效值。
5604
5729
  */
5605
5730
  MaxAge?: number
@@ -5723,6 +5848,21 @@ export interface TopEntry {
5723
5848
  Value: Array<TopEntryValue>
5724
5849
  }
5725
5850
 
5851
+ /**
5852
+ * 自定义名字服务器 IP 信息
5853
+ */
5854
+ export interface VanityNameServersIps {
5855
+ /**
5856
+ * 自定义名字服务器名称。
5857
+ */
5858
+ Name: string
5859
+
5860
+ /**
5861
+ * 自定义名字服务器 IPv4 地址。
5862
+ */
5863
+ IPv4: string
5864
+ }
5865
+
5726
5866
  /**
5727
5867
  * 慢速攻击配置。
5728
5868
  */
@@ -5762,49 +5902,15 @@ export interface SlowPostConfig {
5762
5902
  }
5763
5903
 
5764
5904
  /**
5765
- * 模板当前详细配置
5905
+ * 中国大陆加速优化配置。
5766
5906
  */
5767
- export interface RateLimitTemplateDetail {
5768
- /**
5769
- * 模板等级名称,取值有:
5770
- <li>sup_loose:超级宽松;</li>
5771
- <li>loose:宽松;</li>
5772
- <li>emergency:紧急;</li>
5773
- <li>normal:适中;</li>
5774
- <li>strict:严格;</li>
5775
- <li>close:关闭,仅精准速率限制生效。</li>
5776
- 注意:此字段可能返回 null,表示取不到有效值。
5777
- */
5778
- Mode: string
5779
-
5780
- /**
5781
- * 唯一id。
5782
- */
5783
- ID?: number
5784
-
5785
- /**
5786
- * 模板处置方式,取值有:
5787
- <li>alg:JavaScript挑战;</li>
5788
- <li>monitor:观察。</li>
5789
- 注意:此字段可能返回 null,表示取不到有效值。
5790
- */
5791
- Action?: string
5792
-
5907
+ export interface AccelerateMainland {
5793
5908
  /**
5794
- * 惩罚时间,取值范围0-2天,单位秒。
5795
- 注意:此字段可能返回 null,表示取不到有效值。
5909
+ * 是否开启中国大陆加速优化配置,取值有:
5910
+ <li>on:开启;</li>
5911
+ <li>off:关闭。</li>
5796
5912
  */
5797
- PunishTime?: number
5798
-
5799
- /**
5800
- * 统计阈值,单位是次,取值范围0-4294967294。
5801
- */
5802
- Threshold?: number
5803
-
5804
- /**
5805
- * 统计周期,取值范围0-120秒。
5806
- */
5807
- Period?: number
5913
+ Switch: string
5808
5914
  }
5809
5915
 
5810
5916
  /**
@@ -6137,13 +6243,13 @@ export interface SpeedTestingConfig {
6137
6243
  */
6138
6244
  export interface CreateApplicationProxyRequest {
6139
6245
  /**
6140
- * 站点ID。
6246
+ * 站点 ID。
6141
6247
  */
6142
6248
  ZoneId: string
6143
6249
 
6144
6250
  /**
6145
- * 当ProxyType=hostname时,表示域名或子域名;
6146
- 当ProxyType=instance时,表示代理名称。
6251
+ * 当 ProxyType=hostname 时,表示域名或子域名;
6252
+ ProxyType=instance 时,表示代理名称。
6147
6253
  */
6148
6254
  ProxyName: string
6149
6255
 
@@ -6182,8 +6288,8 @@ export interface CreateApplicationProxyRequest {
6182
6288
  SessionPersistTime?: number
6183
6289
 
6184
6290
  /**
6185
- * Ipv6访问配置。
6186
- 不填写表示关闭Ipv6访问。
6291
+ * Ipv6 访问配置。
6292
+ 不填写表示关闭 Ipv6 访问。
6187
6293
  */
6188
6294
  Ipv6?: Ipv6
6189
6295
 
@@ -6192,6 +6298,11 @@ export interface CreateApplicationProxyRequest {
6192
6298
  不填写则不创建规则。
6193
6299
  */
6194
6300
  ApplicationProxyRules?: Array<ApplicationProxyRule>
6301
+
6302
+ /**
6303
+ * 中国大陆加速优化配置。不填写表示关闭中国大陆加速优化。
6304
+ */
6305
+ AccelerateMainland?: AccelerateMainland
6195
6306
  }
6196
6307
 
6197
6308
  /**
@@ -6331,7 +6442,7 @@ export interface IntelligenceRule {
6331
6442
  */
6332
6443
  export interface PostMaxSize {
6333
6444
  /**
6334
- * 是否开启POST请求上传文件限制,平台默认为限制为32MB,取值有:
6445
+ * 是否开启 POST 请求上传文件限制,平台默认为限制为32MB,取值有:
6335
6446
  <li>on:开启限制;</li>
6336
6447
  <li>off:关闭限制。</li>
6337
6448
  */
@@ -6380,6 +6491,53 @@ export interface Rule {
6380
6491
  SubRules?: Array<SubRuleItem>
6381
6492
  }
6382
6493
 
6494
+ /**
6495
+ * 不同维度的测速数据。
6496
+ */
6497
+ export interface SpeedTestingMetricData {
6498
+ /**
6499
+ * 站点ID。
6500
+ */
6501
+ ZoneId: string
6502
+
6503
+ /**
6504
+ * 站点名称。
6505
+ */
6506
+ ZoneName: string
6507
+
6508
+ /**
6509
+ * 源站拨测信息。
6510
+ */
6511
+ OriginSpeedTestingInfo: Array<SpeedTestingInfo>
6512
+
6513
+ /**
6514
+ * EO 拨测信息。
6515
+ */
6516
+ ProxySpeedTestingInfo: Array<SpeedTestingInfo>
6517
+
6518
+ /**
6519
+ * 站点状态。
6520
+ */
6521
+ SpeedTestingStatus: SpeedTestingStatus
6522
+
6523
+ /**
6524
+ * 优化建议。
6525
+ */
6526
+ OptimizeAction: Array<OptimizeAction>
6527
+
6528
+ /**
6529
+ * EO 整体性能,单位ms。
6530
+ 注意:此字段可能返回 null,表示取不到有效值。
6531
+ */
6532
+ ProxyLoadTime: number
6533
+
6534
+ /**
6535
+ * 源站整体性能,单位ms。
6536
+ 注意:此字段可能返回 null,表示取不到有效值。
6537
+ */
6538
+ OriginLoadTime: number
6539
+ }
6540
+
6383
6541
  /**
6384
6542
  * 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等。
6385
6543
  若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
@@ -6443,6 +6601,16 @@ export interface CreateZoneResponse {
6443
6601
  RequestId?: string
6444
6602
  }
6445
6603
 
6604
+ /**
6605
+ * UpdateOriginProtectionIPWhitelist请求参数结构体
6606
+ */
6607
+ export interface UpdateOriginProtectionIPWhitelistRequest {
6608
+ /**
6609
+ * 站点ID。
6610
+ */
6611
+ ZoneId: string
6612
+ }
6613
+
6446
6614
  /**
6447
6615
  * 规则引擎功能项操作,对于一种功能只对应下面三种类型的其中一种,RuleAction 数组中的每一项只能是其中一个类型,更多功能项的填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
6448
6616
  */
@@ -6686,6 +6854,16 @@ export interface ModifyApplicationProxyResponse {
6686
6854
  RequestId?: string
6687
6855
  }
6688
6856
 
6857
+ /**
6858
+ * ModifySecurityIPGroup返回参数结构体
6859
+ */
6860
+ export interface ModifySecurityIPGroupResponse {
6861
+ /**
6862
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6863
+ */
6864
+ RequestId?: string
6865
+ }
6866
+
6689
6867
  /**
6690
6868
  * ReclaimZone请求参数结构体
6691
6869
  */
@@ -6717,7 +6895,7 @@ export interface CacheKey {
6717
6895
  IgnoreCase?: string
6718
6896
 
6719
6897
  /**
6720
- * CacheKey中包含请求参数。
6898
+ * CacheKey 中包含请求参数。
6721
6899
  注意:此字段可能返回 null,表示取不到有效值。
6722
6900
  */
6723
6901
  QueryString?: QueryString
@@ -7104,50 +7282,13 @@ export interface DropPageConfig {
7104
7282
  }
7105
7283
 
7106
7284
  /**
7107
- * 不同维度的测速数据。
7285
+ * ReclaimZone返回参数结构体
7108
7286
  */
7109
- export interface SpeedTestingMetricData {
7110
- /**
7111
- * 站点ID。
7112
- */
7113
- ZoneId: string
7114
-
7115
- /**
7116
- * 站点名称。
7117
- */
7118
- ZoneName: string
7119
-
7120
- /**
7121
- * 源站拨测信息。
7122
- */
7123
- OriginSpeedTestingInfo: Array<SpeedTestingInfo>
7124
-
7125
- /**
7126
- * EO 拨测信息。
7127
- */
7128
- ProxySpeedTestingInfo: Array<SpeedTestingInfo>
7129
-
7130
- /**
7131
- * 站点状态。
7132
- */
7133
- SpeedTestingStatus: SpeedTestingStatus
7134
-
7287
+ export interface ReclaimZoneResponse {
7135
7288
  /**
7136
- * 优化建议。
7289
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7137
7290
  */
7138
- OptimizeAction: Array<OptimizeAction>
7139
-
7140
- /**
7141
- * EO 整体性能,单位ms。
7142
- 注意:此字段可能返回 null,表示取不到有效值。
7143
- */
7144
- ProxyLoadTime: number
7145
-
7146
- /**
7147
- * 源站整体性能,单位ms。
7148
- 注意:此字段可能返回 null,表示取不到有效值。
7149
- */
7150
- OriginLoadTime: number
7291
+ RequestId?: string
7151
7292
  }
7152
7293
 
7153
7294
  /**
@@ -7303,18 +7444,23 @@ export interface NormalAction {
7303
7444
  }
7304
7445
 
7305
7446
  /**
7306
- * BindZoneToPlan请求参数结构体
7447
+ * DescribeAliasDomains返回参数结构体
7307
7448
  */
7308
- export interface BindZoneToPlanRequest {
7449
+ export interface DescribeAliasDomainsResponse {
7309
7450
  /**
7310
- * 未绑定套餐的站点ID。
7451
+ * 符合条件的别称域名个数。
7311
7452
  */
7312
- ZoneId: string
7453
+ TotalCount: number
7313
7454
 
7314
7455
  /**
7315
- * 待绑定的目标套餐ID。
7456
+ * 别称域名详细信息列表。
7316
7457
  */
7317
- PlanId: string
7458
+ AliasDomains: Array<AliasDomain>
7459
+
7460
+ /**
7461
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7462
+ */
7463
+ RequestId?: string
7318
7464
  }
7319
7465
 
7320
7466
  /**
@@ -7669,41 +7815,18 @@ export interface AiRule {
7669
7815
  }
7670
7816
 
7671
7817
  /**
7672
- * 离线日志详细信息
7818
+ * CreateSecurityIPGroup请求参数结构体
7673
7819
  */
7674
- export interface L4OfflineLog {
7675
- /**
7676
- * 日志打包开始时间。
7677
- */
7678
- LogTime: number
7679
-
7680
- /**
7681
- * 四层实例ID。
7682
- 注意:此字段可能返回 null,表示取不到有效值。
7683
- */
7684
- ProxyId: string
7685
-
7686
- /**
7687
- * 原始大小 单位byte。
7688
- */
7689
- Size: number
7690
-
7820
+ export interface CreateSecurityIPGroupRequest {
7691
7821
  /**
7692
- * 下载地址。
7822
+ * 站点 Id。
7693
7823
  */
7694
- Url: string
7824
+ ZoneId: string
7695
7825
 
7696
7826
  /**
7697
- * 日志数据包名。
7827
+ * IP 组信息。
7698
7828
  */
7699
- LogPacketName: string
7700
-
7701
- /**
7702
- * 加速区域,取值有:
7703
- <li>mainland:中国大陆境内;</li>
7704
- <li>overseas:全球(不含中国大陆)。</li>
7705
- */
7706
- Area: string
7829
+ IPGroup: IPGroup
7707
7830
  }
7708
7831
 
7709
7832
  /**
@@ -8665,9 +8788,14 @@ export interface Task {
8665
8788
  }
8666
8789
 
8667
8790
  /**
8668
- * ReclaimZone返回参数结构体
8791
+ * CreateSecurityIPGroup返回参数结构体
8669
8792
  */
8670
- export interface ReclaimZoneResponse {
8793
+ export interface CreateSecurityIPGroupResponse {
8794
+ /**
8795
+ * IP 组 Id。
8796
+ */
8797
+ GroupId?: number
8798
+
8671
8799
  /**
8672
8800
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8673
8801
  */
@@ -8881,18 +9009,26 @@ export interface DescribeWebProtectionTopDataResponse {
8881
9009
  }
8882
9010
 
8883
9011
  /**
8884
- * 自定义名字服务器 IP 信息
9012
+ * ModifySecurityIPGroup请求参数结构体
8885
9013
  */
8886
- export interface VanityNameServersIps {
9014
+ export interface ModifySecurityIPGroupRequest {
8887
9015
  /**
8888
- * 自定义名字服务器名称。
9016
+ * 站点 Id。
8889
9017
  */
8890
- Name: string
9018
+ ZoneId: string
8891
9019
 
8892
9020
  /**
8893
- * 自定义名字服务器 IPv4 地址。
9021
+ * IP 组配置。
8894
9022
  */
8895
- IPv4: string
9023
+ IPGroup: IPGroup
9024
+
9025
+ /**
9026
+ * 操作类型,取值有:
9027
+ <li> append: 向 IPGroup 中追加 Content 参数中内容;</li>
9028
+ <li> remove: 从 IPGroup 中删除 Content 参数中内容;</li>
9029
+ <li> update: 全量替换 IPGroup 内容,并可修改 IPGroup 名称。 </li>
9030
+ */
9031
+ Mode: string
8896
9032
  }
8897
9033
 
8898
9034
  /**
@@ -9262,7 +9398,7 @@ export interface DescribeAccelerationDomainsRequest {
9262
9398
  */
9263
9399
  export interface Grpc {
9264
9400
  /**
9265
- * 是否开启Grpc配置,取值有:
9401
+ * 是否开启 Grpc 配置,取值有:
9266
9402
  <li>on:开启;</li>
9267
9403
  <li>off:关闭。</li>
9268
9404
  */
@@ -9274,7 +9410,7 @@ export interface Grpc {
9274
9410
  */
9275
9411
  export interface UpstreamHttp2 {
9276
9412
  /**
9277
- * http2回源配置开关,取值有:
9413
+ * http2 回源配置开关,取值有:
9278
9414
  <li>on:开启;</li>
9279
9415
  <li>off:关闭。</li>
9280
9416
  */