tencentcloud-sdk-nodejs-cdwch 4.1.71 → 4.1.76
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
|
@@ -1248,7 +1248,7 @@ export interface InstanceInfo {
|
|
|
1248
1248
|
*/
|
|
1249
1249
|
CommonSummary?: NodesSummary;
|
|
1250
1250
|
/**
|
|
1251
|
-
*
|
|
1251
|
+
* 高可用,"true" "false"
|
|
1252
1252
|
*/
|
|
1253
1253
|
HA?: string;
|
|
1254
1254
|
/**
|
|
@@ -1407,6 +1407,10 @@ export interface InstanceInfo {
|
|
|
1407
1407
|
* 是否开启公网clb
|
|
1408
1408
|
*/
|
|
1409
1409
|
HasPublicCloudClb?: boolean;
|
|
1410
|
+
/**
|
|
1411
|
+
* 可升级的zk版本
|
|
1412
|
+
*/
|
|
1413
|
+
UpgradeZkVersions?: string;
|
|
1410
1414
|
}
|
|
1411
1415
|
/**
|
|
1412
1416
|
* DescribeInstanceKeyValConfigs返回参数结构体
|