tencentcloud-sdk-nodejs 4.0.369 → 4.0.372
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/CHANGELOG.md +425 -0
- package/SERVICE_CHANGELOG.md +422 -130
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +4 -3
- package/src/services/cii/v20210408/cii_models.ts +5 -0
- package/src/services/clb/v20180317/clb_models.ts +6 -0
- package/src/services/cls/v20201016/cls_client.ts +13 -64
- package/src/services/cls/v20201016/cls_models.ts +162 -467
- package/src/services/cpdp/v20190820/cpdp_client.ts +163 -38
- package/src/services/cpdp/v20190820/cpdp_models.ts +2077 -462
- package/src/services/cvm/v20170312/cvm_models.ts +10 -3
- package/src/services/cwp/v20180228/cwp_models.ts +6 -0
- package/src/services/eb/v20210416/eb_models.ts +5 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +13 -14
- package/src/services/gaap/v20180529/gaap_models.ts +6 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -4
- package/src/services/mmps/v20200710/mmps_client.ts +20 -6
- package/src/services/mmps/v20200710/mmps_models.ts +157 -0
- package/src/services/monitor/v20180724/monitor_client.ts +93 -32
- package/src/services/monitor/v20180724/monitor_models.ts +651 -377
- package/src/services/mrs/v20200910/mrs_client.ts +1 -0
- package/src/services/mrs/v20200910/mrs_models.ts +41 -0
- package/src/services/ocr/v20181119/ocr_models.ts +25 -22
- package/src/services/postgres/v20170312/postgres_models.ts +2 -2
- package/src/services/tcbr/v20220217/tcbr_client.ts +1 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +29 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +22 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +44 -12
- package/src/services/teo/v20220106/teo_client.ts +4 -3
- package/src/services/teo/v20220106/teo_models.ts +132 -105
- package/src/services/tke/v20180525/tke_client.ts +13 -1
- package/src/services/tke/v20180525/tke_models.ts +61 -6
- package/src/services/trtc/v20190722/trtc_client.ts +42 -115
- package/src/services/trtc/v20190722/trtc_models.ts +799 -1431
- package/src/services/tse/v20201207/tse_client.ts +75 -23
- package/src/services/tse/v20201207/tse_models.ts +417 -157
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +3 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -1
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -19
- package/tencentcloud/services/cls/v20201016/cls_client.js +3 -27
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +148 -406
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +45 -9
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +66 -12
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1706 -338
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -11
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -4
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +7 -3
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +9 -3
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +130 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +28 -8
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +40 -10
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +558 -325
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +35 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +25 -22
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +2 -2
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +25 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +21 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +21 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +38 -12
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +111 -88
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +52 -6
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -28
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +773 -1310
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +21 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +30 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +366 -144
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
- package/test/cls.v20201016.test.js +2 -42
- package/test/cpdp.v20190820.test.js +98 -8
- package/test/mmps.v20200710.test.js +12 -2
- package/test/monitor.v20180724.test.js +56 -6
- package/test/tke.v20180525.test.js +10 -0
- package/test/trtc.v20190722.test.js +0 -40
- package/test/tse.v20201207.test.js +44 -4
|
@@ -1793,6 +1793,31 @@ export interface Time {
|
|
|
1793
1793
|
*/
|
|
1794
1794
|
Value: string;
|
|
1795
1795
|
}
|
|
1796
|
+
/**
|
|
1797
|
+
* 坐标
|
|
1798
|
+
*/
|
|
1799
|
+
export interface Coordinate {
|
|
1800
|
+
/**
|
|
1801
|
+
* 左上角x坐标
|
|
1802
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1803
|
+
*/
|
|
1804
|
+
X: number;
|
|
1805
|
+
/**
|
|
1806
|
+
* 左上角y坐标
|
|
1807
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1808
|
+
*/
|
|
1809
|
+
Y: number;
|
|
1810
|
+
/**
|
|
1811
|
+
* 宽度,单位像素
|
|
1812
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1813
|
+
*/
|
|
1814
|
+
Width: number;
|
|
1815
|
+
/**
|
|
1816
|
+
* 高度,单位像素
|
|
1817
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1818
|
+
*/
|
|
1819
|
+
Height: number;
|
|
1820
|
+
}
|
|
1796
1821
|
/**
|
|
1797
1822
|
* 组织学类型
|
|
1798
1823
|
*/
|
|
@@ -2062,6 +2087,16 @@ export interface IndicatorItem {
|
|
|
2062
2087
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2063
2088
|
*/
|
|
2064
2089
|
ItemString: string;
|
|
2090
|
+
/**
|
|
2091
|
+
* 指标项ID
|
|
2092
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2093
|
+
*/
|
|
2094
|
+
Id: number;
|
|
2095
|
+
/**
|
|
2096
|
+
* 指标项坐标位置
|
|
2097
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2098
|
+
*/
|
|
2099
|
+
Coords: Coordinate;
|
|
2065
2100
|
}
|
|
2066
2101
|
/**
|
|
2067
2102
|
* 图片信息
|
|
@@ -5117,16 +5117,17 @@ export interface VatInvoice {
|
|
|
5117
5117
|
*/
|
|
5118
5118
|
MachineNo: string;
|
|
5119
5119
|
/**
|
|
5120
|
-
*
|
|
5121
|
-
01
|
|
5122
|
-
02
|
|
5123
|
-
03
|
|
5124
|
-
04
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5120
|
+
* 票种类型
|
|
5121
|
+
01:增值税专用发票,
|
|
5122
|
+
02:货运运输业增值税专用发票,
|
|
5123
|
+
03:机动车销售统一发票,
|
|
5124
|
+
04:增值税普通发票,
|
|
5125
|
+
08:增值税电子专用发票(含全电,全电仅新版接口支持),
|
|
5126
|
+
10:增值税电子普通发票(含全电,全电仅新版接口支持),
|
|
5127
|
+
11:增值税普通发票(卷式),
|
|
5128
|
+
14:增值税电子(通行费)发票,
|
|
5129
|
+
15:二手车销售统一发票,
|
|
5130
|
+
32:深圳区块链发票
|
|
5130
5131
|
*/
|
|
5131
5132
|
Type: string;
|
|
5132
5133
|
/**
|
|
@@ -5881,55 +5882,57 @@ export interface BizLicenseOCRResponse {
|
|
|
5881
5882
|
/**
|
|
5882
5883
|
* 统一社会信用代码(三合一之前为注册号)
|
|
5883
5884
|
*/
|
|
5884
|
-
RegNum
|
|
5885
|
+
RegNum: string;
|
|
5885
5886
|
/**
|
|
5886
5887
|
* 公司名称
|
|
5887
5888
|
*/
|
|
5888
|
-
Name
|
|
5889
|
+
Name: string;
|
|
5889
5890
|
/**
|
|
5890
5891
|
* 注册资本
|
|
5891
5892
|
*/
|
|
5892
|
-
Capital
|
|
5893
|
+
Capital: string;
|
|
5893
5894
|
/**
|
|
5894
5895
|
* 法定代表人
|
|
5895
5896
|
*/
|
|
5896
|
-
Person
|
|
5897
|
+
Person: string;
|
|
5897
5898
|
/**
|
|
5898
5899
|
* 地址
|
|
5899
5900
|
*/
|
|
5900
|
-
Address
|
|
5901
|
+
Address: string;
|
|
5901
5902
|
/**
|
|
5902
5903
|
* 经营范围
|
|
5903
5904
|
*/
|
|
5904
|
-
Business
|
|
5905
|
+
Business: string;
|
|
5905
5906
|
/**
|
|
5906
5907
|
* 主体类型
|
|
5907
5908
|
*/
|
|
5908
|
-
Type
|
|
5909
|
+
Type: string;
|
|
5909
5910
|
/**
|
|
5910
5911
|
* 营业期限
|
|
5911
5912
|
*/
|
|
5912
|
-
Period
|
|
5913
|
+
Period: string;
|
|
5913
5914
|
/**
|
|
5914
5915
|
* 组成形式
|
|
5915
5916
|
*/
|
|
5916
|
-
ComposingForm
|
|
5917
|
+
ComposingForm: string;
|
|
5917
5918
|
/**
|
|
5918
5919
|
* 成立日期
|
|
5919
5920
|
*/
|
|
5920
|
-
SetDate
|
|
5921
|
+
SetDate: string;
|
|
5921
5922
|
/**
|
|
5922
5923
|
* Code 告警码列表和释义:
|
|
5923
5924
|
-20001 非营业执照
|
|
5925
|
+
-9102 黑白复印件告警
|
|
5924
5926
|
注:告警码可以同时存在多个
|
|
5925
5927
|
*/
|
|
5926
|
-
RecognizeWarnCode
|
|
5928
|
+
RecognizeWarnCode: Array<number>;
|
|
5927
5929
|
/**
|
|
5928
5930
|
* 告警码说明:
|
|
5929
5931
|
OCR_WARNING_TPYE_NOT_MATCH 非营业执照
|
|
5932
|
+
WARN_COPY_CARD 黑白复印件告警
|
|
5930
5933
|
注:告警信息可以同时存在多个
|
|
5931
5934
|
*/
|
|
5932
|
-
RecognizeWarnMsg
|
|
5935
|
+
RecognizeWarnMsg: Array<string>;
|
|
5933
5936
|
/**
|
|
5934
5937
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5935
5938
|
*/
|
|
@@ -3185,11 +3185,11 @@ export interface ParamEntry {
|
|
|
3185
3185
|
*/
|
|
3186
3186
|
export interface InquiryPriceUpgradeDBInstanceResponse {
|
|
3187
3187
|
/**
|
|
3188
|
-
*
|
|
3188
|
+
* 刊例价费用
|
|
3189
3189
|
*/
|
|
3190
3190
|
OriginalPrice: number;
|
|
3191
3191
|
/**
|
|
3192
|
-
*
|
|
3192
|
+
* 折后实际付款金额
|
|
3193
3193
|
*/
|
|
3194
3194
|
Price: number;
|
|
3195
3195
|
/**
|
|
@@ -461,6 +461,26 @@ export interface HpaPolicy {
|
|
|
461
461
|
*/
|
|
462
462
|
PolicyThreshold: number;
|
|
463
463
|
}
|
|
464
|
+
/**
|
|
465
|
+
* 在线版本信息
|
|
466
|
+
*/
|
|
467
|
+
export interface OnlineVersionInfo {
|
|
468
|
+
/**
|
|
469
|
+
* 版本名
|
|
470
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
471
|
+
*/
|
|
472
|
+
VersionName: string;
|
|
473
|
+
/**
|
|
474
|
+
* 镜像url
|
|
475
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
476
|
+
*/
|
|
477
|
+
ImageUrl: string;
|
|
478
|
+
/**
|
|
479
|
+
* 流量
|
|
480
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
481
|
+
*/
|
|
482
|
+
FlowRatio: string;
|
|
483
|
+
}
|
|
464
484
|
/**
|
|
465
485
|
* 服务基础配置信息
|
|
466
486
|
*/
|
|
@@ -560,6 +580,11 @@ export interface DescribeCloudRunServerDetailResponse {
|
|
|
560
580
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
561
581
|
*/
|
|
562
582
|
ServerConfig: ServerBaseConfig;
|
|
583
|
+
/**
|
|
584
|
+
* 在线版本信息
|
|
585
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
586
|
+
*/
|
|
587
|
+
OnlineVersionInfos: Array<OnlineVersionInfo>;
|
|
563
588
|
/**
|
|
564
589
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
565
590
|
*/
|
|
@@ -276,7 +276,27 @@ export declare class Client extends AbstractClient {
|
|
|
276
276
|
*/
|
|
277
277
|
DescribeAMQPExchanges(req: DescribeAMQPExchangesRequest, cb?: (error: string, rep: DescribeAMQPExchangesResponse) => void): Promise<DescribeAMQPExchangesResponse>;
|
|
278
278
|
/**
|
|
279
|
-
* 接收发送到指定 topic
|
|
279
|
+
* 接收发送到指定 topic 中的消息,当 Topic 中没有消息但还去尝试调用该接口时,会抛出 ReceiveTimeout 的异常。
|
|
280
|
+
|
|
281
|
+
如何使用 BatchReceivePolicy:
|
|
282
|
+
|
|
283
|
+
BatchReceive 接口提供了如下三个参数:
|
|
284
|
+
|
|
285
|
+
● MaxNumMessages: 即每次使用 BatchReceive 的时候,最多一次Receive接口返回多少条消息。
|
|
286
|
+
● MaxNumBytes:即每次使用 BatchReceive 的时候,最多一次Receive接口返回多大内容的消息,单位是:bytes。
|
|
287
|
+
● Timeout:即每次使用 BatchReceive 的时候,最多一次 Receive 接口的超时时间是多久,单位是:MS。
|
|
288
|
+
|
|
289
|
+
默认如果上述三个参数都不指定,即关闭 BatchReceive 的特性。如果三个参数中的任意一个参数指定的数值大于 0,即开启 BatchReceive。BatchReceive 的结束条件为到达上述三个参数中任意一个指定的阈值。
|
|
290
|
+
|
|
291
|
+
注意:MaxNumMessages 和 MaxNumBytes 每一次接收的最大消息同时受限于 ReceiveQueueSize 的大小,如果 ReceiveQueueSize 的大小设置为 5,MaxNumMessages 设置为10,那么一次 BatchReceive 接收的最多的消息是 5条,而不是10条。
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
296
|
+
|
|
297
|
+
1. 多条消息的内容之间使用特殊字符 '###' 来进行分割,业务侧接收到消息之后,可以利用不同语言提供的 Split 工具分割不同的消息。
|
|
298
|
+
2. 多条消息的 MessageID 之间使用特殊字符 '###' 来进行分割,业务侧接收到消息之后,可以利用不同语言提供的 Split 工具分割不同的消息。(用于在调用 AcknowledgeMessage 接口中填入所需要的 MessageID 字段信息)
|
|
299
|
+
|
|
280
300
|
*/
|
|
281
301
|
ReceiveMessage(req: ReceiveMessageRequest, cb?: (error: string, rep: ReceiveMessageResponse) => void): Promise<ReceiveMessageResponse>;
|
|
282
302
|
/**
|
|
@@ -430,7 +430,27 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
430
430
|
return this.request("DescribeAMQPExchanges", req, cb);
|
|
431
431
|
}
|
|
432
432
|
/**
|
|
433
|
-
* 接收发送到指定 topic
|
|
433
|
+
* 接收发送到指定 topic 中的消息,当 Topic 中没有消息但还去尝试调用该接口时,会抛出 ReceiveTimeout 的异常。
|
|
434
|
+
|
|
435
|
+
如何使用 BatchReceivePolicy:
|
|
436
|
+
|
|
437
|
+
BatchReceive 接口提供了如下三个参数:
|
|
438
|
+
|
|
439
|
+
● MaxNumMessages: 即每次使用 BatchReceive 的时候,最多一次Receive接口返回多少条消息。
|
|
440
|
+
● MaxNumBytes:即每次使用 BatchReceive 的时候,最多一次Receive接口返回多大内容的消息,单位是:bytes。
|
|
441
|
+
● Timeout:即每次使用 BatchReceive 的时候,最多一次 Receive 接口的超时时间是多久,单位是:MS。
|
|
442
|
+
|
|
443
|
+
默认如果上述三个参数都不指定,即关闭 BatchReceive 的特性。如果三个参数中的任意一个参数指定的数值大于 0,即开启 BatchReceive。BatchReceive 的结束条件为到达上述三个参数中任意一个指定的阈值。
|
|
444
|
+
|
|
445
|
+
注意:MaxNumMessages 和 MaxNumBytes 每一次接收的最大消息同时受限于 ReceiveQueueSize 的大小,如果 ReceiveQueueSize 的大小设置为 5,MaxNumMessages 设置为10,那么一次 BatchReceive 接收的最多的消息是 5条,而不是10条。
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
450
|
+
|
|
451
|
+
1. 多条消息的内容之间使用特殊字符 '###' 来进行分割,业务侧接收到消息之后,可以利用不同语言提供的 Split 工具分割不同的消息。
|
|
452
|
+
2. 多条消息的 MessageID 之间使用特殊字符 '###' 来进行分割,业务侧接收到消息之后,可以利用不同语言提供的 Split 工具分割不同的消息。(用于在调用 AcknowledgeMessage 接口中填入所需要的 MessageID 字段信息)
|
|
453
|
+
|
|
434
454
|
*/
|
|
435
455
|
async ReceiveMessage(req, cb) {
|
|
436
456
|
return this.request("ReceiveMessage", req, cb);
|
|
@@ -205,7 +205,7 @@ export interface ModifyEnvironmentAttributesRequest {
|
|
|
205
205
|
*/
|
|
206
206
|
EnvironmentId: string;
|
|
207
207
|
/**
|
|
208
|
-
*
|
|
208
|
+
* 未消费消息过期时间,单位:秒,范围60秒~1天。
|
|
209
209
|
*/
|
|
210
210
|
MsgTTL: number;
|
|
211
211
|
/**
|
|
@@ -1491,7 +1491,7 @@ export interface CreateEnvironmentRequest {
|
|
|
1491
1491
|
*/
|
|
1492
1492
|
EnvironmentId: string;
|
|
1493
1493
|
/**
|
|
1494
|
-
*
|
|
1494
|
+
* 未消费消息过期时间,单位:秒,取值范围:60秒~1天。
|
|
1495
1495
|
*/
|
|
1496
1496
|
MsgTTL: number;
|
|
1497
1497
|
/**
|
|
@@ -2307,6 +2307,18 @@ export interface ReceiveMessageRequest {
|
|
|
2307
2307
|
* 默认值为:Latest。用作判定consumer初始接收消息的位置,可选参数为:Earliest, Latest
|
|
2308
2308
|
*/
|
|
2309
2309
|
SubInitialPosition?: string;
|
|
2310
|
+
/**
|
|
2311
|
+
* 用于设置BatchReceivePolicy,指在一次batch中最多接收多少条消息,默认是 0。即不开启BatchReceivePolicy
|
|
2312
|
+
*/
|
|
2313
|
+
MaxNumMessages?: number;
|
|
2314
|
+
/**
|
|
2315
|
+
* 用于设置BatchReceivePolicy,指在一次batch中最多接收的消息体有多大,单位是 bytes。默认是 0,即不开启BatchReceivePolicy
|
|
2316
|
+
*/
|
|
2317
|
+
MaxNumBytes?: number;
|
|
2318
|
+
/**
|
|
2319
|
+
* 用于设置BatchReceivePolicy,指在一次batch消息的接收z中最多等待的超时时间,单位是毫秒。默认是 0,即不开启BatchReceivePolicy
|
|
2320
|
+
*/
|
|
2321
|
+
Timeout?: number;
|
|
2310
2322
|
}
|
|
2311
2323
|
/**
|
|
2312
2324
|
* CreateTopic请求参数结构体
|
|
@@ -2321,7 +2333,7 @@ export interface CreateTopicRequest {
|
|
|
2321
2333
|
*/
|
|
2322
2334
|
TopicName: string;
|
|
2323
2335
|
/**
|
|
2324
|
-
*
|
|
2336
|
+
* 入参为1,即是创建非分区topic,无分区;入参大于1,表示分区topic的分区数,最大不允许超过128。
|
|
2325
2337
|
*/
|
|
2326
2338
|
Partitions: number;
|
|
2327
2339
|
/**
|
|
@@ -2329,7 +2341,8 @@ export interface CreateTopicRequest {
|
|
|
2329
2341
|
*/
|
|
2330
2342
|
Remark?: string;
|
|
2331
2343
|
/**
|
|
2332
|
-
*
|
|
2344
|
+
* 该入参将逐步弃用,可切换至PulsarTopicType参数
|
|
2345
|
+
0: 普通消息;
|
|
2333
2346
|
1 :全局顺序消息;
|
|
2334
2347
|
2 :局部顺序消息;
|
|
2335
2348
|
3 :重试队列;
|
|
@@ -2371,12 +2384,10 @@ export interface DescribeTopicsRequest {
|
|
|
2371
2384
|
Limit?: number;
|
|
2372
2385
|
/**
|
|
2373
2386
|
* topic类型描述:
|
|
2374
|
-
0
|
|
2375
|
-
1
|
|
2376
|
-
2
|
|
2377
|
-
3
|
|
2378
|
-
4:死信队列;
|
|
2379
|
-
5:事务消息。
|
|
2387
|
+
0:非持久非分区主题类型;
|
|
2388
|
+
1:非持久分区主题类型;
|
|
2389
|
+
2:持久非分区主题类型;
|
|
2390
|
+
3:持久分区主题类型;
|
|
2380
2391
|
*/
|
|
2381
2392
|
TopicType?: number;
|
|
2382
2393
|
/**
|
|
@@ -2390,6 +2401,12 @@ export interface DescribeTopicsRequest {
|
|
|
2390
2401
|
必选:否
|
|
2391
2402
|
*/
|
|
2392
2403
|
Filters?: Array<Filter>;
|
|
2404
|
+
/**
|
|
2405
|
+
* 创建来源:
|
|
2406
|
+
1:用户创建
|
|
2407
|
+
2:系统创建
|
|
2408
|
+
*/
|
|
2409
|
+
TopicCreator?: number;
|
|
2393
2410
|
}
|
|
2394
2411
|
/**
|
|
2395
2412
|
* DeleteEnvironments返回参数结构体
|
|
@@ -2775,6 +2792,16 @@ export interface ReceiveMessageResponse {
|
|
|
2775
2792
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2776
2793
|
*/
|
|
2777
2794
|
SubName: string;
|
|
2795
|
+
/**
|
|
2796
|
+
* BatchReceivePolicy 一次性返回的多条消息的 MessageID,用 ‘###’ 来区分不同的 MessageID
|
|
2797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2798
|
+
*/
|
|
2799
|
+
MessageIDList: string;
|
|
2800
|
+
/**
|
|
2801
|
+
* BatchReceivePolicy 一次性返回的多条消息的消息内容,用 ‘###’ 来区分不同的消息内容
|
|
2802
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2803
|
+
*/
|
|
2804
|
+
MessagesPayload: string;
|
|
2778
2805
|
/**
|
|
2779
2806
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2780
2807
|
*/
|
|
@@ -3328,7 +3355,7 @@ export interface CreateTopicResponse {
|
|
|
3328
3355
|
*/
|
|
3329
3356
|
TopicName: string;
|
|
3330
3357
|
/**
|
|
3331
|
-
* 0:非分区topic
|
|
3358
|
+
* 0或1:非分区topic,无分区;大于1:具体分区topic的分区数。(存量非分区主题返回0,增量非分区主题返回1)
|
|
3332
3359
|
*/
|
|
3333
3360
|
Partitions: number;
|
|
3334
3361
|
/**
|
|
@@ -3342,7 +3369,6 @@ export interface CreateTopicResponse {
|
|
|
3342
3369
|
2 :局部顺序消息;
|
|
3343
3370
|
3 :重试队列;
|
|
3344
3371
|
4 :死信队列;
|
|
3345
|
-
5 :事务消息。
|
|
3346
3372
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3347
3373
|
*/
|
|
3348
3374
|
TopicType: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { ModifyDefaultCertificateRequest, DescribeWebManagedRulesTopDataResponse, DescribeOriginGroupResponse, DescribeWebManagedRulesAttackEventsResponse, DescribeTopL7CacheDataRequest, DeleteApplicationProxyResponse, DescribeZonesRequest, ModifyLoadBalancingStatusResponse, DescribePrefetchTasksResponse, DescribeDDosAttackEventResponse, DeleteApplicationProxyRequest, CreateCustomErrorPageResponse, ReclaimZoneResponse, DescribeZoneSettingRequest, ModifyZoneStatusRequest, ModifyDnsRecordRequest, ModifySecurityPolicyRequest, CreateApplicationProxyRulesRequest, ModifyDnssecRequest, ModifyZoneSettingRequest, CreateApplicationProxyResponse, ImportDnsRecordsRequest, ModifyOriginGroupResponse, DescribeZoneDetailsResponse, ModifyZoneStatusResponse, DescribeSecurityPolicyManagedRulesRequest, DescribeSecurityPortraitRulesRequest, ModifySecurityPolicyResponse, ModifyDDoSPolicyHostRequest, DescribeHostsSettingResponse, DescribeSecurityPolicyRegionsResponse, ModifyZoneResponse, DescribeDDosAttackSourceEventRequest, ModifyZoneRequest, DeleteZoneResponse, CreatePurgeTaskResponse, DeleteApplicationProxyRuleResponse, DeleteOriginGroupRequest, ModifyHostsCertificateResponse, CreateDnsRecordRequest, ModifyHostsCertificateRequest, DescribeDnsDataResponse, DescribeSecurityPolicyManagedRulesIdRequest, ModifyApplicationProxyStatusRequest, DescribeIdentificationRequest, ModifyLoadBalancingStatusRequest, DescribeDDosAttackTopDataResponse, DescribeCnameStatusResponse,
|
|
3
|
+
import { ModifyDefaultCertificateRequest, DescribeWebManagedRulesTopDataResponse, DescribeOriginGroupResponse, DescribeWebManagedRulesAttackEventsResponse, DescribeTopL7CacheDataRequest, DeleteApplicationProxyResponse, DescribeZonesRequest, ModifyLoadBalancingStatusResponse, DescribePrefetchTasksResponse, DescribeDDosAttackEventResponse, DeleteApplicationProxyRequest, CreateCustomErrorPageResponse, ReclaimZoneResponse, DescribeZoneSettingRequest, ModifyZoneStatusRequest, ModifyDnsRecordRequest, ModifySecurityPolicyRequest, CreateApplicationProxyRulesRequest, ModifyDnssecRequest, ModifyZoneSettingRequest, CreateApplicationProxyResponse, ImportDnsRecordsRequest, ModifyOriginGroupResponse, DescribeZoneDetailsResponse, ModifyZoneStatusResponse, DescribeSecurityPolicyManagedRulesRequest, DescribeSecurityPortraitRulesRequest, ModifySecurityPolicyResponse, ModifyDDoSPolicyHostRequest, DescribeHostsSettingResponse, DescribeSecurityPolicyRegionsResponse, ModifyZoneResponse, DescribeDDosAttackSourceEventRequest, ModifyZoneRequest, DeleteZoneResponse, CreatePurgeTaskResponse, DeleteApplicationProxyRuleResponse, DeleteOriginGroupRequest, ModifyHostsCertificateResponse, CreateDnsRecordRequest, ModifyHostsCertificateRequest, DescribeDnsDataResponse, DescribeSecurityPolicyManagedRulesIdRequest, ModifyApplicationProxyStatusRequest, DescribeIdentificationRequest, ModifyLoadBalancingStatusRequest, DescribeDDosAttackTopDataResponse, DescribeCnameStatusResponse, DescribeLoadBalancingRequest, ModifyZoneSettingResponse, DescribeZonesResponse, ScanDnsRecordsResponse, CreateDnsRecordResponse, DescribeWebManagedRulesDataResponse, DescribeWebManagedRulesLogResponse, CreatePrefetchTaskRequest, DeleteApplicationProxyRuleRequest, DescribeTopL7AnalysisDataRequest, DescribeApplicationProxyResponse, CreateLoadBalancingResponse, DescribeTopL7CacheDataResponse, DescribeOverviewL7DataRequest, IdentifyZoneResponse, ModifyLoadBalancingRequest, CreateLoadBalancingRequest, DescribeDnssecRequest, DescribeWebProtectionLogResponse, DescribeLoadBalancingDetailResponse, DescribeBotManagedRulesResponse, DescribeWebManagedRulesDataRequest, ModifyDDoSPolicyResponse, DescribeDnsRecordsRequest, CreatePrefetchTaskResponse, DescribeDefaultCertificatesRequest, DescribeSecurityPolicyRequest, ModifyApplicationProxyRuleResponse, CreateZoneRequest, DescribeTimingL7CacheDataRequest, DescribeSecurityPolicyListResponse, DescribePurgeTasksResponse, CheckCertificateResponse, DownloadL7LogsRequest, DeleteLoadBalancingResponse, DescribeWebProtectionDataRequest, CheckCertificateRequest, DescribeSecurityPortraitRulesResponse, CreateApplicationProxyRuleRequest, ModifyApplicationProxyRequest, ModifyApplicationProxyStatusResponse, IdentifyZoneRequest, DescribeDnsRecordsResponse, DescribeDefaultCertificatesResponse, DescribeTimingL7AnalysisDataResponse, DescribeWebProtectionAttackEventsRequest, DescribeOverviewL7DataResponse, DescribeHostsCertificateRequest, DescribeSecurityPolicyManagedRulesResponse, DescribeApplicationProxyRequest, ModifyDDoSPolicyHostResponse, ModifyApplicationProxyRuleStatusRequest, ModifyLoadBalancingResponse, DescribeDDosAttackTopDataRequest, CreateApplicationProxyRuleResponse, DescribeDDosAttackDataRequest, ModifyDnsRecordResponse, CreateApplicationProxyRequest, DescribeTopL7AnalysisDataResponse, DescribeWebManagedRulesAttackEventsRequest, DescribeCnameStatusRequest, CreateCustomErrorPageRequest, DescribeDnssecResponse, CreateZoneResponse, DeleteLoadBalancingRequest, DescribeTimingL7AnalysisDataRequest, DescribeSecurityPolicyManagedRulesIdResponse, ModifyApplicationProxyResponse, DescribeDDoSPolicyResponse, ModifyOriginGroupRequest, ModifyApplicationProxyRuleStatusResponse, DescribeSecurityPolicyListRequest, DescribeTimingL7CacheDataResponse, DescribeApplicationProxyDetailRequest, DeleteOriginGroupResponse, DescribeDDosAttackSourceEventResponse, DescribeZoneDetailsRequest, DescribeDDoSPolicyRequest, DescribeDDosMajorAttackEventRequest, CreateOriginGroupResponse, DescribeSecurityPolicyResponse, DescribeSecurityPolicyRegionsRequest, ReclaimZoneRequest, DeleteZoneRequest, ModifyDefaultCertificateResponse, DescribeDDosAttackEventRequest, DescribeHostsCertificateResponse, DescribeZoneSettingResponse, DescribePurgeTasksRequest, DescribeDnsDataRequest, DescribeDDosAttackEventDetailResponse, ModifyApplicationProxyRuleRequest, ModifyDDoSPolicyRequest, ModifyZoneCnameSpeedUpResponse, DescribeWebProtectionLogRequest, DescribePrefetchTasksRequest, DeleteDnsRecordsRequest, DescribeZoneDDoSPolicyResponse, DescribeDDosMajorAttackEventResponse, DescribeWebProtectionAttackEventsResponse, CreatePurgeTaskRequest, DeleteDnsRecordsResponse, DescribeBotLogRequest, DownloadL7LogsResponse, CreateOriginGroupRequest, DescribeTimingL4DataRequest, DescribeHostsSettingRequest, DescribeZoneDDoSPolicyRequest, DescribeDDosAttackDataResponse, DescribeWebManagedRulesLogRequest, CreateApplicationProxyRulesResponse, DescribeWebManagedRulesTopDataRequest, DescribeIdentificationResponse, ModifyZoneCnameSpeedUpRequest, DescribeApplicationProxyDetailResponse, DescribeBotLogResponse, DescribeLoadBalancingResponse, DescribeWebProtectionDataResponse, ModifyDnssecResponse, ScanDnsRecordsRequest, ImportDnsRecordsResponse, DescribeLoadBalancingDetailRequest, DescribeOriginGroupRequest, DescribeOriginGroupDetailResponse, DescribeOriginGroupDetailRequest, DescribeDDosAttackEventDetailRequest, DescribeTimingL4DataResponse, DescribeBotManagedRulesRequest } from "./teo_models";
|
|
4
4
|
/**
|
|
5
5
|
* teo client
|
|
6
6
|
* @class
|
|
@@ -802,6 +802,10 @@ export interface ModifyZoneSettingRequest {
|
|
|
802
802
|
* 客户端IP回源请求头配置
|
|
803
803
|
*/
|
|
804
804
|
ClientIpHeader?: ClientIp;
|
|
805
|
+
/**
|
|
806
|
+
* 缓存预刷新配置
|
|
807
|
+
*/
|
|
808
|
+
CachePrefresh?: CachePrefresh;
|
|
805
809
|
}
|
|
806
810
|
/**
|
|
807
811
|
* ddos特征过滤
|
|
@@ -1891,19 +1895,6 @@ export interface DescribeCnameStatusResponse {
|
|
|
1891
1895
|
*/
|
|
1892
1896
|
RequestId?: string;
|
|
1893
1897
|
}
|
|
1894
|
-
/**
|
|
1895
|
-
* DeleteDnsRecords返回参数结构体
|
|
1896
|
-
*/
|
|
1897
|
-
export interface DeleteDnsRecordsResponse {
|
|
1898
|
-
/**
|
|
1899
|
-
* 记录 ID
|
|
1900
|
-
*/
|
|
1901
|
-
Ids: Array<string>;
|
|
1902
|
-
/**
|
|
1903
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1904
|
-
*/
|
|
1905
|
-
RequestId?: string;
|
|
1906
|
-
}
|
|
1907
1898
|
/**
|
|
1908
1899
|
* DescribeLoadBalancing请求参数结构体
|
|
1909
1900
|
*/
|
|
@@ -3758,6 +3749,20 @@ export interface DescribeDefaultCertificatesResponse {
|
|
|
3758
3749
|
*/
|
|
3759
3750
|
RequestId?: string;
|
|
3760
3751
|
}
|
|
3752
|
+
/**
|
|
3753
|
+
* 缓存预刷新
|
|
3754
|
+
*/
|
|
3755
|
+
export interface CachePrefresh {
|
|
3756
|
+
/**
|
|
3757
|
+
* 缓存预刷新配置开关
|
|
3758
|
+
*/
|
|
3759
|
+
Switch: string;
|
|
3760
|
+
/**
|
|
3761
|
+
* 缓存预刷新百分比:1-99
|
|
3762
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3763
|
+
*/
|
|
3764
|
+
Percent?: number;
|
|
3765
|
+
}
|
|
3761
3766
|
/**
|
|
3762
3767
|
* DescribeTimingL7AnalysisData返回参数结构体
|
|
3763
3768
|
*/
|
|
@@ -4025,6 +4030,19 @@ online: 启用
|
|
|
4025
4030
|
*/
|
|
4026
4031
|
Status: string;
|
|
4027
4032
|
}
|
|
4033
|
+
/**
|
|
4034
|
+
* ModifyLoadBalancing返回参数结构体
|
|
4035
|
+
*/
|
|
4036
|
+
export interface ModifyLoadBalancingResponse {
|
|
4037
|
+
/**
|
|
4038
|
+
* 负载均衡ID
|
|
4039
|
+
*/
|
|
4040
|
+
LoadBalancingId: string;
|
|
4041
|
+
/**
|
|
4042
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4043
|
+
*/
|
|
4044
|
+
RequestId?: string;
|
|
4045
|
+
}
|
|
4028
4046
|
/**
|
|
4029
4047
|
* Web拦截事件
|
|
4030
4048
|
*/
|
|
@@ -5556,6 +5574,11 @@ export interface DescribeZoneSettingResponse {
|
|
|
5556
5574
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5557
5575
|
*/
|
|
5558
5576
|
ClientIpHeader: ClientIp;
|
|
5577
|
+
/**
|
|
5578
|
+
* 缓存预刷新配置
|
|
5579
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5580
|
+
*/
|
|
5581
|
+
CachePrefresh: CachePrefresh;
|
|
5559
5582
|
/**
|
|
5560
5583
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5561
5584
|
*/
|
|
@@ -6204,80 +6227,13 @@ Targets可为空,不需要填写
|
|
|
6204
6227
|
EncodeUrl?: boolean;
|
|
6205
6228
|
}
|
|
6206
6229
|
/**
|
|
6207
|
-
*
|
|
6230
|
+
* DeleteDnsRecords返回参数结构体
|
|
6208
6231
|
*/
|
|
6209
|
-
export interface
|
|
6210
|
-
/**
|
|
6211
|
-
* 实例ID
|
|
6212
|
-
*/
|
|
6213
|
-
ProxyId: string;
|
|
6214
|
-
/**
|
|
6215
|
-
* 实例名称
|
|
6216
|
-
*/
|
|
6217
|
-
ProxyName: string;
|
|
6218
|
-
/**
|
|
6219
|
-
* 调度模式:
|
|
6220
|
-
ip表示Anycast IP
|
|
6221
|
-
domain表示CNAME
|
|
6222
|
-
*/
|
|
6223
|
-
PlatType: string;
|
|
6224
|
-
/**
|
|
6225
|
-
* 0关闭安全,1开启安全
|
|
6226
|
-
*/
|
|
6227
|
-
SecurityType: number;
|
|
6228
|
-
/**
|
|
6229
|
-
* 0关闭加速,1开启加速
|
|
6230
|
-
*/
|
|
6231
|
-
AccelerateType: number;
|
|
6232
|
-
/**
|
|
6233
|
-
* 字段已经移至Rule.ForwardClientIp
|
|
6234
|
-
*/
|
|
6235
|
-
ForwardClientIp: string;
|
|
6236
|
-
/**
|
|
6237
|
-
* 字段已经移至Rule.SessionPersist
|
|
6238
|
-
*/
|
|
6239
|
-
SessionPersist: boolean;
|
|
6240
|
-
/**
|
|
6241
|
-
* 规则列表
|
|
6242
|
-
*/
|
|
6243
|
-
Rule: Array<ApplicationProxyRule>;
|
|
6244
|
-
/**
|
|
6245
|
-
* 状态:
|
|
6246
|
-
online:启用
|
|
6247
|
-
offline:停用
|
|
6248
|
-
progress:部署中
|
|
6249
|
-
*/
|
|
6250
|
-
Status: string;
|
|
6251
|
-
/**
|
|
6252
|
-
* 调度信息
|
|
6253
|
-
*/
|
|
6254
|
-
ScheduleValue: Array<string>;
|
|
6255
|
-
/**
|
|
6256
|
-
* 更新时间
|
|
6257
|
-
*/
|
|
6258
|
-
UpdateTime: string;
|
|
6259
|
-
/**
|
|
6260
|
-
* 站点ID
|
|
6261
|
-
*/
|
|
6262
|
-
ZoneId: string;
|
|
6263
|
-
/**
|
|
6264
|
-
* 站点名称
|
|
6265
|
-
*/
|
|
6266
|
-
ZoneName: string;
|
|
6267
|
-
/**
|
|
6268
|
-
* 会话保持时间
|
|
6269
|
-
*/
|
|
6270
|
-
SessionPersistTime: number;
|
|
6271
|
-
/**
|
|
6272
|
-
* 服务类型
|
|
6273
|
-
hostname:子域名
|
|
6274
|
-
instance:实例
|
|
6275
|
-
*/
|
|
6276
|
-
ProxyType: string;
|
|
6232
|
+
export interface DeleteDnsRecordsResponse {
|
|
6277
6233
|
/**
|
|
6278
|
-
*
|
|
6234
|
+
* 记录 ID
|
|
6279
6235
|
*/
|
|
6280
|
-
|
|
6236
|
+
Ids: Array<string>;
|
|
6281
6237
|
/**
|
|
6282
6238
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6283
6239
|
*/
|
|
@@ -6670,13 +6626,80 @@ export interface ModifyZoneCnameSpeedUpRequest {
|
|
|
6670
6626
|
Status: string;
|
|
6671
6627
|
}
|
|
6672
6628
|
/**
|
|
6673
|
-
*
|
|
6629
|
+
* DescribeApplicationProxyDetail返回参数结构体
|
|
6674
6630
|
*/
|
|
6675
|
-
export interface
|
|
6631
|
+
export interface DescribeApplicationProxyDetailResponse {
|
|
6676
6632
|
/**
|
|
6677
|
-
*
|
|
6633
|
+
* 实例ID
|
|
6678
6634
|
*/
|
|
6679
|
-
|
|
6635
|
+
ProxyId: string;
|
|
6636
|
+
/**
|
|
6637
|
+
* 实例名称
|
|
6638
|
+
*/
|
|
6639
|
+
ProxyName: string;
|
|
6640
|
+
/**
|
|
6641
|
+
* 调度模式:
|
|
6642
|
+
ip表示Anycast IP
|
|
6643
|
+
domain表示CNAME
|
|
6644
|
+
*/
|
|
6645
|
+
PlatType: string;
|
|
6646
|
+
/**
|
|
6647
|
+
* 0关闭安全,1开启安全
|
|
6648
|
+
*/
|
|
6649
|
+
SecurityType: number;
|
|
6650
|
+
/**
|
|
6651
|
+
* 0关闭加速,1开启加速
|
|
6652
|
+
*/
|
|
6653
|
+
AccelerateType: number;
|
|
6654
|
+
/**
|
|
6655
|
+
* 字段已经移至Rule.ForwardClientIp
|
|
6656
|
+
*/
|
|
6657
|
+
ForwardClientIp: string;
|
|
6658
|
+
/**
|
|
6659
|
+
* 字段已经移至Rule.SessionPersist
|
|
6660
|
+
*/
|
|
6661
|
+
SessionPersist: boolean;
|
|
6662
|
+
/**
|
|
6663
|
+
* 规则列表
|
|
6664
|
+
*/
|
|
6665
|
+
Rule: Array<ApplicationProxyRule>;
|
|
6666
|
+
/**
|
|
6667
|
+
* 状态:
|
|
6668
|
+
online:启用
|
|
6669
|
+
offline:停用
|
|
6670
|
+
progress:部署中
|
|
6671
|
+
*/
|
|
6672
|
+
Status: string;
|
|
6673
|
+
/**
|
|
6674
|
+
* 调度信息
|
|
6675
|
+
*/
|
|
6676
|
+
ScheduleValue: Array<string>;
|
|
6677
|
+
/**
|
|
6678
|
+
* 更新时间
|
|
6679
|
+
*/
|
|
6680
|
+
UpdateTime: string;
|
|
6681
|
+
/**
|
|
6682
|
+
* 站点ID
|
|
6683
|
+
*/
|
|
6684
|
+
ZoneId: string;
|
|
6685
|
+
/**
|
|
6686
|
+
* 站点名称
|
|
6687
|
+
*/
|
|
6688
|
+
ZoneName: string;
|
|
6689
|
+
/**
|
|
6690
|
+
* 会话保持时间
|
|
6691
|
+
*/
|
|
6692
|
+
SessionPersistTime: number;
|
|
6693
|
+
/**
|
|
6694
|
+
* 服务类型
|
|
6695
|
+
hostname:子域名
|
|
6696
|
+
instance:实例
|
|
6697
|
+
*/
|
|
6698
|
+
ProxyType: string;
|
|
6699
|
+
/**
|
|
6700
|
+
* 七层实例ID
|
|
6701
|
+
*/
|
|
6702
|
+
HostId: string;
|
|
6680
6703
|
/**
|
|
6681
6704
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6682
6705
|
*/
|