tencentcloud-sdk-nodejs-tse 4.1.78 → 4.1.98
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
@@ -8090,6 +8090,14 @@ export interface CreateEngineRequest {
|
|
8090
8090
|
* ZK引擎实例,可用区分布约束,STRICT:强约束,PERMISSIVE: 弱约束
|
8091
8091
|
*/
|
8092
8092
|
AffinityConstraint?: string;
|
8093
|
+
/**
|
8094
|
+
* 指定zone id列表
|
8095
|
+
*/
|
8096
|
+
ZoneIds?: Array<number | bigint>;
|
8097
|
+
/**
|
8098
|
+
* 地域特殊标签,用于区分相同地域,不通的业务属性
|
8099
|
+
*/
|
8100
|
+
EngineRegionTag?: string;
|
8093
8101
|
}
|
8094
8102
|
/**
|
8095
8103
|
* kong服务路由列表
|