tencentcloud-sdk-nodejs-tsf 4.1.262 → 4.1.268
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
|
@@ -10094,25 +10094,29 @@ export interface DeleteUnitRuleRequest {
|
|
|
10094
10094
|
*/
|
|
10095
10095
|
export interface ApplicationAttribute {
|
|
10096
10096
|
/**
|
|
10097
|
-
*
|
|
10097
|
+
* <p>总实例个数</p>
|
|
10098
10098
|
*/
|
|
10099
10099
|
InstanceCount?: number;
|
|
10100
10100
|
/**
|
|
10101
|
-
*
|
|
10101
|
+
* <p>运行实例个数</p>
|
|
10102
10102
|
*/
|
|
10103
10103
|
RunInstanceCount?: number;
|
|
10104
10104
|
/**
|
|
10105
|
-
*
|
|
10105
|
+
* <p>应用下部署组个数</p>
|
|
10106
10106
|
*/
|
|
10107
10107
|
GroupCount?: number;
|
|
10108
10108
|
/**
|
|
10109
|
-
*
|
|
10109
|
+
* <p>运行中部署组个数</p>
|
|
10110
10110
|
*/
|
|
10111
10111
|
RunningGroupCount?: string;
|
|
10112
10112
|
/**
|
|
10113
|
-
*
|
|
10113
|
+
* <p>异常部署组个数</p>
|
|
10114
10114
|
*/
|
|
10115
10115
|
AbnormalCount?: string;
|
|
10116
|
+
/**
|
|
10117
|
+
* <p>镜像tag数量</p>
|
|
10118
|
+
*/
|
|
10119
|
+
ImageTagCount?: number;
|
|
10116
10120
|
}
|
|
10117
10121
|
/**
|
|
10118
10122
|
* DeletePkgs返回参数结构体
|