tencentcloud-sdk-nodejs-intl-en 3.0.1421 → 3.0.1422

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1421",
3
+ "version": "3.0.1422",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1421";
1
+ const sdkVersion = "3.0.1422";
2
2
  module.exports = sdkVersion
@@ -3144,19 +3144,19 @@ class DescribeAssetImageRegistryRegistryDetailResponse extends AbstractModel {
3144
3144
  this.Url = null;
3145
3145
 
3146
3146
  /**
3147
- * Repository type, which can be `harbor`.
3147
+ * Repository type, which can be `harbor`
3148
3148
  * @type {string || null}
3149
3149
  */
3150
3150
  this.RegistryType = null;
3151
3151
 
3152
3152
  /**
3153
- * warehouse version
3153
+ * Registry version
3154
3154
  * @type {string || null}
3155
3155
  */
3156
3156
  this.RegistryVersion = null;
3157
3157
 
3158
3158
  /**
3159
- * Network type, which can be `public` (public network).
3159
+ * Network type, which can be `public` (public network)
3160
3160
  * @type {string || null}
3161
3161
  */
3162
3162
  this.NetType = null;
@@ -3168,7 +3168,7 @@ class DescribeAssetImageRegistryRegistryDetailResponse extends AbstractModel {
3168
3168
  this.RegistryRegion = null;
3169
3169
 
3170
3170
  /**
3171
- * rate limiting
3171
+ * Rate limiting
3172
3172
  * @type {number || null}
3173
3173
  */
3174
3174
  this.SpeedLimit = null;
@@ -3180,37 +3180,37 @@ class DescribeAssetImageRegistryRegistryDetailResponse extends AbstractModel {
3180
3180
  this.Insecure = null;
3181
3181
 
3182
3182
  /**
3183
- *
3183
+ * Connectivity test results
3184
3184
  * @type {Array.<RegistryConnDetectResult> || null}
3185
3185
  */
3186
3186
  this.ConnDetectDetail = null;
3187
3187
 
3188
3188
  /**
3189
- *
3189
+ * TCR Instance ID
3190
3190
  * @type {string || null}
3191
3191
  */
3192
3192
  this.InstanceID = null;
3193
3193
 
3194
3194
  /**
3195
- * Synchronization method. 0: full synchronization; 1: incremental synchronization.
3195
+ * Synchronization method. 0: full synchronization; 1: incremental synchronization
3196
3196
  * @type {number || null}
3197
3197
  */
3198
3198
  this.SyncMode = null;
3199
3199
 
3200
3200
  /**
3201
- * Whether authorization and scanning are performed automatically. For full synchronization, only images of the latest version are involved. For incremental synchronization, all new images are involved.
3201
+ * Whether authorization and scanning are performed automatically. For full synchronization, only images of the latest version are involved. For incremental synchronization, all new images are involved
3202
3202
  * @type {boolean || null}
3203
3203
  */
3204
3204
  this.NeedScan = null;
3205
3205
 
3206
3206
  /**
3207
- * Webhook access address.
3207
+ * Webhook access address
3208
3208
  * @type {string || null}
3209
3209
  */
3210
3210
  this.WebhookUrl = null;
3211
3211
 
3212
3212
  /**
3213
- * Webhook access token.
3213
+ * Webhook access token.
3214
3214
  * @type {string || null}
3215
3215
  */
3216
3216
  this.WebhookToken = null;