tencentcloud-sdk-nodejs-waf 4.0.690 → 4.0.692

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.
@@ -28,7 +28,7 @@ class Client extends TencentCloudCommon.AbstractClient {
28
28
  super("waf.tencentcloudapi.com", "2018-01-25", clientConfig);
29
29
  }
30
30
  /**
31
- * 获取一个clb域名详情
31
+ * 获取一个clbwaf域名详情
32
32
  */
33
33
  async DescribeDomainDetailsClb(req, cb) {
34
34
  return this.request("DescribeDomainDetailsClb", req, cb);
@@ -285,6 +285,12 @@ class Client extends TencentCloudCommon.AbstractClient {
285
285
  async ModifyCustomWhiteRule(req, cb) {
286
286
  return this.request("ModifyCustomWhiteRule", req, cb);
287
287
  }
288
+ /**
289
+ * 切换弹性的开关
290
+ */
291
+ async SwitchElasticMode(req, cb) {
292
+ return this.request("SwitchElasticMode", req, cb);
293
+ }
288
294
  /**
289
295
  * 修改实例的自动续费开关
290
296
  */
@@ -292,7 +298,7 @@ class Client extends TencentCloudCommon.AbstractClient {
292
298
  return this.request("ModifyInstanceRenewFlag", req, cb);
293
299
  }
294
300
  /**
295
- * 查询单个saas域名详情
301
+ * 查询单个saaswaf域名详情
296
302
  */
297
303
  async DescribeDomainDetailsSaas(req, cb) {
298
304
  return this.request("DescribeDomainDetailsSaas", req, cb);
@@ -349,7 +355,7 @@ class Client extends TencentCloudCommon.AbstractClient {
349
355
  return this.request("DescribeHosts", req, cb);
350
356
  }
351
357
  /**
352
- * 添加Spart防护域名
358
+ * 添加SaaS型WAF防护域名
353
359
  */
354
360
  async AddSpartaProtection(req, cb) {
355
361
  return this.request("AddSpartaProtection", req, cb);
@@ -385,7 +391,7 @@ class Client extends TencentCloudCommon.AbstractClient {
385
391
  return this.request("ModifyProtectionStatus", req, cb);
386
392
  }
387
393
  /**
388
- * 查询加密套件信息
394
+ * Saas型WAF接入查询加密套件信息
389
395
  */
390
396
  async DescribeCiphersDetail(req, cb) {
391
397
  return this.request("DescribeCiphersDetail", req, cb);
@@ -475,7 +481,7 @@ class Client extends TencentCloudCommon.AbstractClient {
475
481
  return this.request("DescribeDomainCountInfo", req, cb);
476
482
  }
477
483
  /**
478
- * SAASWAF删除防护域名
484
+ * Saas型WAF删除防护域名
479
485
  */
480
486
  async DeleteSpartaProtection(req, cb) {
481
487
  return this.request("DeleteSpartaProtection", req, cb);
@@ -625,7 +631,7 @@ class Client extends TencentCloudCommon.AbstractClient {
625
631
  return this.request("ModifyCustomWhiteRuleStatus", req, cb);
626
632
  }
627
633
  /**
628
- * 获取非标端口列表
634
+ * 获取Saas型WAF防护端口列表
629
635
  */
630
636
  async DescribePorts(req, cb) {
631
637
  return this.request("DescribePorts", req, cb);
@@ -661,7 +667,7 @@ class Client extends TencentCloudCommon.AbstractClient {
661
667
  return this.request("DescribeCCRuleList", req, cb);
662
668
  }
663
669
  /**
664
- * clb-waf中添加防护的域名
670
+ * clb-waf中添加防护域名
665
671
  */
666
672
  async CreateHost(req, cb) {
667
673
  return this.request("CreateHost", req, cb);
@@ -685,7 +691,7 @@ class Client extends TencentCloudCommon.AbstractClient {
685
691
  return this.request("AddDomainWhiteRule", req, cb);
686
692
  }
687
693
  /**
688
- * 修改ipv6开关
694
+ * 切换ipv6开关
689
695
  */
690
696
  async ModifyDomainIpv6Status(req, cb) {
691
697
  return this.request("ModifyDomainIpv6Status", req, cb);
@@ -381,10 +381,31 @@ export interface AccessLogItems {
381
381
  */
382
382
  Data: Array<AccessLogItem>;
383
383
  }
384
+ /**
385
+ * SwitchElasticMode请求参数结构体
386
+ */
387
+ export interface SwitchElasticModeRequest {
388
+ /**
389
+ * 版本,只能是sparta-waf, clb-waf, cdn-waf
390
+ */
391
+ Edition: string;
392
+ /**
393
+ * 0代表关闭,1代表打开
394
+ */
395
+ Mode: number;
396
+ /**
397
+ * 实例id
398
+ */
399
+ InstanceID?: string;
400
+ }
384
401
  /**
385
402
  * ModifyInstanceName请求参数结构体
386
403
  */
387
404
  export interface ModifyInstanceNameRequest {
405
+ /**
406
+ * 新名称
407
+ */
408
+ InstanceName: string;
388
409
  /**
389
410
  * 实例id
390
411
  */
@@ -582,6 +603,11 @@ export interface LoadBalancerPackageNew {
582
603
  注意:此字段可能返回 null,表示取不到有效值。
583
604
  */
584
605
  LoadBalancerType: string;
606
+ /**
607
+ * 负载均衡器的域名
608
+ 注意:此字段可能返回 null,表示取不到有效值。
609
+ */
610
+ LoadBalancerDomain?: string;
585
611
  }
586
612
  /**
587
613
  * DescribeAntiFakeUrl请求参数结构体
@@ -1276,7 +1302,7 @@ export interface DescribeUserCdcClbWafRegionsResponse {
1276
1302
  * CdcRegion的类型描述
1277
1303
  注意:此字段可能返回 null,表示取不到有效值。
1278
1304
  */
1279
- Data: Array<CdcRegion>;
1305
+ Data?: Array<CdcRegion>;
1280
1306
  /**
1281
1307
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1282
1308
  */
@@ -1442,7 +1468,7 @@ export interface DescribeUserClbWafRegionsResponse {
1442
1468
  * 地域(标准的ap-格式)列表
1443
1469
  注意:此字段可能返回 null,表示取不到有效值。
1444
1470
  */
1445
- Data: Array<string>;
1471
+ Data?: Array<string>;
1446
1472
  /**
1447
1473
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1448
1474
  */
@@ -1892,6 +1918,15 @@ export interface DeleteHostResponse {
1892
1918
  */
1893
1919
  RequestId?: string;
1894
1920
  }
1921
+ /**
1922
+ * SwitchElasticMode返回参数结构体
1923
+ */
1924
+ export interface SwitchElasticModeResponse {
1925
+ /**
1926
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1927
+ */
1928
+ RequestId?: string;
1929
+ }
1895
1930
  /**
1896
1931
  * FreshAntiFakeUrl返回参数结构体
1897
1932
  */
@@ -1943,7 +1978,7 @@ export interface DeleteSpartaProtectionRequest {
1943
1978
  */
1944
1979
  Domains: Array<string>;
1945
1980
  /**
1946
- * 版本
1981
+ * 实例类型
1947
1982
  */
1948
1983
  Edition?: string;
1949
1984
  /**
@@ -2198,7 +2233,7 @@ export interface HostRecord {
2198
2233
  */
2199
2234
  MainDomain: string;
2200
2235
  /**
2201
- * waf模式,同saas waf保持一致
2236
+ * 规则引擎防护模式,0 观察模式,1拦截模式
2202
2237
  */
2203
2238
  Mode: number;
2204
2239
  /**
@@ -2210,7 +2245,7 @@ export interface HostRecord {
2210
2245
  */
2211
2246
  State: number;
2212
2247
  /**
2213
- * 使用的规则,同saas waf保持一致
2248
+ * 规则引擎和AI引擎防护模式联合状态,10规则引擎观察&&AI引擎关闭模式 11规则引擎观察&&AI引擎观察模式 12规则引擎观察&&AI引擎拦截模式 20规则引擎拦截&&AI引擎关闭模式 21规则引擎拦截&&AI引擎观察模式 22规则引擎拦截&&AI引擎拦截模式
2214
2249
  */
2215
2250
  Engine: number;
2216
2251
  /**
@@ -2262,6 +2297,11 @@ export interface HostRecord {
2262
2297
  注意:此字段可能返回 null,表示取不到有效值。
2263
2298
  */
2264
2299
  EngineType?: number;
2300
+ /**
2301
+ * 云类型:public:公有云;private:私有云;hybrid:混合云
2302
+ 注意:此字段可能返回 null,表示取不到有效值。
2303
+ */
2304
+ CloudType?: string;
2265
2305
  }
2266
2306
  /**
2267
2307
  * CreateHost请求参数结构体
@@ -2283,42 +2323,47 @@ export interface UserDomainInfo {
2283
2323
  /**
2284
2324
  * 用户id
2285
2325
  */
2286
- Appid: number;
2326
+ Appid?: number;
2287
2327
  /**
2288
2328
  * 域名
2289
2329
  */
2290
- Domain: string;
2330
+ Domain?: string;
2291
2331
  /**
2292
2332
  * 域名id
2293
2333
  */
2294
- DomainId: string;
2334
+ DomainId?: string;
2295
2335
  /**
2296
2336
  * 实例id
2297
2337
  */
2298
- InstanceId: string;
2338
+ InstanceId?: string;
2299
2339
  /**
2300
2340
  * 实例名
2301
2341
  */
2302
- InstanceName: string;
2342
+ InstanceName?: string;
2303
2343
  /**
2304
2344
  * waf类型
2305
2345
  */
2306
- Edition: string;
2346
+ Edition?: string;
2307
2347
  /**
2308
2348
  * 版本
2309
2349
  注意:此字段可能返回 null,表示取不到有效值。
2310
2350
  */
2311
- Level: string;
2351
+ Level?: string;
2312
2352
  /**
2313
2353
  * 指定域名访问日志字段的开关
2314
2354
  注意:此字段可能返回 null,表示取不到有效值。
2315
2355
  */
2316
- WriteConfig: string;
2356
+ WriteConfig?: string;
2317
2357
  /**
2318
2358
  * 指定域名是否写cls的开关 1:写 0:不写
2319
2359
  注意:此字段可能返回 null,表示取不到有效值。
2320
2360
  */
2321
- Cls: number;
2361
+ Cls?: number;
2362
+ /**
2363
+ * 标记是否是混合云接入。hybrid表示混合云接入域名
2364
+ 注意:此字段可能返回 null,表示取不到有效值。
2365
+ */
2366
+ CloudType?: string;
2322
2367
  }
2323
2368
  /**
2324
2369
  * FreshAntiFakeUrl请求参数结构体
@@ -2389,47 +2434,67 @@ export interface SpartaProtectionPort {
2389
2434
  */
2390
2435
  export interface AddSpartaProtectionRequest {
2391
2436
  /**
2392
- * 需要防御的域名
2437
+ * 需要防护的域名
2393
2438
  */
2394
2439
  Domain: string;
2395
2440
  /**
2396
- * 证书类型,0表示没有证书,CertType=1表示自有证书,2 为托管证书
2441
+ * 证书类型。
2442
+ 0:仅配置HTTP监听端口,没有证书
2443
+ 1:证书来源为自有证书
2444
+ 2:证书来源为托管证书
2397
2445
  */
2398
2446
  CertType: number;
2399
2447
  /**
2400
- * 表示是否开启了CDN代理,1:有部署CDN,0:未部署CDN
2448
+ * waf前是否部署有七层代理服务。
2449
+ 0:没有部署代理服务
2450
+ 1:有部署代理服务,waf将使用XFF获取客户端IP
2451
+ 2:有部署代理服务,waf将使用remote_addr获取客户端IP
2452
+ 3:有部署代理服务,waf将使用ip_headers中的自定义header获取客户端IP
2401
2453
  */
2402
2454
  IsCdn: number;
2403
2455
  /**
2404
- * 回源类型,0表示通过IP回源,1 表示通过域名回源
2456
+ * 回源类型。
2457
+ 0:通过IP回源
2458
+ 1:通过域名回源
2405
2459
  */
2406
2460
  UpstreamType: number;
2407
2461
  /**
2408
- * 是否开启WebSocket支持,1表示开启,0不开启
2462
+ * 是否开启WebSocket支持。
2463
+ 0:关闭
2464
+ 1:开启
2409
2465
  */
2410
2466
  IsWebsocket: number;
2411
2467
  /**
2412
- * 负载均衡策略,0表示轮询,1表示IP hash
2468
+ * 回源负载均衡策略。
2469
+ 0:轮询
2470
+ 1:IP hash
2471
+ 2:加权轮询
2413
2472
  */
2414
2473
  LoadBalance: string;
2415
2474
  /**
2416
- * 值为1时,需要填次参数,表示证书内容
2475
+ * CertType为1时,需要填充此参数,表示自有证书的证书链
2417
2476
  */
2418
2477
  Cert?: string;
2419
2478
  /**
2420
- * CertType=1时,需要填次参数,表示证书的私钥
2479
+ * CertType1时,需要填充此参数,表示自有证书的私钥
2421
2480
  */
2422
2481
  PrivateKey?: string;
2423
2482
  /**
2424
- * CertType=2时,需要填次参数,表示证书的ID
2483
+ * CertType2时,需要填充此参数,表示腾讯云SSL平台托管的证书id
2425
2484
  */
2426
2485
  SSLId?: string;
2427
2486
  /**
2428
- * Waf的资源ID
2487
+ * 待废弃,可不填。Waf的资源ID
2429
2488
  */
2430
2489
  ResourceId?: string;
2431
2490
  /**
2432
- * HTTPS回源协议,填http或者https
2491
+ * IsCdn为3时,需要填此参数,表示自定义header
2492
+ */
2493
+ IpHeaders?: Array<string>;
2494
+ /**
2495
+ * 服务配置有HTTPS端口时,HTTPS的回源协议。
2496
+ http:使用http协议回源,和HttpsUpstreamPort配合使用
2497
+ https:使用https协议回源
2433
2498
  */
2434
2499
  UpstreamScheme?: string;
2435
2500
  /**
@@ -2437,55 +2502,71 @@ export interface AddSpartaProtectionRequest {
2437
2502
  */
2438
2503
  HttpsUpstreamPort?: string;
2439
2504
  /**
2440
- * 是否开启灰度,0表示不开启灰度
2505
+ * 待废弃,可不填。是否开启灰度,0表示不开启灰度。
2441
2506
  */
2442
2507
  IsGray?: number;
2443
2508
  /**
2444
- * 灰度的地区
2509
+ * 待废弃,可不填。灰度的地区
2445
2510
  */
2446
2511
  GrayAreas?: Array<string>;
2447
2512
  /**
2448
- * UpstreamType=1时,填次字段表示回源域名
2513
+ * 是否开启HTTP强制跳转到HTTPS。
2514
+ 0:不强制跳转
2515
+ 1:开启强制跳转
2516
+ */
2517
+ HttpsRewrite?: number;
2518
+ /**
2519
+ * 域名回源时的回源域名。UpstreamType为1时,需要填充此字段
2449
2520
  */
2450
2521
  UpstreamDomain?: string;
2451
2522
  /**
2452
- * UpstreamType=0时,填次字段表示回源IP
2523
+ * IP回源时的回源IP列表。UpstreamType0时,需要填充此字段
2453
2524
  */
2454
2525
  SrcList?: Array<string>;
2455
2526
  /**
2456
- * 是否开启HTTP2,开启HTTP2需要HTTPS支持
2527
+ * 是否开启HTTP2,需要开启HTTPS协议支持。
2528
+ 0:关闭
2529
+ 1:开启
2457
2530
  */
2458
2531
  IsHttp2?: number;
2459
2532
  /**
2460
- * 表示是否强制跳转到HTTPS,1强制跳转Https,0不强制跳转
2461
- */
2462
- HttpsRewrite?: number;
2463
- /**
2464
- * 服务有多端口需要设置此字段
2533
+ * 服务端口列表配置。
2534
+ NginxServerId:新增域名时填'0'
2535
+ Port:监听端口号
2536
+ Protocol:端口协议
2537
+ UpstreamPort:与Port相同
2538
+ UpstreamProtocol:与Protocol相同
2465
2539
  */
2466
2540
  Ports?: Array<PortItem>;
2467
2541
  /**
2468
- * WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF,cdn-waf表示CDN上的Web防护能力
2542
+ * 待废弃,可不填。WAF实例类型。
2543
+ sparta-waf:SAAS型WAF
2544
+ clb-waf:负载均衡型WAF
2545
+ cdn-waf:CDN上的Web防护能力
2469
2546
  */
2470
2547
  Edition?: string;
2471
2548
  /**
2472
- * 是否开启长连接,0 短连接,1 长连接
2549
+ * 是否开启长连接。
2550
+ 0: 短连接
2551
+ 1: 长连接
2473
2552
  */
2474
2553
  IsKeepAlive?: string;
2475
2554
  /**
2476
- * 实例id,上线之后带上此字段
2555
+ * 域名所属实例id
2477
2556
  */
2478
2557
  InstanceID?: string;
2479
2558
  /**
2480
- * anycast IP类型开关: 0 普通IP 1 Anycast IP
2559
+ * 待废弃,目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP
2481
2560
  */
2482
2561
  Anycast?: number;
2483
2562
  /**
2484
- * src权重
2563
+ * 回源IP列表各IP的权重,和SrcList一一对应。当且仅当UpstreamType为0,并且SrcList有多个IP,并且LoadBalance为2时需要填写,否则填 []
2485
2564
  */
2486
2565
  Weights?: Array<number | bigint>;
2487
2566
  /**
2488
- * 是否开启主动健康检测,1表示开启,0表示不开启
2567
+ * 是否开启主动健康检测。
2568
+ 0:不开启
2569
+ 1:开启
2489
2570
  */
2490
2571
  ActiveCheck?: number;
2491
2572
  /**
@@ -2493,35 +2574,41 @@ export interface AddSpartaProtectionRequest {
2493
2574
  */
2494
2575
  TLSVersion?: number;
2495
2576
  /**
2496
- * 加密套件信息
2577
+ * 加密套件模板。
2578
+ 0:不支持选择,使用默认模版
2579
+ 1:通用型模版
2580
+ 2:安全型模版
2581
+ 3:自定义模版
2497
2582
  */
2498
- Ciphers?: Array<number | bigint>;
2583
+ CipherTemplate?: number;
2499
2584
  /**
2500
- * 0:不支持选择:默认模版 1:通用型模版 2:安全型模版 3:自定义模版
2585
+ * 自定义的加密套件列表。CipherTemplate为3时需要填此字段,表示自定义的加密套件,值通过DescribeCiphersDetail接口获取。
2501
2586
  */
2502
- CipherTemplate?: number;
2587
+ Ciphers?: Array<number | bigint>;
2503
2588
  /**
2504
- * 300s
2589
+ * WAF与源站的读超时时间,默认300s
2505
2590
  */
2506
2591
  ProxyReadTimeout?: number;
2507
2592
  /**
2508
- * 300s
2593
+ * WAF与源站的写超时时间,默认300s
2509
2594
  */
2510
2595
  ProxySendTimeout?: number;
2511
2596
  /**
2512
- * 0:关闭SNI;1:开启SNI,SNI=源请求host;2:开启SNI,SNI=修改为源站host;3:开启SNI,自定义host,SNI=SniHost;
2597
+ * WAF回源时的SNI类型。
2598
+ 0:关闭SNI,不配置client_hello中的server_name
2599
+ 1:开启SNI,client_hello中的server_name为防护域名
2600
+ 2:开启SNI,SNI为域名回源时的源站域名
2601
+ 3:开启SNI,SNI为自定义域名
2513
2602
  */
2514
2603
  SniType?: number;
2515
2604
  /**
2516
- * SniType=3时,需要填此参数,表示自定义的host
2605
+ * SniType3时,需要填此参数,表示自定义的SNI
2517
2606
  */
2518
2607
  SniHost?: string;
2519
2608
  /**
2520
- * is_cdn=3时,需要填此参数,表示自定义header
2521
- */
2522
- IpHeaders?: Array<string>;
2523
- /**
2524
- * 0:关闭xff重置;1:开启xff重置
2609
+ * 是否开启XFF重置。
2610
+ 0:关闭
2611
+ 1:开启
2525
2612
  */
2526
2613
  XFFReset?: number;
2527
2614
  }
@@ -2740,11 +2827,11 @@ export interface DescribePortsResponse {
2740
2827
  /**
2741
2828
  * http端口列表
2742
2829
  */
2743
- HttpPorts: Array<string>;
2830
+ HttpPorts?: Array<string>;
2744
2831
  /**
2745
2832
  * https端口列表
2746
2833
  */
2747
- HttpsPorts: Array<string>;
2834
+ HttpsPorts?: Array<string>;
2748
2835
  /**
2749
2836
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2750
2837
  */
@@ -2845,7 +2932,7 @@ export interface ModifyDomainIpv6StatusResponse {
2845
2932
  /**
2846
2933
  * 返回的状态 (0: 操作失败 1:操作成功 2:企业版以上不支持 3:企业版以下不支持 )
2847
2934
  */
2848
- Ipv6Status: number;
2935
+ Ipv6Status?: number;
2849
2936
  /**
2850
2937
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2851
2938
  */
@@ -3048,14 +3135,14 @@ export interface DescribeAntiInfoLeakRulesRequest {
3048
3135
  * DescribePorts请求参数结构体
3049
3136
  */
3050
3137
  export interface DescribePortsRequest {
3051
- /**
3052
- * 版本
3053
- */
3054
- Edition?: string;
3055
3138
  /**
3056
3139
  * 实例ID
3057
3140
  */
3058
3141
  InstanceID?: string;
3142
+ /**
3143
+ * 实例类型
3144
+ */
3145
+ Edition?: string;
3059
3146
  }
3060
3147
  /**
3061
3148
  * ModifyHostMode请求参数结构体
@@ -3177,7 +3264,7 @@ export interface DescribeCiphersDetailResponse {
3177
3264
  * 加密套件信息
3178
3265
  注意:此字段可能返回 null,表示取不到有效值。
3179
3266
  */
3180
- Ciphers: Array<TLSCiphers>;
3267
+ Ciphers?: Array<TLSCiphers>;
3181
3268
  /**
3182
3269
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3183
3270
  */
@@ -3805,7 +3892,7 @@ export interface DescribeDomainDetailsClbResponse {
3805
3892
  /**
3806
3893
  * clb域名详情
3807
3894
  */
3808
- DomainsClbPartInfo: ClbDomainsInfo;
3895
+ DomainsClbPartInfo?: ClbDomainsInfo;
3809
3896
  /**
3810
3897
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3811
3898
  */
@@ -5549,7 +5636,7 @@ export interface ModifySpartaProtectionRequest {
5549
5636
  */
5550
5637
  IpHeaders?: Array<string>;
5551
5638
  /**
5552
- * 0:关闭xff重置;1:开启xff重置
5639
+ * 0:关闭xff重置;1:开启xff重置,只有在IsCdn=0时可以开启
5553
5640
  */
5554
5641
  XFFReset?: number;
5555
5642
  }
@@ -6088,55 +6175,60 @@ export interface ClbDomainsInfo {
6088
6175
  /**
6089
6176
  * 域名
6090
6177
  */
6091
- Domain: string;
6178
+ Domain?: string;
6092
6179
  /**
6093
6180
  * 域名id
6094
6181
  */
6095
- DomainId: string;
6182
+ DomainId?: string;
6096
6183
  /**
6097
6184
  * 实例id
6098
6185
  */
6099
- InstanceId: string;
6186
+ InstanceId?: string;
6100
6187
  /**
6101
6188
  * 实例名
6102
6189
  */
6103
- InstanceName: string;
6190
+ InstanceName?: string;
6104
6191
  /**
6105
6192
  * waf类型
6106
6193
  */
6107
- Edition: string;
6194
+ Edition?: string;
6108
6195
  /**
6109
6196
  * 是否是cdn
6110
6197
  */
6111
- IsCdn: number;
6198
+ IsCdn?: number;
6112
6199
  /**
6113
6200
  * 负载均衡算法
6114
6201
  */
6115
- LoadBalancerSet: Array<LoadBalancerPackageNew>;
6202
+ LoadBalancerSet?: Array<LoadBalancerPackageNew>;
6116
6203
  /**
6117
6204
  * 镜像模式
6118
6205
  */
6119
- FlowMode: number;
6206
+ FlowMode?: number;
6120
6207
  /**
6121
6208
  * 绑定clb状态
6122
6209
  注意:此字段可能返回 null,表示取不到有效值。
6123
6210
  */
6124
- State: number;
6211
+ State?: number;
6125
6212
  /**
6126
6213
  * 负载均衡类型,clb或者apisix
6127
6214
  注意:此字段可能返回 null,表示取不到有效值。
6128
6215
  */
6129
- AlbType: string;
6216
+ AlbType?: string;
6130
6217
  /**
6131
6218
  * IsCdn=3时,表示自定义header
6132
6219
  注意:此字段可能返回 null,表示取不到有效值。
6133
6220
  */
6134
- IpHeaders: Array<string>;
6221
+ IpHeaders?: Array<string>;
6135
6222
  /**
6136
6223
  * cdc类型会增加集群信息
6137
6224
  注意:此字段可能返回 null,表示取不到有效值。
6138
6225
  */
6139
- CdcClusters: string;
6226
+ CdcClusters?: string;
6227
+ /**
6228
+ * 云类型:public:公有云;private:私有云;hybrid:混合云
6229
+ 注意:此字段可能返回 null,表示取不到有效值。
6230
+ */
6231
+ CloudType?: string;
6140
6232
  }
6141
6233
  /**
6142
6234
  * DescribeHost返回参数结构体
@@ -6459,6 +6551,11 @@ export interface LoadBalancer {
6459
6551
  注意:此字段可能返回 null,表示取不到有效值。
6460
6552
  */
6461
6553
  LoadBalancerType?: string;
6554
+ /**
6555
+ * 负载均衡的域名
6556
+ 注意:此字段可能返回 null,表示取不到有效值。
6557
+ */
6558
+ LoadBalancerDomain?: string;
6462
6559
  }
6463
6560
  /**
6464
6561
  * RefreshAccessCheckResult返回参数结构体