tencentcloud-sdk-nodejs-redis 4.0.975 → 4.0.977
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 +1 -1
- package/products.md +42 -41
- package/src/services/redis/v20180412/redis_client.ts +47 -47
- package/src/services/redis/v20180412/redis_models.ts +166 -117
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +47 -47
- package/tencentcloud/services/redis/v20180412/redis_client.js +47 -47
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +166 -117
|
@@ -7,7 +7,7 @@ import { UpgradeProxyVersionRequest, UpgradeSmallVersionRequest, ModifyInstanceP
|
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* 本接口(ModifyInstanceReadOnly)用于设置实例输入模式。
|
|
11
11
|
*/
|
|
12
12
|
ModifyInstanceReadOnly(req: ModifyInstanceReadOnlyRequest, cb?: (error: string, rep: ModifyInstanceReadOnlyResponse) => void): Promise<ModifyInstanceReadOnlyResponse>;
|
|
13
13
|
/**
|
|
@@ -21,11 +21,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
21
21
|
*/
|
|
22
22
|
DescribeTaskList(req: DescribeTaskListRequest, cb?: (error: string, rep: DescribeTaskListResponse) => void): Promise<DescribeTaskListResponse>;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* 本接口(DeleteReplicationInstance)移除复制组成员。注:该接口下线中,请使用 [RemoveReplicationInstance](https://cloud.tencent.com/document/product/239/90099)。
|
|
25
25
|
*/
|
|
26
26
|
DeleteReplicationInstance(req: DeleteReplicationInstanceRequest, cb?: (error: string, rep: DeleteReplicationInstanceResponse) => void): Promise<DeleteReplicationInstanceResponse>;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* 本接口(CleanUpInstance)用于立即下线回收站的实例。
|
|
29
29
|
*/
|
|
30
30
|
CleanUpInstance(req: CleanUpInstanceRequest, cb?: (error: string, rep: CleanUpInstanceResponse) => void): Promise<CleanUpInstanceResponse>;
|
|
31
31
|
/**
|
|
@@ -45,7 +45,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
45
45
|
*/
|
|
46
46
|
DescribeInstanceMonitorTopNCmd(req: DescribeInstanceMonitorTopNCmdRequest, cb?: (error: string, rep: DescribeInstanceMonitorTopNCmdResponse) => void): Promise<DescribeInstanceMonitorTopNCmdResponse>;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* 本接口(UpgradeInstanceVersion)用于将当前实例升级到更高版本,或者将当前标准架构升级至集群架构。
|
|
49
49
|
*/
|
|
50
50
|
UpgradeInstanceVersion(req: UpgradeInstanceVersionRequest, cb?: (error: string, rep: UpgradeInstanceVersionResponse) => void): Promise<UpgradeInstanceVersionResponse>;
|
|
51
51
|
/**
|
|
@@ -61,7 +61,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
61
61
|
*/
|
|
62
62
|
ModifyBackupDownloadRestriction(req: ModifyBackupDownloadRestrictionRequest, cb?: (error: string, rep: ModifyBackupDownloadRestrictionResponse) => void): Promise<ModifyBackupDownloadRestrictionResponse>;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* 本接口(ModifyInstanceAccount)用于修改实例子账号。
|
|
65
65
|
*/
|
|
66
66
|
ModifyInstanceAccount(req: ModifyInstanceAccountRequest, cb?: (error: string, rep: ModifyInstanceAccountResponse) => void): Promise<ModifyInstanceAccountResponse>;
|
|
67
67
|
/**
|
|
@@ -73,7 +73,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
73
73
|
*/
|
|
74
74
|
DescribeBackupDetail(req: DescribeBackupDetailRequest, cb?: (error: string, rep: DescribeBackupDetailResponse) => void): Promise<DescribeBackupDetailResponse>;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* 本接口(UpgradeVersionToMultiAvailabilityZones)用于升级实例支持多AZ。
|
|
77
77
|
*/
|
|
78
78
|
UpgradeVersionToMultiAvailabilityZones(req: UpgradeVersionToMultiAvailabilityZonesRequest, cb?: (error: string, rep: UpgradeVersionToMultiAvailabilityZonesResponse) => void): Promise<UpgradeVersionToMultiAvailabilityZonesResponse>;
|
|
79
79
|
/**
|
|
@@ -81,11 +81,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
81
81
|
*/
|
|
82
82
|
DescribeGlobalReplicationArea(req?: DescribeGlobalReplicationAreaRequest, cb?: (error: string, rep: DescribeGlobalReplicationAreaResponse) => void): Promise<DescribeGlobalReplicationAreaResponse>;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* 本接口(ModifyInstanceParams)用于修改 Redis 实例的参数配置。
|
|
85
85
|
*/
|
|
86
86
|
ModifyInstanceParams(req: ModifyInstanceParamsRequest, cb?: (error: string, rep: ModifyInstanceParamsResponse) => void): Promise<ModifyInstanceParamsResponse>;
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* 本接口(ClearInstance)用于清空实例数据。
|
|
89
89
|
*/
|
|
90
90
|
ClearInstance(req: ClearInstanceRequest, cb?: (error: string, rep: ClearInstanceResponse) => void): Promise<ClearInstanceResponse>;
|
|
91
91
|
/**
|
|
@@ -93,11 +93,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
93
93
|
*/
|
|
94
94
|
DescribeBackupUrl(req: DescribeBackupUrlRequest, cb?: (error: string, rep: DescribeBackupUrlResponse) => void): Promise<DescribeBackupUrlResponse>;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* 本接口(DeleteInstanceAccount)用于删除实例子账号。
|
|
97
97
|
*/
|
|
98
98
|
DeleteInstanceAccount(req: DeleteInstanceAccountRequest, cb?: (error: string, rep: DeleteInstanceAccountResponse) => void): Promise<DeleteInstanceAccountResponse>;
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
* 本接口(ModifyConnectionConfig)用于修改实例的连接配置,包括带宽和最大连接数。
|
|
101
101
|
*/
|
|
102
102
|
ModifyConnectionConfig(req: ModifyConnectionConfigRequest, cb?: (error: string, rep: ModifyConnectionConfigResponse) => void): Promise<ModifyConnectionConfigResponse>;
|
|
103
103
|
/**
|
|
@@ -105,11 +105,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
105
105
|
*/
|
|
106
106
|
DescribeInstanceLogDelivery(req: DescribeInstanceLogDeliveryRequest, cb?: (error: string, rep: DescribeInstanceLogDeliveryResponse) => void): Promise<DescribeInstanceLogDeliveryResponse>;
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* 本接口(ModifyInstance)用于修改实例相关信息。
|
|
109
109
|
*/
|
|
110
110
|
ModifyInstance(req: ModifyInstanceRequest, cb?: (error: string, rep: ModifyInstanceResponse) => void): Promise<ModifyInstanceResponse>;
|
|
111
111
|
/**
|
|
112
|
-
*
|
|
112
|
+
* 本接口(ChangeInstanceRole)用于更换复制组内实例的角色。
|
|
113
113
|
*/
|
|
114
114
|
ChangeInstanceRole(req: ChangeInstanceRoleRequest, cb?: (error: string, rep: ChangeInstanceRoleResponse) => void): Promise<ChangeInstanceRoleResponse>;
|
|
115
115
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
117
117
|
*/
|
|
118
118
|
DescribeInstanceNodeInfo(req: DescribeInstanceNodeInfoRequest, cb?: (error: string, rep: DescribeInstanceNodeInfoResponse) => void): Promise<DescribeInstanceNodeInfoResponse>;
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* 本接口(CreateInstanceAccount)用于自定义访问实例的账号。
|
|
121
121
|
*/
|
|
122
122
|
CreateInstanceAccount(req: CreateInstanceAccountRequest, cb?: (error: string, rep: CreateInstanceAccountResponse) => void): Promise<CreateInstanceAccountResponse>;
|
|
123
123
|
/**
|
|
@@ -125,11 +125,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
125
125
|
*/
|
|
126
126
|
ModifyInstanceEvent(req: ModifyInstanceEventRequest, cb?: (error: string, rep: ModifyInstanceEventResponse) => void): Promise<ModifyInstanceEventResponse>;
|
|
127
127
|
/**
|
|
128
|
-
*
|
|
128
|
+
* 本接口(UpgradeProxyVersion)用于升级实例 Proxy 版本。
|
|
129
129
|
*/
|
|
130
130
|
UpgradeProxyVersion(req: UpgradeProxyVersionRequest, cb?: (error: string, rep: UpgradeProxyVersionResponse) => void): Promise<UpgradeProxyVersionResponse>;
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
132
|
+
* 本接口(DescribeInstanceMonitorTopNCmdTook)用于查询实例 CPU 耗时。
|
|
133
133
|
*/
|
|
134
134
|
DescribeInstanceMonitorTopNCmdTook(req: DescribeInstanceMonitorTopNCmdTookRequest, cb?: (error: string, rep: DescribeInstanceMonitorTopNCmdTookResponse) => void): Promise<DescribeInstanceMonitorTopNCmdTookResponse>;
|
|
135
135
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
141
141
|
*/
|
|
142
142
|
DeleteParamTemplate(req: DeleteParamTemplateRequest, cb?: (error: string, rep: DeleteParamTemplateResponse) => void): Promise<DeleteParamTemplateResponse>;
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* 本接口(AddReplicationInstance)用于为全球复制组添加实例成员。
|
|
145
145
|
*/
|
|
146
146
|
AddReplicationInstance(req: AddReplicationInstanceRequest, cb?: (error: string, rep: AddReplicationInstanceResponse) => void): Promise<AddReplicationInstanceResponse>;
|
|
147
147
|
/**
|
|
@@ -153,15 +153,15 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
153
153
|
*/
|
|
154
154
|
CreateParamTemplate(req: CreateParamTemplateRequest, cb?: (error: string, rep: CreateParamTemplateResponse) => void): Promise<CreateParamTemplateResponse>;
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* 本接口(DisableReplicaReadonly)用于禁用读写分离功能。
|
|
157
157
|
*/
|
|
158
158
|
DisableReplicaReadonly(req: DisableReplicaReadonlyRequest, cb?: (error: string, rep: DisableReplicaReadonlyResponse) => void): Promise<DisableReplicaReadonlyResponse>;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
160
|
+
* 本接口(DescribeInstanceDTSInfo)用于查询实例 DTS 信息。
|
|
161
161
|
*/
|
|
162
162
|
DescribeInstanceDTSInfo(req: DescribeInstanceDTSInfoRequest, cb?: (error: string, rep: DescribeInstanceDTSInfoResponse) => void): Promise<DescribeInstanceDTSInfoResponse>;
|
|
163
163
|
/**
|
|
164
|
-
*
|
|
164
|
+
* 本接口(InquiryPriceUpgradeInstance)用于查询实例扩容价格。
|
|
165
165
|
*/
|
|
166
166
|
InquiryPriceUpgradeInstance(req: InquiryPriceUpgradeInstanceRequest, cb?: (error: string, rep: InquiryPriceUpgradeInstanceResponse) => void): Promise<InquiryPriceUpgradeInstanceResponse>;
|
|
167
167
|
/**
|
|
@@ -173,23 +173,23 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
173
173
|
*/
|
|
174
174
|
ModifyInstanceLogDelivery(req: ModifyInstanceLogDeliveryRequest, cb?: (error: string, rep: ModifyInstanceLogDeliveryResponse) => void): Promise<ModifyInstanceLogDeliveryResponse>;
|
|
175
175
|
/**
|
|
176
|
-
*
|
|
176
|
+
* 本接口(AllocateWanAddress)用于开通实例外网访问。
|
|
177
177
|
*/
|
|
178
178
|
AllocateWanAddress(req: AllocateWanAddressRequest, cb?: (error: string, rep: AllocateWanAddressResponse) => void): Promise<AllocateWanAddressResponse>;
|
|
179
179
|
/**
|
|
180
|
-
*
|
|
180
|
+
* 本接口(DescribeProjectSecurityGroups)用于查询项目的安全组详情。
|
|
181
181
|
*/
|
|
182
182
|
DescribeProjectSecurityGroups(req: DescribeProjectSecurityGroupsRequest, cb?: (error: string, rep: DescribeProjectSecurityGroupsResponse) => void): Promise<DescribeProjectSecurityGroupsResponse>;
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* 本接口(DescribeTendisSlowLog)用于查询 Tendis 实例慢查询。
|
|
185
185
|
*/
|
|
186
186
|
DescribeTendisSlowLog(req: DescribeTendisSlowLogRequest, cb?: (error: string, rep: DescribeTendisSlowLogResponse) => void): Promise<DescribeTendisSlowLogResponse>;
|
|
187
187
|
/**
|
|
188
|
-
*
|
|
188
|
+
* 本接口(ModifyParamTemplate)用于修改参数模板。
|
|
189
189
|
*/
|
|
190
190
|
ModifyParamTemplate(req: ModifyParamTemplateRequest, cb?: (error: string, rep: ModifyParamTemplateResponse) => void): Promise<ModifyParamTemplateResponse>;
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
192
|
+
* 本接口(InquiryPriceCreateInstance)用于查询新购实例价格。
|
|
193
193
|
*/
|
|
194
194
|
InquiryPriceCreateInstance(req: InquiryPriceCreateInstanceRequest, cb?: (error: string, rep: InquiryPriceCreateInstanceResponse) => void): Promise<InquiryPriceCreateInstanceResponse>;
|
|
195
195
|
/**
|
|
@@ -209,11 +209,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
209
209
|
*/
|
|
210
210
|
DescribeInstanceMonitorBigKeyTypeDist(req: DescribeInstanceMonitorBigKeyTypeDistRequest, cb?: (error: string, rep: DescribeInstanceMonitorBigKeyTypeDistResponse) => void): Promise<DescribeInstanceMonitorBigKeyTypeDistResponse>;
|
|
211
211
|
/**
|
|
212
|
-
*
|
|
212
|
+
* 本接口(ReleaseWanAddress)用于关闭外网访问。
|
|
213
213
|
*/
|
|
214
214
|
ReleaseWanAddress(req: ReleaseWanAddressRequest, cb?: (error: string, rep: ReleaseWanAddressResponse) => void): Promise<ReleaseWanAddressResponse>;
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* 本接口(DisassociateSecurityGroups)用于安全组批量解绑实例。
|
|
217
217
|
*/
|
|
218
218
|
DisassociateSecurityGroups(req: DisassociateSecurityGroupsRequest, cb?: (error: string, rep: DisassociateSecurityGroupsResponse) => void): Promise<DisassociateSecurityGroupsResponse>;
|
|
219
219
|
/**
|
|
@@ -225,11 +225,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
225
225
|
*/
|
|
226
226
|
DescribeInstanceSpecBandwidth(req?: DescribeInstanceSpecBandwidthRequest, cb?: (error: string, rep: DescribeInstanceSpecBandwidthResponse) => void): Promise<DescribeInstanceSpecBandwidthResponse>;
|
|
227
227
|
/**
|
|
228
|
-
* Proxy
|
|
228
|
+
* 本接口(SwitchProxy)为 Proxy 模拟故障接口。
|
|
229
229
|
*/
|
|
230
230
|
SwitchProxy(req: SwitchProxyRequest, cb?: (error: string, rep: SwitchProxyResponse) => void): Promise<SwitchProxyResponse>;
|
|
231
231
|
/**
|
|
232
|
-
*
|
|
232
|
+
* 本接口(DestroyPrepaidInstance)用于退还包年包月计费的 Redis 实例。
|
|
233
233
|
*/
|
|
234
234
|
DestroyPrepaidInstance(req: DestroyPrepaidInstanceRequest, cb?: (error: string, rep: DestroyPrepaidInstanceResponse) => void): Promise<DestroyPrepaidInstanceResponse>;
|
|
235
235
|
/**
|
|
@@ -241,15 +241,15 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
241
241
|
*/
|
|
242
242
|
DescribeParamTemplateInfo(req: DescribeParamTemplateInfoRequest, cb?: (error: string, rep: DescribeParamTemplateInfoResponse) => void): Promise<DescribeParamTemplateInfoResponse>;
|
|
243
243
|
/**
|
|
244
|
-
*
|
|
244
|
+
* 本接口(DestroyPostpaidInstance)用于销毁按量计费实例。
|
|
245
245
|
*/
|
|
246
246
|
DestroyPostpaidInstance(req: DestroyPostpaidInstanceRequest, cb?: (error: string, rep: DestroyPostpaidInstanceResponse) => void): Promise<DestroyPostpaidInstanceResponse>;
|
|
247
247
|
/**
|
|
248
|
-
*
|
|
248
|
+
* 本接口(StartupInstance)用于实例解隔离。
|
|
249
249
|
*/
|
|
250
250
|
StartupInstance(req: StartupInstanceRequest, cb?: (error: string, rep: StartupInstanceResponse) => void): Promise<StartupInstanceResponse>;
|
|
251
251
|
/**
|
|
252
|
-
*
|
|
252
|
+
* 本接口(DescribeInstanceMonitorTookDist)用于查询实例访问的耗时分布。
|
|
253
253
|
*/
|
|
254
254
|
DescribeInstanceMonitorTookDist(req: DescribeInstanceMonitorTookDistRequest, cb?: (error: string, rep: DescribeInstanceMonitorTookDistResponse) => void): Promise<DescribeInstanceMonitorTookDistResponse>;
|
|
255
255
|
/**
|
|
@@ -261,15 +261,15 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
261
261
|
*/
|
|
262
262
|
DescribeInstanceBackups(req: DescribeInstanceBackupsRequest, cb?: (error: string, rep: DescribeInstanceBackupsResponse) => void): Promise<DescribeInstanceBackupsResponse>;
|
|
263
263
|
/**
|
|
264
|
-
*
|
|
264
|
+
* 本接口(ResetPassword)用于重置实例访问密码。
|
|
265
265
|
*/
|
|
266
266
|
ResetPassword(req: ResetPasswordRequest, cb?: (error: string, rep: ResetPasswordResponse) => void): Promise<ResetPasswordResponse>;
|
|
267
267
|
/**
|
|
268
|
-
*
|
|
268
|
+
* 本接口(RemoveReplicationInstance)用于移除复制组中的实例。
|
|
269
269
|
*/
|
|
270
270
|
RemoveReplicationInstance(req: RemoveReplicationInstanceRequest, cb?: (error: string, rep: RemoveReplicationInstanceResponse) => void): Promise<RemoveReplicationInstanceResponse>;
|
|
271
271
|
/**
|
|
272
|
-
*
|
|
272
|
+
* 本接口(UpgradeSmallVersion)用于实例小版本升级。
|
|
273
273
|
*/
|
|
274
274
|
UpgradeSmallVersion(req: UpgradeSmallVersionRequest, cb?: (error: string, rep: UpgradeSmallVersionResponse) => void): Promise<UpgradeSmallVersionResponse>;
|
|
275
275
|
/**
|
|
@@ -277,7 +277,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
277
277
|
*/
|
|
278
278
|
ModifyInstancePassword(req: ModifyInstancePasswordRequest, cb?: (error: string, rep: ModifyInstancePasswordResponse) => void): Promise<ModifyInstancePasswordResponse>;
|
|
279
279
|
/**
|
|
280
|
-
*
|
|
280
|
+
* 本接口(CreateReplicationGroup)用于创建复制组。
|
|
281
281
|
*/
|
|
282
282
|
CreateReplicationGroup(req: CreateReplicationGroupRequest, cb?: (error: string, rep: CreateReplicationGroupResponse) => void): Promise<CreateReplicationGroupResponse>;
|
|
283
283
|
/**
|
|
@@ -285,7 +285,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
285
285
|
*/
|
|
286
286
|
DescribeInstanceMonitorSIP(req: DescribeInstanceMonitorSIPRequest, cb?: (error: string, rep: DescribeInstanceMonitorSIPResponse) => void): Promise<DescribeInstanceMonitorSIPResponse>;
|
|
287
287
|
/**
|
|
288
|
-
*
|
|
288
|
+
* 本接口(DescribeProjectSecurityGroup)用于查询项目安全组信息。
|
|
289
289
|
*/
|
|
290
290
|
DescribeProjectSecurityGroup(req: DescribeProjectSecurityGroupRequest, cb?: (error: string, rep: DescribeProjectSecurityGroupResponse) => void): Promise<DescribeProjectSecurityGroupResponse>;
|
|
291
291
|
/**
|
|
@@ -297,7 +297,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
297
297
|
*/
|
|
298
298
|
ModfiyInstancePassword(req: ModfiyInstancePasswordRequest, cb?: (error: string, rep: ModfiyInstancePasswordResponse) => void): Promise<ModfiyInstancePasswordResponse>;
|
|
299
299
|
/**
|
|
300
|
-
*
|
|
300
|
+
* 本接口(EnableReplicaReadonly)用于启用读写分离功能。
|
|
301
301
|
*/
|
|
302
302
|
EnableReplicaReadonly(req: EnableReplicaReadonlyRequest, cb?: (error: string, rep: EnableReplicaReadonlyResponse) => void): Promise<EnableReplicaReadonlyResponse>;
|
|
303
303
|
/**
|
|
@@ -313,15 +313,15 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
313
313
|
*/
|
|
314
314
|
DescribeInstanceMonitorBigKey(req: DescribeInstanceMonitorBigKeyRequest, cb?: (error: string, rep: DescribeInstanceMonitorBigKeyResponse) => void): Promise<DescribeInstanceMonitorBigKeyResponse>;
|
|
315
315
|
/**
|
|
316
|
-
*
|
|
316
|
+
* 本接口(DescribeRedisClusters)用于查询Redis独享集群列表。
|
|
317
317
|
*/
|
|
318
318
|
DescribeRedisClusters(req: DescribeRedisClustersRequest, cb?: (error: string, rep: DescribeRedisClustersResponse) => void): Promise<DescribeRedisClustersResponse>;
|
|
319
319
|
/**
|
|
320
|
-
* 本接口(KillMasterGroup
|
|
320
|
+
* 本接口(KillMasterGroup)用于模拟故障。
|
|
321
321
|
*/
|
|
322
322
|
KillMasterGroup(req: KillMasterGroupRequest, cb?: (error: string, rep: KillMasterGroupResponse) => void): Promise<KillMasterGroupResponse>;
|
|
323
323
|
/**
|
|
324
|
-
*
|
|
324
|
+
* 本接口(DescribeCommonDBInstances)用于查询Redis实例列表信息。当前该接口已废弃。
|
|
325
325
|
*/
|
|
326
326
|
DescribeCommonDBInstances(req: DescribeCommonDBInstancesRequest, cb?: (error: string, rep: DescribeCommonDBInstancesResponse) => void): Promise<DescribeCommonDBInstancesResponse>;
|
|
327
327
|
/**
|
|
@@ -341,7 +341,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
341
341
|
*/
|
|
342
342
|
DescribeInstanceEvents(req: DescribeInstanceEventsRequest, cb?: (error: string, rep: DescribeInstanceEventsResponse) => void): Promise<DescribeInstanceEventsResponse>;
|
|
343
343
|
/**
|
|
344
|
-
* 在通过DTS
|
|
344
|
+
* 在通过 DTS 支持跨可用区灾备的场景中,通过该接口(SwitchInstanceVip)交换实例 VIP 完成实例灾备切换。交换 VIP 后目标实例可写,源和目标实例VIP互换,同时源与目标实例间 DTS 同步任务断开。
|
|
345
345
|
*/
|
|
346
346
|
SwitchInstanceVip(req: SwitchInstanceVipRequest, cb?: (error: string, rep: SwitchInstanceVipResponse) => void): Promise<SwitchInstanceVipResponse>;
|
|
347
347
|
/**
|
|
@@ -357,7 +357,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
357
357
|
*/
|
|
358
358
|
InquiryPriceRenewInstance(req: InquiryPriceRenewInstanceRequest, cb?: (error: string, rep: InquiryPriceRenewInstanceResponse) => void): Promise<InquiryPriceRenewInstanceResponse>;
|
|
359
359
|
/**
|
|
360
|
-
*
|
|
360
|
+
* 本接口(ModifyMaintenanceWindow)用于修改实例维护时间窗时间,需要进行版本升级或者架构升级的实例,会在维护时间窗内进行时间切换。注意:已经发起版本升级或者架构升级的实例,无法修改维护时间窗。
|
|
361
361
|
*/
|
|
362
362
|
ModifyMaintenanceWindow(req: ModifyMaintenanceWindowRequest, cb?: (error: string, rep: ModifyMaintenanceWindowResponse) => void): Promise<ModifyMaintenanceWindowResponse>;
|
|
363
363
|
/**
|
|
@@ -377,7 +377,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
377
377
|
*/
|
|
378
378
|
DescribeInstances(req: DescribeInstancesRequest, cb?: (error: string, rep: DescribeInstancesResponse) => void): Promise<DescribeInstancesResponse>;
|
|
379
379
|
/**
|
|
380
|
-
*
|
|
380
|
+
* 本接口(OpenSSL)用于开启 SSL 加密认证功能。
|
|
381
381
|
*/
|
|
382
382
|
OpenSSL(req: OpenSSLRequest, cb?: (error: string, rep: OpenSSLResponse) => void): Promise<OpenSSLResponse>;
|
|
383
383
|
/**
|
|
@@ -389,7 +389,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
389
389
|
*/
|
|
390
390
|
DescribeBandwidthRange(req: DescribeBandwidthRangeRequest, cb?: (error: string, rep: DescribeBandwidthRangeResponse) => void): Promise<DescribeBandwidthRangeResponse>;
|
|
391
391
|
/**
|
|
392
|
-
*
|
|
392
|
+
* 本接口(DescribeReplicationGroupInstance)用于查询复制组信息。
|
|
393
393
|
*/
|
|
394
394
|
DescribeReplicationGroupInstance(req: DescribeReplicationGroupInstanceRequest, cb?: (error: string, rep: DescribeReplicationGroupInstanceResponse) => void): Promise<DescribeReplicationGroupInstanceResponse>;
|
|
395
395
|
/**
|
|
@@ -413,11 +413,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
413
413
|
*/
|
|
414
414
|
UpgradeInstance(req: UpgradeInstanceRequest, cb?: (error: string, rep: UpgradeInstanceResponse) => void): Promise<UpgradeInstanceResponse>;
|
|
415
415
|
/**
|
|
416
|
-
*
|
|
416
|
+
* 本接口(DescribeRedisClusterOverview)用于查询 Redis 独享集群概览信息。
|
|
417
417
|
*/
|
|
418
418
|
DescribeRedisClusterOverview(req: DescribeRedisClusterOverviewRequest, cb?: (error: string, rep: DescribeRedisClusterOverviewResponse) => void): Promise<DescribeRedisClusterOverviewResponse>;
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* 本接口(ApplyParamsTemplate)用于应用参数模板到实例。
|
|
421
421
|
*/
|
|
422
422
|
ApplyParamsTemplate(req: ApplyParamsTemplateRequest, cb?: (error: string, rep: ApplyParamsTemplateResponse) => void): Promise<ApplyParamsTemplateResponse>;
|
|
423
423
|
/**
|
|
@@ -433,7 +433,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
433
433
|
*/
|
|
434
434
|
DescribeInstanceDealDetail(req: DescribeInstanceDealDetailRequest, cb?: (error: string, rep: DescribeInstanceDealDetailResponse) => void): Promise<DescribeInstanceDealDetailResponse>;
|
|
435
435
|
/**
|
|
436
|
-
*
|
|
436
|
+
* 本接口(CloseSSL)用于关闭SSL加密认证。
|
|
437
437
|
*/
|
|
438
438
|
CloseSSL(req: CloseSSLRequest, cb?: (error: string, rep: CloseSSLResponse) => void): Promise<CloseSSLResponse>;
|
|
439
439
|
}
|