tencentcloud-sdk-nodejs 4.1.55 → 4.1.57
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/ess/v20201111/ess_client.js +3 -0
- package/es/services/gs/v20191118/gs_client.js +9 -0
- package/es/services/ioa/v20220601/ioa_client.js +10 -4
- package/es/services/lke/v20231130/lke_client.js +25 -10
- package/es/services/tke/v20180525/tke_client.js +6 -0
- 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/as/v20180419/as_models.d.ts +3 -5
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
- package/tencentcloud/services/bmvpc/v20180625/bmvpc_client.d.ts +54 -18
- package/tencentcloud/services/bmvpc/v20180625/bmvpc_client.js +54 -18
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +32 -22
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +16 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +3 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +3 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +3 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +3 -1
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +13 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +18 -0
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +106 -4
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +13 -5
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +18 -6
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +257 -72
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +3 -3
- package/tencentcloud/services/live/v20180801/live_client.d.ts +0 -1
- package/tencentcloud/services/live/v20180801/live_client.js +0 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +32 -11
- package/tencentcloud/services/lke/v20231130/lke_client.js +46 -15
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +575 -98
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -4
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +12 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +64 -4
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -5
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.57";
|
|
@@ -177,6 +177,9 @@ export class Client extends AbstractClient {
|
|
|
177
177
|
async DescribeFileUrls(req, cb) {
|
|
178
178
|
return this.request("DescribeFileUrls", req, cb);
|
|
179
179
|
}
|
|
180
|
+
async OperateSeals(req, cb) {
|
|
181
|
+
return this.request("OperateSeals", req, cb);
|
|
182
|
+
}
|
|
180
183
|
async CreateIntegrationRole(req, cb) {
|
|
181
184
|
return this.request("CreateIntegrationRole", req, cb);
|
|
182
185
|
}
|
|
@@ -90,6 +90,9 @@ export class Client extends AbstractClient {
|
|
|
90
90
|
async CreateAndroidInstanceLabel(req, cb) {
|
|
91
91
|
return this.request("CreateAndroidInstanceLabel", req, cb);
|
|
92
92
|
}
|
|
93
|
+
async RenewAndroidInstancesAccessToken(req, cb) {
|
|
94
|
+
return this.request("RenewAndroidInstancesAccessToken", req, cb);
|
|
95
|
+
}
|
|
93
96
|
async CreateAndroidApp(req, cb) {
|
|
94
97
|
return this.request("CreateAndroidApp", req, cb);
|
|
95
98
|
}
|
|
@@ -174,6 +177,9 @@ export class Client extends AbstractClient {
|
|
|
174
177
|
async DescribeAndroidApps(req, cb) {
|
|
175
178
|
return this.request("DescribeAndroidApps", req, cb);
|
|
176
179
|
}
|
|
180
|
+
async CreateAndroidInstancesAccessToken(req, cb) {
|
|
181
|
+
return this.request("CreateAndroidInstancesAccessToken", req, cb);
|
|
182
|
+
}
|
|
177
183
|
async CopyAndroidInstance(req, cb) {
|
|
178
184
|
return this.request("CopyAndroidInstance", req, cb);
|
|
179
185
|
}
|
|
@@ -207,6 +213,9 @@ export class Client extends AbstractClient {
|
|
|
207
213
|
async DescribeAndroidInstancesByApps(req, cb) {
|
|
208
214
|
return this.request("DescribeAndroidInstancesByApps", req, cb);
|
|
209
215
|
}
|
|
216
|
+
async DeleteAndroidInstanceBackupFiles(req, cb) {
|
|
217
|
+
return this.request("DeleteAndroidInstanceBackupFiles", req, cb);
|
|
218
|
+
}
|
|
210
219
|
async ModifyAndroidAppVersion(req, cb) {
|
|
211
220
|
return this.request("ModifyAndroidAppVersion", req, cb);
|
|
212
221
|
}
|
|
@@ -9,8 +9,8 @@ export class Client extends AbstractClient {
|
|
|
9
9
|
async DescribeLocalAccounts(req, cb) {
|
|
10
10
|
return this.request("DescribeLocalAccounts", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async CreatePrivilegeCode(req, cb) {
|
|
13
|
+
return this.request("CreatePrivilegeCode", req, cb);
|
|
14
14
|
}
|
|
15
15
|
async DescribeDevices(req, cb) {
|
|
16
16
|
return this.request("DescribeDevices", req, cb);
|
|
@@ -18,8 +18,11 @@ export class Client extends AbstractClient {
|
|
|
18
18
|
async CreateDLPFileDetectionTask(req, cb) {
|
|
19
19
|
return this.request("CreateDLPFileDetectionTask", req, cb);
|
|
20
20
|
}
|
|
21
|
-
async
|
|
22
|
-
return this.request("
|
|
21
|
+
async CreateDeviceTask(req, cb) {
|
|
22
|
+
return this.request("CreateDeviceTask", req, cb);
|
|
23
|
+
}
|
|
24
|
+
async DescribeDeviceInfo(req, cb) {
|
|
25
|
+
return this.request("DescribeDeviceInfo", req, cb);
|
|
23
26
|
}
|
|
24
27
|
async DescribeSoftwareInformation(req, cb) {
|
|
25
28
|
return this.request("DescribeSoftwareInformation", req, cb);
|
|
@@ -33,6 +36,9 @@ export class Client extends AbstractClient {
|
|
|
33
36
|
async DescribeDLPFileDetectResult(req, cb) {
|
|
34
37
|
return this.request("DescribeDLPFileDetectResult", req, cb);
|
|
35
38
|
}
|
|
39
|
+
async DescribeSoftCensusListByDevice(req, cb) {
|
|
40
|
+
return this.request("DescribeSoftCensusListByDevice", req, cb);
|
|
41
|
+
}
|
|
36
42
|
async DescribeAccountGroups(req, cb) {
|
|
37
43
|
return this.request("DescribeAccountGroups", req, cb);
|
|
38
44
|
}
|
|
@@ -33,6 +33,9 @@ export class Client extends AbstractClient {
|
|
|
33
33
|
async DeleteQA(req, cb) {
|
|
34
34
|
return this.request("DeleteQA", req, cb);
|
|
35
35
|
}
|
|
36
|
+
async StopWorkflowRun(req, cb) {
|
|
37
|
+
return this.request("StopWorkflowRun", req, cb);
|
|
38
|
+
}
|
|
36
39
|
async CreateAttributeLabel(req, cb) {
|
|
37
40
|
return this.request("CreateAttributeLabel", req, cb);
|
|
38
41
|
}
|
|
@@ -84,8 +87,8 @@ export class Client extends AbstractClient {
|
|
|
84
87
|
async DescribeSearchStatsGraph(req, cb) {
|
|
85
88
|
return this.request("DescribeSearchStatsGraph", req, cb);
|
|
86
89
|
}
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
90
|
+
async ListWorkflowRuns(req, cb) {
|
|
91
|
+
return this.request("ListWorkflowRuns", req, cb);
|
|
89
92
|
}
|
|
90
93
|
async VerifyQA(req, cb) {
|
|
91
94
|
return this.request("VerifyQA", req, cb);
|
|
@@ -141,6 +144,12 @@ export class Client extends AbstractClient {
|
|
|
141
144
|
async DescribeTokenUsage(req, cb) {
|
|
142
145
|
return this.request("DescribeTokenUsage", req, cb);
|
|
143
146
|
}
|
|
147
|
+
async DescribeNodeRun(req, cb) {
|
|
148
|
+
return this.request("DescribeNodeRun", req, cb);
|
|
149
|
+
}
|
|
150
|
+
async DeleteDocCate(req, cb) {
|
|
151
|
+
return this.request("DeleteDocCate", req, cb);
|
|
152
|
+
}
|
|
144
153
|
async ListQACate(req, cb) {
|
|
145
154
|
return this.request("ListQACate", req, cb);
|
|
146
155
|
}
|
|
@@ -174,12 +183,15 @@ export class Client extends AbstractClient {
|
|
|
174
183
|
async DeleteSharedKnowledge(req, cb) {
|
|
175
184
|
return this.request("DeleteSharedKnowledge", req, cb);
|
|
176
185
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
186
|
+
async ModifyDocCate(req, cb) {
|
|
187
|
+
return this.request("ModifyDocCate", req, cb);
|
|
179
188
|
}
|
|
180
189
|
async ListDoc(req, cb) {
|
|
181
190
|
return this.request("ListDoc", req, cb);
|
|
182
191
|
}
|
|
192
|
+
async CreateWorkflowRun(req, cb) {
|
|
193
|
+
return this.request("CreateWorkflowRun", req, cb);
|
|
194
|
+
}
|
|
183
195
|
async ListQA(req, cb) {
|
|
184
196
|
return this.request("ListQA", req, cb);
|
|
185
197
|
}
|
|
@@ -189,8 +201,8 @@ export class Client extends AbstractClient {
|
|
|
189
201
|
async GetLikeDataCount(req, cb) {
|
|
190
202
|
return this.request("GetLikeDataCount", req, cb);
|
|
191
203
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
204
|
+
async DescribeRobotBizIDByAppKey(req, cb) {
|
|
205
|
+
return this.request("DescribeRobotBizIDByAppKey", req, cb);
|
|
194
206
|
}
|
|
195
207
|
async ExportQAList(req, cb) {
|
|
196
208
|
return this.request("ExportQAList", req, cb);
|
|
@@ -210,8 +222,8 @@ export class Client extends AbstractClient {
|
|
|
210
222
|
async IsTransferIntent(req, cb) {
|
|
211
223
|
return this.request("IsTransferIntent", req, cb);
|
|
212
224
|
}
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
225
|
+
async IgnoreUnsatisfiedReply(req, cb) {
|
|
226
|
+
return this.request("IgnoreUnsatisfiedReply", req, cb);
|
|
215
227
|
}
|
|
216
228
|
async ReferShareKnowledge(req, cb) {
|
|
217
229
|
return this.request("ReferShareKnowledge", req, cb);
|
|
@@ -267,6 +279,9 @@ export class Client extends AbstractClient {
|
|
|
267
279
|
async GetAnswerTypeDataCount(req, cb) {
|
|
268
280
|
return this.request("GetAnswerTypeDataCount", req, cb);
|
|
269
281
|
}
|
|
282
|
+
async DescribeWorkflowRun(req, cb) {
|
|
283
|
+
return this.request("DescribeWorkflowRun", req, cb);
|
|
284
|
+
}
|
|
270
285
|
async ListReleaseDocPreview(req, cb) {
|
|
271
286
|
return this.request("ListReleaseDocPreview", req, cb);
|
|
272
287
|
}
|
|
@@ -312,7 +327,7 @@ export class Client extends AbstractClient {
|
|
|
312
327
|
async ListAppKnowledgeDetail(req, cb) {
|
|
313
328
|
return this.request("ListAppKnowledgeDetail", req, cb);
|
|
314
329
|
}
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
330
|
+
async DescribeReleaseInfo(req, cb) {
|
|
331
|
+
return this.request("DescribeReleaseInfo", req, cb);
|
|
317
332
|
}
|
|
318
333
|
}
|
|
@@ -348,6 +348,9 @@ export class Client extends AbstractClient {
|
|
|
348
348
|
async ModifyNodePoolInstanceTypes(req, cb) {
|
|
349
349
|
return this.request("ModifyNodePoolInstanceTypes", req, cb);
|
|
350
350
|
}
|
|
351
|
+
async ModifyMasterComponent(req, cb) {
|
|
352
|
+
return this.request("ModifyMasterComponent", req, cb);
|
|
353
|
+
}
|
|
351
354
|
async ModifyClusterImage(req, cb) {
|
|
352
355
|
return this.request("ModifyClusterImage", req, cb);
|
|
353
356
|
}
|
|
@@ -618,6 +621,9 @@ export class Client extends AbstractClient {
|
|
|
618
621
|
async DescribePrometheusAlertRule(req, cb) {
|
|
619
622
|
return this.request("DescribePrometheusAlertRule", req, cb);
|
|
620
623
|
}
|
|
624
|
+
async DescribeMasterComponent(req, cb) {
|
|
625
|
+
return this.request("DescribeMasterComponent", req, cb);
|
|
626
|
+
}
|
|
621
627
|
async EnableClusterDeletionProtection(req, cb) {
|
|
622
628
|
return this.request("EnableClusterDeletionProtection", req, cb);
|
|
623
629
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.57";
|
|
@@ -2743,11 +2743,9 @@ export interface DescribeAutoScalingActivitiesRequest {
|
|
|
2743
2743
|
*/
|
|
2744
2744
|
ActivityIds?: Array<string>;
|
|
2745
2745
|
/**
|
|
2746
|
-
*
|
|
2747
|
-
<
|
|
2748
|
-
<li> activity-status-code
|
|
2749
|
-
<li> activity-type - String - 是否必填:否 -(过滤条件)按照伸缩活动类型过滤。(SCALE_OUT:扩容活动|SCALE_IN:缩容活动|ATTACH_INSTANCES:添加实例|REMOVE_INSTANCES:销毁实例|DETACH_INSTANCES:移出实例|TERMINATE_INSTANCES_UNEXPECTEDLY:实例在CVM控制台被销毁|REPLACE_UNHEALTHY_INSTANCE:替换不健康实例|UPDATE_LOAD_BALANCERS:更新负载均衡器)</li>
|
|
2750
|
-
<li> activity-id - String - 是否必填:否 -(过滤条件)按照伸缩活动ID过滤。</li>
|
|
2746
|
+
* 过滤条件。过滤字段取值范围如下:
|
|
2747
|
+
<ul>
|
|
2748
|
+
<li><strong>auto-scaling-group-id</strong><ul><li>按照【<strong>伸缩组ID</strong>】进行过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li><li>类型:String</li><li>必选:否</li><li>示例值: asg-kiju7yt5</li></ul></li><li><strong>activity-status-code</strong><ul><li>按照【<strong>伸缩活动状态</strong>】进行过滤</li><li>类型:String</li><li>必选:否</li><li>可选项: </li><ul><li>INIT:初始化中</li><li>RUNNING:运行中</li><li>SUCCESSFUL:活动成功</li><li>PARTIALLY_SUCCESSFUL:活动部分成功</li><li>FAILED:活动失败</li><li>CANCELLED:活动取消</li></ul></ul></li><li><strong>activity-type</strong><ul><li>按照【<strong>伸缩活动类型</strong>】进行过滤</li><li>类型:String</li><li>必选:否</li><li>可选项: </li><ul><li>SCALE_OUT:扩容活动</li><li>SCALE_IN:缩容活动</li><li>ATTACH_INSTANCES:添加实例</li><li>REMOVE_INSTANCES:销毁实例</li><li>DETACH_INSTANCES:移出实例</li><li>TERMINATE_INSTANCES_UNEXPECTEDLY:实例在CVM控制台被销毁</li><li>REPLACE_UNHEALTHY_INSTANCE:替换不健康实例</li><li>START_INSTANCES:开启实例</li><li>STOP_INSTANCES:关闭实例</li><li>INVOKE_COMMAND:执行命令</li></ul></ul></li><li><strong>activity-id</strong><ul><li>按照【<strong>伸缩活动ID</strong>】进行过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 获取伸缩活动ID。</li><li>类型:String</li><li>必选:否</li><li>示例值: asa-hy6tr4ed</li></ul></li></ul>
|
|
2751
2749
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`ActivityIds`和`Filters`。
|
|
2752
2750
|
*/
|
|
2753
2751
|
Filters?: Array<Filter>;
|
|
@@ -1187,6 +1187,10 @@ export interface CreateRecTaskRequest {
|
|
|
1187
1187
|
KeyWordLibIdList?: Array<string>;
|
|
1188
1188
|
/**
|
|
1189
1189
|
* 替换词汇表id, 适用于热词和自学习场景也无法解决的极端case词组, 会对识别结果强制替换。具体可参考[配置控制台](https://console.cloud.tencent.com/asr/replaceword);强制替换功能可能会影响正常识别结果,请谨慎使用
|
|
1190
|
+
|
|
1191
|
+
注意:
|
|
1192
|
+
1. 本功能配置完成后,预计在10分钟后生效
|
|
1193
|
+
|
|
1190
1194
|
*/
|
|
1191
1195
|
ReplaceTextId?: string;
|
|
1192
1196
|
}
|
|
@@ -8,7 +8,9 @@ import { ModifySubnetDHCPRelayResponse, DescribeNatSubnetsResponse, DescribeVpcP
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 90天无调用
|
|
12
|
+
|
|
13
|
+
本接口(DownloadCustomerGatewayConfiguration)用于下载VPN通道配置。
|
|
12
14
|
*/
|
|
13
15
|
DownloadCustomerGatewayConfiguration(req: DownloadCustomerGatewayConfigurationRequest, cb?: (error: string, rep: DownloadCustomerGatewayConfigurationResponse) => void): Promise<DownloadCustomerGatewayConfigurationResponse>;
|
|
14
16
|
/**
|
|
@@ -16,11 +18,15 @@ export declare class Client extends AbstractClient {
|
|
|
16
18
|
*/
|
|
17
19
|
DescribeCustomerGateways(req: DescribeCustomerGatewaysRequest, cb?: (error: string, rep: DescribeCustomerGatewaysResponse) => void): Promise<DescribeCustomerGatewaysResponse>;
|
|
18
20
|
/**
|
|
19
|
-
*
|
|
21
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
22
|
+
|
|
23
|
+
创建对等连接
|
|
20
24
|
*/
|
|
21
25
|
CreateVpcPeerConnection(req: CreateVpcPeerConnectionRequest, cb?: (error: string, rep: CreateVpcPeerConnectionResponse) => void): Promise<CreateVpcPeerConnectionResponse>;
|
|
22
26
|
/**
|
|
23
|
-
*
|
|
27
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
28
|
+
|
|
29
|
+
批量注册虚拟IP,异步接口。通过接口来查询任务进度。每次请求最多注册256个IP
|
|
24
30
|
*/
|
|
25
31
|
AsyncRegisterIps(req: AsyncRegisterIpsRequest, cb?: (error: string, rep: AsyncRegisterIpsResponse) => void): Promise<AsyncRegisterIpsResponse>;
|
|
26
32
|
/**
|
|
@@ -41,11 +47,15 @@ export declare class Client extends AbstractClient {
|
|
|
41
47
|
*/
|
|
42
48
|
ModifyVpcPeerConnection(req: ModifyVpcPeerConnectionRequest, cb?: (error: string, rep: ModifyVpcPeerConnectionResponse) => void): Promise<ModifyVpcPeerConnectionResponse>;
|
|
43
49
|
/**
|
|
44
|
-
*
|
|
50
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
51
|
+
|
|
52
|
+
创建黑石私有网络
|
|
45
53
|
*/
|
|
46
54
|
CreateVpc(req: CreateVpcRequest, cb?: (error: string, rep: CreateVpcResponse) => void): Promise<CreateVpcResponse>;
|
|
47
55
|
/**
|
|
48
|
-
*
|
|
56
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
57
|
+
|
|
58
|
+
创建NAT网关接口,可针对网段方式、子网全部IP、子网部分IP这三种方式创建NAT网关
|
|
49
59
|
*/
|
|
50
60
|
CreateNatGateway(req: CreateNatGatewayRequest, cb?: (error: string, rep: CreateNatGatewayResponse) => void): Promise<CreateNatGatewayResponse>;
|
|
51
61
|
/**
|
|
@@ -69,11 +79,15 @@ export declare class Client extends AbstractClient {
|
|
|
69
79
|
*/
|
|
70
80
|
DeleteHostedInterface(req: DeleteHostedInterfaceRequest, cb?: (error: string, rep: DeleteHostedInterfaceResponse) => void): Promise<DeleteHostedInterfaceResponse>;
|
|
71
81
|
/**
|
|
72
|
-
*
|
|
82
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
83
|
+
|
|
84
|
+
注销私有网络IP为空闲
|
|
73
85
|
*/
|
|
74
86
|
DeregisterIps(req: DeregisterIpsRequest, cb?: (error: string, rep: DeregisterIpsResponse) => void): Promise<DeregisterIpsResponse>;
|
|
75
87
|
/**
|
|
76
|
-
*
|
|
88
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
89
|
+
|
|
90
|
+
修改自定义路由
|
|
77
91
|
*/
|
|
78
92
|
ModifyRoutePolicy(req: ModifyRoutePolicyRequest, cb?: (error: string, rep: ModifyRoutePolicyResponse) => void): Promise<ModifyRoutePolicyResponse>;
|
|
79
93
|
/**
|
|
@@ -85,7 +99,9 @@ export declare class Client extends AbstractClient {
|
|
|
85
99
|
*/
|
|
86
100
|
ModifyCustomerGatewayAttribute(req: ModifyCustomerGatewayAttributeRequest, cb?: (error: string, rep: ModifyCustomerGatewayAttributeResponse) => void): Promise<ModifyCustomerGatewayAttributeResponse>;
|
|
87
101
|
/**
|
|
88
|
-
*
|
|
102
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
103
|
+
|
|
104
|
+
删除黑石路由表路由规则
|
|
89
105
|
*/
|
|
90
106
|
DeleteRoutePolicy(req: DeleteRoutePolicyRequest, cb?: (error: string, rep: DeleteRoutePolicyResponse) => void): Promise<DeleteRoutePolicyResponse>;
|
|
91
107
|
/**
|
|
@@ -101,7 +117,9 @@ export declare class Client extends AbstractClient {
|
|
|
101
117
|
*/
|
|
102
118
|
DeleteVpnGateway(req: DeleteVpnGatewayRequest, cb?: (error: string, rep: DeleteVpnGatewayResponse) => void): Promise<DeleteVpnGatewayResponse>;
|
|
103
119
|
/**
|
|
104
|
-
*
|
|
120
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
121
|
+
|
|
122
|
+
可用于将子网的部分IP绑定到NAT网关
|
|
105
123
|
*/
|
|
106
124
|
BindIpsToNatGateway(req: BindIpsToNatGatewayRequest, cb?: (error: string, rep: BindIpsToNatGatewayResponse) => void): Promise<BindIpsToNatGatewayResponse>;
|
|
107
125
|
/**
|
|
@@ -109,7 +127,9 @@ export declare class Client extends AbstractClient {
|
|
|
109
127
|
*/
|
|
110
128
|
ModifyVpnGatewayAttribute(req: ModifyVpnGatewayAttributeRequest, cb?: (error: string, rep: ModifyVpnGatewayAttributeResponse) => void): Promise<ModifyVpnGatewayAttributeResponse>;
|
|
111
129
|
/**
|
|
112
|
-
*
|
|
130
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
131
|
+
|
|
132
|
+
NAT网关解绑IP接口,可将子网的部分IP从NAT网关中解绑
|
|
113
133
|
*/
|
|
114
134
|
UnbindIpsFromNatGateway(req: UnbindIpsFromNatGatewayRequest, cb?: (error: string, rep: UnbindIpsFromNatGatewayResponse) => void): Promise<UnbindIpsFromNatGatewayResponse>;
|
|
115
135
|
/**
|
|
@@ -142,7 +162,9 @@ export declare class Client extends AbstractClient {
|
|
|
142
162
|
*/
|
|
143
163
|
DescribeSubnetByDevice(req: DescribeSubnetByDeviceRequest, cb?: (error: string, rep: DescribeSubnetByDeviceResponse) => void): Promise<DescribeSubnetByDeviceResponse>;
|
|
144
164
|
/**
|
|
145
|
-
*
|
|
165
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
166
|
+
|
|
167
|
+
修改路由表
|
|
146
168
|
*/
|
|
147
169
|
ModifyRouteTable(req: ModifyRouteTableRequest, cb?: (error: string, rep: ModifyRouteTableResponse) => void): Promise<ModifyRouteTableResponse>;
|
|
148
170
|
/**
|
|
@@ -158,7 +180,9 @@ export declare class Client extends AbstractClient {
|
|
|
158
180
|
*/
|
|
159
181
|
DeleteVirtualIp(req: DeleteVirtualIpRequest, cb?: (error: string, rep: DeleteVirtualIpResponse) => void): Promise<DeleteVirtualIpResponse>;
|
|
160
182
|
/**
|
|
161
|
-
*
|
|
183
|
+
* 90天无调用
|
|
184
|
+
|
|
185
|
+
本接口(CreateCustomerGateway)用于创建对端网关。
|
|
162
186
|
*/
|
|
163
187
|
CreateCustomerGateway(req: CreateCustomerGatewayRequest, cb?: (error: string, rep: CreateCustomerGatewayResponse) => void): Promise<CreateCustomerGatewayResponse>;
|
|
164
188
|
/**
|
|
@@ -170,12 +194,16 @@ export declare class Client extends AbstractClient {
|
|
|
170
194
|
*/
|
|
171
195
|
CreateDockerSubnetWithVlan(req: CreateDockerSubnetWithVlanRequest, cb?: (error: string, rep: CreateDockerSubnetWithVlanResponse) => void): Promise<CreateDockerSubnetWithVlanResponse>;
|
|
172
196
|
/**
|
|
173
|
-
*
|
|
197
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
198
|
+
|
|
199
|
+
升级NAT网关接口,可NAT网关修改为小型NAT网关、中型NAT网关、以及大型NAT网关
|
|
174
200
|
|
|
175
201
|
*/
|
|
176
202
|
UpgradeNatGateway(req: UpgradeNatGatewayRequest, cb?: (error: string, rep: UpgradeNatGatewayResponse) => void): Promise<UpgradeNatGatewayResponse>;
|
|
177
203
|
/**
|
|
178
|
-
*
|
|
204
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
205
|
+
|
|
206
|
+
创建黑石路由表的路由规则
|
|
179
207
|
*/
|
|
180
208
|
CreateRoutePolicies(req: CreateRoutePoliciesRequest, cb?: (error: string, rep: CreateRoutePoliciesResponse) => void): Promise<CreateRoutePoliciesResponse>;
|
|
181
209
|
/**
|
|
@@ -183,7 +211,9 @@ export declare class Client extends AbstractClient {
|
|
|
183
211
|
*/
|
|
184
212
|
DescribeVpcResource(req: DescribeVpcResourceRequest, cb?: (error: string, rep: DescribeVpcResourceResponse) => void): Promise<DescribeVpcResourceResponse>;
|
|
185
213
|
/**
|
|
186
|
-
*
|
|
214
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
215
|
+
|
|
216
|
+
NAT网关解绑子网接口,可将子网解绑NAT网关
|
|
187
217
|
*/
|
|
188
218
|
UnbindSubnetsFromNatGateway(req: UnbindSubnetsFromNatGatewayRequest, cb?: (error: string, rep: UnbindSubnetsFromNatGatewayResponse) => void): Promise<UnbindSubnetsFromNatGatewayResponse>;
|
|
189
219
|
/**
|
|
@@ -211,7 +241,9 @@ export declare class Client extends AbstractClient {
|
|
|
211
241
|
*/
|
|
212
242
|
DescribeNatGateways(req: DescribeNatGatewaysRequest, cb?: (error: string, rep: DescribeNatGatewaysResponse) => void): Promise<DescribeNatGatewaysResponse>;
|
|
213
243
|
/**
|
|
214
|
-
*
|
|
244
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
245
|
+
|
|
246
|
+
NAT网关绑定子网后,该子网内全部IP可出公网
|
|
215
247
|
*/
|
|
216
248
|
BindSubnetsToNatGateway(req: BindSubnetsToNatGatewayRequest, cb?: (error: string, rep: BindSubnetsToNatGatewayResponse) => void): Promise<BindSubnetsToNatGatewayResponse>;
|
|
217
249
|
/**
|
|
@@ -219,7 +251,9 @@ export declare class Client extends AbstractClient {
|
|
|
219
251
|
*/
|
|
220
252
|
DeleteInterfaces(req: DeleteInterfacesRequest, cb?: (error: string, rep: DeleteInterfacesResponse) => void): Promise<DeleteInterfacesResponse>;
|
|
221
253
|
/**
|
|
222
|
-
*
|
|
254
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
255
|
+
|
|
256
|
+
本接口(CreateHostedInterface)用于黑石托管机器加入带VLANID不为5的子网。
|
|
223
257
|
|
|
224
258
|
1) 不能加入vlanId 为5的子网,只能加入VLANID范围为2000-2999的子网。
|
|
225
259
|
2) 每台托管机器最多可以加入20个子网。
|
|
@@ -252,7 +286,9 @@ export declare class Client extends AbstractClient {
|
|
|
252
286
|
*/
|
|
253
287
|
ModifyVpcAttribute(req: ModifyVpcAttributeRequest, cb?: (error: string, rep: ModifyVpcAttributeResponse) => void): Promise<ModifyVpcAttributeResponse>;
|
|
254
288
|
/**
|
|
255
|
-
*
|
|
289
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
290
|
+
|
|
291
|
+
删除NAT网关
|
|
256
292
|
*/
|
|
257
293
|
DeleteNatGateway(req: DeleteNatGatewayRequest, cb?: (error: string, rep: DeleteNatGatewayResponse) => void): Promise<DeleteNatGatewayResponse>;
|
|
258
294
|
/**
|
|
@@ -28,7 +28,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("bmvpc.tencentcloudapi.com", "2018-06-25", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 90天无调用
|
|
32
|
+
|
|
33
|
+
本接口(DownloadCustomerGatewayConfiguration)用于下载VPN通道配置。
|
|
32
34
|
*/
|
|
33
35
|
async DownloadCustomerGatewayConfiguration(req, cb) {
|
|
34
36
|
return this.request("DownloadCustomerGatewayConfiguration", req, cb);
|
|
@@ -40,13 +42,17 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
40
42
|
return this.request("DescribeCustomerGateways", req, cb);
|
|
41
43
|
}
|
|
42
44
|
/**
|
|
43
|
-
*
|
|
45
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
46
|
+
|
|
47
|
+
创建对等连接
|
|
44
48
|
*/
|
|
45
49
|
async CreateVpcPeerConnection(req, cb) {
|
|
46
50
|
return this.request("CreateVpcPeerConnection", req, cb);
|
|
47
51
|
}
|
|
48
52
|
/**
|
|
49
|
-
*
|
|
53
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
54
|
+
|
|
55
|
+
批量注册虚拟IP,异步接口。通过接口来查询任务进度。每次请求最多注册256个IP
|
|
50
56
|
*/
|
|
51
57
|
async AsyncRegisterIps(req, cb) {
|
|
52
58
|
return this.request("AsyncRegisterIps", req, cb);
|
|
@@ -77,13 +83,17 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
77
83
|
return this.request("ModifyVpcPeerConnection", req, cb);
|
|
78
84
|
}
|
|
79
85
|
/**
|
|
80
|
-
*
|
|
86
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
87
|
+
|
|
88
|
+
创建黑石私有网络
|
|
81
89
|
*/
|
|
82
90
|
async CreateVpc(req, cb) {
|
|
83
91
|
return this.request("CreateVpc", req, cb);
|
|
84
92
|
}
|
|
85
93
|
/**
|
|
86
|
-
*
|
|
94
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
95
|
+
|
|
96
|
+
创建NAT网关接口,可针对网段方式、子网全部IP、子网部分IP这三种方式创建NAT网关
|
|
87
97
|
*/
|
|
88
98
|
async CreateNatGateway(req, cb) {
|
|
89
99
|
return this.request("CreateNatGateway", req, cb);
|
|
@@ -117,13 +127,17 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
117
127
|
return this.request("DeleteHostedInterface", req, cb);
|
|
118
128
|
}
|
|
119
129
|
/**
|
|
120
|
-
*
|
|
130
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
131
|
+
|
|
132
|
+
注销私有网络IP为空闲
|
|
121
133
|
*/
|
|
122
134
|
async DeregisterIps(req, cb) {
|
|
123
135
|
return this.request("DeregisterIps", req, cb);
|
|
124
136
|
}
|
|
125
137
|
/**
|
|
126
|
-
*
|
|
138
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
139
|
+
|
|
140
|
+
修改自定义路由
|
|
127
141
|
*/
|
|
128
142
|
async ModifyRoutePolicy(req, cb) {
|
|
129
143
|
return this.request("ModifyRoutePolicy", req, cb);
|
|
@@ -141,7 +155,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
141
155
|
return this.request("ModifyCustomerGatewayAttribute", req, cb);
|
|
142
156
|
}
|
|
143
157
|
/**
|
|
144
|
-
*
|
|
158
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
159
|
+
|
|
160
|
+
删除黑石路由表路由规则
|
|
145
161
|
*/
|
|
146
162
|
async DeleteRoutePolicy(req, cb) {
|
|
147
163
|
return this.request("DeleteRoutePolicy", req, cb);
|
|
@@ -165,7 +181,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
165
181
|
return this.request("DeleteVpnGateway", req, cb);
|
|
166
182
|
}
|
|
167
183
|
/**
|
|
168
|
-
*
|
|
184
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
185
|
+
|
|
186
|
+
可用于将子网的部分IP绑定到NAT网关
|
|
169
187
|
*/
|
|
170
188
|
async BindIpsToNatGateway(req, cb) {
|
|
171
189
|
return this.request("BindIpsToNatGateway", req, cb);
|
|
@@ -177,7 +195,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
177
195
|
return this.request("ModifyVpnGatewayAttribute", req, cb);
|
|
178
196
|
}
|
|
179
197
|
/**
|
|
180
|
-
*
|
|
198
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
199
|
+
|
|
200
|
+
NAT网关解绑IP接口,可将子网的部分IP从NAT网关中解绑
|
|
181
201
|
*/
|
|
182
202
|
async UnbindIpsFromNatGateway(req, cb) {
|
|
183
203
|
return this.request("UnbindIpsFromNatGateway", req, cb);
|
|
@@ -226,7 +246,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
226
246
|
return this.request("DescribeSubnetByDevice", req, cb);
|
|
227
247
|
}
|
|
228
248
|
/**
|
|
229
|
-
*
|
|
249
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
250
|
+
|
|
251
|
+
修改路由表
|
|
230
252
|
*/
|
|
231
253
|
async ModifyRouteTable(req, cb) {
|
|
232
254
|
return this.request("ModifyRouteTable", req, cb);
|
|
@@ -250,7 +272,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
250
272
|
return this.request("DeleteVirtualIp", req, cb);
|
|
251
273
|
}
|
|
252
274
|
/**
|
|
253
|
-
*
|
|
275
|
+
* 90天无调用
|
|
276
|
+
|
|
277
|
+
本接口(CreateCustomerGateway)用于创建对端网关。
|
|
254
278
|
*/
|
|
255
279
|
async CreateCustomerGateway(req, cb) {
|
|
256
280
|
return this.request("CreateCustomerGateway", req, cb);
|
|
@@ -268,14 +292,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
268
292
|
return this.request("CreateDockerSubnetWithVlan", req, cb);
|
|
269
293
|
}
|
|
270
294
|
/**
|
|
271
|
-
*
|
|
295
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
296
|
+
|
|
297
|
+
升级NAT网关接口,可NAT网关修改为小型NAT网关、中型NAT网关、以及大型NAT网关
|
|
272
298
|
|
|
273
299
|
*/
|
|
274
300
|
async UpgradeNatGateway(req, cb) {
|
|
275
301
|
return this.request("UpgradeNatGateway", req, cb);
|
|
276
302
|
}
|
|
277
303
|
/**
|
|
278
|
-
*
|
|
304
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
305
|
+
|
|
306
|
+
创建黑石路由表的路由规则
|
|
279
307
|
*/
|
|
280
308
|
async CreateRoutePolicies(req, cb) {
|
|
281
309
|
return this.request("CreateRoutePolicies", req, cb);
|
|
@@ -287,7 +315,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
287
315
|
return this.request("DescribeVpcResource", req, cb);
|
|
288
316
|
}
|
|
289
317
|
/**
|
|
290
|
-
*
|
|
318
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
319
|
+
|
|
320
|
+
NAT网关解绑子网接口,可将子网解绑NAT网关
|
|
291
321
|
*/
|
|
292
322
|
async UnbindSubnetsFromNatGateway(req, cb) {
|
|
293
323
|
return this.request("UnbindSubnetsFromNatGateway", req, cb);
|
|
@@ -329,7 +359,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
329
359
|
return this.request("DescribeNatGateways", req, cb);
|
|
330
360
|
}
|
|
331
361
|
/**
|
|
332
|
-
*
|
|
362
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
363
|
+
|
|
364
|
+
NAT网关绑定子网后,该子网内全部IP可出公网
|
|
333
365
|
*/
|
|
334
366
|
async BindSubnetsToNatGateway(req, cb) {
|
|
335
367
|
return this.request("BindSubnetsToNatGateway", req, cb);
|
|
@@ -341,7 +373,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
341
373
|
return this.request("DeleteInterfaces", req, cb);
|
|
342
374
|
}
|
|
343
375
|
/**
|
|
344
|
-
*
|
|
376
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
377
|
+
|
|
378
|
+
本接口(CreateHostedInterface)用于黑石托管机器加入带VLANID不为5的子网。
|
|
345
379
|
|
|
346
380
|
1) 不能加入vlanId 为5的子网,只能加入VLANID范围为2000-2999的子网。
|
|
347
381
|
2) 每台托管机器最多可以加入20个子网。
|
|
@@ -388,7 +422,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
388
422
|
return this.request("ModifyVpcAttribute", req, cb);
|
|
389
423
|
}
|
|
390
424
|
/**
|
|
391
|
-
*
|
|
425
|
+
* 黑石1.0接口,业务已下线,90天无调用
|
|
426
|
+
|
|
427
|
+
删除NAT网关
|
|
392
428
|
*/
|
|
393
429
|
async DeleteNatGateway(req, cb) {
|
|
394
430
|
return this.request("DeleteNatGateway", req, cb);
|