tencentcloud-sdk-nodejs-es 4.1.95 → 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
|
@@ -3617,6 +3617,10 @@ export interface InstanceInfo {
|
|
|
3617
3617
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3618
3618
|
*/
|
|
3619
3619
|
EnableDestroyProtection?: string;
|
|
3620
|
+
/**
|
|
3621
|
+
* kibana内网访问地址
|
|
3622
|
+
*/
|
|
3623
|
+
ShowKibanaIpPort?: string;
|
|
3620
3624
|
}
|
|
3621
3625
|
/**
|
|
3622
3626
|
* 数据接入cvm实例信息
|
|
@@ -5489,6 +5493,10 @@ export interface RestartNodesRequest {
|
|
|
5489
5493
|
* 置放群组异步任务时间段
|
|
5490
5494
|
*/
|
|
5491
5495
|
EnableScheduleOperationDuration?: EnableScheduleOperationDuration;
|
|
5496
|
+
/**
|
|
5497
|
+
* 事件id列表
|
|
5498
|
+
*/
|
|
5499
|
+
EventTypeIds?: Array<string>;
|
|
5492
5500
|
}
|
|
5493
5501
|
/**
|
|
5494
5502
|
* DescribeServerlessInstances返回参数结构体
|