tencentcloud-sdk-nodejs-tcss 4.1.246 → 4.1.259
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
|
@@ -1427,67 +1427,67 @@ export interface DescribeVulDefencePluginResponse {
|
|
|
1427
1427
|
*/
|
|
1428
1428
|
export interface DescribeAssetImageRegistryRegistryDetailResponse {
|
|
1429
1429
|
/**
|
|
1430
|
-
*
|
|
1430
|
+
* <p>仓库名</p>
|
|
1431
1431
|
*/
|
|
1432
1432
|
Name?: string;
|
|
1433
1433
|
/**
|
|
1434
|
-
*
|
|
1434
|
+
* <p>用户名</p>
|
|
1435
1435
|
*/
|
|
1436
1436
|
Username?: string;
|
|
1437
1437
|
/**
|
|
1438
|
-
*
|
|
1438
|
+
* <p>密码</p>
|
|
1439
1439
|
*/
|
|
1440
1440
|
Password?: string;
|
|
1441
1441
|
/**
|
|
1442
|
-
*
|
|
1442
|
+
* <p>仓库url</p>
|
|
1443
1443
|
*/
|
|
1444
1444
|
Url?: string;
|
|
1445
1445
|
/**
|
|
1446
|
-
*
|
|
1446
|
+
* <p>仓库类型,列表:harbor</p>
|
|
1447
1447
|
*/
|
|
1448
1448
|
RegistryType?: string;
|
|
1449
1449
|
/**
|
|
1450
|
-
*
|
|
1450
|
+
* <p>仓库版本</p>
|
|
1451
1451
|
*/
|
|
1452
1452
|
RegistryVersion?: string;
|
|
1453
1453
|
/**
|
|
1454
|
-
*
|
|
1454
|
+
* <p>网络类型,列表:public(公网),private(私网)</p>
|
|
1455
1455
|
*/
|
|
1456
1456
|
NetType?: string;
|
|
1457
1457
|
/**
|
|
1458
|
-
*
|
|
1458
|
+
* <p>区域,列表:default(默认)</p>
|
|
1459
1459
|
*/
|
|
1460
1460
|
RegistryRegion?: string;
|
|
1461
1461
|
/**
|
|
1462
|
-
*
|
|
1462
|
+
* <p>限速</p>
|
|
1463
1463
|
*/
|
|
1464
1464
|
SpeedLimit?: number;
|
|
1465
1465
|
/**
|
|
1466
|
-
*
|
|
1466
|
+
* <p>安全模式(证书校验):0(默认) 非安全模式(跳过证书校验):1</p>
|
|
1467
1467
|
*/
|
|
1468
1468
|
Insecure?: number;
|
|
1469
1469
|
/**
|
|
1470
|
-
*
|
|
1470
|
+
* <p>联通性检测结果详情</p>
|
|
1471
1471
|
*/
|
|
1472
1472
|
ConnDetectDetail?: Array<RegistryConnDetectResult>;
|
|
1473
1473
|
/**
|
|
1474
|
-
* tcr情况下instance_id
|
|
1474
|
+
* <p>tcr情况下instance_id</p>
|
|
1475
1475
|
*/
|
|
1476
1476
|
InstanceID?: string;
|
|
1477
1477
|
/**
|
|
1478
|
-
*
|
|
1478
|
+
* <p>同步方式,0全量同步,1增量同步</p>
|
|
1479
1479
|
*/
|
|
1480
1480
|
SyncMode?: number;
|
|
1481
1481
|
/**
|
|
1482
|
-
*
|
|
1482
|
+
* <p>是否自动授权&扫描,选择全量同步时只针对最新版本镜像,增量同步时则包含所有新增镜像</p>
|
|
1483
1483
|
*/
|
|
1484
1484
|
NeedScan?: boolean;
|
|
1485
1485
|
/**
|
|
1486
|
-
* webhook
|
|
1486
|
+
* <p>webhook接入地址</p>
|
|
1487
1487
|
*/
|
|
1488
1488
|
WebhookUrl?: string;
|
|
1489
1489
|
/**
|
|
1490
|
-
* webhook接入token
|
|
1490
|
+
* <p>webhook接入token</p>
|
|
1491
1491
|
*/
|
|
1492
1492
|
WebhookToken?: string;
|
|
1493
1493
|
/**
|
|
@@ -6014,7 +6014,7 @@ export interface CreateAssetImageRegistryScanTaskOneKeyRequest {
|
|
|
6014
6014
|
*/
|
|
6015
6015
|
export interface RemoveAssetImageRegistryRegistryDetailRequest {
|
|
6016
6016
|
/**
|
|
6017
|
-
*
|
|
6017
|
+
* <p>仓库唯一id</p>
|
|
6018
6018
|
*/
|
|
6019
6019
|
RegistryId: number;
|
|
6020
6020
|
}
|
|
@@ -22604,7 +22604,7 @@ export interface DescribeAssetImageRegistryScanStatusOneKeyResponse {
|
|
|
22604
22604
|
*/
|
|
22605
22605
|
export interface DescribeAssetImageRegistryRegistryDetailRequest {
|
|
22606
22606
|
/**
|
|
22607
|
-
*
|
|
22607
|
+
* <p>仓库唯一id</p>
|
|
22608
22608
|
*/
|
|
22609
22609
|
RegistryId: number;
|
|
22610
22610
|
}
|