tencentcloud-sdk-nodejs-tcb 4.0.1011 → 4.0.1054

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.
@@ -69,9 +69,8 @@ export interface DescribeEnvLimitResponse {
69
69
  export interface DescribeCloudBaseRunAllVpcsResponse {
70
70
  /**
71
71
  * 所有vpcid
72
- 注意:此字段可能返回 null,表示取不到有效值。
73
72
  */
74
- Vpcs: Array<string>;
73
+ Vpcs?: Array<string>;
75
74
  /**
76
75
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
77
76
  */
@@ -232,7 +231,6 @@ export interface DescribeEnvDealRegionResponse {
232
231
  export interface DeleteCloudBaseRunServerVersionResponse {
233
232
  /**
234
233
  * 返回结果,succ为成功
235
- 注意:此字段可能返回 null,表示取不到有效值。
236
234
  */
237
235
  Result?: string;
238
236
  /**
@@ -250,12 +248,10 @@ export interface RollUpdateCloudBaseRunServerVersionResponse {
250
248
  Result?: string;
251
249
  /**
252
250
  * 滚动更新的VersionName
253
- 注意:此字段可能返回 null,表示取不到有效值。
254
251
  */
255
252
  VersionName?: string;
256
253
  /**
257
254
  * 操作记录id
258
- 注意:此字段可能返回 null,表示取不到有效值。
259
255
  */
260
256
  RunId?: string;
261
257
  /**
@@ -514,17 +510,14 @@ export interface DescribeCloudBaseBuildServiceResponse {
514
510
  PackageVersion?: string;
515
511
  /**
516
512
  * 下载链接
517
- 注意:此字段可能返回 null,表示取不到有效值。
518
513
  */
519
514
  DownloadUrl?: string;
520
515
  /**
521
516
  * 下载Httpheader
522
- 注意:此字段可能返回 null,表示取不到有效值。
523
517
  */
524
518
  DownloadHeaders?: Array<KVPair>;
525
519
  /**
526
520
  * 下载链接是否过期
527
- 注意:此字段可能返回 null,表示取不到有效值。
528
521
  */
529
522
  OutDate?: boolean;
530
523
  /**
@@ -571,7 +564,6 @@ export interface DescribeCloudBaseRunPodListResponse {
571
564
  TotalCount?: number;
572
565
  /**
573
566
  * 容器列表
574
- 注意:此字段可能返回 null,表示取不到有效值。
575
567
  */
576
568
  PodList?: Array<CloudBaseRunVersionPod>;
577
569
  /**
@@ -1365,17 +1357,14 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1365
1357
  VersionName?: string;
1366
1358
  /**
1367
1359
  * 备注
1368
- 注意:此字段可能返回 null,表示取不到有效值。
1369
1360
  */
1370
1361
  Remark?: string;
1371
1362
  /**
1372
1363
  * Dockefile的路径
1373
- 注意:此字段可能返回 null,表示取不到有效值。
1374
1364
  */
1375
1365
  DockerfilePath?: string;
1376
1366
  /**
1377
1367
  * DockerBuild的目录
1378
- 注意:此字段可能返回 null,表示取不到有效值。
1379
1368
  */
1380
1369
  BuildDir?: string;
1381
1370
  /**
@@ -1404,7 +1393,6 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1404
1393
  PolicyThreshold?: number;
1405
1394
  /**
1406
1395
  * 环境变量
1407
- 注意:此字段可能返回 null,表示取不到有效值。
1408
1396
  */
1409
1397
  EnvParams?: string;
1410
1398
  /**
@@ -1417,62 +1405,50 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1417
1405
  UpdatedTime?: string;
1418
1406
  /**
1419
1407
  * 版本的IP
1420
- 注意:此字段可能返回 null,表示取不到有效值。
1421
1408
  */
1422
1409
  VersionIP?: string;
1423
1410
  /**
1424
1411
  * 版本的端口号
1425
- 注意:此字段可能返回 null,表示取不到有效值。
1426
1412
  */
1427
1413
  VersionPort?: number;
1428
1414
  /**
1429
1415
  * 版本状态
1430
- 注意:此字段可能返回 null,表示取不到有效值。
1431
1416
  */
1432
1417
  Status?: string;
1433
1418
  /**
1434
1419
  * 代码包的名字
1435
- 注意:此字段可能返回 null,表示取不到有效值。
1436
1420
  */
1437
1421
  PackageName?: string;
1438
1422
  /**
1439
1423
  * 代码版本的名字
1440
- 注意:此字段可能返回 null,表示取不到有效值。
1441
1424
  */
1442
1425
  PackageVersion?: string;
1443
1426
  /**
1444
1427
  * 枚举(package/repository/image)
1445
- 注意:此字段可能返回 null,表示取不到有效值。
1446
1428
  */
1447
1429
  UploadType?: string;
1448
1430
  /**
1449
1431
  * Repo的类型(gitlab/github/coding)
1450
- 注意:此字段可能返回 null,表示取不到有效值。
1451
1432
  */
1452
1433
  RepoType?: string;
1453
1434
  /**
1454
1435
  * 地址
1455
- 注意:此字段可能返回 null,表示取不到有效值。
1456
1436
  */
1457
1437
  Repo?: string;
1458
1438
  /**
1459
1439
  * 分支
1460
- 注意:此字段可能返回 null,表示取不到有效值。
1461
1440
  */
1462
1441
  Branch?: string;
1463
1442
  /**
1464
1443
  * 服务名字
1465
- 注意:此字段可能返回 null,表示取不到有效值。
1466
1444
  */
1467
1445
  ServerName?: string;
1468
1446
  /**
1469
1447
  * 是否对于外网开放
1470
- 注意:此字段可能返回 null,表示取不到有效值。
1471
1448
  */
1472
1449
  IsPublic?: boolean;
1473
1450
  /**
1474
1451
  * vpc id
1475
- 注意:此字段可能返回 null,表示取不到有效值。
1476
1452
  */
1477
1453
  VpcId?: string;
1478
1454
  /**
@@ -1482,52 +1458,42 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1482
1458
  SubnetIds?: Array<string>;
1483
1459
  /**
1484
1460
  * 日志采集路径
1485
- 注意:此字段可能返回 null,表示取不到有效值。
1486
1461
  */
1487
1462
  CustomLogs?: string;
1488
1463
  /**
1489
1464
  * 监听端口
1490
- 注意:此字段可能返回 null,表示取不到有效值。
1491
1465
  */
1492
1466
  ContainerPort?: number;
1493
1467
  /**
1494
1468
  * 延迟多长时间开始健康检查(单位s)
1495
- 注意:此字段可能返回 null,表示取不到有效值。
1496
1469
  */
1497
1470
  InitialDelaySeconds?: number;
1498
1471
  /**
1499
1472
  * 镜像地址
1500
- 注意:此字段可能返回 null,表示取不到有效值。
1501
1473
  */
1502
1474
  ImageUrl?: string;
1503
1475
  /**
1504
1476
  * CPU 大小
1505
- 注意:此字段可能返回 null,表示取不到有效值。
1506
1477
  */
1507
1478
  CpuSize?: number;
1508
1479
  /**
1509
1480
  * MEM 大小
1510
- 注意:此字段可能返回 null,表示取不到有效值。
1511
1481
  */
1512
1482
  MemSize?: number;
1513
1483
  /**
1514
1484
  * 是否有Dockerfile:0-default has, 1-has, 2-has not
1515
- 注意:此字段可能返回 null,表示取不到有效值。
1516
1485
  */
1517
1486
  HasDockerfile?: number;
1518
1487
  /**
1519
1488
  * 基础镜像
1520
- 注意:此字段可能返回 null,表示取不到有效值。
1521
1489
  */
1522
1490
  BaseImage?: string;
1523
1491
  /**
1524
1492
  * 容器启动入口命令
1525
- 注意:此字段可能返回 null,表示取不到有效值。
1526
1493
  */
1527
1494
  EntryPoint?: string;
1528
1495
  /**
1529
1496
  * 仓库语言
1530
- 注意:此字段可能返回 null,表示取不到有效值。
1531
1497
  */
1532
1498
  RepoLanguage?: string;
1533
1499
  /**
@@ -1542,7 +1508,6 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1542
1508
  TkeClusterInfo?: TkeClusterInfo;
1543
1509
  /**
1544
1510
  * 版本工作负载类型;deployment/deamonset
1545
- 注意:此字段可能返回 null,表示取不到有效值。
1546
1511
  */
1547
1512
  TkeWorkloadType?: string;
1548
1513
  /**
@@ -2426,7 +2391,6 @@ export interface CloudBaseRunImageSecretInfo {
2426
2391
  export interface CreateCloudBaseRunResourceResponse {
2427
2392
  /**
2428
2393
  * 返回集群创建是否成功 succ为成功。并且中间无err
2429
- 注意:此字段可能返回 null,表示取不到有效值。
2430
2394
  */
2431
2395
  Result?: string;
2432
2396
  /**
@@ -2579,7 +2543,6 @@ export interface PostPaidEnvDeductInfo {
2579
2543
  export interface ModifyCloudBaseRunServerFlowConfResponse {
2580
2544
  /**
2581
2545
  * 返回结果,succ代表成功
2582
- 注意:此字段可能返回 null,表示取不到有效值。
2583
2546
  */
2584
2547
  Result?: string;
2585
2548
  /**
@@ -2593,12 +2556,10 @@ export interface ModifyCloudBaseRunServerFlowConfResponse {
2593
2556
  export interface DescribeCloudBaseRunOperationTypesResponse {
2594
2557
  /**
2595
2558
  * 操作类型
2596
- 注意:此字段可能返回 null,表示取不到有效值。
2597
2559
  */
2598
2560
  Action?: Array<string>;
2599
2561
  /**
2600
2562
  * 服务名列表
2601
- 注意:此字段可能返回 null,表示取不到有效值。
2602
2563
  */
2603
2564
  ServerName?: Array<string>;
2604
2565
  /**
@@ -2633,7 +2594,6 @@ export interface SpecialCostItem {
2633
2594
  export interface EstablishCloudBaseRunServerResponse {
2634
2595
  /**
2635
2596
  * 创建服务是否成功
2636
- 注意:此字段可能返回 null,表示取不到有效值。
2637
2597
  */
2638
2598
  Result?: string;
2639
2599
  /**
@@ -3787,27 +3747,22 @@ export interface StaticStorageInfo {
3787
3747
  export interface DescribeCloudBaseRunResourceForExtendResponse {
3788
3748
  /**
3789
3749
  * 集群状态(creating/succ)
3790
- 注意:此字段可能返回 null,表示取不到有效值。
3791
3750
  */
3792
3751
  ClusterStatus?: string;
3793
3752
  /**
3794
3753
  * 虚拟集群ID
3795
- 注意:此字段可能返回 null,表示取不到有效值。
3796
3754
  */
3797
3755
  VirtualClusterId?: string;
3798
3756
  /**
3799
3757
  * vpc id信息
3800
- 注意:此字段可能返回 null,表示取不到有效值。
3801
3758
  */
3802
3759
  VpcId?: string;
3803
3760
  /**
3804
3761
  * 地域信息
3805
- 注意:此字段可能返回 null,表示取不到有效值。
3806
3762
  */
3807
3763
  Region?: string;
3808
3764
  /**
3809
3765
  * 子网信息
3810
- 注意:此字段可能返回 null,表示取不到有效值。
3811
3766
  */
3812
3767
  SubnetIds?: Array<CloudBaseRunVpcSubnet>;
3813
3768
  /**
@@ -3923,13 +3878,11 @@ export interface UnfreezeCloudBaseRunServersResponse {
3923
3878
  成功:succ
3924
3879
  失败:fail
3925
3880
  部分:partial(部分成功、部分失败)
3926
- 注意:此字段可能返回 null,表示取不到有效值。
3927
3881
  注意:此字段可能返回 null,表示取不到有效值。
3928
3882
  */
3929
3883
  Result?: string;
3930
3884
  /**
3931
3885
  * 解冻失败列表
3932
- 注意:此字段可能返回 null,表示取不到有效值。
3933
3886
  注意:此字段可能返回 null,表示取不到有效值。
3934
3887
  */
3935
3888
  FailServerList?: Array<string>;
@@ -3944,7 +3897,6 @@ export interface UnfreezeCloudBaseRunServersResponse {
3944
3897
  export interface DescribeCloudBaseRunConfForGateWayResponse {
3945
3898
  /**
3946
3899
  * 最近更新时间
3947
- 注意:此字段可能返回 null,表示取不到有效值。
3948
3900
  */
3949
3901
  LastUpTime?: string;
3950
3902
  /**
@@ -4128,17 +4080,14 @@ export interface SmsFreeQuota {
4128
4080
  export interface CreateCloudBaseRunServerVersionResponse {
4129
4081
  /**
4130
4082
  * 状态(creating/succ)
4131
- 注意:此字段可能返回 null,表示取不到有效值。
4132
4083
  */
4133
4084
  Result?: string;
4134
4085
  /**
4135
4086
  * 版本名称(只有Result为succ的时候,才会返回VersionName)
4136
- 注意:此字段可能返回 null,表示取不到有效值。
4137
4087
  */
4138
4088
  VersionName?: string;
4139
4089
  /**
4140
4090
  * 操作记录id
4141
- 注意:此字段可能返回 null,表示取不到有效值。
4142
4091
  */
4143
4092
  RunId?: string;
4144
4093
  /**
@@ -4477,17 +4426,14 @@ export interface DescribeCbrServerVersionResponse {
4477
4426
  VersionName?: string;
4478
4427
  /**
4479
4428
  * 备注
4480
- 注意:此字段可能返回 null,表示取不到有效值。
4481
4429
  */
4482
4430
  Remark?: string;
4483
4431
  /**
4484
4432
  * Dockefile的路径
4485
- 注意:此字段可能返回 null,表示取不到有效值。
4486
4433
  */
4487
4434
  DockerfilePath?: string;
4488
4435
  /**
4489
4436
  * DockerBuild的目录
4490
- 注意:此字段可能返回 null,表示取不到有效值。
4491
4437
  */
4492
4438
  BuildDir?: string;
4493
4439
  /**
@@ -4508,7 +4454,6 @@ export interface DescribeCbrServerVersionResponse {
4508
4454
  MaxNum?: number;
4509
4455
  /**
4510
4456
  * 环境变量
4511
- 注意:此字段可能返回 null,表示取不到有效值。
4512
4457
  */
4513
4458
  EnvParams?: string;
4514
4459
  /**
@@ -4521,102 +4466,82 @@ export interface DescribeCbrServerVersionResponse {
4521
4466
  UpdatedTime?: string;
4522
4467
  /**
4523
4468
  * 版本的IP
4524
- 注意:此字段可能返回 null,表示取不到有效值。
4525
4469
  */
4526
4470
  VersionIP?: string;
4527
4471
  /**
4528
4472
  * 版本的端口号
4529
- 注意:此字段可能返回 null,表示取不到有效值。
4530
4473
  */
4531
4474
  VersionPort?: number;
4532
4475
  /**
4533
4476
  * 版本状态
4534
- 注意:此字段可能返回 null,表示取不到有效值。
4535
4477
  */
4536
4478
  Status?: string;
4537
4479
  /**
4538
4480
  * 枚举(package/repository/image)
4539
- 注意:此字段可能返回 null,表示取不到有效值。
4540
4481
  */
4541
4482
  UploadType?: string;
4542
4483
  /**
4543
4484
  * 服务名字
4544
- 注意:此字段可能返回 null,表示取不到有效值。
4545
4485
  */
4546
4486
  ServerName?: string;
4547
4487
  /**
4548
4488
  * 是否对于外网开放
4549
- 注意:此字段可能返回 null,表示取不到有效值。
4550
4489
  */
4551
4490
  IsPublic?: boolean;
4552
4491
  /**
4553
4492
  * vpc id
4554
- 注意:此字段可能返回 null,表示取不到有效值。
4555
4493
  */
4556
4494
  VpcId?: string;
4557
4495
  /**
4558
4496
  * 子网实例id
4559
- 注意:此字段可能返回 null,表示取不到有效值。
4560
4497
  */
4561
4498
  SubnetIds?: Array<string>;
4562
4499
  /**
4563
4500
  * 日志采集路径
4564
- 注意:此字段可能返回 null,表示取不到有效值。
4565
4501
  */
4566
4502
  CustomLogs?: string;
4567
4503
  /**
4568
4504
  * 监听端口
4569
- 注意:此字段可能返回 null,表示取不到有效值。
4570
4505
  */
4571
4506
  ContainerPort?: number;
4572
4507
  /**
4573
4508
  * 延迟多长时间开始健康检查(单位s)
4574
- 注意:此字段可能返回 null,表示取不到有效值。
4575
4509
  */
4576
4510
  InitialDelaySeconds?: number;
4577
4511
  /**
4578
4512
  * 镜像地址
4579
- 注意:此字段可能返回 null,表示取不到有效值。
4580
4513
  */
4581
4514
  ImageUrl?: string;
4582
4515
  /**
4583
4516
  * 是否有Dockerfile:0-default has, 1-has, 2-has not
4584
- 注意:此字段可能返回 null,表示取不到有效值。
4585
4517
  */
4586
4518
  HasDockerfile?: number;
4587
4519
  /**
4588
4520
  * 基础镜像
4589
- 注意:此字段可能返回 null,表示取不到有效值。
4590
4521
  */
4591
4522
  BaseImage?: string;
4592
4523
  /**
4593
4524
  * 容器启动入口命令
4594
- 注意:此字段可能返回 null,表示取不到有效值。
4595
4525
  */
4596
4526
  EntryPoint?: string;
4597
4527
  /**
4598
4528
  * 自动扩缩容策略组
4599
- 注意:此字段可能返回 null,表示取不到有效值。
4600
4529
  */
4601
4530
  PolicyDetail?: Array<HpaPolicy>;
4602
4531
  /**
4603
4532
  * Tke集群信息
4604
- 注意:此字段可能返回 null,表示取不到有效值。
4605
4533
  */
4606
4534
  TkeClusterInfo?: TkeClusterInfo;
4607
4535
  /**
4608
4536
  * 版本工作负载类型;deployment/deamonset
4609
- 注意:此字段可能返回 null,表示取不到有效值。
4610
4537
  */
4611
4538
  TkeWorkloadType?: string;
4612
4539
  /**
4613
4540
  * 代码包信息
4614
- 注意:此字段可能返回 null,表示取不到有效值。
4615
4541
  */
4616
4542
  PackageInfo?: CbrPackageInfo;
4617
4543
  /**
4618
4544
  * 仓库信息
4619
- 注意:此字段可能返回 null,表示取不到有效值。
4620
4545
  */
4621
4546
  RepoInfo?: CbrRepoInfo;
4622
4547
  /**
@@ -4724,22 +4649,18 @@ export interface CloudBaseRunVpcInfo {
4724
4649
  export interface DescribeCloudBaseRunResourceResponse {
4725
4650
  /**
4726
4651
  * 集群状态(creating/succ)
4727
- 注意:此字段可能返回 null,表示取不到有效值。
4728
4652
  */
4729
4653
  ClusterStatus?: string;
4730
4654
  /**
4731
4655
  * 虚拟集群ID
4732
- 注意:此字段可能返回 null,表示取不到有效值。
4733
4656
  */
4734
4657
  VirtualClusterId?: string;
4735
4658
  /**
4736
4659
  * vpc id信息
4737
- 注意:此字段可能返回 null,表示取不到有效值。
4738
4660
  */
4739
4661
  VpcId?: string;
4740
4662
  /**
4741
4663
  * 地域信息
4742
- 注意:此字段可能返回 null,表示取不到有效值。
4743
4664
  */
4744
4665
  Region?: string;
4745
4666
  /**
@@ -5274,17 +5195,14 @@ export interface DescribeCloudBaseRunVersionResponse {
5274
5195
  VersionName?: string;
5275
5196
  /**
5276
5197
  * 备注
5277
- 注意:此字段可能返回 null,表示取不到有效值。
5278
5198
  */
5279
5199
  Remark?: string;
5280
5200
  /**
5281
5201
  * Dockefile的路径
5282
- 注意:此字段可能返回 null,表示取不到有效值。
5283
5202
  */
5284
5203
  DockerfilePath?: string;
5285
5204
  /**
5286
5205
  * DockerBuild的目录
5287
- 注意:此字段可能返回 null,表示取不到有效值。
5288
5206
  */
5289
5207
  BuildDir?: string;
5290
5208
  /**
@@ -5305,7 +5223,6 @@ export interface DescribeCloudBaseRunVersionResponse {
5305
5223
  PolicyThreshold?: number;
5306
5224
  /**
5307
5225
  * 环境变量
5308
- 注意:此字段可能返回 null,表示取不到有效值。
5309
5226
  */
5310
5227
  EnvParams?: string;
5311
5228
  /**
@@ -5318,112 +5235,90 @@ export interface DescribeCloudBaseRunVersionResponse {
5318
5235
  UpdatedTime?: string;
5319
5236
  /**
5320
5237
  * 版本的IP
5321
- 注意:此字段可能返回 null,表示取不到有效值。
5322
5238
  */
5323
5239
  VersionIP?: string;
5324
5240
  /**
5325
5241
  * 版本的端口号
5326
- 注意:此字段可能返回 null,表示取不到有效值。
5327
5242
  */
5328
5243
  VersionPort?: number;
5329
5244
  /**
5330
5245
  * 版本状态
5331
- 注意:此字段可能返回 null,表示取不到有效值。
5332
5246
  */
5333
5247
  Status?: string;
5334
5248
  /**
5335
5249
  * 代码包的名字
5336
- 注意:此字段可能返回 null,表示取不到有效值。
5337
5250
  */
5338
5251
  PackageName?: string;
5339
5252
  /**
5340
5253
  * 代码版本的名字
5341
- 注意:此字段可能返回 null,表示取不到有效值。
5342
5254
  */
5343
5255
  PackageVersion?: string;
5344
5256
  /**
5345
5257
  * 枚举(package/repository/image)
5346
- 注意:此字段可能返回 null,表示取不到有效值。
5347
5258
  */
5348
5259
  UploadType?: string;
5349
5260
  /**
5350
5261
  * Repo的类型(coding/gitlab/github/coding)
5351
- 注意:此字段可能返回 null,表示取不到有效值。
5352
5262
  */
5353
5263
  RepoType?: string;
5354
5264
  /**
5355
5265
  * 地址
5356
- 注意:此字段可能返回 null,表示取不到有效值。
5357
5266
  */
5358
5267
  Repo?: string;
5359
5268
  /**
5360
5269
  * 分支
5361
- 注意:此字段可能返回 null,表示取不到有效值。
5362
5270
  */
5363
5271
  Branch?: string;
5364
5272
  /**
5365
5273
  * 服务名字
5366
- 注意:此字段可能返回 null,表示取不到有效值。
5367
5274
  */
5368
5275
  ServerName?: string;
5369
5276
  /**
5370
5277
  * 是否对于外网开放
5371
- 注意:此字段可能返回 null,表示取不到有效值。
5372
5278
  */
5373
5279
  IsPublic?: boolean;
5374
5280
  /**
5375
5281
  * vpc id
5376
- 注意:此字段可能返回 null,表示取不到有效值。
5377
5282
  */
5378
5283
  VpcId?: string;
5379
5284
  /**
5380
5285
  * 子网实例id
5381
- 注意:此字段可能返回 null,表示取不到有效值。
5382
5286
  */
5383
5287
  SubnetIds?: Array<string>;
5384
5288
  /**
5385
5289
  * 日志采集路径
5386
- 注意:此字段可能返回 null,表示取不到有效值。
5387
5290
  */
5388
5291
  CustomLogs?: string;
5389
5292
  /**
5390
5293
  * 监听端口
5391
- 注意:此字段可能返回 null,表示取不到有效值。
5392
5294
  */
5393
5295
  ContainerPort?: number;
5394
5296
  /**
5395
5297
  * 延迟多长时间开始健康检查(单位s)
5396
- 注意:此字段可能返回 null,表示取不到有效值。
5397
5298
  */
5398
5299
  InitialDelaySeconds?: number;
5399
5300
  /**
5400
5301
  * 镜像地址
5401
- 注意:此字段可能返回 null,表示取不到有效值。
5402
5302
  */
5403
5303
  ImageUrl?: string;
5404
5304
  /**
5405
5305
  * CPU 大小
5406
- 注意:此字段可能返回 null,表示取不到有效值。
5407
5306
  */
5408
5307
  CpuSize?: number;
5409
5308
  /**
5410
5309
  * MEM 大小
5411
- 注意:此字段可能返回 null,表示取不到有效值。
5412
5310
  */
5413
5311
  MemSize?: number;
5414
5312
  /**
5415
5313
  * 扩缩容策略详情
5416
- 注意:此字段可能返回 null,表示取不到有效值。
5417
5314
  */
5418
5315
  PolicyDetail?: Array<HpaPolicy>;
5419
5316
  /**
5420
5317
  * Cpu的Request值
5421
- 注意:此字段可能返回 null,表示取不到有效值。
5422
5318
  */
5423
5319
  Cpu?: number;
5424
5320
  /**
5425
5321
  * Mem的Request值
5426
- 注意:此字段可能返回 null,表示取不到有效值。
5427
5322
  */
5428
5323
  Mem?: number;
5429
5324
  /**
@@ -5529,42 +5424,34 @@ export declare type DescribeCloudBaseRunVersionRsByConditionRequest = null;
5529
5424
  export interface DescribeCloudBaseRunServerResponse {
5530
5425
  /**
5531
5426
  * 个数
5532
- 注意:此字段可能返回 null,表示取不到有效值。
5533
5427
  */
5534
5428
  TotalCount?: number;
5535
5429
  /**
5536
5430
  * 版本列表
5537
- 注意:此字段可能返回 null,表示取不到有效值。
5538
5431
  */
5539
5432
  VersionItems?: Array<CloudBaseRunServerVersionItem>;
5540
5433
  /**
5541
5434
  * 服务名称
5542
- 注意:此字段可能返回 null,表示取不到有效值。
5543
5435
  */
5544
5436
  ServerName?: string;
5545
5437
  /**
5546
5438
  * 是否对于外网开放
5547
- 注意:此字段可能返回 null,表示取不到有效值。
5548
5439
  */
5549
5440
  IsPublic?: boolean;
5550
5441
  /**
5551
5442
  * 镜像仓库
5552
- 注意:此字段可能返回 null,表示取不到有效值。
5553
5443
  */
5554
5444
  ImageRepo?: string;
5555
5445
  /**
5556
5446
  * 流量配置的类型(FLOW,URL_PARAMS)
5557
- 注意:此字段可能返回 null,表示取不到有效值。
5558
5447
  */
5559
5448
  TrafficType?: string;
5560
5449
  /**
5561
5450
  * 服务创建类型,默认为空,一键部署为oneclick
5562
- 注意:此字段可能返回 null,表示取不到有效值。
5563
5451
  */
5564
5452
  SourceType?: string;
5565
5453
  /**
5566
5454
  * 服务标签, function: 托管函数
5567
- 注意:此字段可能返回 null,表示取不到有效值。
5568
5455
  */
5569
5456
  Tag?: string;
5570
5457
  /**
@@ -5612,7 +5499,6 @@ export interface Tag {
5612
5499
  export interface DescribeCloudBaseRunVersionSnapshotResponse {
5613
5500
  /**
5614
5501
  * 版本历史
5615
- 注意:此字段可能返回 null,表示取不到有效值。
5616
5502
  */
5617
5503
  Snapshots?: Array<CloudRunServiceSimpleVersionSnapshot>;
5618
5504
  /**
@@ -5697,13 +5583,11 @@ export interface FreezeCloudBaseRunServersResponse {
5697
5583
  成功:succ
5698
5584
  失败:fail
5699
5585
  部分:partial(部分成功、部分失败)
5700
- 注意:此字段可能返回 null,表示取不到有效值。
5701
5586
  注意:此字段可能返回 null,表示取不到有效值。
5702
5587
  */
5703
5588
  Result?: string;
5704
5589
  /**
5705
5590
  * 冻结失败服务列表
5706
- 注意:此字段可能返回 null,表示取不到有效值。
5707
5591
  注意:此字段可能返回 null,表示取不到有效值。
5708
5592
  */
5709
5593
  FailServerList?: Array<string>;
@@ -6161,7 +6045,6 @@ export interface DescribeDatabaseACLResponse {
6161
6045
  export interface ModifyCloudBaseRunServerVersionResponse {
6162
6046
  /**
6163
6047
  * 返回结果(succ为成功)
6164
- 注意:此字段可能返回 null,表示取不到有效值。
6165
6048
  */
6166
6049
  Result?: string;
6167
6050
  /**