tencentcloud-sdk-nodejs 4.0.494 → 4.0.495
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 +232 -0
- package/SERVICE_CHANGELOG.md +394 -30
- package/package.json +1 -1
- package/products.md +17 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +7 -7
- package/src/services/batch/v20170312/batch_models.ts +6 -0
- package/src/services/cdb/v20170320/cdb_models.ts +8 -2
- package/src/services/cme/v20191029/cme_models.ts +15 -15
- package/src/services/cpdp/v20190820/cpdp_models.ts +59 -3
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +54 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +162 -0
- package/src/services/dts/v20211206/dts_models.ts +53 -17
- package/src/services/gme/v20180711/gme_client.ts +3 -1
- package/src/services/gme/v20180711/gme_models.ts +7 -7
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +22 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +28 -6
- package/src/services/monitor/v20180724/monitor_client.ts +14 -1
- package/src/services/monitor/v20180724/monitor_models.ts +63 -7
- package/src/services/scf/v20180416/scf_models.ts +9 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +7 -7
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -2
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +15 -15
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +48 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +19 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +139 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +47 -17
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +3 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +3 -1
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -7
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +18 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +25 -6
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -6
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +3 -0
- package/test/cynosdb.v20190107.test.js +42 -2
- package/test/monitor.v20180724.test.js +10 -0
|
@@ -217,35 +217,35 @@ export interface DescribeTaskDetailResponse {
|
|
|
217
217
|
<li>SUCCESS:成功;</li>
|
|
218
218
|
<li>FAIL:失败。</li>
|
|
219
219
|
*/
|
|
220
|
-
Status
|
|
220
|
+
Status?: string;
|
|
221
221
|
/**
|
|
222
222
|
* 任务进度,取值为:0~100。
|
|
223
223
|
*/
|
|
224
|
-
Progress
|
|
224
|
+
Progress?: number;
|
|
225
225
|
/**
|
|
226
226
|
* 错误码。
|
|
227
227
|
<li>0:成功;</li>
|
|
228
228
|
<li>其他值:失败。</li>
|
|
229
229
|
*/
|
|
230
|
-
ErrCode
|
|
230
|
+
ErrCode?: number;
|
|
231
231
|
/**
|
|
232
232
|
* 错误信息。
|
|
233
233
|
*/
|
|
234
|
-
ErrMsg
|
|
234
|
+
ErrMsg?: string;
|
|
235
235
|
/**
|
|
236
236
|
* 任务类型,取值有:
|
|
237
237
|
<li>VIDEO_EDIT_PROJECT_EXPORT:视频编辑项目导出。</li>
|
|
238
238
|
*/
|
|
239
|
-
TaskType
|
|
239
|
+
TaskType?: string;
|
|
240
240
|
/**
|
|
241
|
-
*
|
|
241
|
+
* 导出项目输出信息。仅当 TaskType 为 VIDEO_EDIT_PROJECT_EXPORT 时有效。
|
|
242
242
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
243
243
|
*/
|
|
244
|
-
VideoEditProjectOutput
|
|
244
|
+
VideoEditProjectOutput?: VideoEditProjectOutput;
|
|
245
245
|
/**
|
|
246
246
|
* 创建时间,格式按照 ISO 8601 标准表示。
|
|
247
247
|
*/
|
|
248
|
-
CreateTime
|
|
248
|
+
CreateTime?: string;
|
|
249
249
|
/**
|
|
250
250
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
251
251
|
*/
|
|
@@ -4012,37 +4012,37 @@ export interface MaterialInfo {
|
|
|
4012
4012
|
/**
|
|
4013
4013
|
* 媒体基本信息。
|
|
4014
4014
|
*/
|
|
4015
|
-
BasicInfo
|
|
4015
|
+
BasicInfo?: MaterialBasicInfo;
|
|
4016
4016
|
/**
|
|
4017
4017
|
* 视频媒体信息。
|
|
4018
4018
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4019
4019
|
*/
|
|
4020
|
-
VideoMaterial
|
|
4020
|
+
VideoMaterial?: VideoMaterial;
|
|
4021
4021
|
/**
|
|
4022
4022
|
* 音频媒体信息。
|
|
4023
4023
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4024
4024
|
*/
|
|
4025
|
-
AudioMaterial
|
|
4025
|
+
AudioMaterial?: AudioMaterial;
|
|
4026
4026
|
/**
|
|
4027
4027
|
* 图片媒体信息。
|
|
4028
4028
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4029
4029
|
*/
|
|
4030
|
-
ImageMaterial
|
|
4030
|
+
ImageMaterial?: ImageMaterial;
|
|
4031
4031
|
/**
|
|
4032
4032
|
* 链接媒体信息。
|
|
4033
4033
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4034
4034
|
*/
|
|
4035
|
-
LinkMaterial
|
|
4035
|
+
LinkMaterial?: LinkMaterial;
|
|
4036
4036
|
/**
|
|
4037
4037
|
* 模板媒体信息。
|
|
4038
4038
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4039
4039
|
*/
|
|
4040
|
-
VideoEditTemplateMaterial
|
|
4040
|
+
VideoEditTemplateMaterial?: VideoEditTemplateMaterial;
|
|
4041
4041
|
/**
|
|
4042
4042
|
* 其他类型媒体信息。
|
|
4043
4043
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4044
4044
|
*/
|
|
4045
|
-
OtherMaterial
|
|
4045
|
+
OtherMaterial?: OtherMaterial;
|
|
4046
4046
|
}
|
|
4047
4047
|
/**
|
|
4048
4048
|
* DescribeVideoEncodingPresets请求参数结构体
|
|
@@ -2936,6 +2936,26 @@ FAILED:已失败
|
|
|
2936
2936
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2937
2937
|
*/
|
|
2938
2938
|
ChannelOrderId: string;
|
|
2939
|
+
/**
|
|
2940
|
+
* 增值税
|
|
2941
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2942
|
+
*/
|
|
2943
|
+
Vat: string;
|
|
2944
|
+
/**
|
|
2945
|
+
* 个人所得税
|
|
2946
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2947
|
+
*/
|
|
2948
|
+
IndividualIncomeTax: string;
|
|
2949
|
+
/**
|
|
2950
|
+
* 附加税总税额
|
|
2951
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2952
|
+
*/
|
|
2953
|
+
AdditionalTaxSum: string;
|
|
2954
|
+
/**
|
|
2955
|
+
* 附加税税项。格式为JSON格式
|
|
2956
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2957
|
+
*/
|
|
2958
|
+
AdditionalTaxItem: string;
|
|
2939
2959
|
}
|
|
2940
2960
|
/**
|
|
2941
2961
|
* DistributeAddReceiver请求参数结构体
|
|
@@ -3252,6 +3272,26 @@ export interface ApplyFlexPaymentResult {
|
|
|
3252
3272
|
* 税金
|
|
3253
3273
|
*/
|
|
3254
3274
|
Tax: string;
|
|
3275
|
+
/**
|
|
3276
|
+
* 增值税
|
|
3277
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3278
|
+
*/
|
|
3279
|
+
Vat: string;
|
|
3280
|
+
/**
|
|
3281
|
+
* 个人所得税
|
|
3282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3283
|
+
*/
|
|
3284
|
+
IndividualIncomeTax: string;
|
|
3285
|
+
/**
|
|
3286
|
+
* 附加税总税额
|
|
3287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3288
|
+
*/
|
|
3289
|
+
AdditionalTaxSum: string;
|
|
3290
|
+
/**
|
|
3291
|
+
* 附加税税项。格式为JSON格式
|
|
3292
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3293
|
+
*/
|
|
3294
|
+
AdditionalTaxItem: string;
|
|
3255
3295
|
}
|
|
3256
3296
|
/**
|
|
3257
3297
|
* 会员资金交易明细信息
|
|
@@ -4996,6 +5036,10 @@ __test__:测试环境
|
|
|
4996
5036
|
缺省默认为生产环境
|
|
4997
5037
|
*/
|
|
4998
5038
|
Environment?: string;
|
|
5039
|
+
/**
|
|
5040
|
+
* 快照日期。格式yyyy-MM-dd
|
|
5041
|
+
*/
|
|
5042
|
+
SnapshotDate?: string;
|
|
4999
5043
|
}
|
|
5000
5044
|
/**
|
|
5001
5045
|
* ContractOrder请求参数结构体
|
|
@@ -18377,6 +18421,9 @@ export interface WithdrawCashMembershipResponse {
|
|
|
18377
18421
|
export interface CreateSinglePaymentRequest {
|
|
18378
18422
|
/**
|
|
18379
18423
|
* 转账类型
|
|
18424
|
+
1 微信企业付款
|
|
18425
|
+
2 支付宝转账
|
|
18426
|
+
3 平安银企直连代发转账
|
|
18380
18427
|
*/
|
|
18381
18428
|
TransferType: number;
|
|
18382
18429
|
/**
|
|
@@ -21980,7 +22027,7 @@ __OPENBANK_PAYMENT__: openbank付款
|
|
|
21980
22027
|
*/
|
|
21981
22028
|
BankAbbreviation: string;
|
|
21982
22029
|
/**
|
|
21983
|
-
* 页码。Index和Count必须大于等于1。
|
|
22030
|
+
* 页码。Index和Count必须大于等于1。Count建议不超过100。
|
|
21984
22031
|
*/
|
|
21985
22032
|
PageNumber: Paging;
|
|
21986
22033
|
/**
|
|
@@ -397,7 +397,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
397
397
|
*/
|
|
398
398
|
RebootInstances(req: RebootInstancesRequest, cb?: (error: string, rep: RebootInstancesResponse) => void): Promise<RebootInstancesResponse>;
|
|
399
399
|
/**
|
|
400
|
-
* 当高性能计算集群为空, 即集群内没有任何设备时候,
|
|
400
|
+
* 当高性能计算集群为空, 即集群内没有任何设备时候, 可以删除该集群。
|
|
401
401
|
*/
|
|
402
402
|
DeleteHpcClusters(req: DeleteHpcClustersRequest, cb?: (error: string, rep: DeleteHpcClustersResponse) => void): Promise<DeleteHpcClustersResponse>;
|
|
403
403
|
/**
|
|
@@ -541,7 +541,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
541
541
|
return this.request("RebootInstances", req, cb);
|
|
542
542
|
}
|
|
543
543
|
/**
|
|
544
|
-
* 当高性能计算集群为空, 即集群内没有任何设备时候,
|
|
544
|
+
* 当高性能计算集群为空, 即集群内没有任何设备时候, 可以删除该集群。
|
|
545
545
|
*/
|
|
546
546
|
async DeleteHpcClusters(req, cb) {
|
|
547
547
|
return this.request("DeleteHpcClusters", req, cb);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { RemoveClusterSlaveZoneRequest, ModifyClusterNameRequest, DescribeRollbackTimeRangeRequest, InquirePriceRenewRequest, DescribeAuditLogsRequest, DescribeBackupConfigRequest, DescribeAccountsRequest, ModifyMaintainPeriodConfigRequest, DescribeRollbackTimeRangeResponse, ModifyBackupNameResponse, ModifyClusterStorageRequest, DescribeAuditLogFilesResponse, SwitchClusterZoneResponse, AssociateSecurityGroupsRequest, DescribeBinlogDownloadUrlRequest, CreateAccountsResponse, ModifyInstanceNameRequest, DescribeDBSecurityGroupsResponse, DescribeMaintainPeriodRequest, DescribeBinlogsResponse, DescribeInstancesResponse, AddClusterSlaveZoneResponse, ModifyClusterNameResponse, DescribeClusterParamsResponse, IsolateInstanceResponse, DescribeParamTemplatesRequest, DescribeAuditLogsResponse, PauseServerlessRequest, RevokeAccountPrivilegesResponse, CreateClustersResponse, SetRenewFlagRequest, ActivateInstanceRequest, AddClusterSlaveZoneRequest, DescribeAccountAllGrantPrivilegesResponse, DescribeClustersRequest, ModifyClusterStorageResponse, DescribeInstanceDetailResponse, ModifyDBInstanceSecurityGroupsResponse, DeleteAuditLogFileResponse, DescribeClusterParamLogsResponse, DescribeClusterInstanceGrpsRequest, DescribeResourcesByDealNameResponse, ResumeServerlessResponse, CreateAccountsRequest, ExportInstanceSlowQueriesResponse, SwitchClusterZoneRequest, DescribeDBSecurityGroupsRequest, RollBackClusterRequest, UpgradeInstanceRequest, DescribeClusterDetailRequest, DeleteBackupResponse, DescribeProjectSecurityGroupsResponse, RemoveClusterSlaveZoneResponse, CreateAuditLogFileResponse, PauseServerlessResponse, OfflineClusterRequest, DescribeBinlogDownloadUrlResponse, DescribeBackupListRequest, ModifyClusterSlaveZoneResponse, GrantAccountPrivilegesRequest, CreateClustersRequest, DescribeClustersResponse, DescribeBackupConfigResponse, ModifyDBInstanceSecurityGroupsRequest, DescribeParamTemplatesResponse, AddInstancesResponse, DescribeProjectSecurityGroupsRequest, ModifyClusterParamResponse, DescribeBackupDownloadUrlRequest, OfflineInstanceRequest, AssociateSecurityGroupsResponse, DescribeResourcesByDealNameRequest, CreateBackupResponse, DescribeRollbackTimeValidityResponse, DescribeInstanceSlowQueriesResponse, DescribeInstancesRequest, DescribeBackupDownloadUrlResponse, ResumeServerlessRequest, InquirePriceCreateRequest, ModifyBackupConfigResponse, DescribeInstanceSpecsRequest, ExportInstanceSlowQueriesRequest, UpgradeInstanceResponse, ModifyAccountParamsRequest, IsolateClusterResponse, OfflineClusterResponse, RevokeAccountPrivilegesRequest, InquirePriceCreateResponse, IsolateInstanceRequest, SetRenewFlagResponse, CreateBackupRequest, DescribeClusterParamLogsRequest, DescribeMaintainPeriodResponse, DescribeBackupListResponse, RollBackClusterResponse, DescribeBinlogSaveDaysRequest, ModifyBackupConfigRequest, ActivateInstanceResponse, DescribeRollbackTimeValidityRequest, CreateAuditLogFileRequest, DeleteAuditLogFileRequest, AddInstancesRequest, ModifyClusterSlaveZoneRequest, GrantAccountPrivilegesResponse, DescribeInstanceSlowQueriesRequest, DescribeInstanceDetailRequest, ModifyMaintainPeriodConfigResponse, DisassociateSecurityGroupsRequest, ModifyBackupNameRequest, ModifyInstanceNameResponse, DescribeBinlogSaveDaysResponse, ModifyClusterParamRequest, DescribeAccountsResponse, ModifyAccountParamsResponse, DeleteBackupRequest, DescribeClusterParamsRequest, DescribeInstanceSpecsResponse, DescribeAccountAllGrantPrivilegesRequest, OfflineInstanceResponse, IsolateClusterRequest, DescribeAuditLogFilesRequest, DescribeClusterDetailResponse, DescribeClusterInstanceGrpsResponse, DescribeBinlogsRequest, DisassociateSecurityGroupsResponse, InquirePriceRenewResponse } from "./cynosdb_models";
|
|
3
|
+
import { RemoveClusterSlaveZoneRequest, ModifyClusterNameRequest, DescribeRollbackTimeRangeRequest, InquirePriceRenewRequest, DescribeAuditLogsRequest, DescribeBackupConfigRequest, DescribeAccountsRequest, ModifyMaintainPeriodConfigRequest, DescribeRollbackTimeRangeResponse, ModifyBackupNameResponse, ModifyClusterStorageRequest, DescribeAuditLogFilesResponse, SwitchClusterZoneResponse, AssociateSecurityGroupsRequest, DescribeBinlogDownloadUrlRequest, CreateAccountsResponse, ModifyInstanceNameRequest, DescribeDBSecurityGroupsResponse, DescribeMaintainPeriodRequest, DescribeBinlogsResponse, DescribeInstancesResponse, AddClusterSlaveZoneResponse, ModifyClusterNameResponse, DescribeClusterParamsResponse, IsolateInstanceResponse, DescribeParamTemplatesRequest, DescribeAuditLogsResponse, SearchClusterTablesRequest, PauseServerlessRequest, RevokeAccountPrivilegesResponse, CreateClustersResponse, SetRenewFlagRequest, ActivateInstanceRequest, AddClusterSlaveZoneRequest, DescribeAccountAllGrantPrivilegesResponse, DescribeClustersRequest, ModifyClusterStorageResponse, DescribeInstanceDetailResponse, ModifyDBInstanceSecurityGroupsResponse, DeleteAuditLogFileResponse, DescribeClusterParamLogsResponse, DescribeClusterInstanceGrpsRequest, DescribeResourcesByDealNameResponse, ResumeServerlessResponse, CreateAccountsRequest, ExportInstanceSlowQueriesResponse, SwitchClusterZoneRequest, DescribeDBSecurityGroupsRequest, RollBackClusterRequest, UpgradeInstanceRequest, DescribeClusterDetailRequest, DeleteBackupResponse, DescribeProjectSecurityGroupsResponse, RemoveClusterSlaveZoneResponse, CreateAuditLogFileResponse, PauseServerlessResponse, OfflineClusterRequest, ResetAccountPasswordResponse, DescribeBinlogDownloadUrlResponse, DescribeBackupListRequest, SearchClusterDatabasesRequest, ModifyClusterSlaveZoneResponse, GrantAccountPrivilegesRequest, CreateClustersRequest, DescribeClustersResponse, DescribeBackupConfigResponse, ModifyDBInstanceSecurityGroupsRequest, DescribeParamTemplatesResponse, AddInstancesResponse, DescribeProjectSecurityGroupsRequest, ModifyClusterParamResponse, DescribeBackupDownloadUrlRequest, OfflineInstanceRequest, AssociateSecurityGroupsResponse, DescribeResourcesByDealNameRequest, CreateBackupResponse, DescribeRollbackTimeValidityResponse, DescribeInstanceSlowQueriesResponse, DescribeInstancesRequest, DescribeBackupDownloadUrlResponse, ResumeServerlessRequest, InquirePriceCreateRequest, ModifyBackupConfigResponse, DescribeInstanceSpecsRequest, ExportInstanceSlowQueriesRequest, UpgradeInstanceResponse, ModifyAccountParamsRequest, IsolateClusterResponse, SearchClusterDatabasesResponse, OfflineClusterResponse, SwitchProxyVpcResponse, RevokeAccountPrivilegesRequest, InquirePriceCreateResponse, IsolateInstanceRequest, SetRenewFlagResponse, CreateBackupRequest, DescribeClusterParamLogsRequest, SearchClusterTablesResponse, DescribeMaintainPeriodResponse, SwitchProxyVpcRequest, DescribeBackupListResponse, RollBackClusterResponse, DescribeBinlogSaveDaysRequest, ModifyBackupConfigRequest, ActivateInstanceResponse, DescribeRollbackTimeValidityRequest, CreateAuditLogFileRequest, DeleteAuditLogFileRequest, AddInstancesRequest, ModifyClusterSlaveZoneRequest, GrantAccountPrivilegesResponse, DescribeInstanceSlowQueriesRequest, ResetAccountPasswordRequest, DescribeInstanceDetailRequest, ModifyMaintainPeriodConfigResponse, DisassociateSecurityGroupsRequest, ModifyBackupNameRequest, ModifyInstanceNameResponse, DescribeBinlogSaveDaysResponse, ModifyClusterParamRequest, DescribeAccountsResponse, ModifyAccountParamsResponse, DeleteBackupRequest, DescribeClusterParamsRequest, DescribeInstanceSpecsResponse, DescribeAccountAllGrantPrivilegesRequest, OfflineInstanceResponse, IsolateClusterRequest, DescribeAuditLogFilesRequest, DescribeClusterDetailResponse, DescribeClusterInstanceGrpsResponse, DescribeBinlogsRequest, DisassociateSecurityGroupsResponse, InquirePriceRenewResponse } from "./cynosdb_models";
|
|
4
4
|
/**
|
|
5
5
|
* cynosdb client
|
|
6
6
|
* @class
|
|
@@ -56,9 +56,9 @@ export declare class Client extends AbstractClient {
|
|
|
56
56
|
*/
|
|
57
57
|
OfflineCluster(req: OfflineClusterRequest, cb?: (error: string, rep: OfflineClusterResponse) => void): Promise<OfflineClusterResponse>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 本接口(SearchClusterDatabases)搜索集群database列表
|
|
60
60
|
*/
|
|
61
|
-
|
|
61
|
+
SearchClusterDatabases(req: SearchClusterDatabasesRequest, cb?: (error: string, rep: SearchClusterDatabasesResponse) => void): Promise<SearchClusterDatabasesResponse>;
|
|
62
62
|
/**
|
|
63
63
|
* 此接口(ModifyBackupName)用于修改备份文件备注名。
|
|
64
64
|
*/
|
|
@@ -67,6 +67,10 @@ export declare class Client extends AbstractClient {
|
|
|
67
67
|
* 本接口(DeleteAuditLogFile)用于删除云数据库实例的审计日志文件。
|
|
68
68
|
*/
|
|
69
69
|
DeleteAuditLogFile(req: DeleteAuditLogFileRequest, cb?: (error: string, rep: DeleteAuditLogFileResponse) => void): Promise<DeleteAuditLogFileResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* 本接口(ResetAccountPassword)用于重置实例的数据库账号密码。
|
|
72
|
+
*/
|
|
73
|
+
ResetAccountPassword(req: ResetAccountPasswordRequest, cb?: (error: string, rep: ResetAccountPasswordResponse) => void): Promise<ResetAccountPasswordResponse>;
|
|
70
74
|
/**
|
|
71
75
|
* 本接口(DescribeInstanceDetail)用于查询实例详情。
|
|
72
76
|
*/
|
|
@@ -127,6 +131,10 @@ export declare class Client extends AbstractClient {
|
|
|
127
131
|
* 查询实例维护时间窗
|
|
128
132
|
*/
|
|
129
133
|
DescribeMaintainPeriod(req: DescribeMaintainPeriodRequest, cb?: (error: string, rep: DescribeMaintainPeriodResponse) => void): Promise<DescribeMaintainPeriodResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* 本接口(SwitchProxyVpc)更换数据库代理vpc
|
|
136
|
+
*/
|
|
137
|
+
SwitchProxyVpc(req: SwitchProxyVpcRequest, cb?: (error: string, rep: SwitchProxyVpcResponse) => void): Promise<SwitchProxyVpcResponse>;
|
|
130
138
|
/**
|
|
131
139
|
* 查询集群列表
|
|
132
140
|
*/
|
|
@@ -239,6 +247,14 @@ export declare class Client extends AbstractClient {
|
|
|
239
247
|
* 此接口(ExportInstanceSlowQueries)用于导出实例慢日志。
|
|
240
248
|
*/
|
|
241
249
|
ExportInstanceSlowQueries(req: ExportInstanceSlowQueriesRequest, cb?: (error: string, rep: ExportInstanceSlowQueriesResponse) => void): Promise<ExportInstanceSlowQueriesResponse>;
|
|
250
|
+
/**
|
|
251
|
+
* SetRenewFlag设置实例的自动续费功能
|
|
252
|
+
*/
|
|
253
|
+
SetRenewFlag(req: SetRenewFlagRequest, cb?: (error: string, rep: SetRenewFlagResponse) => void): Promise<SetRenewFlagResponse>;
|
|
254
|
+
/**
|
|
255
|
+
* 本接口(SearchClusterTables)搜索集群数据表列表
|
|
256
|
+
*/
|
|
257
|
+
SearchClusterTables(req: SearchClusterTablesRequest, cb?: (error: string, rep: SearchClusterTablesResponse) => void): Promise<SearchClusterTablesResponse>;
|
|
242
258
|
/**
|
|
243
259
|
* 切换到从可用区
|
|
244
260
|
*/
|
|
@@ -100,10 +100,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
100
100
|
return this.request("OfflineCluster", req, cb);
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* 本接口(SearchClusterDatabases)搜索集群database列表
|
|
104
104
|
*/
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
105
|
+
async SearchClusterDatabases(req, cb) {
|
|
106
|
+
return this.request("SearchClusterDatabases", req, cb);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
109
|
* 此接口(ModifyBackupName)用于修改备份文件备注名。
|
|
@@ -117,6 +117,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
117
117
|
async DeleteAuditLogFile(req, cb) {
|
|
118
118
|
return this.request("DeleteAuditLogFile", req, cb);
|
|
119
119
|
}
|
|
120
|
+
/**
|
|
121
|
+
* 本接口(ResetAccountPassword)用于重置实例的数据库账号密码。
|
|
122
|
+
*/
|
|
123
|
+
async ResetAccountPassword(req, cb) {
|
|
124
|
+
return this.request("ResetAccountPassword", req, cb);
|
|
125
|
+
}
|
|
120
126
|
/**
|
|
121
127
|
* 本接口(DescribeInstanceDetail)用于查询实例详情。
|
|
122
128
|
*/
|
|
@@ -207,6 +213,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
207
213
|
async DescribeMaintainPeriod(req, cb) {
|
|
208
214
|
return this.request("DescribeMaintainPeriod", req, cb);
|
|
209
215
|
}
|
|
216
|
+
/**
|
|
217
|
+
* 本接口(SwitchProxyVpc)更换数据库代理vpc
|
|
218
|
+
*/
|
|
219
|
+
async SwitchProxyVpc(req, cb) {
|
|
220
|
+
return this.request("SwitchProxyVpc", req, cb);
|
|
221
|
+
}
|
|
210
222
|
/**
|
|
211
223
|
* 查询集群列表
|
|
212
224
|
*/
|
|
@@ -375,6 +387,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
375
387
|
async ExportInstanceSlowQueries(req, cb) {
|
|
376
388
|
return this.request("ExportInstanceSlowQueries", req, cb);
|
|
377
389
|
}
|
|
390
|
+
/**
|
|
391
|
+
* SetRenewFlag设置实例的自动续费功能
|
|
392
|
+
*/
|
|
393
|
+
async SetRenewFlag(req, cb) {
|
|
394
|
+
return this.request("SetRenewFlag", req, cb);
|
|
395
|
+
}
|
|
396
|
+
/**
|
|
397
|
+
* 本接口(SearchClusterTables)搜索集群数据表列表
|
|
398
|
+
*/
|
|
399
|
+
async SearchClusterTables(req, cb) {
|
|
400
|
+
return this.request("SearchClusterTables", req, cb);
|
|
401
|
+
}
|
|
378
402
|
/**
|
|
379
403
|
* 切换到从可用区
|
|
380
404
|
*/
|
|
@@ -551,6 +551,30 @@ export interface DescribeAuditLogsResponse {
|
|
|
551
551
|
*/
|
|
552
552
|
RequestId?: string;
|
|
553
553
|
}
|
|
554
|
+
/**
|
|
555
|
+
* SearchClusterTables请求参数结构体
|
|
556
|
+
*/
|
|
557
|
+
export interface SearchClusterTablesRequest {
|
|
558
|
+
/**
|
|
559
|
+
* 集群id
|
|
560
|
+
*/
|
|
561
|
+
ClusterId: string;
|
|
562
|
+
/**
|
|
563
|
+
* 数据库名
|
|
564
|
+
*/
|
|
565
|
+
Database?: string;
|
|
566
|
+
/**
|
|
567
|
+
* 数据表名
|
|
568
|
+
*/
|
|
569
|
+
Table?: string;
|
|
570
|
+
/**
|
|
571
|
+
* 数据表类型:
|
|
572
|
+
view:只返回 view,
|
|
573
|
+
base_table: 只返回基本表,
|
|
574
|
+
all:返回 view 和表
|
|
575
|
+
*/
|
|
576
|
+
TableType?: string;
|
|
577
|
+
}
|
|
554
578
|
/**
|
|
555
579
|
* PauseServerless请求参数结构体
|
|
556
580
|
*/
|
|
@@ -1267,6 +1291,15 @@ export interface OfflineClusterRequest {
|
|
|
1267
1291
|
*/
|
|
1268
1292
|
ClusterId: string;
|
|
1269
1293
|
}
|
|
1294
|
+
/**
|
|
1295
|
+
* ResetAccountPassword返回参数结构体
|
|
1296
|
+
*/
|
|
1297
|
+
export interface ResetAccountPasswordResponse {
|
|
1298
|
+
/**
|
|
1299
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1300
|
+
*/
|
|
1301
|
+
RequestId?: string;
|
|
1302
|
+
}
|
|
1270
1303
|
/**
|
|
1271
1304
|
* 新创建的账号
|
|
1272
1305
|
*/
|
|
@@ -1428,6 +1461,25 @@ export interface DescribeBackupListRequest {
|
|
|
1428
1461
|
*/
|
|
1429
1462
|
BackupNames?: Array<string>;
|
|
1430
1463
|
}
|
|
1464
|
+
/**
|
|
1465
|
+
* SearchClusterDatabases请求参数结构体
|
|
1466
|
+
*/
|
|
1467
|
+
export interface SearchClusterDatabasesRequest {
|
|
1468
|
+
/**
|
|
1469
|
+
* 集群id
|
|
1470
|
+
*/
|
|
1471
|
+
ClusterId: string;
|
|
1472
|
+
/**
|
|
1473
|
+
* 数据库名
|
|
1474
|
+
*/
|
|
1475
|
+
Database?: string;
|
|
1476
|
+
/**
|
|
1477
|
+
* 是否精确搜索。
|
|
1478
|
+
0: 模糊搜索 1:精确搜索
|
|
1479
|
+
默认为0
|
|
1480
|
+
*/
|
|
1481
|
+
MatchType?: number;
|
|
1482
|
+
}
|
|
1431
1483
|
/**
|
|
1432
1484
|
* 实例信息
|
|
1433
1485
|
*/
|
|
@@ -2771,6 +2823,20 @@ export interface IsolateClusterResponse {
|
|
|
2771
2823
|
*/
|
|
2772
2824
|
RequestId?: string;
|
|
2773
2825
|
}
|
|
2826
|
+
/**
|
|
2827
|
+
* SearchClusterDatabases返回参数结构体
|
|
2828
|
+
*/
|
|
2829
|
+
export interface SearchClusterDatabasesResponse {
|
|
2830
|
+
/**
|
|
2831
|
+
* 数据库列表
|
|
2832
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2833
|
+
*/
|
|
2834
|
+
Databases: Array<string>;
|
|
2835
|
+
/**
|
|
2836
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2837
|
+
*/
|
|
2838
|
+
RequestId?: string;
|
|
2839
|
+
}
|
|
2774
2840
|
/**
|
|
2775
2841
|
* OfflineCluster返回参数结构体
|
|
2776
2842
|
*/
|
|
@@ -2784,6 +2850,19 @@ export interface OfflineClusterResponse {
|
|
|
2784
2850
|
*/
|
|
2785
2851
|
RequestId?: string;
|
|
2786
2852
|
}
|
|
2853
|
+
/**
|
|
2854
|
+
* SwitchProxyVpc返回参数结构体
|
|
2855
|
+
*/
|
|
2856
|
+
export interface SwitchProxyVpcResponse {
|
|
2857
|
+
/**
|
|
2858
|
+
* 异步任务id。
|
|
2859
|
+
*/
|
|
2860
|
+
FlowId: number;
|
|
2861
|
+
/**
|
|
2862
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2863
|
+
*/
|
|
2864
|
+
RequestId?: string;
|
|
2865
|
+
}
|
|
2787
2866
|
/**
|
|
2788
2867
|
* RevokeAccountPrivileges请求参数结构体
|
|
2789
2868
|
*/
|
|
@@ -2961,6 +3040,20 @@ export interface DescribeClusterParamLogsRequest {
|
|
|
2961
3040
|
*/
|
|
2962
3041
|
Offset?: number;
|
|
2963
3042
|
}
|
|
3043
|
+
/**
|
|
3044
|
+
* SearchClusterTables返回参数结构体
|
|
3045
|
+
*/
|
|
3046
|
+
export interface SearchClusterTablesResponse {
|
|
3047
|
+
/**
|
|
3048
|
+
* 数据表列表
|
|
3049
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3050
|
+
*/
|
|
3051
|
+
Tables: Array<DatabaseTables>;
|
|
3052
|
+
/**
|
|
3053
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3054
|
+
*/
|
|
3055
|
+
RequestId?: string;
|
|
3056
|
+
}
|
|
2964
3057
|
/**
|
|
2965
3058
|
* 安全组规则
|
|
2966
3059
|
*/
|
|
@@ -3019,6 +3112,31 @@ export interface DescribeMaintainPeriodResponse {
|
|
|
3019
3112
|
*/
|
|
3020
3113
|
RequestId?: string;
|
|
3021
3114
|
}
|
|
3115
|
+
/**
|
|
3116
|
+
* SwitchProxyVpc请求参数结构体
|
|
3117
|
+
*/
|
|
3118
|
+
export interface SwitchProxyVpcRequest {
|
|
3119
|
+
/**
|
|
3120
|
+
* 集群ID
|
|
3121
|
+
*/
|
|
3122
|
+
ClusterId: string;
|
|
3123
|
+
/**
|
|
3124
|
+
* 字符串vpc id
|
|
3125
|
+
*/
|
|
3126
|
+
UniqVpcId: string;
|
|
3127
|
+
/**
|
|
3128
|
+
* 字符串子网id
|
|
3129
|
+
*/
|
|
3130
|
+
UniqSubnetId: string;
|
|
3131
|
+
/**
|
|
3132
|
+
* 旧地址回收时间
|
|
3133
|
+
*/
|
|
3134
|
+
OldIpReserveHours: number;
|
|
3135
|
+
/**
|
|
3136
|
+
* 数据库代理组Id
|
|
3137
|
+
*/
|
|
3138
|
+
ProxyGroupId?: string;
|
|
3139
|
+
}
|
|
3022
3140
|
/**
|
|
3023
3141
|
* DescribeBackupList返回参数结构体
|
|
3024
3142
|
*/
|
|
@@ -3568,6 +3686,27 @@ pausing
|
|
|
3568
3686
|
*/
|
|
3569
3687
|
ServerlessStatus: string;
|
|
3570
3688
|
}
|
|
3689
|
+
/**
|
|
3690
|
+
* ResetAccountPassword请求参数结构体
|
|
3691
|
+
*/
|
|
3692
|
+
export interface ResetAccountPasswordRequest {
|
|
3693
|
+
/**
|
|
3694
|
+
* 数据库账号名
|
|
3695
|
+
*/
|
|
3696
|
+
AccountName: string;
|
|
3697
|
+
/**
|
|
3698
|
+
* 数据库账号新密码
|
|
3699
|
+
*/
|
|
3700
|
+
AccountPassword: string;
|
|
3701
|
+
/**
|
|
3702
|
+
* 集群ID
|
|
3703
|
+
*/
|
|
3704
|
+
ClusterId: string;
|
|
3705
|
+
/**
|
|
3706
|
+
* 主机,不填默认为"%"
|
|
3707
|
+
*/
|
|
3708
|
+
Host?: string;
|
|
3709
|
+
}
|
|
3571
3710
|
/**
|
|
3572
3711
|
* DescribeInstanceDetail请求参数结构体
|
|
3573
3712
|
*/
|
|
@@ -81,6 +81,11 @@ export interface StepTip {
|
|
|
81
81
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
82
82
|
*/
|
|
83
83
|
HelpDoc?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 当前步骤跳过信息
|
|
86
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
87
|
+
*/
|
|
88
|
+
SkipInfo?: string;
|
|
84
89
|
}
|
|
85
90
|
/**
|
|
86
91
|
* DestroyMigrateJob请求参数结构体
|
|
@@ -1220,6 +1225,11 @@ export interface Endpoint {
|
|
|
1220
1225
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1221
1226
|
*/
|
|
1222
1227
|
TmpToken?: string;
|
|
1228
|
+
/**
|
|
1229
|
+
* 外部角色id
|
|
1230
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1231
|
+
*/
|
|
1232
|
+
RoleExternalId?: string;
|
|
1223
1233
|
}
|
|
1224
1234
|
/**
|
|
1225
1235
|
* 数据不一致的表详情
|
|
@@ -1655,7 +1665,7 @@ export interface ModifyMigrationJobRequest {
|
|
|
1655
1665
|
*/
|
|
1656
1666
|
export interface DescribeSyncJobsRequest {
|
|
1657
1667
|
/**
|
|
1658
|
-
* 同步任务id
|
|
1668
|
+
* 同步任务id,如sync-werwfs23
|
|
1659
1669
|
*/
|
|
1660
1670
|
JobId?: string;
|
|
1661
1671
|
/**
|
|
@@ -2558,7 +2568,7 @@ export interface IsolateMigrateJobResponse {
|
|
|
2558
2568
|
*/
|
|
2559
2569
|
export interface SyncJobInfo {
|
|
2560
2570
|
/**
|
|
2561
|
-
* 同步任务id
|
|
2571
|
+
* 同步任务id,如:sync-btso140
|
|
2562
2572
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2563
2573
|
*/
|
|
2564
2574
|
JobId: string;
|
|
@@ -2568,17 +2578,17 @@ export interface SyncJobInfo {
|
|
|
2568
2578
|
*/
|
|
2569
2579
|
JobName: string;
|
|
2570
2580
|
/**
|
|
2571
|
-
*
|
|
2581
|
+
* 付款方式,PostPay(按量付费)、PrePay(包年包月)
|
|
2572
2582
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2573
2583
|
*/
|
|
2574
2584
|
PayMode: string;
|
|
2575
2585
|
/**
|
|
2576
|
-
*
|
|
2586
|
+
* 运行模式,Immediate(表示立即运行,默认为此项值)、Timed(表示定时运行)
|
|
2577
2587
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2578
2588
|
*/
|
|
2579
2589
|
RunMode: string;
|
|
2580
2590
|
/**
|
|
2581
|
-
*
|
|
2591
|
+
* 期待运行时间,格式为 yyyy-mm-dd hh:mm:ss
|
|
2582
2592
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2583
2593
|
*/
|
|
2584
2594
|
ExpectRunTime: string;
|
|
@@ -2608,22 +2618,22 @@ export interface SyncJobInfo {
|
|
|
2608
2618
|
*/
|
|
2609
2619
|
Specification: string;
|
|
2610
2620
|
/**
|
|
2611
|
-
*
|
|
2621
|
+
* 过期时间,格式为 yyyy-mm-dd hh:mm:ss
|
|
2612
2622
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2613
2623
|
*/
|
|
2614
2624
|
ExpireTime: string;
|
|
2615
2625
|
/**
|
|
2616
|
-
*
|
|
2626
|
+
* 源端地域,如:ap-guangzhou等
|
|
2617
2627
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2618
2628
|
*/
|
|
2619
2629
|
SrcRegion: string;
|
|
2620
2630
|
/**
|
|
2621
|
-
*
|
|
2631
|
+
* 源端数据库类型,mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql等
|
|
2622
2632
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2623
2633
|
*/
|
|
2624
2634
|
SrcDatabaseType: string;
|
|
2625
2635
|
/**
|
|
2626
|
-
*
|
|
2636
|
+
* 源端接入类型,cdb(云数据库)、cvm(云主机自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)
|
|
2627
2637
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2628
2638
|
*/
|
|
2629
2639
|
SrcAccessType: string;
|
|
@@ -2633,17 +2643,17 @@ export interface SyncJobInfo {
|
|
|
2633
2643
|
*/
|
|
2634
2644
|
SrcInfo: Endpoint;
|
|
2635
2645
|
/**
|
|
2636
|
-
*
|
|
2646
|
+
* 目标端地域,如:ap-guangzhou等
|
|
2637
2647
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2638
2648
|
*/
|
|
2639
2649
|
DstRegion: string;
|
|
2640
2650
|
/**
|
|
2641
|
-
*
|
|
2651
|
+
* 目标端数据库类型,mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql等
|
|
2642
2652
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2643
2653
|
*/
|
|
2644
2654
|
DstDatabaseType: string;
|
|
2645
2655
|
/**
|
|
2646
|
-
*
|
|
2656
|
+
* 目标端接入类型,cdb(云数据库)、cvm(云主机自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)
|
|
2647
2657
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2648
2658
|
*/
|
|
2649
2659
|
DstAccessType: string;
|
|
@@ -2653,27 +2663,27 @@ export interface SyncJobInfo {
|
|
|
2653
2663
|
*/
|
|
2654
2664
|
DstInfo: Endpoint;
|
|
2655
2665
|
/**
|
|
2656
|
-
*
|
|
2666
|
+
* 创建时间,格式为 yyyy-mm-dd hh:mm:ss
|
|
2657
2667
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2658
2668
|
*/
|
|
2659
2669
|
CreateTime: string;
|
|
2660
2670
|
/**
|
|
2661
|
-
*
|
|
2671
|
+
* 开始时间,格式为 yyyy-mm-dd hh:mm:ss
|
|
2662
2672
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2663
2673
|
*/
|
|
2664
2674
|
StartTime: string;
|
|
2665
2675
|
/**
|
|
2666
|
-
*
|
|
2676
|
+
* 结束时间,格式为 yyyy-mm-dd hh:mm:ss
|
|
2667
2677
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2668
2678
|
*/
|
|
2669
2679
|
EndTime: string;
|
|
2670
2680
|
/**
|
|
2671
|
-
*
|
|
2681
|
+
* 任务状态,UnInitialized(未初始化)、Initialized(已初始化)、Checking(校验中)、CheckPass(校验通过)、CheckNotPass(校验不通过)、ReadyRunning(准备运行)、Running(运行中)、Pausing(暂停中)、Paused(已暂停)、Stopping(停止中)、Stopped(已停止)、ResumableErr(任务错误)、Resuming(恢复中)、Failed(失败)、Released(已释放)、Resetting(重置中)、Unknown(未知)
|
|
2672
2682
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2673
2683
|
*/
|
|
2674
2684
|
Status: string;
|
|
2675
2685
|
/**
|
|
2676
|
-
*
|
|
2686
|
+
* 标签相关信息
|
|
2677
2687
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2678
2688
|
*/
|
|
2679
2689
|
Tags: Array<TagItem>;
|
|
@@ -2682,6 +2692,26 @@ export interface SyncJobInfo {
|
|
|
2682
2692
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2683
2693
|
*/
|
|
2684
2694
|
Detail: SyncDetailInfo;
|
|
2695
|
+
/**
|
|
2696
|
+
* 用于计费的状态,可能取值有:Normal(正常状态)、Resizing(变配中)、Renewing(续费中)、Isolating(隔离中)、Isolated(已隔离)、Offlining(下线中)、Offlined(已下线)、NotBilled(未计费)、Recovering(解隔离)、PostPay2Prepaying(按量计费转包年包月中)、PrePay2Postpaying(包年包月转按量计费中)
|
|
2697
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2698
|
+
*/
|
|
2699
|
+
TradeStatus: string;
|
|
2700
|
+
/**
|
|
2701
|
+
* 同步链路规格,如micro,small,medium,large
|
|
2702
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2703
|
+
*/
|
|
2704
|
+
InstanceClass: string;
|
|
2705
|
+
/**
|
|
2706
|
+
* 自动续费标识,当PayMode值为PrePay则此项配置有意义,取值为:1(表示自动续费)、0(不自动续费)
|
|
2707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2708
|
+
*/
|
|
2709
|
+
AutoRenew: number;
|
|
2710
|
+
/**
|
|
2711
|
+
* 下线时间,格式为 yyyy-mm-dd hh:mm:ss
|
|
2712
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2713
|
+
*/
|
|
2714
|
+
OfflineTime: string;
|
|
2685
2715
|
}
|
|
2686
2716
|
/**
|
|
2687
2717
|
* 角色对象,postgresql独有参数
|