tencentcloud-sdk-nodejs-tcr 4.1.182 → 4.1.202
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
|
@@ -2845,33 +2845,37 @@ export interface RegistryChargePrepaid {
|
|
|
2845
2845
|
*/
|
|
2846
2846
|
export interface ModifyNamespaceRequest {
|
|
2847
2847
|
/**
|
|
2848
|
-
*
|
|
2848
|
+
* <p>实例Id</p>
|
|
2849
2849
|
*/
|
|
2850
2850
|
RegistryId: string;
|
|
2851
2851
|
/**
|
|
2852
|
-
*
|
|
2852
|
+
* <p>命名空间名称</p>
|
|
2853
2853
|
*/
|
|
2854
2854
|
NamespaceName: string;
|
|
2855
2855
|
/**
|
|
2856
|
-
*
|
|
2856
|
+
* <p>访问级别,True为公开,False为私有</p>
|
|
2857
2857
|
*/
|
|
2858
2858
|
IsPublic?: boolean;
|
|
2859
2859
|
/**
|
|
2860
|
-
*
|
|
2860
|
+
* <p>扫描级别,True为自动,False为手动</p>
|
|
2861
2861
|
*/
|
|
2862
2862
|
IsAutoScan?: boolean;
|
|
2863
2863
|
/**
|
|
2864
|
-
*
|
|
2864
|
+
* <p>阻断开关,True为开放,False为关闭</p>
|
|
2865
2865
|
*/
|
|
2866
2866
|
IsPreventVUL?: boolean;
|
|
2867
2867
|
/**
|
|
2868
|
-
*
|
|
2868
|
+
* <p>阻断漏洞等级,目前仅支持 low、medium、high</p>
|
|
2869
2869
|
*/
|
|
2870
2870
|
Severity?: string;
|
|
2871
2871
|
/**
|
|
2872
|
-
*
|
|
2872
|
+
* <p>漏洞白名单列表</p>
|
|
2873
2873
|
*/
|
|
2874
2874
|
CVEWhitelistItems?: Array<CVEWhitelistItem>;
|
|
2875
|
+
/**
|
|
2876
|
+
* <p>tag列表</p>
|
|
2877
|
+
*/
|
|
2878
|
+
TagSpecification?: TagSpecification;
|
|
2875
2879
|
}
|
|
2876
2880
|
/**
|
|
2877
2881
|
* DeleteImage请求参数结构体
|
|
@@ -3254,80 +3258,74 @@ export interface GCJobInfo {
|
|
|
3254
3258
|
*/
|
|
3255
3259
|
export interface Registry {
|
|
3256
3260
|
/**
|
|
3257
|
-
*
|
|
3261
|
+
* <p>实例ID</p>
|
|
3258
3262
|
*/
|
|
3259
3263
|
RegistryId?: string;
|
|
3260
3264
|
/**
|
|
3261
|
-
*
|
|
3265
|
+
* <p>实例名称</p>
|
|
3262
3266
|
*/
|
|
3263
3267
|
RegistryName?: string;
|
|
3264
3268
|
/**
|
|
3265
|
-
*
|
|
3269
|
+
* <p>实例规格</p>
|
|
3266
3270
|
*/
|
|
3267
3271
|
RegistryType?: string;
|
|
3268
3272
|
/**
|
|
3269
|
-
*
|
|
3270
|
-
Pending, 初始化中
|
|
3271
|
-
Deploying, 创建中
|
|
3272
|
-
Running, 运行中
|
|
3273
|
-
Unhealthy, 状态异常
|
|
3274
|
-
FailedCreated, 创建失败
|
|
3275
|
-
FailedUpdated, 更新失败
|
|
3276
|
-
Bucket-Error, 存储桶异常
|
|
3277
|
-
Isolate, 待回收
|
|
3278
|
-
Deleting, 删除中
|
|
3279
|
-
DeleteBucketFailed, 实例删除存储桶失败
|
|
3280
|
-
DeleteFailed, 实例删除失败
|
|
3273
|
+
* <p>实例状态。有以下状态:<br>Pending, 初始化中<br>Deploying, 创建中<br>Running, 运行中<br>Unhealthy, 状态异常<br>FailedCreated, 创建失败<br>FailedUpdated, 更新失败<br>Bucket-Error, 存储桶异常<br>Isolate, 待回收<br>Deleting, 删除中<br>DeleteBucketFailed, 实例删除存储桶失败<br>DeleteFailed, 实例删除失败</p>
|
|
3281
3274
|
*/
|
|
3282
3275
|
Status?: string;
|
|
3283
3276
|
/**
|
|
3284
|
-
*
|
|
3277
|
+
* <p>实例的公共访问地址</p>
|
|
3285
3278
|
*/
|
|
3286
3279
|
PublicDomain?: string;
|
|
3287
3280
|
/**
|
|
3288
|
-
*
|
|
3281
|
+
* <p>实例创建时间</p>
|
|
3289
3282
|
*/
|
|
3290
3283
|
CreatedAt?: string;
|
|
3291
3284
|
/**
|
|
3292
|
-
*
|
|
3285
|
+
* <p>地域名称</p>
|
|
3293
3286
|
*/
|
|
3294
3287
|
RegionName?: string;
|
|
3295
3288
|
/**
|
|
3296
|
-
*
|
|
3289
|
+
* <p>地域Id</p>
|
|
3297
3290
|
*/
|
|
3298
3291
|
RegionId?: number;
|
|
3299
3292
|
/**
|
|
3300
|
-
*
|
|
3293
|
+
* <p>是否支持匿名</p>
|
|
3301
3294
|
*/
|
|
3302
3295
|
EnableAnonymous?: boolean;
|
|
3303
3296
|
/**
|
|
3304
|
-
* Token
|
|
3297
|
+
* <p>Token有效时间</p>
|
|
3305
3298
|
*/
|
|
3306
3299
|
TokenValidTime?: number;
|
|
3307
3300
|
/**
|
|
3308
|
-
*
|
|
3301
|
+
* <p>实例内部访问地址</p>
|
|
3309
3302
|
*/
|
|
3310
3303
|
InternalEndpoint?: string;
|
|
3311
3304
|
/**
|
|
3312
|
-
*
|
|
3305
|
+
* <p>实例云标签</p>
|
|
3313
3306
|
*/
|
|
3314
3307
|
TagSpecification?: TagSpecification;
|
|
3315
3308
|
/**
|
|
3316
|
-
*
|
|
3309
|
+
* <p>实例过期时间(预付费)</p>
|
|
3317
3310
|
*/
|
|
3318
3311
|
ExpiredAt?: string;
|
|
3319
3312
|
/**
|
|
3320
|
-
*
|
|
3313
|
+
* <p>实例付费类型,0表示后付费,1表示预付费</p>
|
|
3321
3314
|
*/
|
|
3322
3315
|
PayMod?: number;
|
|
3323
3316
|
/**
|
|
3324
|
-
*
|
|
3317
|
+
* <p>预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知</p>
|
|
3325
3318
|
*/
|
|
3326
3319
|
RenewFlag?: number;
|
|
3327
3320
|
/**
|
|
3328
|
-
*
|
|
3321
|
+
* <p>是否开启实例删除保护,false表示不开启</p>
|
|
3329
3322
|
*/
|
|
3330
3323
|
DeletionProtection?: boolean;
|
|
3324
|
+
/**
|
|
3325
|
+
* <p>是否支持AI特性</p>
|
|
3326
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3327
|
+
*/
|
|
3328
|
+
AIFeature?: boolean;
|
|
3331
3329
|
}
|
|
3332
3330
|
/**
|
|
3333
3331
|
* DescribeChartDownloadInfo请求参数结构体
|