tencentcloud-sdk-nodejs-cdb 4.1.161 → 4.1.168
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
|
@@ -4037,7 +4037,7 @@ export interface DescribeDBInstanceConfigResponse {
|
|
|
4037
4037
|
*/
|
|
4038
4038
|
DeployMode?: number;
|
|
4039
4039
|
/**
|
|
4040
|
-
* 实例可用区信息,格式如 "ap-shanghai-
|
|
4040
|
+
* 实例可用区信息,格式如 "ap-shanghai-2"。
|
|
4041
4041
|
*/
|
|
4042
4042
|
Zone?: string;
|
|
4043
4043
|
/**
|
|
@@ -4068,7 +4068,7 @@ export interface SlaveConfig {
|
|
|
4068
4068
|
*/
|
|
4069
4069
|
ReplicationMode?: string;
|
|
4070
4070
|
/**
|
|
4071
|
-
* 从库可用区的正式名称,如ap-shanghai-
|
|
4071
|
+
* 从库可用区的正式名称,如 ap-shanghai-2
|
|
4072
4072
|
*/
|
|
4073
4073
|
Zone?: string;
|
|
4074
4074
|
}
|
|
@@ -7340,7 +7340,7 @@ export interface RoInstanceInfo {
|
|
|
7340
7340
|
*/
|
|
7341
7341
|
Region?: string;
|
|
7342
7342
|
/**
|
|
7343
|
-
* RO可用区的正式名称,如ap-shanghai-
|
|
7343
|
+
* RO可用区的正式名称,如 ap-shanghai-2
|
|
7344
7344
|
*/
|
|
7345
7345
|
Zone?: string;
|
|
7346
7346
|
/**
|
|
@@ -10356,7 +10356,7 @@ export interface BackupConfig {
|
|
|
10356
10356
|
*/
|
|
10357
10357
|
ReplicationMode?: string;
|
|
10358
10358
|
/**
|
|
10359
|
-
* 第二个从库可用区的正式名称,如ap-shanghai-
|
|
10359
|
+
* 第二个从库可用区的正式名称,如 ap-shanghai-2
|
|
10360
10360
|
*/
|
|
10361
10361
|
Zone?: string;
|
|
10362
10362
|
/**
|