tencentcloud-sdk-nodejs-cdwch 4.1.82 → 4.1.95
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
|
@@ -602,8 +602,7 @@ export interface CreateInstanceNewRequest {
|
|
|
602
602
|
*/
|
|
603
603
|
HAZk?: boolean;
|
|
604
604
|
/**
|
|
605
|
-
* ZK节点
|
|
606
|
-
SpecName从DescribeSpec接口中返回的CommonSpec.Name(ZK节点)获取
|
|
605
|
+
* ZK节点SpecName从DescribeSpec接口中返回的CommonSpec结构体的Name(ZK节点)获取
|
|
607
606
|
*/
|
|
608
607
|
CommonSpec?: NodeSpec;
|
|
609
608
|
/**
|
|
@@ -611,9 +610,13 @@ export interface CreateInstanceNewRequest {
|
|
|
611
610
|
*/
|
|
612
611
|
TagItems?: Array<Tag>;
|
|
613
612
|
/**
|
|
614
|
-
*
|
|
613
|
+
* 副可用区信息
|
|
615
614
|
*/
|
|
616
615
|
SecondaryZoneInfo?: Array<SecondaryZoneInfo>;
|
|
616
|
+
/**
|
|
617
|
+
* default账号登陆实例的密码。8-16个字符,至少包含大写字母、小写字母、数字和特殊字符!@#%^*中的三种,第一个字符不能为特殊字符
|
|
618
|
+
*/
|
|
619
|
+
CkDefaultUserPwd?: string;
|
|
617
620
|
}
|
|
618
621
|
/**
|
|
619
622
|
* 集群分组信息描述
|