tencentcloud-sdk-nodejs-tione 4.1.45 → 4.1.47
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
|
@@ -831,6 +831,11 @@ export interface Service {
|
|
|
831
831
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
832
832
|
*/
|
|
833
833
|
InstancePerReplicas?: string;
|
|
834
|
+
/**
|
|
835
|
+
* 用于监控查询的Source
|
|
836
|
+
枚举值,部分情况下与CreateSource不同,通过该字段兼容
|
|
837
|
+
*/
|
|
838
|
+
MonitorSource?: string;
|
|
834
839
|
}
|
|
835
840
|
/**
|
|
836
841
|
* 跨租户弹性网卡下Pod调用信息
|
|
@@ -4709,6 +4714,10 @@ export interface ServiceGroup {
|
|
|
4709
4714
|
* 用于监控的创建来源字段
|
|
4710
4715
|
*/
|
|
4711
4716
|
MonitorSource?: string;
|
|
4717
|
+
/**
|
|
4718
|
+
* 子用户的 nickname
|
|
4719
|
+
*/
|
|
4720
|
+
SubUinName?: string;
|
|
4712
4721
|
}
|
|
4713
4722
|
/**
|
|
4714
4723
|
* 服务的限流限速等配置
|
|
@@ -5917,6 +5926,14 @@ export interface Pod {
|
|
|
5917
5926
|
* 实例的状态信息
|
|
5918
5927
|
*/
|
|
5919
5928
|
Status?: string;
|
|
5929
|
+
/**
|
|
5930
|
+
* 实例的开始调度时间
|
|
5931
|
+
*/
|
|
5932
|
+
StartScheduleTime?: string;
|
|
5933
|
+
/**
|
|
5934
|
+
* 实例状态的补充信息
|
|
5935
|
+
*/
|
|
5936
|
+
Message?: string;
|
|
5920
5937
|
}
|
|
5921
5938
|
/**
|
|
5922
5939
|
* DescribeEvents请求参数结构体
|