tencentcloud-sdk-nodejs-tse 4.1.15 → 4.1.16
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.
package/package.json
CHANGED
@@ -135,12 +135,10 @@ export interface DescribeUpstreamHealthCheckConfigRequest {
|
|
135
135
|
export interface KeyValue {
|
136
136
|
/**
|
137
137
|
* 条件的Key
|
138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
139
138
|
*/
|
140
139
|
Key?: string;
|
141
140
|
/**
|
142
141
|
* 条件的Value
|
143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
144
142
|
*/
|
145
143
|
Value?: string;
|
146
144
|
}
|
@@ -429,32 +427,26 @@ export interface ModifyConsoleNetworkRequest {
|
|
429
427
|
export interface PublicAddressConfig {
|
430
428
|
/**
|
431
429
|
* 公网 ip
|
432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
433
430
|
*/
|
434
431
|
Vip?: string;
|
435
432
|
/**
|
436
433
|
* 公网最大带宽
|
437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
438
434
|
*/
|
439
435
|
InternetMaxBandwidthOut?: number;
|
440
436
|
/**
|
441
437
|
* 公网所属分组 id
|
442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
443
438
|
*/
|
444
439
|
GroupId?: string;
|
445
440
|
/**
|
446
441
|
* 公网所属分组名
|
447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
448
442
|
*/
|
449
443
|
GroupName?: string;
|
450
444
|
/**
|
451
445
|
* 公网负载均衡 id
|
452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
453
446
|
*/
|
454
447
|
NetworkId?: string;
|
455
448
|
/**
|
456
449
|
* 公网负载均衡描述
|
457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
458
450
|
*/
|
459
451
|
Description?: string;
|
460
452
|
}
|
@@ -601,83 +593,67 @@ export interface DescribeCloudNativeAPIGatewayResult {
|
|
601
593
|
CreateTime?: string;
|
602
594
|
/**
|
603
595
|
* 实例的标签信息
|
604
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
605
596
|
*/
|
606
597
|
Tags?: Array<InstanceTagInfo>;
|
607
598
|
/**
|
608
599
|
* 是否开启 cls 日志
|
609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
610
600
|
*/
|
611
601
|
EnableCls?: boolean;
|
612
602
|
/**
|
613
603
|
* 付费模式,0表示后付费,1预付费
|
614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
615
604
|
*/
|
616
605
|
TradeType?: number;
|
617
606
|
/**
|
618
607
|
* 实例版本,当前支持开发版、标准版、专业版【TRIAL、STANDARD、PROFESSIONAL】
|
619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
620
608
|
*/
|
621
609
|
FeatureVersion?: string;
|
622
610
|
/**
|
623
611
|
* 公网出流量带宽,[1,2048]Mbps
|
624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
625
612
|
*/
|
626
613
|
InternetMaxBandwidthOut?: number;
|
627
614
|
/**
|
628
615
|
* 自动续费标记,0表示默认状态(用户未设置,即初始状态);
|
629
616
|
1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续费,需要设置为0
|
630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
631
617
|
*/
|
632
618
|
AutoRenewFlag?: number;
|
633
619
|
/**
|
634
620
|
* 到期时间,预付费时使用
|
635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
636
621
|
*/
|
637
622
|
CurDeadline?: string;
|
638
623
|
/**
|
639
624
|
* 隔离时间,实例隔离时使用
|
640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
641
625
|
*/
|
642
626
|
IsolateTime?: string;
|
643
627
|
/**
|
644
628
|
* 是否开启客户端公网。
|
645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
646
629
|
*/
|
647
630
|
EnableInternet?: boolean;
|
648
631
|
/**
|
649
632
|
* 实例实际的地域信息
|
650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
651
633
|
*/
|
652
634
|
EngineRegion?: string;
|
653
635
|
/**
|
654
636
|
* Ingress class名称
|
655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
656
637
|
*/
|
657
638
|
IngressClassName?: string;
|
658
639
|
/**
|
659
640
|
* 公网计费方式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。
|
660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
661
641
|
*/
|
662
642
|
InternetPayMode?: string;
|
663
643
|
/**
|
664
644
|
* 云原生API网关小版本号
|
665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
666
645
|
*/
|
667
646
|
GatewayMinorVersion?: string;
|
668
647
|
/**
|
669
648
|
* 实例监听的端口信息
|
670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
671
649
|
*/
|
672
650
|
InstancePort?: InstancePort;
|
673
651
|
/**
|
674
652
|
* 公网CLB默认类型
|
675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
676
653
|
*/
|
677
654
|
LoadBalancerType?: string;
|
678
655
|
/**
|
679
656
|
* 公网IP地址列表
|
680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
681
657
|
*/
|
682
658
|
PublicIpAddresses?: Array<string>;
|
683
659
|
}
|
@@ -730,12 +706,10 @@ export interface DeleteCloudNativeAPIGatewayServiceRateLimitRequest {
|
|
730
706
|
export interface CloudAPIGatewayCanaryRuleList {
|
731
707
|
/**
|
732
708
|
* 灰度规则
|
733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
734
709
|
*/
|
735
710
|
CanaryRuleList?: Array<CloudNativeAPIGatewayCanaryRule>;
|
736
711
|
/**
|
737
712
|
* 总数
|
738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
739
713
|
*/
|
740
714
|
TotalCount?: number;
|
741
715
|
}
|
@@ -778,12 +752,10 @@ export interface CloudNativeAPIGatewayRateLimitDetail {
|
|
778
752
|
QpsThresholds?: Array<QpsThreshold>;
|
779
753
|
/**
|
780
754
|
* 需要进行流量控制的请求路径
|
781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
782
755
|
*/
|
783
756
|
Path?: string;
|
784
757
|
/**
|
785
758
|
* 需要进行流量控制的请求头Key
|
786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
787
759
|
*/
|
788
760
|
Header?: string;
|
789
761
|
/**
|
@@ -793,7 +765,6 @@ export interface CloudNativeAPIGatewayRateLimitDetail {
|
|
793
765
|
LimitBy?: string;
|
794
766
|
/**
|
795
767
|
* 外部redis配置
|
796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
797
768
|
*/
|
798
769
|
ExternalRedis?: ExternalRedis;
|
799
770
|
/**
|
@@ -802,18 +773,15 @@ export interface CloudNativeAPIGatewayRateLimitDetail {
|
|
802
773
|
redis 默认redis
|
803
774
|
external_redis 外部redis
|
804
775
|
|
805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
806
776
|
*/
|
807
777
|
Policy?: string;
|
808
778
|
/**
|
809
779
|
* 响应配置,响应策略为text
|
810
780
|
|
811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
812
781
|
*/
|
813
782
|
RateLimitResponse?: RateLimitResponse;
|
814
783
|
/**
|
815
784
|
* 请求转发地址
|
816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
817
785
|
*/
|
818
786
|
RateLimitResponseUrl?: string;
|
819
787
|
/**
|
@@ -936,17 +904,14 @@ export interface KongTarget {
|
|
936
904
|
export interface SourceInstanceAuth {
|
937
905
|
/**
|
938
906
|
* 用户名
|
939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
940
907
|
*/
|
941
908
|
Username?: string;
|
942
909
|
/**
|
943
910
|
* 账户密码
|
944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
945
911
|
*/
|
946
912
|
Password?: string;
|
947
913
|
/**
|
948
914
|
* 访问凭据 token
|
949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
950
915
|
*/
|
951
916
|
AccessToken?: string;
|
952
917
|
}
|
@@ -1147,37 +1112,30 @@ export interface CloudNativeAPIGatewayStrategy {
|
|
1147
1112
|
StrategyId?: string;
|
1148
1113
|
/**
|
1149
1114
|
* 策略名称
|
1150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1151
1115
|
*/
|
1152
1116
|
StrategyName?: string;
|
1153
1117
|
/**
|
1154
1118
|
* 创建时间
|
1155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1156
1119
|
*/
|
1157
1120
|
CreateTime?: string;
|
1158
1121
|
/**
|
1159
1122
|
* 更新时间
|
1160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1161
1123
|
*/
|
1162
1124
|
ModifyTime?: string;
|
1163
1125
|
/**
|
1164
1126
|
* 策略描述
|
1165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1166
1127
|
*/
|
1167
1128
|
Description?: string;
|
1168
1129
|
/**
|
1169
1130
|
* 弹性伸缩配置
|
1170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1171
1131
|
*/
|
1172
1132
|
Config?: CloudNativeAPIGatewayStrategyAutoScalerConfig;
|
1173
1133
|
/**
|
1174
1134
|
* 网关实例ID
|
1175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1176
1135
|
*/
|
1177
1136
|
GatewayId?: string;
|
1178
1137
|
/**
|
1179
1138
|
* 定时伸缩配置
|
1180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1181
1139
|
*/
|
1182
1140
|
CronConfig?: CloudNativeAPIGatewayStrategyCronScalerConfig;
|
1183
1141
|
/**
|
@@ -1354,37 +1312,30 @@ export interface NativeGatewayServerGroup {
|
|
1354
1312
|
IsFirstGroup?: number;
|
1355
1313
|
/**
|
1356
1314
|
* 关联策略信息
|
1357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1358
1315
|
*/
|
1359
1316
|
BindingStrategy?: CloudNativeAPIGatewayStrategy;
|
1360
1317
|
/**
|
1361
1318
|
* 网关实例 id
|
1362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1363
1319
|
*/
|
1364
1320
|
GatewayId?: string;
|
1365
1321
|
/**
|
1366
1322
|
* 带宽
|
1367
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1368
1323
|
*/
|
1369
1324
|
InternetMaxBandwidthOut?: number;
|
1370
1325
|
/**
|
1371
1326
|
* 修改时间
|
1372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1373
1327
|
*/
|
1374
1328
|
ModifyTime?: string;
|
1375
1329
|
/**
|
1376
1330
|
* 子网id
|
1377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1378
1331
|
*/
|
1379
1332
|
SubnetIds?: string;
|
1380
1333
|
/**
|
1381
1334
|
* 分组默认权重
|
1382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1383
1335
|
*/
|
1384
1336
|
DefaultWeight?: number;
|
1385
1337
|
/**
|
1386
1338
|
* 弹性节点
|
1387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1388
1339
|
*/
|
1389
1340
|
ElasticNumber?: number;
|
1390
1341
|
}
|
@@ -1667,22 +1618,18 @@ export interface DescribeAutoScalerResourceStrategiesRequest {
|
|
1667
1618
|
export interface RuleFilter {
|
1668
1619
|
/**
|
1669
1620
|
* 限流条件的Key
|
1670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1671
1621
|
*/
|
1672
1622
|
Key?: string;
|
1673
1623
|
/**
|
1674
1624
|
* 限流条件的Values
|
1675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1676
1625
|
*/
|
1677
1626
|
Values?: Array<string>;
|
1678
1627
|
/**
|
1679
1628
|
* 操作符
|
1680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1681
1629
|
*/
|
1682
1630
|
Operator?: string;
|
1683
1631
|
/**
|
1684
1632
|
* header或query对应的name
|
1685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1686
1633
|
*/
|
1687
1634
|
Name?: string;
|
1688
1635
|
}
|
@@ -1880,7 +1827,6 @@ export interface InternetConfig {
|
|
1880
1827
|
export interface KongUpstreamList {
|
1881
1828
|
/**
|
1882
1829
|
* 无
|
1883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1884
1830
|
*/
|
1885
1831
|
UpstreamList?: Array<KongUpstreamPreview>;
|
1886
1832
|
}
|
@@ -2048,37 +1994,30 @@ export interface CloudNativeAPIGatewayStrategyAutoScalerConfig {
|
|
2048
1994
|
export interface CloudNativeAPIGatewayCanaryRuleCondition {
|
2049
1995
|
/**
|
2050
1996
|
* 条件类型,支持 path, method, query, header, cookie, body 和 system。
|
2051
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2052
1997
|
*/
|
2053
1998
|
Type: string;
|
2054
1999
|
/**
|
2055
2000
|
* 参数名
|
2056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2057
2001
|
*/
|
2058
2002
|
Key?: string;
|
2059
2003
|
/**
|
2060
2004
|
* 操作符,支持 "le", "eq", "lt", "ne", "ge", "gt", "regex", "exists", "in", "not in", "prefix" ,"exact", "regex" 等
|
2061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2062
2005
|
*/
|
2063
2006
|
Operator?: string;
|
2064
2007
|
/**
|
2065
2008
|
* 目标参数值
|
2066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2067
2009
|
*/
|
2068
2010
|
Value?: string;
|
2069
2011
|
/**
|
2070
2012
|
* 分隔符,当 Operator 为 in 或者 not in 时生效。支持值为英文逗号,英文分号,空格,换行符。
|
2071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2072
2013
|
*/
|
2073
2014
|
Delimiter?: string;
|
2074
2015
|
/**
|
2075
2016
|
* 全局配置 Id
|
2076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2077
2017
|
*/
|
2078
2018
|
GlobalConfigId?: string;
|
2079
2019
|
/**
|
2080
2020
|
* 全局配置名称
|
2081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2082
2021
|
*/
|
2083
2022
|
GlobalConfigName?: string;
|
2084
2023
|
}
|
@@ -2387,22 +2326,18 @@ export interface DescribeCloudNativeAPIGatewayServiceRateLimitRequest {
|
|
2387
2326
|
export interface CloudNativeAPIGatewayBalancedService {
|
2388
2327
|
/**
|
2389
2328
|
* 服务 ID,作为入参时,必填
|
2390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2391
2329
|
*/
|
2392
2330
|
ServiceID?: string;
|
2393
2331
|
/**
|
2394
2332
|
* 服务名称,作为入参时,无意义
|
2395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2396
2333
|
*/
|
2397
2334
|
ServiceName?: string;
|
2398
2335
|
/**
|
2399
2336
|
* Upstream 名称,作为入参时,无意义
|
2400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2401
2337
|
*/
|
2402
2338
|
UpstreamName?: string;
|
2403
2339
|
/**
|
2404
2340
|
* 百分比,10 即 10%,范围0-100
|
2405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2406
2341
|
*/
|
2407
2342
|
Percent?: number;
|
2408
2343
|
}
|
@@ -2967,17 +2902,14 @@ export interface DescribeCloudNativeAPIGatewayCertificatesResponse {
|
|
2967
2902
|
export interface KongUpstreamPreview {
|
2968
2903
|
/**
|
2969
2904
|
* 服务ID
|
2970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2971
2905
|
*/
|
2972
2906
|
ID: string;
|
2973
2907
|
/**
|
2974
2908
|
* 服务名字
|
2975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2976
2909
|
*/
|
2977
2910
|
Name?: string;
|
2978
2911
|
/**
|
2979
2912
|
* 后端配置
|
2980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2981
2913
|
*/
|
2982
2914
|
Target?: Array<KongTarget>;
|
2983
2915
|
}
|
@@ -3000,12 +2932,10 @@ export interface SourceInfo {
|
|
3000
2932
|
Addresses?: Array<string>;
|
3001
2933
|
/**
|
3002
2934
|
* 微服务引擎VPC信息
|
3003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3004
2935
|
*/
|
3005
2936
|
VpcInfo?: SourceInstanceVpcInfo;
|
3006
2937
|
/**
|
3007
2938
|
* 微服务引擎鉴权信息
|
3008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3009
2939
|
*/
|
3010
2940
|
Auth?: SourceInstanceAuth;
|
3011
2941
|
}
|
@@ -3527,22 +3457,18 @@ export interface DeleteCloudNativeAPIGatewayCertificateRequest {
|
|
3527
3457
|
export interface LimitRule {
|
3528
3458
|
/**
|
3529
3459
|
* 请求匹配条件
|
3530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3531
3460
|
*/
|
3532
3461
|
Filters?: Array<RuleFilter>;
|
3533
3462
|
/**
|
3534
3463
|
* 参数限流依据组合
|
3535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3536
3464
|
*/
|
3537
3465
|
LimitBy?: Array<KeyValue>;
|
3538
3466
|
/**
|
3539
3467
|
* 限流阈值
|
3540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3541
3468
|
*/
|
3542
3469
|
QpsThresholds?: Array<QpsThreshold>;
|
3543
3470
|
/**
|
3544
3471
|
* 精确限流阈值
|
3545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3546
3472
|
*/
|
3547
3473
|
AccurateQpsThresholds?: Array<AccurateQpsThreshold>;
|
3548
3474
|
}
|
@@ -3793,42 +3719,34 @@ export interface DescribeNativeGatewayServerGroupsRequest {
|
|
3793
3719
|
export interface RouteWafStatus {
|
3794
3720
|
/**
|
3795
3721
|
* 路由的名字
|
3796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3797
3722
|
*/
|
3798
3723
|
Name?: string;
|
3799
3724
|
/**
|
3800
3725
|
* 路由的 ID
|
3801
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3802
3726
|
*/
|
3803
3727
|
Id?: string;
|
3804
3728
|
/**
|
3805
3729
|
* 路由是否开启 WAF 防护
|
3806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3807
3730
|
*/
|
3808
3731
|
Status?: string;
|
3809
3732
|
/**
|
3810
3733
|
* 方法
|
3811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3812
3734
|
*/
|
3813
3735
|
Methods?: Array<string>;
|
3814
3736
|
/**
|
3815
3737
|
* 路径
|
3816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3817
3738
|
*/
|
3818
3739
|
Paths?: Array<string>;
|
3819
3740
|
/**
|
3820
3741
|
* 域名
|
3821
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3822
3742
|
*/
|
3823
3743
|
Hosts?: Array<string>;
|
3824
3744
|
/**
|
3825
3745
|
* 路由对应服务的名字
|
3826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3827
3746
|
*/
|
3828
3747
|
ServiceName?: string;
|
3829
3748
|
/**
|
3830
3749
|
* 路由对应服务的ID
|
3831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3832
3750
|
*/
|
3833
3751
|
ServiceId?: string;
|
3834
3752
|
}
|
@@ -3944,22 +3862,18 @@ export interface DescribeGovernanceAliasesResponse {
|
|
3944
3862
|
export interface ServiceWafStatus {
|
3945
3863
|
/**
|
3946
3864
|
* 服务的名字
|
3947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3948
3865
|
*/
|
3949
3866
|
Name?: string;
|
3950
3867
|
/**
|
3951
3868
|
* 服务的 ID
|
3952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3953
3869
|
*/
|
3954
3870
|
Id?: string;
|
3955
3871
|
/**
|
3956
3872
|
* 服务的类型
|
3957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3958
3873
|
*/
|
3959
3874
|
Type?: string;
|
3960
3875
|
/**
|
3961
3876
|
* 服务是否开启 WAF 防护
|
3962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3963
3877
|
*/
|
3964
3878
|
Status?: string;
|
3965
3879
|
}
|
@@ -4047,7 +3961,6 @@ export interface UpdateCloudNativeAPIGatewayResult {
|
|
4047
3961
|
Status?: string;
|
4048
3962
|
/**
|
4049
3963
|
* 任务ID
|
4050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4051
3964
|
*/
|
4052
3965
|
TaskId?: string;
|
4053
3966
|
}
|
@@ -4070,12 +3983,10 @@ export interface ModifyGovernanceNamespacesRequest {
|
|
4070
3983
|
export interface SourceInstanceVpcInfo {
|
4071
3984
|
/**
|
4072
3985
|
* 微服务引擎VPC信息
|
4073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4074
3986
|
*/
|
4075
3987
|
VpcID?: string;
|
4076
3988
|
/**
|
4077
3989
|
* 微服务引擎子网信息
|
4078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4079
3990
|
*/
|
4080
3991
|
SubnetID?: string;
|
4081
3992
|
}
|
@@ -4107,17 +4018,14 @@ export interface DescribeAllConfigFileTemplatesRequest {
|
|
4107
4018
|
export interface RateLimitResponse {
|
4108
4019
|
/**
|
4109
4020
|
* 自定义响应体
|
4110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4111
4021
|
*/
|
4112
4022
|
Body?: string;
|
4113
4023
|
/**
|
4114
4024
|
* Headers
|
4115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4116
4025
|
*/
|
4117
4026
|
Headers?: Array<KVMapping>;
|
4118
4027
|
/**
|
4119
4028
|
* http状态码
|
4120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4121
4029
|
*/
|
4122
4030
|
HttpStatus?: number;
|
4123
4031
|
}
|
@@ -4153,17 +4061,14 @@ export interface DescribeCloudNativeAPIGatewayInfoByIpResponse {
|
|
4153
4061
|
export interface CloudNativeAPIGatewayCanaryRule {
|
4154
4062
|
/**
|
4155
4063
|
* 优先级,值范围为 0 到 100;值越大,优先级越高;不同规则间优先级不可重复
|
4156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4157
4064
|
*/
|
4158
4065
|
Priority: number;
|
4159
4066
|
/**
|
4160
4067
|
* 是否启用规则
|
4161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4162
4068
|
*/
|
4163
4069
|
Enabled: boolean;
|
4164
4070
|
/**
|
4165
4071
|
* 参数匹配条件
|
4166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4167
4072
|
*/
|
4168
4073
|
ConditionList?: Array<CloudNativeAPIGatewayCanaryRuleCondition>;
|
4169
4074
|
/**
|
@@ -4173,48 +4078,39 @@ export interface CloudNativeAPIGatewayCanaryRule {
|
|
4173
4078
|
BalancedServiceList?: Array<CloudNativeAPIGatewayBalancedService>;
|
4174
4079
|
/**
|
4175
4080
|
* 归属服务 ID
|
4176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4177
4081
|
*/
|
4178
4082
|
ServiceId?: string;
|
4179
4083
|
/**
|
4180
4084
|
* 归属服务名称
|
4181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4182
4085
|
*/
|
4183
4086
|
ServiceName?: string;
|
4184
4087
|
/**
|
4185
4088
|
* 灰度规则类别
|
4186
4089
|
Standard|Lane
|
4187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4188
4090
|
*/
|
4189
4091
|
RuleType?: string;
|
4190
4092
|
/**
|
4191
4093
|
* 全链路灰度策略多个条件之间的匹配方式,与AND,或OR
|
4192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4193
4094
|
*/
|
4194
4095
|
MatchType?: string;
|
4195
4096
|
/**
|
4196
4097
|
* 泳道组ID
|
4197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4198
4098
|
*/
|
4199
4099
|
GroupId?: string;
|
4200
4100
|
/**
|
4201
4101
|
* 泳道组名称
|
4202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4203
4102
|
*/
|
4204
4103
|
GroupName?: string;
|
4205
4104
|
/**
|
4206
4105
|
* 泳道ID
|
4207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4208
4106
|
*/
|
4209
4107
|
LaneId?: string;
|
4210
4108
|
/**
|
4211
4109
|
* 泳道名称
|
4212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4213
4110
|
*/
|
4214
4111
|
LaneName?: string;
|
4215
4112
|
/**
|
4216
4113
|
* 泳道匹配规则:严格STRICT|宽松PERMISSIVE
|
4217
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4218
4114
|
*/
|
4219
4115
|
MatchMode?: string;
|
4220
4116
|
/**
|
@@ -4566,27 +4462,22 @@ export interface CreateCloudNativeAPIGatewayRequest {
|
|
4566
4462
|
export interface CloudNativeAPIGatewayStrategyBindingGroupInfo {
|
4567
4463
|
/**
|
4568
4464
|
* 网关分组ID
|
4569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4570
4465
|
*/
|
4571
4466
|
GroupId?: string;
|
4572
4467
|
/**
|
4573
4468
|
* 节点配置
|
4574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4575
4469
|
*/
|
4576
4470
|
NodeConfig?: CloudNativeAPIGatewayNodeConfig;
|
4577
4471
|
/**
|
4578
4472
|
* 绑定时间
|
4579
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4580
4473
|
*/
|
4581
4474
|
BindTime?: string;
|
4582
4475
|
/**
|
4583
4476
|
* 网关分组名称
|
4584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4585
4477
|
*/
|
4586
4478
|
GroupName?: string;
|
4587
4479
|
/**
|
4588
4480
|
* 绑定状态
|
4589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4590
4481
|
*/
|
4591
4482
|
Status?: string;
|
4592
4483
|
}
|
@@ -4712,22 +4603,18 @@ export interface ModifyCloudNativeAPIGatewayRouteRateLimitRequest {
|
|
4712
4603
|
export interface ExternalRedis {
|
4713
4604
|
/**
|
4714
4605
|
* redis ip
|
4715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4716
4606
|
*/
|
4717
4607
|
RedisHost: string;
|
4718
4608
|
/**
|
4719
4609
|
* redis密码
|
4720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4721
4610
|
*/
|
4722
4611
|
RedisPassword: string;
|
4723
4612
|
/**
|
4724
4613
|
* redis端口
|
4725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4726
4614
|
*/
|
4727
4615
|
RedisPort: number;
|
4728
4616
|
/**
|
4729
4617
|
* 超时时间 ms
|
4730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4731
4618
|
*/
|
4732
4619
|
RedisTimeout: number;
|
4733
4620
|
}
|
@@ -5433,7 +5320,6 @@ export interface DeleteConfigFileGroupRequest {
|
|
5433
5320
|
export interface KongCertificatesList {
|
5434
5321
|
/**
|
5435
5322
|
* 证书列表总数
|
5436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5437
5323
|
*/
|
5438
5324
|
Total?: number;
|
5439
5325
|
/**
|
@@ -6641,22 +6527,18 @@ export interface DescribeConfigFileRequest {
|
|
6641
6527
|
export interface InstancePort {
|
6642
6528
|
/**
|
6643
6529
|
* 监听的 http 端口范围。
|
6644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6645
6530
|
*/
|
6646
6531
|
HttpPort?: string;
|
6647
6532
|
/**
|
6648
6533
|
* 监听的 https 端口范围。
|
6649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6650
6534
|
*/
|
6651
6535
|
HttpsPort?: string;
|
6652
6536
|
/**
|
6653
6537
|
* 监听的 tcp 端口范围。
|
6654
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6655
6538
|
*/
|
6656
6539
|
TcpPort?: string;
|
6657
6540
|
/**
|
6658
6541
|
* 监听的 udp 端口范围。
|
6659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6660
6542
|
*/
|
6661
6543
|
UdpPort?: string;
|
6662
6544
|
}
|
@@ -6791,7 +6673,6 @@ export interface DeleteNativeGatewayServerGroupResult {
|
|
6791
6673
|
Status?: string;
|
6792
6674
|
/**
|
6793
6675
|
* 任务ID
|
6794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6795
6676
|
*/
|
6796
6677
|
TaskId?: string;
|
6797
6678
|
}
|
@@ -6881,12 +6762,10 @@ export interface CanaryPriorityRule {
|
|
6881
6762
|
export interface CloudNativeAPIGatewayVpcConfig {
|
6882
6763
|
/**
|
6883
6764
|
* 私有网络ID。
|
6884
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6885
6765
|
*/
|
6886
6766
|
VpcId?: string;
|
6887
6767
|
/**
|
6888
6768
|
* 子网ID。
|
6889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6890
6769
|
*/
|
6891
6770
|
SubnetId?: string;
|
6892
6771
|
}
|
@@ -6955,17 +6834,14 @@ export interface DescribeCloudNativeAPIGatewayConfigResult {
|
|
6955
6834
|
ConfigList?: Array<CloudNativeAPIGatewayConfig>;
|
6956
6835
|
/**
|
6957
6836
|
* 分组子网信息
|
6958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6959
6837
|
*/
|
6960
6838
|
GroupSubnetId?: string;
|
6961
6839
|
/**
|
6962
6840
|
* 分组VPC信息
|
6963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6964
6841
|
*/
|
6965
6842
|
GroupVpcId?: string;
|
6966
6843
|
/**
|
6967
6844
|
* 分组ID
|
6968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6969
6845
|
*/
|
6970
6846
|
GroupId?: string;
|
6971
6847
|
}
|
@@ -7361,37 +7237,30 @@ export interface CloudNativeAPIGatewayNode {
|
|
7361
7237
|
NodeIp?: string;
|
7362
7238
|
/**
|
7363
7239
|
* Zone id
|
7364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7365
7240
|
*/
|
7366
7241
|
ZoneId?: string;
|
7367
7242
|
/**
|
7368
7243
|
* Zone
|
7369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7370
7244
|
*/
|
7371
7245
|
Zone?: string;
|
7372
7246
|
/**
|
7373
7247
|
* 分组ID
|
7374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7375
7248
|
*/
|
7376
7249
|
GroupId?: string;
|
7377
7250
|
/**
|
7378
7251
|
* 分组名
|
7379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7380
7252
|
*/
|
7381
7253
|
GroupName?: string;
|
7382
7254
|
/**
|
7383
7255
|
* 状态
|
7384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7385
7256
|
*/
|
7386
7257
|
Status?: string;
|
7387
7258
|
/**
|
7388
7259
|
* 节点权重
|
7389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7390
7260
|
*/
|
7391
7261
|
Weight?: number;
|
7392
7262
|
/**
|
7393
7263
|
* 是否默认权重
|
7394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7395
7264
|
*/
|
7396
7265
|
IsDefaultWeight?: boolean;
|
7397
7266
|
}
|
@@ -7750,17 +7619,14 @@ export interface UpdateUpstreamHealthCheckConfigResponse {
|
|
7750
7619
|
export interface KongServiceDetail {
|
7751
7620
|
/**
|
7752
7621
|
* 服务ID
|
7753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7754
7622
|
*/
|
7755
7623
|
ID: string;
|
7756
7624
|
/**
|
7757
7625
|
* 服务名字
|
7758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7759
7626
|
*/
|
7760
7627
|
Name?: string;
|
7761
7628
|
/**
|
7762
7629
|
* 后端协议
|
7763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7764
7630
|
*/
|
7765
7631
|
Protocol?: string;
|
7766
7632
|
/**
|
@@ -7770,12 +7636,10 @@ export interface KongServiceDetail {
|
|
7770
7636
|
Path?: string;
|
7771
7637
|
/**
|
7772
7638
|
* 后端延时,单位ms
|
7773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7774
7639
|
*/
|
7775
7640
|
Timeout?: number;
|
7776
7641
|
/**
|
7777
7642
|
* 重试次数
|
7778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7779
7643
|
*/
|
7780
7644
|
Retries?: number;
|
7781
7645
|
/**
|
@@ -7785,22 +7649,18 @@ export interface KongServiceDetail {
|
|
7785
7649
|
Tags?: Array<string>;
|
7786
7650
|
/**
|
7787
7651
|
* 后端配置
|
7788
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7789
7652
|
*/
|
7790
7653
|
UpstreamInfo?: KongUpstreamInfo;
|
7791
7654
|
/**
|
7792
7655
|
* 后端类型
|
7793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7794
7656
|
*/
|
7795
7657
|
UpstreamType?: string;
|
7796
7658
|
/**
|
7797
7659
|
* 是否可编辑
|
7798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7799
7660
|
*/
|
7800
7661
|
Editable?: boolean;
|
7801
7662
|
/**
|
7802
7663
|
* 创建时间
|
7803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7804
7664
|
*/
|
7805
7665
|
CreatedTime?: string;
|
7806
7666
|
}
|
@@ -7819,17 +7679,14 @@ export interface ZookeeperServerInterface {
|
|
7819
7679
|
export interface DescribePublicAddressConfigResult {
|
7820
7680
|
/**
|
7821
7681
|
* 网关实例id
|
7822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7823
7682
|
*/
|
7824
7683
|
GatewayId?: string;
|
7825
7684
|
/**
|
7826
7685
|
* 公网地址信息
|
7827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7828
7686
|
*/
|
7829
7687
|
ConfigList?: Array<PublicAddressConfig>;
|
7830
7688
|
/**
|
7831
7689
|
* 总个数
|
7832
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7833
7690
|
*/
|
7834
7691
|
TotalCount?: number;
|
7835
7692
|
}
|
@@ -8112,14 +7969,13 @@ export interface CreateCloudNativeAPIGatewayResult {
|
|
8112
7969
|
/**
|
8113
7970
|
* 云原生API网关ID。
|
8114
7971
|
*/
|
8115
|
-
GatewayId
|
7972
|
+
GatewayId?: string;
|
8116
7973
|
/**
|
8117
7974
|
* 云原生网关状态。
|
8118
7975
|
*/
|
8119
|
-
Status
|
7976
|
+
Status?: string;
|
8120
7977
|
/**
|
8121
7978
|
* 任务ID
|
8122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8123
7979
|
*/
|
8124
7980
|
TaskId?: string;
|
8125
7981
|
}
|
@@ -8264,22 +8120,18 @@ export interface DescribeConfigFileReleaseResponse {
|
|
8264
8120
|
export interface DescribeWafProtectionResult {
|
8265
8121
|
/**
|
8266
8122
|
* 全局防护状态
|
8267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8268
8123
|
*/
|
8269
8124
|
GlobalStatus?: string;
|
8270
8125
|
/**
|
8271
8126
|
* 服务防护状态
|
8272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8273
8127
|
*/
|
8274
8128
|
ServicesStatus?: Array<ServiceWafStatus>;
|
8275
8129
|
/**
|
8276
8130
|
* 路由防护状态
|
8277
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8278
8131
|
*/
|
8279
8132
|
RouteStatus?: Array<RouteWafStatus>;
|
8280
8133
|
/**
|
8281
8134
|
* 对象防护状态
|
8282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8283
8135
|
*/
|
8284
8136
|
ObjectStatus?: string;
|
8285
8137
|
}
|