tencentcloud-sdk-nodejs-tsf 4.1.70 → 4.1.74
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
|
@@ -2942,6 +2942,7 @@ export interface ImageRepository {
|
|
|
2942
2942
|
ApplicationId?: string;
|
|
2943
2943
|
/**
|
|
2944
2944
|
* ApplicationName值(废弃)
|
|
2945
|
+
* @deprecated
|
|
2945
2946
|
*/
|
|
2946
2947
|
ApplicationName?: ScalableRule;
|
|
2947
2948
|
/**
|
|
@@ -3599,10 +3600,12 @@ export interface DeployContainerGroupRequest {
|
|
|
3599
3600
|
RepoType?: string;
|
|
3600
3601
|
/**
|
|
3601
3602
|
* 数据卷信息-废弃,请用VolumeInfoList参数
|
|
3603
|
+
* @deprecated
|
|
3602
3604
|
*/
|
|
3603
3605
|
VolumeInfos?: VolumeInfo;
|
|
3604
3606
|
/**
|
|
3605
3607
|
* 数据卷挂载点信息-废弃,请用VolumeMountInfoList参数
|
|
3608
|
+
* @deprecated
|
|
3606
3609
|
*/
|
|
3607
3610
|
VolumeMountInfos?: VolumeMountInfo;
|
|
3608
3611
|
/**
|
|
@@ -9514,6 +9517,7 @@ export interface ThreadPicture {
|
|
|
9514
9517
|
ThreadActive?: Array<CurvePoint>;
|
|
9515
9518
|
/**
|
|
9516
9519
|
* 守护线程数 拼写错误,废弃
|
|
9520
|
+
* @deprecated
|
|
9517
9521
|
*/
|
|
9518
9522
|
DeamonThreadCount?: Array<CurvePoint>;
|
|
9519
9523
|
/**
|