@huaweicloud/huaweicloud-sdk-swr 3.0.36-rc → 3.0.39-rc

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/v2/SwrClient.d.ts CHANGED
@@ -73,6 +73,10 @@ export declare class SwrClient {
73
73
  getPath(): any;
74
74
  /**
75
75
  * 创建镜像自动同步任务
76
+ *
77
+ * 详细说明请参考华为云API Explorer。
78
+ * Please refer to Huawei cloud API Explorer for details.
79
+ *
76
80
  * @summary 创建镜像自动同步任务
77
81
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
78
82
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -84,6 +88,10 @@ export declare class SwrClient {
84
88
  createImageSyncRepo(createImageSyncRepoRequest?: CreateImageSyncRepoRequest): Promise<void>;
85
89
  /**
86
90
  * 手动同步镜像
91
+ *
92
+ * 详细说明请参考华为云API Explorer。
93
+ * Please refer to Huawei cloud API Explorer for details.
94
+ *
87
95
  * @summary 手动同步镜像
88
96
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
89
97
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -95,6 +103,10 @@ export declare class SwrClient {
95
103
  createManualImageSyncRepo(createManualImageSyncRepoRequest?: CreateManualImageSyncRepoRequest): Promise<Array<string>>;
96
104
  /**
97
105
  * 创建组织
106
+ *
107
+ * 详细说明请参考华为云API Explorer。
108
+ * Please refer to Huawei cloud API Explorer for details.
109
+ *
98
110
  * @summary 创建组织
99
111
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
100
112
  * @param {CreateNamespaceRequestBody} createNamespaceRequestBody This is a create Body Object
@@ -104,6 +116,10 @@ export declare class SwrClient {
104
116
  createNamespace(createNamespaceRequest?: CreateNamespaceRequest): Promise<void>;
105
117
  /**
106
118
  * 创建组织权限
119
+ *
120
+ * 详细说明请参考华为云API Explorer。
121
+ * Please refer to Huawei cloud API Explorer for details.
122
+ *
107
123
  * @summary 创建组织权限
108
124
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
109
125
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -114,6 +130,10 @@ export declare class SwrClient {
114
130
  createNamespaceAuth(createNamespaceAuthRequest?: CreateNamespaceAuthRequest): Promise<void>;
115
131
  /**
116
132
  * 在组织下创建镜像仓库。
133
+ *
134
+ * 详细说明请参考华为云API Explorer。
135
+ * Please refer to Huawei cloud API Explorer for details.
136
+ *
117
137
  * @summary 在组织下创建镜像仓库
118
138
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
119
139
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -124,6 +144,10 @@ export declare class SwrClient {
124
144
  createRepo(createRepoRequest?: CreateRepoRequest): Promise<void>;
125
145
  /**
126
146
  * 创建共享帐号。镜像上传后,您可以共享私有镜像给其他帐号,并授予下载该镜像的权限。
147
+ *
148
+ * 详细说明请参考华为云API Explorer。
149
+ * Please refer to Huawei cloud API Explorer for details.
150
+ *
127
151
  * @summary 创建共享帐号
128
152
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
129
153
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -135,6 +159,10 @@ export declare class SwrClient {
135
159
  createRepoDomains(createRepoDomainsRequest?: CreateRepoDomainsRequest): Promise<void>;
136
160
  /**
137
161
  * 创建镜像老化规则
162
+ *
163
+ * 详细说明请参考华为云API Explorer。
164
+ * Please refer to Huawei cloud API Explorer for details.
165
+ *
138
166
  * @summary 创建镜像老化规则
139
167
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
140
168
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -146,6 +174,10 @@ export declare class SwrClient {
146
174
  createRetention(createRetentionRequest?: CreateRetentionRequest): Promise<CreateRetentionResponse>;
147
175
  /**
148
176
  * 调用该接口,通过获取响应消息头的X-Swr-Dockerlogin的值及响应消息体的host值,可生成临时登录指令。
177
+ *
178
+ * 详细说明请参考华为云API Explorer。
179
+ * Please refer to Huawei cloud API Explorer for details.
180
+ *
149
181
  * @summary 生成临时登录指令
150
182
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
151
183
  * @param {string} [projectname] 项目名称,缺省值默认为区域名称,例如:cn-north-1。
@@ -155,6 +187,10 @@ export declare class SwrClient {
155
187
  createSecret(createSecretRequest?: CreateSecretRequest): Promise<CreateSecretResponse>;
156
188
  /**
157
189
  * 创建触发器
190
+ *
191
+ * 详细说明请参考华为云API Explorer。
192
+ * Please refer to Huawei cloud API Explorer for details.
193
+ *
158
194
  * @summary 创建触发器
159
195
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
160
196
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -166,6 +202,10 @@ export declare class SwrClient {
166
202
  createTrigger(createTriggerRequest?: CreateTriggerRequest): Promise<void>;
167
203
  /**
168
204
  * 创建镜像权限
205
+ *
206
+ * 详细说明请参考华为云API Explorer。
207
+ * Please refer to Huawei cloud API Explorer for details.
208
+ *
169
209
  * @summary 创建镜像权限
170
210
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
171
211
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -177,6 +217,10 @@ export declare class SwrClient {
177
217
  createUserRepositoryAuth(createUserRepositoryAuthRequest?: CreateUserRepositoryAuthRequest): Promise<void>;
178
218
  /**
179
219
  * 删除镜像自动同步任务
220
+ *
221
+ * 详细说明请参考华为云API Explorer。
222
+ * Please refer to Huawei cloud API Explorer for details.
223
+ *
180
224
  * @summary 删除镜像自动同步任务
181
225
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
182
226
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -188,6 +232,10 @@ export declare class SwrClient {
188
232
  deleteImageSyncRepo(deleteImageSyncRepoRequest?: DeleteImageSyncRepoRequest): Promise<void>;
189
233
  /**
190
234
  * 删除组织权限
235
+ *
236
+ * 详细说明请参考华为云API Explorer。
237
+ * Please refer to Huawei cloud API Explorer for details.
238
+ *
191
239
  * @summary 删除组织权限
192
240
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
193
241
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -198,6 +246,10 @@ export declare class SwrClient {
198
246
  deleteNamespaceAuth(deleteNamespaceAuthRequest?: DeleteNamespaceAuthRequest): Promise<void>;
199
247
  /**
200
248
  * 删除组织
249
+ *
250
+ * 详细说明请参考华为云API Explorer。
251
+ * Please refer to Huawei cloud API Explorer for details.
252
+ *
201
253
  * @summary 删除组织
202
254
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
203
255
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -207,6 +259,10 @@ export declare class SwrClient {
207
259
  deleteNamespaces(deleteNamespacesRequest?: DeleteNamespacesRequest): Promise<void>;
208
260
  /**
209
261
  * 删除组织下的镜像仓库。
262
+ *
263
+ * 详细说明请参考华为云API Explorer。
264
+ * Please refer to Huawei cloud API Explorer for details.
265
+ *
210
266
  * @summary 删除组织下的镜像仓库
211
267
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
212
268
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -217,6 +273,10 @@ export declare class SwrClient {
217
273
  deleteRepo(deleteRepoRequest?: DeleteRepoRequest): Promise<void>;
218
274
  /**
219
275
  * 删除共享帐号
276
+ *
277
+ * 详细说明请参考华为云API Explorer。
278
+ * Please refer to Huawei cloud API Explorer for details.
279
+ *
220
280
  * @summary 删除共享帐号
221
281
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
222
282
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -228,6 +288,10 @@ export declare class SwrClient {
228
288
  deleteRepoDomains(deleteRepoDomainsRequest?: DeleteRepoDomainsRequest): Promise<void>;
229
289
  /**
230
290
  * 删除镜像仓库中指定tag的镜像
291
+ *
292
+ * 详细说明请参考华为云API Explorer。
293
+ * Please refer to Huawei cloud API Explorer for details.
294
+ *
231
295
  * @summary 删除指定tag的镜像
232
296
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
233
297
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -239,6 +303,10 @@ export declare class SwrClient {
239
303
  deleteRepoTag(deleteRepoTagRequest?: DeleteRepoTagRequest): Promise<void>;
240
304
  /**
241
305
  * 删除镜像老化规则
306
+ *
307
+ * 详细说明请参考华为云API Explorer。
308
+ * Please refer to Huawei cloud API Explorer for details.
309
+ *
242
310
  * @summary 删除镜像老化规则
243
311
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
244
312
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -250,6 +318,10 @@ export declare class SwrClient {
250
318
  deleteRetention(deleteRetentionRequest?: DeleteRetentionRequest): Promise<void>;
251
319
  /**
252
320
  * 删除触发器
321
+ *
322
+ * 详细说明请参考华为云API Explorer。
323
+ * Please refer to Huawei cloud API Explorer for details.
324
+ *
253
325
  * @summary 删除触发器
254
326
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
255
327
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -261,6 +333,10 @@ export declare class SwrClient {
261
333
  deleteTrigger(deleteTriggerRequest?: DeleteTriggerRequest): Promise<void>;
262
334
  /**
263
335
  * 删除镜像权限
336
+ *
337
+ * 详细说明请参考华为云API Explorer。
338
+ * Please refer to Huawei cloud API Explorer for details.
339
+ *
264
340
  * @summary 删除镜像权限
265
341
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
266
342
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -272,7 +348,11 @@ export declare class SwrClient {
272
348
  deleteUserRepositoryAuth(deleteUserRepositoryAuthRequest?: DeleteUserRepositoryAuthRequest): Promise<void>;
273
349
  /**
274
350
  * 获取镜像自动同步任务列表
275
- * @summary 获取镜像自动同步任务列表
351
+ *
352
+ * 详细说明请参考华为云API Explorer。
353
+ * Please refer to Huawei cloud API Explorer for details.
354
+ *
355
+ * @summary 获取镜像自动同步任务信息
276
356
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
277
357
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
278
358
  * @param {string} repository 镜像仓库名称
@@ -282,6 +362,10 @@ export declare class SwrClient {
282
362
  listImageAutoSyncReposDetails(listImageAutoSyncReposDetailsRequest?: ListImageAutoSyncReposDetailsRequest): Promise<Array<SyncRepo>>;
283
363
  /**
284
364
  * 查询组织列表
365
+ *
366
+ * 详细说明请参考华为云API Explorer。
367
+ * Please refer to Huawei cloud API Explorer for details.
368
+ *
285
369
  * @summary 查询组织列表
286
370
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
287
371
  * @param {string} [namespace] 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -291,6 +375,10 @@ export declare class SwrClient {
291
375
  listNamespaces(listNamespacesRequest?: ListNamespacesRequest): Promise<ListNamespacesResponse>;
292
376
  /**
293
377
  * 获取配额信息
378
+ *
379
+ * 详细说明请参考华为云API Explorer。
380
+ * Please refer to Huawei cloud API Explorer for details.
381
+ *
294
382
  * @summary 获取配额信息
295
383
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
296
384
  * @param {*} [options] Override http request option.
@@ -299,6 +387,10 @@ export declare class SwrClient {
299
387
  listQuotas(listQuotasRequest?: ListQuotasRequest): Promise<ListQuotasResponse>;
300
388
  /**
301
389
  * 获取共享帐号列表
390
+ *
391
+ * 详细说明请参考华为云API Explorer。
392
+ * Please refer to Huawei cloud API Explorer for details.
393
+ *
302
394
  * @summary 获取共享帐号列表
303
395
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
304
396
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -309,6 +401,10 @@ export declare class SwrClient {
309
401
  listRepoDomains(listRepoDomainsRequest?: ListRepoDomainsRequest): Promise<Array<ShowRepoDomainsResponse>>;
310
402
  /**
311
403
  * 查询镜像仓库列表
404
+ *
405
+ * 详细说明请参考华为云API Explorer。
406
+ * Please refer to Huawei cloud API Explorer for details.
407
+ *
312
408
  * @summary 查询镜像仓库列表
313
409
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
314
410
  * @param {string} [namespace] 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -321,6 +417,10 @@ export declare class SwrClient {
321
417
  listReposDetails(listReposDetailsRequest?: ListReposDetailsRequest): Promise<Array<ShowReposResp>>;
322
418
  /**
323
419
  * 查询镜像tag列表
420
+ *
421
+ * 详细说明请参考华为云API Explorer。
422
+ * Please refer to Huawei cloud API Explorer for details.
423
+ *
324
424
  * @summary 查询镜像tag列表
325
425
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
326
426
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -336,6 +436,10 @@ export declare class SwrClient {
336
436
  listRepositoryTags(listRepositoryTagsRequest?: ListRepositoryTagsRequest): Promise<Array<ShowReposTagResp>>;
337
437
  /**
338
438
  * 获取镜像老化记录
439
+ *
440
+ * 详细说明请参考华为云API Explorer。
441
+ * Please refer to Huawei cloud API Explorer for details.
442
+ *
339
443
  * @summary 获取镜像老化记录
340
444
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
341
445
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -348,6 +452,10 @@ export declare class SwrClient {
348
452
  listRetentionHistories(listRetentionHistoriesRequest?: ListRetentionHistoriesRequest): Promise<ListRetentionHistoriesResponse>;
349
453
  /**
350
454
  * 获取镜像老化规则列表
455
+ *
456
+ * 详细说明请参考华为云API Explorer。
457
+ * Please refer to Huawei cloud API Explorer for details.
458
+ *
351
459
  * @summary 获取镜像老化规则列表
352
460
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
353
461
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -358,6 +466,10 @@ export declare class SwrClient {
358
466
  listRetentions(listRetentionsRequest?: ListRetentionsRequest): Promise<Array<Retention>>;
359
467
  /**
360
468
  * 查询共享镜像列表
469
+ *
470
+ * 详细说明请参考华为云API Explorer。
471
+ * Please refer to Huawei cloud API Explorer for details.
472
+ *
361
473
  * @summary 查询共享镜像列表
362
474
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
363
475
  * @param {string} [filter] 应填写 center::{center}|limit::{limit}|offset::{offset}|order_column::{order_column}|order_type::{order_type} ,其中{limit}为返回条数,{offset}为起始索引, {order_column}为按列排序,可设置为name、updated_time、tag_count,{order_type}为排序类型,可设置为desc(降序)、asc(升序)
@@ -367,6 +479,10 @@ export declare class SwrClient {
367
479
  listSharedReposDetails(listSharedReposDetailsRequest?: ListSharedReposDetailsRequest): Promise<Array<ShowReposResp>>;
368
480
  /**
369
481
  * 获取镜像仓库下的触发器列表
482
+ *
483
+ * 详细说明请参考华为云API Explorer。
484
+ * Please refer to Huawei cloud API Explorer for details.
485
+ *
370
486
  * @summary 获取镜像仓库下的触发器列表
371
487
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
372
488
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -377,6 +493,10 @@ export declare class SwrClient {
377
493
  listTriggersDetails(listTriggersDetailsRequest?: ListTriggersDetailsRequest): Promise<Array<Trigger>>;
378
494
  /**
379
495
  * 判断共享租户是否存在
496
+ *
497
+ * 详细说明请参考华为云API Explorer。
498
+ * Please refer to Huawei cloud API Explorer for details.
499
+ *
380
500
  * @summary 判断共享帐号是否存在
381
501
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
382
502
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -388,6 +508,10 @@ export declare class SwrClient {
388
508
  showAccessDomain(showAccessDomainRequest?: ShowAccessDomainRequest): Promise<ShowAccessDomainResponse>;
389
509
  /**
390
510
  * 获取组织详情
511
+ *
512
+ * 详细说明请参考华为云API Explorer。
513
+ * Please refer to Huawei cloud API Explorer for details.
514
+ *
391
515
  * @summary 获取组织详情
392
516
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
393
517
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -397,6 +521,10 @@ export declare class SwrClient {
397
521
  showNamespace(showNamespaceRequest?: ShowNamespaceRequest): Promise<ShowNamespaceResponse>;
398
522
  /**
399
523
  * 查询组织权限
524
+ *
525
+ * 详细说明请参考华为云API Explorer。
526
+ * Please refer to Huawei cloud API Explorer for details.
527
+ *
400
528
  * @summary 查询组织权限
401
529
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
402
530
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -406,6 +534,10 @@ export declare class SwrClient {
406
534
  showNamespaceAuth(showNamespaceAuthRequest?: ShowNamespaceAuthRequest): Promise<ShowNamespaceAuthResponse>;
407
535
  /**
408
536
  * 查询镜像仓库概要信息
537
+ *
538
+ * 详细说明请参考华为云API Explorer。
539
+ * Please refer to Huawei cloud API Explorer for details.
540
+ *
409
541
  * @summary 查询镜像仓库概要信息
410
542
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
411
543
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -416,6 +548,10 @@ export declare class SwrClient {
416
548
  showRepository(showRepositoryRequest?: ShowRepositoryRequest): Promise<ShowRepositoryResponse>;
417
549
  /**
418
550
  * 获取镜像老化规则记录
551
+ *
552
+ * 详细说明请参考华为云API Explorer。
553
+ * Please refer to Huawei cloud API Explorer for details.
554
+ *
419
555
  * @summary 获取镜像老化规则记录
420
556
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
421
557
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -427,6 +563,10 @@ export declare class SwrClient {
427
563
  showRetention(showRetentionRequest?: ShowRetentionRequest): Promise<ShowRetentionResponse>;
428
564
  /**
429
565
  * 获取镜像同步任务信息
566
+ *
567
+ * 详细说明请参考华为云API Explorer。
568
+ * Please refer to Huawei cloud API Explorer for details.
569
+ *
430
570
  * @summary 获取镜像同步任务信息
431
571
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
432
572
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -438,6 +578,10 @@ export declare class SwrClient {
438
578
  showSyncJob(showSyncJobRequest?: ShowSyncJobRequest): Promise<Array<SyncJob>>;
439
579
  /**
440
580
  * 获取触发器详情
581
+ *
582
+ * 详细说明请参考华为云API Explorer。
583
+ * Please refer to Huawei cloud API Explorer for details.
584
+ *
441
585
  * @summary 获取触发器详情
442
586
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
443
587
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -449,6 +593,10 @@ export declare class SwrClient {
449
593
  showTrigger(showTriggerRequest?: ShowTriggerRequest): Promise<ShowTriggerResponse>;
450
594
  /**
451
595
  * 查询镜像权限
596
+ *
597
+ * 详细说明请参考华为云API Explorer。
598
+ * Please refer to Huawei cloud API Explorer for details.
599
+ *
452
600
  * @summary 查询镜像权限
453
601
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
454
602
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -459,6 +607,10 @@ export declare class SwrClient {
459
607
  showUserRepositoryAuth(showUserRepositoryAuthRequest?: ShowUserRepositoryAuthRequest): Promise<ShowUserRepositoryAuthResponse>;
460
608
  /**
461
609
  * 更新组织权限
610
+ *
611
+ * 详细说明请参考华为云API Explorer。
612
+ * Please refer to Huawei cloud API Explorer for details.
613
+ *
462
614
  * @summary 更新组织权限
463
615
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
464
616
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -469,6 +621,10 @@ export declare class SwrClient {
469
621
  updateNamespaceAuth(updateNamespaceAuthRequest?: UpdateNamespaceAuthRequest): Promise<void>;
470
622
  /**
471
623
  * 更新租户命名空间下的镜像概要信息,包括镜像类型、是否公有、描述信息
624
+ *
625
+ * 详细说明请参考华为云API Explorer。
626
+ * Please refer to Huawei cloud API Explorer for details.
627
+ *
472
628
  * @summary 更新镜像仓库的概要信息
473
629
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
474
630
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -480,6 +636,10 @@ export declare class SwrClient {
480
636
  updateRepo(updateRepoRequest?: UpdateRepoRequest): Promise<void>;
481
637
  /**
482
638
  * 更新共享帐号
639
+ *
640
+ * 详细说明请参考华为云API Explorer。
641
+ * Please refer to Huawei cloud API Explorer for details.
642
+ *
483
643
  * @summary 更新共享帐号
484
644
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
485
645
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -492,6 +652,10 @@ export declare class SwrClient {
492
652
  updateRepoDomains(updateRepoDomainsRequest?: UpdateRepoDomainsRequest): Promise<void>;
493
653
  /**
494
654
  * 修改镜像老化规则
655
+ *
656
+ * 详细说明请参考华为云API Explorer。
657
+ * Please refer to Huawei cloud API Explorer for details.
658
+ *
495
659
  * @summary 修改镜像老化规则
496
660
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
497
661
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -504,6 +668,10 @@ export declare class SwrClient {
504
668
  updateRetention(updateRetentionRequest?: UpdateRetentionRequest): Promise<void>;
505
669
  /**
506
670
  * 更新触发器配置
671
+ *
672
+ * 详细说明请参考华为云API Explorer。
673
+ * Please refer to Huawei cloud API Explorer for details.
674
+ *
507
675
  * @summary 更新触发器配置
508
676
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
509
677
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -516,6 +684,10 @@ export declare class SwrClient {
516
684
  updateTrigger(updateTriggerRequest?: UpdateTriggerRequest): Promise<void>;
517
685
  /**
518
686
  * 更新镜像权限
687
+ *
688
+ * 详细说明请参考华为云API Explorer。
689
+ * Please refer to Huawei cloud API Explorer for details.
690
+ *
519
691
  * @summary 更新镜像权限
520
692
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
521
693
  * @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
@@ -527,6 +699,10 @@ export declare class SwrClient {
527
699
  updateUserRepositoryAuth(updateUserRepositoryAuthRequest?: UpdateUserRepositoryAuthRequest): Promise<void>;
528
700
  /**
529
701
  * 查询所有API版本信息
702
+ *
703
+ * 详细说明请参考华为云API Explorer。
704
+ * Please refer to Huawei cloud API Explorer for details.
705
+ *
530
706
  * @summary 查询所有API版本信息
531
707
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
532
708
  * @param {*} [options] Override http request option.
@@ -535,6 +711,10 @@ export declare class SwrClient {
535
711
  listApiVersions(listApiVersionsRequest?: ListApiVersionsRequest): Promise<ListApiVersionsResponse>;
536
712
  /**
537
713
  * 查询指定API版本信息
714
+ *
715
+ * 详细说明请参考华为云API Explorer。
716
+ * Please refer to Huawei cloud API Explorer for details.
717
+ *
538
718
  * @summary 查询指定API版本信息
539
719
  * @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset&#x3D;utf-8 application/json
540
720
  * @param {string} apiVersion API版本号。
@@ -546,6 +726,9 @@ export declare class SwrClient {
546
726
  export declare const ParamCreater: () => {
547
727
  /**
548
728
  * 创建镜像自动同步任务
729
+ *
730
+ * 详细说明请参考华为云API Explorer。
731
+ * Please refer to Huawei cloud API Explorer for details.
549
732
  */
550
733
  createImageSyncRepo(createImageSyncRepoRequest?: CreateImageSyncRepoRequest | undefined): {
551
734
  method: string;
@@ -558,6 +741,9 @@ export declare const ParamCreater: () => {
558
741
  };
559
742
  /**
560
743
  * 手动同步镜像
744
+ *
745
+ * 详细说明请参考华为云API Explorer。
746
+ * Please refer to Huawei cloud API Explorer for details.
561
747
  */
562
748
  createManualImageSyncRepo(createManualImageSyncRepoRequest?: CreateManualImageSyncRepoRequest | undefined): {
563
749
  method: string;
@@ -570,6 +756,9 @@ export declare const ParamCreater: () => {
570
756
  };
571
757
  /**
572
758
  * 创建组织
759
+ *
760
+ * 详细说明请参考华为云API Explorer。
761
+ * Please refer to Huawei cloud API Explorer for details.
573
762
  */
574
763
  createNamespace(createNamespaceRequest?: CreateNamespaceRequest | undefined): {
575
764
  method: string;
@@ -582,6 +771,9 @@ export declare const ParamCreater: () => {
582
771
  };
583
772
  /**
584
773
  * 创建组织权限
774
+ *
775
+ * 详细说明请参考华为云API Explorer。
776
+ * Please refer to Huawei cloud API Explorer for details.
585
777
  */
586
778
  createNamespaceAuth(createNamespaceAuthRequest?: CreateNamespaceAuthRequest | undefined): {
587
779
  method: string;
@@ -594,6 +786,9 @@ export declare const ParamCreater: () => {
594
786
  };
595
787
  /**
596
788
  * 在组织下创建镜像仓库。
789
+ *
790
+ * 详细说明请参考华为云API Explorer。
791
+ * Please refer to Huawei cloud API Explorer for details.
597
792
  */
598
793
  createRepo(createRepoRequest?: CreateRepoRequest | undefined): {
599
794
  method: string;
@@ -606,6 +801,9 @@ export declare const ParamCreater: () => {
606
801
  };
607
802
  /**
608
803
  * 创建共享帐号。镜像上传后,您可以共享私有镜像给其他帐号,并授予下载该镜像的权限。
804
+ *
805
+ * 详细说明请参考华为云API Explorer。
806
+ * Please refer to Huawei cloud API Explorer for details.
609
807
  */
610
808
  createRepoDomains(createRepoDomainsRequest?: CreateRepoDomainsRequest | undefined): {
611
809
  method: string;
@@ -618,6 +816,9 @@ export declare const ParamCreater: () => {
618
816
  };
619
817
  /**
620
818
  * 创建镜像老化规则
819
+ *
820
+ * 详细说明请参考华为云API Explorer。
821
+ * Please refer to Huawei cloud API Explorer for details.
621
822
  */
622
823
  createRetention(createRetentionRequest?: CreateRetentionRequest | undefined): {
623
824
  method: string;
@@ -630,6 +831,9 @@ export declare const ParamCreater: () => {
630
831
  };
631
832
  /**
632
833
  * 调用该接口,通过获取响应消息头的X-Swr-Dockerlogin的值及响应消息体的host值,可生成临时登录指令。
834
+ *
835
+ * 详细说明请参考华为云API Explorer。
836
+ * Please refer to Huawei cloud API Explorer for details.
633
837
  */
634
838
  createSecret(createSecretRequest?: CreateSecretRequest | undefined): {
635
839
  method: string;
@@ -642,6 +846,9 @@ export declare const ParamCreater: () => {
642
846
  };
643
847
  /**
644
848
  * 创建触发器
849
+ *
850
+ * 详细说明请参考华为云API Explorer。
851
+ * Please refer to Huawei cloud API Explorer for details.
645
852
  */
646
853
  createTrigger(createTriggerRequest?: CreateTriggerRequest | undefined): {
647
854
  method: string;
@@ -654,6 +861,9 @@ export declare const ParamCreater: () => {
654
861
  };
655
862
  /**
656
863
  * 创建镜像权限
864
+ *
865
+ * 详细说明请参考华为云API Explorer。
866
+ * Please refer to Huawei cloud API Explorer for details.
657
867
  */
658
868
  createUserRepositoryAuth(createUserRepositoryAuthRequest?: CreateUserRepositoryAuthRequest | undefined): {
659
869
  method: string;
@@ -666,6 +876,9 @@ export declare const ParamCreater: () => {
666
876
  };
667
877
  /**
668
878
  * 删除镜像自动同步任务
879
+ *
880
+ * 详细说明请参考华为云API Explorer。
881
+ * Please refer to Huawei cloud API Explorer for details.
669
882
  */
670
883
  deleteImageSyncRepo(deleteImageSyncRepoRequest?: DeleteImageSyncRepoRequest | undefined): {
671
884
  method: string;
@@ -678,6 +891,9 @@ export declare const ParamCreater: () => {
678
891
  };
679
892
  /**
680
893
  * 删除组织权限
894
+ *
895
+ * 详细说明请参考华为云API Explorer。
896
+ * Please refer to Huawei cloud API Explorer for details.
681
897
  */
682
898
  deleteNamespaceAuth(deleteNamespaceAuthRequest?: DeleteNamespaceAuthRequest | undefined): {
683
899
  method: string;
@@ -690,6 +906,9 @@ export declare const ParamCreater: () => {
690
906
  };
691
907
  /**
692
908
  * 删除组织
909
+ *
910
+ * 详细说明请参考华为云API Explorer。
911
+ * Please refer to Huawei cloud API Explorer for details.
693
912
  */
694
913
  deleteNamespaces(deleteNamespacesRequest?: DeleteNamespacesRequest | undefined): {
695
914
  method: string;
@@ -702,6 +921,9 @@ export declare const ParamCreater: () => {
702
921
  };
703
922
  /**
704
923
  * 删除组织下的镜像仓库。
924
+ *
925
+ * 详细说明请参考华为云API Explorer。
926
+ * Please refer to Huawei cloud API Explorer for details.
705
927
  */
706
928
  deleteRepo(deleteRepoRequest?: DeleteRepoRequest | undefined): {
707
929
  method: string;
@@ -714,6 +936,9 @@ export declare const ParamCreater: () => {
714
936
  };
715
937
  /**
716
938
  * 删除共享帐号
939
+ *
940
+ * 详细说明请参考华为云API Explorer。
941
+ * Please refer to Huawei cloud API Explorer for details.
717
942
  */
718
943
  deleteRepoDomains(deleteRepoDomainsRequest?: DeleteRepoDomainsRequest | undefined): {
719
944
  method: string;
@@ -726,6 +951,9 @@ export declare const ParamCreater: () => {
726
951
  };
727
952
  /**
728
953
  * 删除镜像仓库中指定tag的镜像
954
+ *
955
+ * 详细说明请参考华为云API Explorer。
956
+ * Please refer to Huawei cloud API Explorer for details.
729
957
  */
730
958
  deleteRepoTag(deleteRepoTagRequest?: DeleteRepoTagRequest | undefined): {
731
959
  method: string;
@@ -738,6 +966,9 @@ export declare const ParamCreater: () => {
738
966
  };
739
967
  /**
740
968
  * 删除镜像老化规则
969
+ *
970
+ * 详细说明请参考华为云API Explorer。
971
+ * Please refer to Huawei cloud API Explorer for details.
741
972
  */
742
973
  deleteRetention(deleteRetentionRequest?: DeleteRetentionRequest | undefined): {
743
974
  method: string;
@@ -750,6 +981,9 @@ export declare const ParamCreater: () => {
750
981
  };
751
982
  /**
752
983
  * 删除触发器
984
+ *
985
+ * 详细说明请参考华为云API Explorer。
986
+ * Please refer to Huawei cloud API Explorer for details.
753
987
  */
754
988
  deleteTrigger(deleteTriggerRequest?: DeleteTriggerRequest | undefined): {
755
989
  method: string;
@@ -762,6 +996,9 @@ export declare const ParamCreater: () => {
762
996
  };
763
997
  /**
764
998
  * 删除镜像权限
999
+ *
1000
+ * 详细说明请参考华为云API Explorer。
1001
+ * Please refer to Huawei cloud API Explorer for details.
765
1002
  */
766
1003
  deleteUserRepositoryAuth(deleteUserRepositoryAuthRequest?: DeleteUserRepositoryAuthRequest | undefined): {
767
1004
  method: string;
@@ -774,6 +1011,9 @@ export declare const ParamCreater: () => {
774
1011
  };
775
1012
  /**
776
1013
  * 获取镜像自动同步任务列表
1014
+ *
1015
+ * 详细说明请参考华为云API Explorer。
1016
+ * Please refer to Huawei cloud API Explorer for details.
777
1017
  */
778
1018
  listImageAutoSyncReposDetails(listImageAutoSyncReposDetailsRequest?: ListImageAutoSyncReposDetailsRequest | undefined): {
779
1019
  method: string;
@@ -786,6 +1026,9 @@ export declare const ParamCreater: () => {
786
1026
  };
787
1027
  /**
788
1028
  * 查询组织列表
1029
+ *
1030
+ * 详细说明请参考华为云API Explorer。
1031
+ * Please refer to Huawei cloud API Explorer for details.
789
1032
  */
790
1033
  listNamespaces(listNamespacesRequest?: ListNamespacesRequest | undefined): {
791
1034
  method: string;
@@ -798,6 +1041,9 @@ export declare const ParamCreater: () => {
798
1041
  };
799
1042
  /**
800
1043
  * 获取配额信息
1044
+ *
1045
+ * 详细说明请参考华为云API Explorer。
1046
+ * Please refer to Huawei cloud API Explorer for details.
801
1047
  */
802
1048
  listQuotas(listQuotasRequest?: ListQuotasRequest | undefined): {
803
1049
  method: string;
@@ -810,6 +1056,9 @@ export declare const ParamCreater: () => {
810
1056
  };
811
1057
  /**
812
1058
  * 获取共享帐号列表
1059
+ *
1060
+ * 详细说明请参考华为云API Explorer。
1061
+ * Please refer to Huawei cloud API Explorer for details.
813
1062
  */
814
1063
  listRepoDomains(listRepoDomainsRequest?: ListRepoDomainsRequest | undefined): {
815
1064
  method: string;
@@ -822,6 +1071,9 @@ export declare const ParamCreater: () => {
822
1071
  };
823
1072
  /**
824
1073
  * 查询镜像仓库列表
1074
+ *
1075
+ * 详细说明请参考华为云API Explorer。
1076
+ * Please refer to Huawei cloud API Explorer for details.
825
1077
  */
826
1078
  listReposDetails(listReposDetailsRequest?: ListReposDetailsRequest | undefined): {
827
1079
  method: string;
@@ -834,6 +1086,9 @@ export declare const ParamCreater: () => {
834
1086
  };
835
1087
  /**
836
1088
  * 查询镜像tag列表
1089
+ *
1090
+ * 详细说明请参考华为云API Explorer。
1091
+ * Please refer to Huawei cloud API Explorer for details.
837
1092
  */
838
1093
  listRepositoryTags(listRepositoryTagsRequest?: ListRepositoryTagsRequest | undefined): {
839
1094
  method: string;
@@ -846,6 +1101,9 @@ export declare const ParamCreater: () => {
846
1101
  };
847
1102
  /**
848
1103
  * 获取镜像老化记录
1104
+ *
1105
+ * 详细说明请参考华为云API Explorer。
1106
+ * Please refer to Huawei cloud API Explorer for details.
849
1107
  */
850
1108
  listRetentionHistories(listRetentionHistoriesRequest?: ListRetentionHistoriesRequest | undefined): {
851
1109
  method: string;
@@ -858,6 +1116,9 @@ export declare const ParamCreater: () => {
858
1116
  };
859
1117
  /**
860
1118
  * 获取镜像老化规则列表
1119
+ *
1120
+ * 详细说明请参考华为云API Explorer。
1121
+ * Please refer to Huawei cloud API Explorer for details.
861
1122
  */
862
1123
  listRetentions(listRetentionsRequest?: ListRetentionsRequest | undefined): {
863
1124
  method: string;
@@ -870,6 +1131,9 @@ export declare const ParamCreater: () => {
870
1131
  };
871
1132
  /**
872
1133
  * 查询共享镜像列表
1134
+ *
1135
+ * 详细说明请参考华为云API Explorer。
1136
+ * Please refer to Huawei cloud API Explorer for details.
873
1137
  */
874
1138
  listSharedReposDetails(listSharedReposDetailsRequest?: ListSharedReposDetailsRequest | undefined): {
875
1139
  method: string;
@@ -882,6 +1146,9 @@ export declare const ParamCreater: () => {
882
1146
  };
883
1147
  /**
884
1148
  * 获取镜像仓库下的触发器列表
1149
+ *
1150
+ * 详细说明请参考华为云API Explorer。
1151
+ * Please refer to Huawei cloud API Explorer for details.
885
1152
  */
886
1153
  listTriggersDetails(listTriggersDetailsRequest?: ListTriggersDetailsRequest | undefined): {
887
1154
  method: string;
@@ -894,6 +1161,9 @@ export declare const ParamCreater: () => {
894
1161
  };
895
1162
  /**
896
1163
  * 判断共享租户是否存在
1164
+ *
1165
+ * 详细说明请参考华为云API Explorer。
1166
+ * Please refer to Huawei cloud API Explorer for details.
897
1167
  */
898
1168
  showAccessDomain(showAccessDomainRequest?: ShowAccessDomainRequest | undefined): {
899
1169
  method: string;
@@ -906,6 +1176,9 @@ export declare const ParamCreater: () => {
906
1176
  };
907
1177
  /**
908
1178
  * 获取组织详情
1179
+ *
1180
+ * 详细说明请参考华为云API Explorer。
1181
+ * Please refer to Huawei cloud API Explorer for details.
909
1182
  */
910
1183
  showNamespace(showNamespaceRequest?: ShowNamespaceRequest | undefined): {
911
1184
  method: string;
@@ -918,6 +1191,9 @@ export declare const ParamCreater: () => {
918
1191
  };
919
1192
  /**
920
1193
  * 查询组织权限
1194
+ *
1195
+ * 详细说明请参考华为云API Explorer。
1196
+ * Please refer to Huawei cloud API Explorer for details.
921
1197
  */
922
1198
  showNamespaceAuth(showNamespaceAuthRequest?: ShowNamespaceAuthRequest | undefined): {
923
1199
  method: string;
@@ -930,6 +1206,9 @@ export declare const ParamCreater: () => {
930
1206
  };
931
1207
  /**
932
1208
  * 查询镜像仓库概要信息
1209
+ *
1210
+ * 详细说明请参考华为云API Explorer。
1211
+ * Please refer to Huawei cloud API Explorer for details.
933
1212
  */
934
1213
  showRepository(showRepositoryRequest?: ShowRepositoryRequest | undefined): {
935
1214
  method: string;
@@ -942,6 +1221,9 @@ export declare const ParamCreater: () => {
942
1221
  };
943
1222
  /**
944
1223
  * 获取镜像老化规则记录
1224
+ *
1225
+ * 详细说明请参考华为云API Explorer。
1226
+ * Please refer to Huawei cloud API Explorer for details.
945
1227
  */
946
1228
  showRetention(showRetentionRequest?: ShowRetentionRequest | undefined): {
947
1229
  method: string;
@@ -954,6 +1236,9 @@ export declare const ParamCreater: () => {
954
1236
  };
955
1237
  /**
956
1238
  * 获取镜像同步任务信息
1239
+ *
1240
+ * 详细说明请参考华为云API Explorer。
1241
+ * Please refer to Huawei cloud API Explorer for details.
957
1242
  */
958
1243
  showSyncJob(showSyncJobRequest?: ShowSyncJobRequest | undefined): {
959
1244
  method: string;
@@ -966,6 +1251,9 @@ export declare const ParamCreater: () => {
966
1251
  };
967
1252
  /**
968
1253
  * 获取触发器详情
1254
+ *
1255
+ * 详细说明请参考华为云API Explorer。
1256
+ * Please refer to Huawei cloud API Explorer for details.
969
1257
  */
970
1258
  showTrigger(showTriggerRequest?: ShowTriggerRequest | undefined): {
971
1259
  method: string;
@@ -978,6 +1266,9 @@ export declare const ParamCreater: () => {
978
1266
  };
979
1267
  /**
980
1268
  * 查询镜像权限
1269
+ *
1270
+ * 详细说明请参考华为云API Explorer。
1271
+ * Please refer to Huawei cloud API Explorer for details.
981
1272
  */
982
1273
  showUserRepositoryAuth(showUserRepositoryAuthRequest?: ShowUserRepositoryAuthRequest | undefined): {
983
1274
  method: string;
@@ -990,6 +1281,9 @@ export declare const ParamCreater: () => {
990
1281
  };
991
1282
  /**
992
1283
  * 更新组织权限
1284
+ *
1285
+ * 详细说明请参考华为云API Explorer。
1286
+ * Please refer to Huawei cloud API Explorer for details.
993
1287
  */
994
1288
  updateNamespaceAuth(updateNamespaceAuthRequest?: UpdateNamespaceAuthRequest | undefined): {
995
1289
  method: string;
@@ -1002,6 +1296,9 @@ export declare const ParamCreater: () => {
1002
1296
  };
1003
1297
  /**
1004
1298
  * 更新租户命名空间下的镜像概要信息,包括镜像类型、是否公有、描述信息
1299
+ *
1300
+ * 详细说明请参考华为云API Explorer。
1301
+ * Please refer to Huawei cloud API Explorer for details.
1005
1302
  */
1006
1303
  updateRepo(updateRepoRequest?: UpdateRepoRequest | undefined): {
1007
1304
  method: string;
@@ -1014,6 +1311,9 @@ export declare const ParamCreater: () => {
1014
1311
  };
1015
1312
  /**
1016
1313
  * 更新共享帐号
1314
+ *
1315
+ * 详细说明请参考华为云API Explorer。
1316
+ * Please refer to Huawei cloud API Explorer for details.
1017
1317
  */
1018
1318
  updateRepoDomains(updateRepoDomainsRequest?: UpdateRepoDomainsRequest | undefined): {
1019
1319
  method: string;
@@ -1026,6 +1326,9 @@ export declare const ParamCreater: () => {
1026
1326
  };
1027
1327
  /**
1028
1328
  * 修改镜像老化规则
1329
+ *
1330
+ * 详细说明请参考华为云API Explorer。
1331
+ * Please refer to Huawei cloud API Explorer for details.
1029
1332
  */
1030
1333
  updateRetention(updateRetentionRequest?: UpdateRetentionRequest | undefined): {
1031
1334
  method: string;
@@ -1038,6 +1341,9 @@ export declare const ParamCreater: () => {
1038
1341
  };
1039
1342
  /**
1040
1343
  * 更新触发器配置
1344
+ *
1345
+ * 详细说明请参考华为云API Explorer。
1346
+ * Please refer to Huawei cloud API Explorer for details.
1041
1347
  */
1042
1348
  updateTrigger(updateTriggerRequest?: UpdateTriggerRequest | undefined): {
1043
1349
  method: string;
@@ -1050,6 +1356,9 @@ export declare const ParamCreater: () => {
1050
1356
  };
1051
1357
  /**
1052
1358
  * 更新镜像权限
1359
+ *
1360
+ * 详细说明请参考华为云API Explorer。
1361
+ * Please refer to Huawei cloud API Explorer for details.
1053
1362
  */
1054
1363
  updateUserRepositoryAuth(updateUserRepositoryAuthRequest?: UpdateUserRepositoryAuthRequest | undefined): {
1055
1364
  method: string;
@@ -1062,6 +1371,9 @@ export declare const ParamCreater: () => {
1062
1371
  };
1063
1372
  /**
1064
1373
  * 查询所有API版本信息
1374
+ *
1375
+ * 详细说明请参考华为云API Explorer。
1376
+ * Please refer to Huawei cloud API Explorer for details.
1065
1377
  */
1066
1378
  listApiVersions(listApiVersionsRequest?: ListApiVersionsRequest | undefined): {
1067
1379
  method: string;
@@ -1074,6 +1386,9 @@ export declare const ParamCreater: () => {
1074
1386
  };
1075
1387
  /**
1076
1388
  * 查询指定API版本信息
1389
+ *
1390
+ * 详细说明请参考华为云API Explorer。
1391
+ * Please refer to Huawei cloud API Explorer for details.
1077
1392
  */
1078
1393
  showApiVersion(showApiVersionRequest?: ShowApiVersionRequest | undefined): {
1079
1394
  method: string;