tencentcloud-sdk-nodejs 4.1.267 → 4.1.268
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/es/common/sdk_version.js +1 -1
- package/es/services/antiddos/index.js +2 -2
- package/es/services/btoe/index.js +2 -2
- package/es/services/csip/v20221121/csip_client.js +5 -2
- package/es/services/dbbrain/index.js +2 -2
- package/es/services/dts/index.js +2 -2
- package/es/services/eis/index.js +2 -2
- package/es/services/es/v20180416/es_client.js +174 -132
- package/es/services/essbasic/v20210526/essbasic_client.js +13 -4
- package/es/services/facefusion/index.js +2 -2
- package/es/services/iai/index.js +2 -2
- package/es/services/iotvideo/index.js +4 -4
- package/es/services/monitor/index.js +2 -2
- package/es/services/mps/v20190612/mps_client.js +3 -0
- package/es/services/organization/index.js +2 -2
- package/es/services/tem/index.js +2 -2
- package/es/services/teo/index.js +2 -2
- package/es/services/teo/v20220901/teo_client.js +11 -2
- package/es/services/thpc/index.js +4 -4
- package/es/services/tke/index.js +2 -2
- package/es/services/wedata/index.js +2 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/alb/v20251030/alb_models.d.ts +14 -49
- package/tencentcloud/services/antiddos/index.d.ts +4 -4
- package/tencentcloud/services/antiddos/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +30 -26
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +32 -22
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +7 -3
- package/tencentcloud/services/csip/v20221121/csip_client.js +9 -3
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +97 -73
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_client.d.ts +196 -140
- package/tencentcloud/services/es/v20180416/es_client.js +288 -204
- package/tencentcloud/services/es/v20180416/es_models.d.ts +1673 -512
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +65 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +72 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +278 -120
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +27 -75
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/monitor/index.d.ts +4 -4
- package/tencentcloud/services/monitor/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +121 -142
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +6 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +83 -0
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -4
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +19 -3
- package/tencentcloud/services/teo/v20220901/teo_client.js +25 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +270 -46
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +48 -32
- package/tencentcloud/services/wedata/index.d.ts +4 -4
- package/tencentcloud/services/wedata/index.js +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { v20220401 } from "./v20220401";
|
|
2
|
-
import { v20230321 } from "./v20230321";
|
|
3
1
|
import { v20211109 } from "./v20211109";
|
|
2
|
+
import { v20230321 } from "./v20230321";
|
|
3
|
+
import { v20220401 } from "./v20220401";
|
|
4
4
|
export const thpc = {
|
|
5
|
-
v20220401: v20220401,
|
|
6
|
-
v20230321: v20230321,
|
|
7
5
|
v20211109: v20211109,
|
|
6
|
+
v20230321: v20230321,
|
|
7
|
+
v20220401: v20220401,
|
|
8
8
|
};
|
package/es/services/tke/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.268";
|
|
@@ -571,96 +571,61 @@ export interface CreateHealthCheckTemplateResponse {
|
|
|
571
571
|
*/
|
|
572
572
|
export interface ModifyHealthCheckTemplateRequest {
|
|
573
573
|
/**
|
|
574
|
-
*
|
|
574
|
+
* <p>健康检查模板 ID,格式为 hct- 后接字母数字。</p>
|
|
575
575
|
*/
|
|
576
576
|
HealthCheckTemplateId: string;
|
|
577
577
|
/**
|
|
578
|
-
*
|
|
579
|
-
- **false**(默认):发送普通请求,直接修改健康检查模板。
|
|
580
|
-
- **true**:发送预览请求,检查修改健康检查模板的参数、格式、业务限制等是否符合要求。
|
|
578
|
+
* <p>是否预览此次请求。</p><ul><li><strong>false</strong>(默认):发送普通请求,直接修改健康检查模板。</li><li><strong>true</strong>:发送预览请求,检查修改健康检查模板的参数、格式、业务限制等是否符合要求。</li></ul>
|
|
581
579
|
*/
|
|
582
580
|
DryRun?: boolean;
|
|
583
581
|
/**
|
|
584
|
-
*
|
|
585
|
-
- 当健康检查协议为**HTTP/HTTPS**时:
|
|
586
|
-
- **http_1xx**
|
|
587
|
-
- **http_2xx**(默认值)
|
|
588
|
-
- **http_3xx**
|
|
589
|
-
- **http_4xx**
|
|
590
|
-
- **http_5xx**
|
|
591
|
-
- 当健康检查协议为**GRPC/GRPCS**时:默认值为**12**,数值范围为**0-99**,输入值可为数值、多个数值或者范围以及相互组合,如:
|
|
592
|
-
- **"20"**
|
|
593
|
-
- **"0-99"**
|
|
582
|
+
* <p>健康检查状态码。取值:</p><ul><li>当健康检查协议为<strong>HTTP/HTTPS</strong>时:<ul><li><strong>http_1xx</strong></li><li><strong>http_2xx</strong>(默认值)</li><li><strong>http_3xx</strong></li><li><strong>http_4xx</strong></li><li><strong>http_5xx</strong></li></ul></li><li>当健康检查协议为<strong>GRPC/GRPCS</strong>时:默认值为<strong>12</strong>,数值范围为<strong>0-99</strong>,输入值可为数值、多个数值或者范围以及相互组合,如:<ul><li><strong>"20"</strong></li><li><strong>"0-99"</strong></li></ul></li></ul>
|
|
594
583
|
*/
|
|
595
584
|
HealthCheckCodes?: Array<string>;
|
|
596
585
|
/**
|
|
597
|
-
*
|
|
598
|
-
取值范围:**2**-**10**。
|
|
599
|
-
默认值:**2**。
|
|
586
|
+
* <p>判定后端服务健康的阈值,当健康检查连续成功多少次后,后端服务的状态由<strong>不健康</strong>变为<strong>健康</strong>。<br>取值范围:<strong>2</strong>-<strong>10</strong>。<br>默认值:<strong>2</strong>。</p>
|
|
600
587
|
*/
|
|
601
588
|
HealthCheckHealthyThreshold?: number;
|
|
602
589
|
/**
|
|
603
|
-
*
|
|
604
|
-
长度限制为 **1-255** 个字符。
|
|
605
|
-
可包含小写字母、数字、短划线(-)和半角句号(.)。
|
|
606
|
-
|
|
607
|
-
> 仅当 **HealthCheckProtocol** 设置为 **HTTP/HTTPS/GRPC/GRPCS** 时,该参数生效。
|
|
590
|
+
* <p>健康检查域名。<br>长度限制为 <strong>1-255</strong> 个字符。<br>可包含小写字母、数字、短划线(-)和半角句号(.)。</p><blockquote><p>仅当 <strong>HealthCheckProtocol</strong> 设置为 <strong>HTTP/HTTPS/GRPC/GRPCS</strong> 时,该参数生效。</p></blockquote>
|
|
608
591
|
*/
|
|
609
592
|
HealthCheckHost?: string;
|
|
610
593
|
/**
|
|
611
|
-
*
|
|
612
|
-
- **HTTP1.1**(默认)
|
|
613
|
-
- **HTTP1.0**
|
|
614
|
-
> 仅当**HealthCheckProtocol**设置为**HTTP** 或 **HTTPS** 时,该参数生效。
|
|
594
|
+
* <p>健康检查 HTTP 协议版本,取值:</p><ul><li><strong>HTTP1.1</strong>(默认)</li><li><strong>HTTP1.0</strong> <blockquote><p>仅当<strong>HealthCheckProtocol</strong>设置为<strong>HTTP</strong> 或 <strong>HTTPS</strong> 时,该参数生效。</p></blockquote></li></ul>
|
|
615
595
|
*/
|
|
616
596
|
HealthCheckHttpVersion?: string;
|
|
617
597
|
/**
|
|
618
|
-
*
|
|
598
|
+
* <p>健康检查的时间间隔。单位:秒。 取值范围:<strong>2</strong>-<strong>300</strong>。 默认值:<strong>5</strong>。</p>
|
|
619
599
|
*/
|
|
620
600
|
HealthCheckInterval?: number;
|
|
621
601
|
/**
|
|
622
|
-
*
|
|
623
|
-
> 仅当**HealthCheckProtocol**设置为**HTTP** 或 **HTTPS** 时,该参数生效。
|
|
602
|
+
* <p>健康检查方法,取值: - <strong>GET</strong> - <strong>HEAD</strong>(默认值) </p><blockquote><p>仅当<strong>HealthCheckProtocol</strong>设置为<strong>HTTP</strong> 或 <strong>HTTPS</strong> 时,该参数生效。</p></blockquote>
|
|
624
603
|
*/
|
|
625
604
|
HealthCheckMethod?: string;
|
|
626
605
|
/**
|
|
627
|
-
*
|
|
628
|
-
> 仅当**HealthCheckProtocol**为**HTTP/HTTPS/GRPC/GRPCS**时,转发规则路径参数生效。
|
|
606
|
+
* <p>健康检查的转发规则路径。 长度为 <strong>1-80</strong> 个字符,只能使用字母、数字、字符<code>-/.%?#&=</code>以及扩展字符<code>_;~!()*[]@$^:',+</code>。 URL 必须以正斜线(/)开头。 </p><blockquote><p>仅当<strong>HealthCheckProtocol</strong>为<strong>HTTP/HTTPS/GRPC/GRPCS</strong>时,转发规则路径参数生效。</p></blockquote>
|
|
629
607
|
*/
|
|
630
608
|
HealthCheckPath?: string;
|
|
631
609
|
/**
|
|
632
|
-
*
|
|
610
|
+
* <p>健康检查访问后端服务器的端口。 取值范围:<strong>0-65535</strong>。 默认值:<strong>0</strong>,表示后端服务器的端口。</p>
|
|
633
611
|
*/
|
|
634
612
|
HealthCheckPort?: number;
|
|
635
613
|
/**
|
|
636
|
-
*
|
|
637
|
-
- **HTTP**(默认):通过发送 HEAD 或 GET 请求模拟浏览器的访问行为来检查服务器应用是否健康。
|
|
638
|
-
- **HTTPS**:通过发送 HEAD 或 GET 请求模拟浏览器的访问行为来检查服务器应用是否健康。(数据加密,相比 HTTP 更安全。)
|
|
639
|
-
- **TCP**:通过发送 SYN 握手报文来检测服务器端口是否存活。
|
|
640
|
-
- **GRPC**:通过发送 POST 或 GET 请求来检查服务器应用是否健康。
|
|
641
|
-
- **GRPCS**:通过发送 POST 或 GET 请求来检查服务器应用是否健康。
|
|
614
|
+
* <p>健康检查协议。取值:</p><ul><li><strong>HTTP</strong>(默认):通过发送 HEAD 或 GET 请求模拟浏览器的访问行为来检查服务器应用是否健康。</li><li><strong>HTTPS</strong>:通过发送 HEAD 或 GET 请求模拟浏览器的访问行为来检查服务器应用是否健康。(数据加密,相比 HTTP 更安全。)</li><li><strong>TCP</strong>:通过发送 SYN 握手报文来检测服务器端口是否存活。</li><li><strong>GRPC</strong>:通过发送 POST 或 GET 请求来检查服务器应用是否健康。</li><li><strong>GRPCS</strong>:通过发送 POST 或 GET 请求来检查服务器应用是否健康。</li></ul>
|
|
642
615
|
*/
|
|
643
616
|
HealthCheckProtocol?: string;
|
|
644
617
|
/**
|
|
645
|
-
*
|
|
618
|
+
* <p>健康检查模板名称。长度为 <strong>1-255</strong> 个字符,可包含数字、大小写字母、中文、半角句号(.)、下划线(_)和短划线(-)。</p>
|
|
646
619
|
*/
|
|
647
620
|
HealthCheckTemplateName?: string;
|
|
648
621
|
/**
|
|
649
|
-
*
|
|
650
|
-
取值范围:**2**-**60**。
|
|
651
|
-
默认值:**2**。
|
|
622
|
+
* <p>健康检查的响应超时时间。单位:秒。<br>取值范围:<strong>2</strong>-<strong>60</strong>。<br>默认值:<strong>2</strong>。</p>
|
|
652
623
|
*/
|
|
653
624
|
HealthCheckTimeout?: number;
|
|
654
625
|
/**
|
|
655
|
-
*
|
|
656
|
-
取值范围:**2**-**10**。
|
|
657
|
-
默认值:**2**。
|
|
626
|
+
* <p>判定后端服务不健康的阈值,当健康检查连续失败多少次后,后端服务的状态由<strong>健康</strong>变为<strong>不健康</strong>。<br>取值范围:<strong>2</strong>-<strong>10</strong>。<br>默认值:<strong>2</strong>。</p>
|
|
658
627
|
*/
|
|
659
628
|
HealthCheckUnhealthyThreshold?: number;
|
|
660
|
-
/**
|
|
661
|
-
* 标签。
|
|
662
|
-
*/
|
|
663
|
-
Tags?: Array<TagInfo>;
|
|
664
629
|
}
|
|
665
630
|
/**
|
|
666
631
|
* AssociateListenerAdditionalCertificates请求参数结构体
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const antiddos: {
|
|
2
|
-
v20250903: {
|
|
3
|
-
Client: typeof import("./v20250903/antiddos_client").Client;
|
|
4
|
-
Models: typeof import("./v20250903/antiddos_models");
|
|
5
|
-
};
|
|
6
2
|
v20200309: {
|
|
7
3
|
Client: typeof import("./v20200309/antiddos_client").Client;
|
|
8
4
|
Models: typeof import("./v20200309/antiddos_models");
|
|
9
5
|
};
|
|
6
|
+
v20250903: {
|
|
7
|
+
Client: typeof import("./v20250903/antiddos_client").Client;
|
|
8
|
+
Models: typeof import("./v20250903/antiddos_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.antiddos = void 0;
|
|
4
|
-
const v20250903_1 = require("./v20250903");
|
|
5
4
|
const v20200309_1 = require("./v20200309");
|
|
5
|
+
const v20250903_1 = require("./v20250903");
|
|
6
6
|
exports.antiddos = {
|
|
7
|
-
v20250903: v20250903_1.v20250903,
|
|
8
7
|
v20200309: v20200309_1.v20200309,
|
|
8
|
+
v20250903: v20250903_1.v20250903,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const btoe: {
|
|
2
|
-
v20210303: {
|
|
3
|
-
Client: typeof import("./v20210303/btoe_client").Client;
|
|
4
|
-
Models: typeof import("./v20210303/btoe_models");
|
|
5
|
-
};
|
|
6
2
|
v20210514: {
|
|
7
3
|
Client: typeof import("./v20210514/btoe_client").Client;
|
|
8
4
|
Models: typeof import("./v20210514/btoe_models");
|
|
9
5
|
};
|
|
6
|
+
v20210303: {
|
|
7
|
+
Client: typeof import("./v20210303/btoe_client").Client;
|
|
8
|
+
Models: typeof import("./v20210303/btoe_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.btoe = void 0;
|
|
4
|
-
const v20210303_1 = require("./v20210303");
|
|
5
4
|
const v20210514_1 = require("./v20210514");
|
|
5
|
+
const v20210303_1 = require("./v20210303");
|
|
6
6
|
exports.btoe = {
|
|
7
|
-
v20210303: v20210303_1.v20210303,
|
|
8
7
|
v20210514: v20210514_1.v20210514,
|
|
8
|
+
v20210303: v20210303_1.v20210303,
|
|
9
9
|
};
|
|
@@ -1282,7 +1282,7 @@ export interface CreateCdbProxyAddressRequest {
|
|
|
1282
1282
|
*/
|
|
1283
1283
|
AutoLoadBalance?: boolean;
|
|
1284
1284
|
/**
|
|
1285
|
-
* <p
|
|
1285
|
+
* <p>接入模式。</p><p>枚举值:</p><ul><li>nearBy: 就近访问</li><li>balance: 均衡分配</li><li>direct_nearby: 纯网络转发就近访问</li><li>direct_balance: 纯网络转发均衡分配</li></ul><p>默认值:nearBy</p>
|
|
1286
1286
|
*/
|
|
1287
1287
|
AccessMode?: string;
|
|
1288
1288
|
}
|
|
@@ -1910,6 +1910,7 @@ export interface SwitchDBInstanceMasterSlaveRequest {
|
|
|
1910
1910
|
DstSlave?: string;
|
|
1911
1911
|
/**
|
|
1912
1912
|
* 是否强制切换。默认为 False。注意,若设置强制切换为 True,实例存在丢失数据的风险,请谨慎使用。
|
|
1913
|
+
* @deprecated
|
|
1913
1914
|
*/
|
|
1914
1915
|
ForceSwitch?: boolean;
|
|
1915
1916
|
/**
|
|
@@ -3407,11 +3408,11 @@ export interface DescribeSupportedPrivilegesRequest {
|
|
|
3407
3408
|
*/
|
|
3408
3409
|
export interface DescribeAsyncRequestInfoResponse {
|
|
3409
3410
|
/**
|
|
3410
|
-
*
|
|
3411
|
+
* <p>任务执行结果。</p><p>枚举值:</p><ul><li>INITIAL: 初始化。</li><li>RUNNING: 运行中。</li><li>SUCCESS: 执行成功。</li><li>FAILED: 执行失败。</li><li>KILLED: 已终止。</li><li>REMOVED: 已删除。</li><li>PAUSED: 终止中。</li><li>UNDEFINED: 任务已创建但未开始执行,在 WaitSwitch = true 场景下,表示任务正在等待维护时间窗到来。</li></ul>
|
|
3411
3412
|
*/
|
|
3412
3413
|
Status?: string;
|
|
3413
3414
|
/**
|
|
3414
|
-
*
|
|
3415
|
+
* <p>任务执行信息描述。</p>
|
|
3415
3416
|
*/
|
|
3416
3417
|
Info?: string;
|
|
3417
3418
|
/**
|
|
@@ -3869,7 +3870,7 @@ export interface OpenDBInstanceGTIDRequest {
|
|
|
3869
3870
|
*/
|
|
3870
3871
|
export interface DescribeAsyncRequestInfoRequest {
|
|
3871
3872
|
/**
|
|
3872
|
-
*
|
|
3873
|
+
* <p>异步任务的请求 ID。</p>
|
|
3873
3874
|
*/
|
|
3874
3875
|
AsyncRequestId: string;
|
|
3875
3876
|
}
|
|
@@ -7244,7 +7245,7 @@ export interface AdjustCdbProxyAddressRequest {
|
|
|
7244
7245
|
*/
|
|
7245
7246
|
AutoLoadBalance?: boolean;
|
|
7246
7247
|
/**
|
|
7247
|
-
* <p
|
|
7248
|
+
* <p>访问模式。</p><p>枚举值:</p><ul><li>nearby: 就近访问</li><li>balance: 均衡分配</li><li>direct_nearby: 纯网络转发就近访问</li><li>direct_balance: 纯网络转发均衡分配</li></ul>
|
|
7248
7249
|
*/
|
|
7249
7250
|
AccessMode?: string;
|
|
7250
7251
|
/**
|
|
@@ -8679,86 +8680,89 @@ export interface ModifyAccountDescriptionResponse {
|
|
|
8679
8680
|
*/
|
|
8680
8681
|
export interface ProxyAddress {
|
|
8681
8682
|
/**
|
|
8682
|
-
*
|
|
8683
|
+
* <p>代理组地址ID</p>
|
|
8683
8684
|
*/
|
|
8684
8685
|
ProxyAddressId?: string;
|
|
8685
8686
|
/**
|
|
8686
|
-
*
|
|
8687
|
+
* <p>私有网络ID</p>
|
|
8687
8688
|
*/
|
|
8688
8689
|
UniqVpcId?: string;
|
|
8689
8690
|
/**
|
|
8690
|
-
*
|
|
8691
|
+
* <p>私有子网ID</p>
|
|
8691
8692
|
*/
|
|
8692
8693
|
UniqSubnetId?: string;
|
|
8693
8694
|
/**
|
|
8694
|
-
* IP
|
|
8695
|
+
* <p>IP地址</p>
|
|
8695
8696
|
*/
|
|
8696
8697
|
Vip?: string;
|
|
8697
8698
|
/**
|
|
8698
|
-
*
|
|
8699
|
+
* <p>端口</p>
|
|
8699
8700
|
*/
|
|
8700
8701
|
VPort?: number;
|
|
8701
8702
|
/**
|
|
8702
|
-
*
|
|
8703
|
-
系统自动分配:"system", 自定义:"custom"
|
|
8703
|
+
* <p>权重分配模式;<br>系统自动分配:"system", 自定义:"custom"</p>
|
|
8704
8704
|
*/
|
|
8705
8705
|
WeightMode?: string;
|
|
8706
8706
|
/**
|
|
8707
|
-
*
|
|
8707
|
+
* <p>是否开启延迟剔除,取值:"true" | "false"</p>
|
|
8708
8708
|
*/
|
|
8709
8709
|
IsKickOut?: boolean;
|
|
8710
8710
|
/**
|
|
8711
|
-
*
|
|
8711
|
+
* <p>最小保留数量,最小取值:0</p>
|
|
8712
8712
|
*/
|
|
8713
8713
|
MinCount?: number;
|
|
8714
8714
|
/**
|
|
8715
|
-
*
|
|
8715
|
+
* <p>延迟剔除阈值,最小取值:0</p>
|
|
8716
8716
|
*/
|
|
8717
8717
|
MaxDelay?: number;
|
|
8718
8718
|
/**
|
|
8719
|
-
*
|
|
8719
|
+
* <p>是否自动添加RO,取值:"true" | "false"</p>
|
|
8720
8720
|
*/
|
|
8721
8721
|
AutoAddRo?: boolean;
|
|
8722
8722
|
/**
|
|
8723
|
-
*
|
|
8723
|
+
* <p>是否是只读,取值:"true" | "false"</p>
|
|
8724
8724
|
*/
|
|
8725
8725
|
ReadOnly?: boolean;
|
|
8726
8726
|
/**
|
|
8727
|
-
*
|
|
8727
|
+
* <p>是否开启事务分离</p>
|
|
8728
8728
|
*/
|
|
8729
8729
|
TransSplit?: boolean;
|
|
8730
8730
|
/**
|
|
8731
|
-
*
|
|
8731
|
+
* <p>是否开启故障转移</p>
|
|
8732
8732
|
*/
|
|
8733
8733
|
FailOver?: boolean;
|
|
8734
8734
|
/**
|
|
8735
|
-
*
|
|
8735
|
+
* <p>是否开启连接池</p>
|
|
8736
8736
|
*/
|
|
8737
8737
|
ConnectionPool?: boolean;
|
|
8738
8738
|
/**
|
|
8739
|
-
*
|
|
8739
|
+
* <p>描述</p>
|
|
8740
8740
|
*/
|
|
8741
8741
|
Desc?: string;
|
|
8742
8742
|
/**
|
|
8743
|
-
*
|
|
8743
|
+
* <p>实例读权重分配</p>
|
|
8744
8744
|
*/
|
|
8745
8745
|
ProxyAllocation?: Array<ProxyAllocation>;
|
|
8746
8746
|
/**
|
|
8747
|
-
*
|
|
8747
|
+
* <p>接入模式</p><p>枚举值:</p><ul><li>nearby: 就近访问</li><li>balance: 均衡分配</li><li>direct_nearby: 纯网络转发就近访问</li><li>direct_balance: 纯网络转发均衡分配</li></ul>
|
|
8748
8748
|
*/
|
|
8749
8749
|
AccessMode?: string;
|
|
8750
8750
|
/**
|
|
8751
|
-
*
|
|
8751
|
+
* <p>是否开启自动负载均衡</p>
|
|
8752
8752
|
*/
|
|
8753
8753
|
AutoLoadBalance?: boolean;
|
|
8754
8754
|
/**
|
|
8755
|
-
*
|
|
8755
|
+
* <p>是否把libra当作ro节点</p>
|
|
8756
8756
|
*/
|
|
8757
8757
|
ApNodeAsRoNode?: boolean;
|
|
8758
8758
|
/**
|
|
8759
|
-
* libra
|
|
8759
|
+
* <p>libra节点故障,是否转发给其他节点</p>
|
|
8760
8760
|
*/
|
|
8761
8761
|
ApQueryToOtherNode?: boolean;
|
|
8762
|
+
/**
|
|
8763
|
+
* <p>地址所在地域名</p>
|
|
8764
|
+
*/
|
|
8765
|
+
Region?: string;
|
|
8762
8766
|
}
|
|
8763
8767
|
/**
|
|
8764
8768
|
* 通用时间窗
|
|
@@ -818,87 +818,89 @@ export interface Tag {
|
|
|
818
818
|
*/
|
|
819
819
|
export interface ScheduledSqlTaskInfo {
|
|
820
820
|
/**
|
|
821
|
-
* ScheduledSql任务id
|
|
821
|
+
* <p>ScheduledSql任务id</p>
|
|
822
822
|
*/
|
|
823
823
|
TaskId?: string;
|
|
824
824
|
/**
|
|
825
|
-
* ScheduledSql
|
|
825
|
+
* <p>ScheduledSql任务名称</p>
|
|
826
826
|
*/
|
|
827
827
|
Name?: string;
|
|
828
828
|
/**
|
|
829
|
-
*
|
|
829
|
+
* <p>源日志主题id</p>
|
|
830
830
|
*/
|
|
831
831
|
SrcTopicId?: string;
|
|
832
832
|
/**
|
|
833
|
-
*
|
|
833
|
+
* <p>源日志主题名称</p>
|
|
834
834
|
*/
|
|
835
835
|
SrcTopicName?: string;
|
|
836
836
|
/**
|
|
837
|
-
*
|
|
837
|
+
* <p>定时SQL分析目标主题</p>
|
|
838
838
|
*/
|
|
839
839
|
DstResource?: ScheduledSqlResouceInfo;
|
|
840
840
|
/**
|
|
841
|
-
*
|
|
841
|
+
* <p>任务创建时间。格式:yyyy-MM-dd HH:mm:ss</p>
|
|
842
842
|
*/
|
|
843
843
|
CreateTime?: string;
|
|
844
844
|
/**
|
|
845
|
-
*
|
|
845
|
+
* <p>任务更新时间,格式:yyyy-MM-dd HH:mm:ss</p>
|
|
846
846
|
*/
|
|
847
847
|
UpdateTime?: string;
|
|
848
848
|
/**
|
|
849
|
-
*
|
|
850
|
-
|
|
851
|
-
5: 访问权限问题 6:内部故障 7:其他故障
|
|
849
|
+
* <p>任务状态,1:运行 2:停止 3:异常-找不到源日志主题 4:异常-找不到目标主题</p><p>5: 访问权限问题 6:内部故障 7:其他故障</p>
|
|
852
850
|
*/
|
|
853
851
|
Status?: number;
|
|
854
852
|
/**
|
|
855
|
-
*
|
|
853
|
+
* <p>任务启用状态,1开启, 2关闭</p>
|
|
856
854
|
*/
|
|
857
855
|
EnableFlag?: number;
|
|
858
856
|
/**
|
|
859
|
-
*
|
|
857
|
+
* <p>查询语句</p>
|
|
860
858
|
*/
|
|
861
859
|
ScheduledSqlContent?: string;
|
|
862
860
|
/**
|
|
863
|
-
*
|
|
861
|
+
* <p>调度开始时间,格式:yyyy-MM-dd HH:mm:ss</p>
|
|
864
862
|
*/
|
|
865
863
|
ProcessStartTime?: string;
|
|
866
864
|
/**
|
|
867
|
-
*
|
|
865
|
+
* <p>调度类型,1:持续运行 2:指定时间范围</p>
|
|
868
866
|
*/
|
|
869
867
|
ProcessType?: number;
|
|
870
868
|
/**
|
|
871
|
-
*
|
|
869
|
+
* <p>调度结束时间,格式:yyyy-MM-dd HH:mm:ss,当process_type=2时为必传字段</p>
|
|
872
870
|
*/
|
|
873
871
|
ProcessEndTime?: string;
|
|
874
872
|
/**
|
|
875
|
-
*
|
|
873
|
+
* <p>调度周期(分钟),1~1440分钟</p>
|
|
876
874
|
*/
|
|
877
875
|
ProcessPeriod?: number;
|
|
878
876
|
/**
|
|
879
|
-
*
|
|
877
|
+
* <p>查询的时间窗口. @m-15m, @m,意为近15分钟</p>
|
|
880
878
|
*/
|
|
881
879
|
ProcessTimeWindow?: string;
|
|
882
880
|
/**
|
|
883
|
-
*
|
|
881
|
+
* <p>执行延迟(秒),0~120秒,默认60秒</p>
|
|
884
882
|
*/
|
|
885
883
|
ProcessDelay?: number;
|
|
886
884
|
/**
|
|
887
|
-
*
|
|
885
|
+
* <p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档。</p>
|
|
888
886
|
*/
|
|
889
887
|
SrcTopicRegion?: string;
|
|
890
888
|
/**
|
|
891
|
-
*
|
|
889
|
+
* <p>语法规则,0:Lucene语法,1:CQL语法</p>
|
|
892
890
|
*/
|
|
893
891
|
SyntaxRule?: number;
|
|
894
892
|
/**
|
|
895
|
-
*
|
|
893
|
+
* <p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
896
894
|
*/
|
|
897
895
|
HasServicesLog?: number;
|
|
898
896
|
/**
|
|
899
|
-
*
|
|
897
|
+
* <p>全文检索标记。1:关闭,2:打开。</p>
|
|
900
898
|
*/
|
|
901
899
|
FullQuery?: number;
|
|
900
|
+
/**
|
|
901
|
+
* <p>调度周期时间单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值1(分钟),其他值2(秒)</p>
|
|
902
|
+
*/
|
|
903
|
+
ProcessPeriodUnit?: number;
|
|
902
904
|
}
|
|
903
905
|
/**
|
|
904
906
|
* CreateDlcDeliver返回参数结构体
|
|
@@ -1803,6 +1805,10 @@ export interface ModifyScheduledSqlRequest {
|
|
|
1803
1805
|
* <p>全文检索查询标记。1:关闭,2:打开。</p>
|
|
1804
1806
|
*/
|
|
1805
1807
|
FullQuery?: number;
|
|
1808
|
+
/**
|
|
1809
|
+
* <p>调度周期单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值1(分钟),其他值2(秒)</p>
|
|
1810
|
+
*/
|
|
1811
|
+
ProcessPeriodUnit?: number;
|
|
1806
1812
|
}
|
|
1807
1813
|
/**
|
|
1808
1814
|
* DeleteConfig返回参数结构体
|
|
@@ -7308,6 +7314,10 @@ export interface CreateScheduledSqlRequest {
|
|
|
7308
7314
|
* <p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档</p>
|
|
7309
7315
|
*/
|
|
7310
7316
|
SrcTopicRegion: string;
|
|
7317
|
+
/**
|
|
7318
|
+
* <p>调度时间单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值为1(分钟),其他值2(秒)</p>
|
|
7319
|
+
*/
|
|
7320
|
+
ProcessPeriodUnit?: number;
|
|
7311
7321
|
/**
|
|
7312
7322
|
* <p>调度结束时间,当ProcessType=2时为必传字段, Unix时间戳,单位ms</p>
|
|
7313
7323
|
*/
|