tencentcloud-sdk-nodejs-tdmq 4.1.8 → 4.1.9
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
|
@@ -621,6 +621,10 @@ export interface RabbitMQVipInstance {
|
|
|
621
621
|
* 实例类型,0 专享版、1 Serverless 版
|
|
622
622
|
*/
|
|
623
623
|
InstanceType?: number;
|
|
624
|
+
/**
|
|
625
|
+
* 隔离时间,毫秒为单位
|
|
626
|
+
*/
|
|
627
|
+
IsolatedTime?: number;
|
|
624
628
|
}
|
|
625
629
|
/**
|
|
626
630
|
* RabbiteMQ集群基本信息
|
|
@@ -723,6 +727,14 @@ export interface RabbitMQClusterInfo {
|
|
|
723
727
|
* 实例类型,0 专享版、1 Serverless 版
|
|
724
728
|
*/
|
|
725
729
|
InstanceType?: number;
|
|
730
|
+
/**
|
|
731
|
+
* 开始隔离时间
|
|
732
|
+
*/
|
|
733
|
+
IsolatedTime?: number;
|
|
734
|
+
/**
|
|
735
|
+
* 是否为容器实例,默认 true
|
|
736
|
+
*/
|
|
737
|
+
Container?: boolean;
|
|
726
738
|
}
|
|
727
739
|
/**
|
|
728
740
|
* vhost概览统计信息
|