tencentcloud-sdk-nodejs-tcss 4.1.225 → 4.1.228
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
|
@@ -4260,11 +4260,11 @@ export interface DescribeAbnormalProcessRulesRequest {
|
|
|
4260
4260
|
*/
|
|
4261
4261
|
export interface DescribeAssetImageRegistryListResponse {
|
|
4262
4262
|
/**
|
|
4263
|
-
*
|
|
4263
|
+
* <p>镜像仓库列表</p>
|
|
4264
4264
|
*/
|
|
4265
4265
|
List?: Array<ImageRepoInfo>;
|
|
4266
4266
|
/**
|
|
4267
|
-
*
|
|
4267
|
+
* <p>总数量</p>
|
|
4268
4268
|
*/
|
|
4269
4269
|
TotalCount?: number;
|
|
4270
4270
|
/**
|
|
@@ -8063,32 +8063,31 @@ export interface CreateComplianceTaskResponse {
|
|
|
8063
8063
|
*/
|
|
8064
8064
|
export interface DescribeAssetImageRegistryListRequest {
|
|
8065
8065
|
/**
|
|
8066
|
-
*
|
|
8066
|
+
* <p>需要返回的数量,默认为10,最大值为100</p>
|
|
8067
8067
|
*/
|
|
8068
8068
|
Limit?: number;
|
|
8069
8069
|
/**
|
|
8070
|
-
*
|
|
8070
|
+
* <p>偏移量,默认为0</p>
|
|
8071
8071
|
*/
|
|
8072
8072
|
Offset?: number;
|
|
8073
8073
|
/**
|
|
8074
|
-
*
|
|
8075
|
-
IsAuthorized是否授权,取值全部all,未授权0,已授权1
|
|
8074
|
+
* <p>过滤字段<br>IsAuthorized是否授权,取值全部all,未授权0,已授权1</p>
|
|
8076
8075
|
*/
|
|
8077
8076
|
Filters?: Array<AssetFilters>;
|
|
8078
8077
|
/**
|
|
8079
|
-
*
|
|
8078
|
+
* <p>排序字段</p>
|
|
8080
8079
|
*/
|
|
8081
8080
|
By?: string;
|
|
8082
8081
|
/**
|
|
8083
|
-
*
|
|
8082
|
+
* <p>排序方式,asc,desc</p>
|
|
8084
8083
|
*/
|
|
8085
8084
|
Order?: string;
|
|
8086
8085
|
/**
|
|
8087
|
-
*
|
|
8086
|
+
* <p>是否仅展示各repository最新的镜像, 默认为false</p>
|
|
8088
8087
|
*/
|
|
8089
8088
|
OnlyShowLatest?: boolean;
|
|
8090
8089
|
/**
|
|
8091
|
-
*
|
|
8090
|
+
* <p>是否仅展示运行中容器镜像</p>
|
|
8092
8091
|
*/
|
|
8093
8092
|
IsRunning?: boolean;
|
|
8094
8093
|
}
|