tencentcloud-sdk-nodejs-es 4.1.135 → 4.1.138
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
|
@@ -1784,6 +1784,10 @@ export interface UpdateLogstashInstanceRequest {
|
|
|
1784
1784
|
* 可维护时间段
|
|
1785
1785
|
*/
|
|
1786
1786
|
OperationDuration?: OperationDurationUpdated;
|
|
1787
|
+
/**
|
|
1788
|
+
* 多可用区部署
|
|
1789
|
+
*/
|
|
1790
|
+
MultiZoneInfo?: Array<ZoneDetail>;
|
|
1787
1791
|
}
|
|
1788
1792
|
/**
|
|
1789
1793
|
* UpdateRequestTargetNodeTypes请求参数结构体
|
|
@@ -3698,6 +3702,10 @@ export interface InstanceInfo {
|
|
|
3698
3702
|
* 是否为CDZLite可用区
|
|
3699
3703
|
*/
|
|
3700
3704
|
IsCdzLite?: boolean;
|
|
3705
|
+
/**
|
|
3706
|
+
* 集群内网tcp地址
|
|
3707
|
+
*/
|
|
3708
|
+
EsPrivateTcpUrl?: string;
|
|
3701
3709
|
}
|
|
3702
3710
|
/**
|
|
3703
3711
|
* 数据接入cvm实例信息
|