tencentcloud-sdk-nodejs-cdb 4.1.20 → 4.1.30

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cdb",
3
- "version": "4.1.20",
3
+ "version": "4.1.30",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -123,7 +123,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
123
123
  */
124
124
  DescribeRollbackTaskDetail(req: DescribeRollbackTaskDetailRequest, cb?: (error: string, rep: DescribeRollbackTaskDetailResponse) => void): Promise<DescribeRollbackTaskDetailResponse>;
125
125
  /**
126
- * 本接口(CheckMigrateCluster)用于高可用实例一键迁移到集群版校验。
126
+ * 本接口(CheckMigrateCluster)用于高可用实例一键迁移到云盘版校验。
127
127
  */
128
128
  CheckMigrateCluster(req: CheckMigrateClusterRequest, cb?: (error: string, rep: CheckMigrateClusterResponse) => void): Promise<CheckMigrateClusterResponse>;
129
129
  /**
@@ -414,7 +414,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
414
414
  */
415
415
  DescribeDBInstanceInfo(req: DescribeDBInstanceInfoRequest, cb?: (error: string, rep: DescribeDBInstanceInfoResponse) => void): Promise<DescribeDBInstanceInfoResponse>;
416
416
  /**
417
- * 本接口(DescribeClusterInfo)用于查询集群版实例信息。
417
+ * 本接口(DescribeClusterInfo)用于查询云盘版实例信息。
418
418
  */
419
419
  DescribeClusterInfo(req: DescribeClusterInfoRequest, cb?: (error: string, rep: DescribeClusterInfoResponse) => void): Promise<DescribeClusterInfoResponse>;
420
420
  /**
@@ -199,7 +199,7 @@ class Client extends TencentCloudCommon.AbstractClient {
199
199
  return this.request("DescribeRollbackTaskDetail", req, cb);
200
200
  }
201
201
  /**
202
- * 本接口(CheckMigrateCluster)用于高可用实例一键迁移到集群版校验。
202
+ * 本接口(CheckMigrateCluster)用于高可用实例一键迁移到云盘版校验。
203
203
  */
204
204
  async CheckMigrateCluster(req, cb) {
205
205
  return this.request("CheckMigrateCluster", req, cb);
@@ -622,7 +622,7 @@ class Client extends TencentCloudCommon.AbstractClient {
622
622
  return this.request("DescribeDBInstanceInfo", req, cb);
623
623
  }
624
624
  /**
625
- * 本接口(DescribeClusterInfo)用于查询集群版实例信息。
625
+ * 本接口(DescribeClusterInfo)用于查询云盘版实例信息。
626
626
  */
627
627
  async DescribeClusterInfo(req, cb) {
628
628
  return this.request("DescribeClusterInfo", req, cb);
@@ -7712,11 +7712,11 @@ export interface CheckMigrateClusterRequest {
7712
7712
  */
7713
7713
  DiskType?: string;
7714
7714
  /**
7715
- * 集群版节点拓扑配置。
7715
+ * 云盘版节点拓扑配置。
7716
7716
  */
7717
7717
  ClusterTopology?: ClusterTopology;
7718
7718
  /**
7719
- * 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" - 标准型集群版实例, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 加强型集群版实例。
7719
+ * 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" - 标准型云盘版实例, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 加强型云盘版实例。
7720
7720
  */
7721
7721
  DeviceType?: string;
7722
7722
  /**
@@ -9141,15 +9141,15 @@ export interface DescribeClusterInfoResponse {
9141
9141
  */
9142
9142
  ClusterName?: string;
9143
9143
  /**
9144
- * 集群读写地址信息。
9144
+ * 云盘版实例的读写地址信息。
9145
9145
  */
9146
9146
  ReadWriteAddress?: AddressInfo;
9147
9147
  /**
9148
- * 集群只读地址信息。
9148
+ * 云盘版实例的只读地址信息。
9149
9149
  */
9150
9150
  ReadOnlyAddress?: Array<AddressInfo>;
9151
9151
  /**
9152
- * 集群节点列表信息。
9152
+ * 云盘版实例的节点列表信息。
9153
9153
  */
9154
9154
  NodeList?: Array<ClusterNodeInfo>;
9155
9155
  /**