tencentcloud-sdk-nodejs-tcr 4.1.203 → 4.1.224
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
|
@@ -448,7 +448,7 @@ export interface RetentionRule {
|
|
|
448
448
|
*/
|
|
449
449
|
export interface CreateInstanceResponse {
|
|
450
450
|
/**
|
|
451
|
-
*
|
|
451
|
+
* <p>企业版实例Id</p>
|
|
452
452
|
*/
|
|
453
453
|
RegistryId?: string;
|
|
454
454
|
/**
|
|
@@ -3080,37 +3080,41 @@ export interface RepositoryInfoResp {
|
|
|
3080
3080
|
*/
|
|
3081
3081
|
export interface CreateInstanceRequest {
|
|
3082
3082
|
/**
|
|
3083
|
-
*
|
|
3083
|
+
* <p>企业版实例名称</p>
|
|
3084
3084
|
*/
|
|
3085
3085
|
RegistryName: string;
|
|
3086
3086
|
/**
|
|
3087
|
-
*
|
|
3087
|
+
* <p>企业版实例类型(basic 基础版;standard 标准版;premium 高级版)</p>
|
|
3088
3088
|
*/
|
|
3089
3089
|
RegistryType: string;
|
|
3090
3090
|
/**
|
|
3091
|
-
*
|
|
3091
|
+
* <p>云标签描述</p>
|
|
3092
3092
|
*/
|
|
3093
3093
|
TagSpecification?: TagSpecification;
|
|
3094
3094
|
/**
|
|
3095
|
-
*
|
|
3095
|
+
* <p>实例计费类型,0表示按量计费,1表示预付费,默认为按量计费</p>
|
|
3096
3096
|
*/
|
|
3097
3097
|
RegistryChargeType?: number;
|
|
3098
3098
|
/**
|
|
3099
|
-
*
|
|
3099
|
+
* <p>预付费自动续费标识和购买时长</p>
|
|
3100
3100
|
*/
|
|
3101
3101
|
RegistryChargePrepaid?: RegistryChargePrepaid;
|
|
3102
3102
|
/**
|
|
3103
|
-
*
|
|
3103
|
+
* <p>是否同步TCR云标签至生成的COS Bucket</p>
|
|
3104
3104
|
*/
|
|
3105
3105
|
SyncTag?: boolean;
|
|
3106
3106
|
/**
|
|
3107
|
-
*
|
|
3107
|
+
* <p>是否开启Cos桶多AZ特性</p>
|
|
3108
3108
|
*/
|
|
3109
3109
|
EnableCosMAZ?: boolean;
|
|
3110
3110
|
/**
|
|
3111
|
-
*
|
|
3111
|
+
* <p>是否开启实例删除保护</p>
|
|
3112
3112
|
*/
|
|
3113
3113
|
DeletionProtection?: boolean;
|
|
3114
|
+
/**
|
|
3115
|
+
* <p>是否开启cos桶多版本控制</p>
|
|
3116
|
+
*/
|
|
3117
|
+
EnableCosVersioning?: boolean;
|
|
3114
3118
|
}
|
|
3115
3119
|
/**
|
|
3116
3120
|
* DescribeReplicationPolicies返回参数结构体
|
|
@@ -3326,6 +3330,14 @@ export interface Registry {
|
|
|
3326
3330
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3327
3331
|
*/
|
|
3328
3332
|
AIFeature?: boolean;
|
|
3333
|
+
/**
|
|
3334
|
+
* <p>cos桶是否开启多AZ特性</p>
|
|
3335
|
+
*/
|
|
3336
|
+
EnableCosMAZ?: boolean;
|
|
3337
|
+
/**
|
|
3338
|
+
* <p>cos桶是否开启版本控制</p>
|
|
3339
|
+
*/
|
|
3340
|
+
EnableCosVersioning?: boolean;
|
|
3329
3341
|
}
|
|
3330
3342
|
/**
|
|
3331
3343
|
* DescribeChartDownloadInfo请求参数结构体
|