tencentcloud-sdk-nodejs-tcb 4.0.1011 → 4.0.1053

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