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.
@@ -87,9 +87,8 @@ export interface DescribeEnvLimitResponse {
87
87
  export interface DescribeCloudBaseRunAllVpcsResponse {
88
88
  /**
89
89
  * 所有vpcid
90
- 注意:此字段可能返回 null,表示取不到有效值。
91
90
  */
92
- Vpcs: Array<string>
91
+ Vpcs?: Array<string>
93
92
  /**
94
93
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
95
94
  */
@@ -277,12 +276,10 @@ export interface RollUpdateCloudBaseRunServerVersionResponse {
277
276
  Result?: string
278
277
  /**
279
278
  * 滚动更新的VersionName
280
- 注意:此字段可能返回 null,表示取不到有效值。
281
279
  */
282
280
  VersionName?: string
283
281
  /**
284
282
  * 操作记录id
285
- 注意:此字段可能返回 null,表示取不到有效值。
286
283
  */
287
284
  RunId?: string
288
285
  /**
@@ -552,17 +549,14 @@ export interface DescribeCloudBaseBuildServiceResponse {
552
549
  PackageVersion?: string
553
550
  /**
554
551
  * 下载链接
555
- 注意:此字段可能返回 null,表示取不到有效值。
556
552
  */
557
553
  DownloadUrl?: string
558
554
  /**
559
555
  * 下载Httpheader
560
- 注意:此字段可能返回 null,表示取不到有效值。
561
556
  */
562
557
  DownloadHeaders?: Array<KVPair>
563
558
  /**
564
559
  * 下载链接是否过期
565
- 注意:此字段可能返回 null,表示取不到有效值。
566
560
  */
567
561
  OutDate?: boolean
568
562
  /**
@@ -611,7 +605,6 @@ export interface DescribeCloudBaseRunPodListResponse {
611
605
  TotalCount?: number
612
606
  /**
613
607
  * 容器列表
614
- 注意:此字段可能返回 null,表示取不到有效值。
615
608
  */
616
609
  PodList?: Array<CloudBaseRunVersionPod>
617
610
  /**
@@ -1439,17 +1432,14 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1439
1432
  VersionName?: string
1440
1433
  /**
1441
1434
  * 备注
1442
- 注意:此字段可能返回 null,表示取不到有效值。
1443
1435
  */
1444
1436
  Remark?: string
1445
1437
  /**
1446
1438
  * Dockefile的路径
1447
- 注意:此字段可能返回 null,表示取不到有效值。
1448
1439
  */
1449
1440
  DockerfilePath?: string
1450
1441
  /**
1451
1442
  * DockerBuild的目录
1452
- 注意:此字段可能返回 null,表示取不到有效值。
1453
1443
  */
1454
1444
  BuildDir?: string
1455
1445
  /**
@@ -1478,7 +1468,6 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1478
1468
  PolicyThreshold?: number
1479
1469
  /**
1480
1470
  * 环境变量
1481
- 注意:此字段可能返回 null,表示取不到有效值。
1482
1471
  */
1483
1472
  EnvParams?: string
1484
1473
  /**
@@ -1491,62 +1480,50 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1491
1480
  UpdatedTime?: string
1492
1481
  /**
1493
1482
  * 版本的IP
1494
- 注意:此字段可能返回 null,表示取不到有效值。
1495
1483
  */
1496
1484
  VersionIP?: string
1497
1485
  /**
1498
1486
  * 版本的端口号
1499
- 注意:此字段可能返回 null,表示取不到有效值。
1500
1487
  */
1501
1488
  VersionPort?: number
1502
1489
  /**
1503
1490
  * 版本状态
1504
- 注意:此字段可能返回 null,表示取不到有效值。
1505
1491
  */
1506
1492
  Status?: string
1507
1493
  /**
1508
1494
  * 代码包的名字
1509
- 注意:此字段可能返回 null,表示取不到有效值。
1510
1495
  */
1511
1496
  PackageName?: string
1512
1497
  /**
1513
1498
  * 代码版本的名字
1514
- 注意:此字段可能返回 null,表示取不到有效值。
1515
1499
  */
1516
1500
  PackageVersion?: string
1517
1501
  /**
1518
1502
  * 枚举(package/repository/image)
1519
- 注意:此字段可能返回 null,表示取不到有效值。
1520
1503
  */
1521
1504
  UploadType?: string
1522
1505
  /**
1523
1506
  * Repo的类型(gitlab/github/coding)
1524
- 注意:此字段可能返回 null,表示取不到有效值。
1525
1507
  */
1526
1508
  RepoType?: string
1527
1509
  /**
1528
1510
  * 地址
1529
- 注意:此字段可能返回 null,表示取不到有效值。
1530
1511
  */
1531
1512
  Repo?: string
1532
1513
  /**
1533
1514
  * 分支
1534
- 注意:此字段可能返回 null,表示取不到有效值。
1535
1515
  */
1536
1516
  Branch?: string
1537
1517
  /**
1538
1518
  * 服务名字
1539
- 注意:此字段可能返回 null,表示取不到有效值。
1540
1519
  */
1541
1520
  ServerName?: string
1542
1521
  /**
1543
1522
  * 是否对于外网开放
1544
- 注意:此字段可能返回 null,表示取不到有效值。
1545
1523
  */
1546
1524
  IsPublic?: boolean
1547
1525
  /**
1548
1526
  * vpc id
1549
- 注意:此字段可能返回 null,表示取不到有效值。
1550
1527
  */
1551
1528
  VpcId?: string
1552
1529
  /**
@@ -1556,52 +1533,42 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1556
1533
  SubnetIds?: Array<string>
1557
1534
  /**
1558
1535
  * 日志采集路径
1559
- 注意:此字段可能返回 null,表示取不到有效值。
1560
1536
  */
1561
1537
  CustomLogs?: string
1562
1538
  /**
1563
1539
  * 监听端口
1564
- 注意:此字段可能返回 null,表示取不到有效值。
1565
1540
  */
1566
1541
  ContainerPort?: number
1567
1542
  /**
1568
1543
  * 延迟多长时间开始健康检查(单位s)
1569
- 注意:此字段可能返回 null,表示取不到有效值。
1570
1544
  */
1571
1545
  InitialDelaySeconds?: number
1572
1546
  /**
1573
1547
  * 镜像地址
1574
- 注意:此字段可能返回 null,表示取不到有效值。
1575
1548
  */
1576
1549
  ImageUrl?: string
1577
1550
  /**
1578
1551
  * CPU 大小
1579
- 注意:此字段可能返回 null,表示取不到有效值。
1580
1552
  */
1581
1553
  CpuSize?: number
1582
1554
  /**
1583
1555
  * MEM 大小
1584
- 注意:此字段可能返回 null,表示取不到有效值。
1585
1556
  */
1586
1557
  MemSize?: number
1587
1558
  /**
1588
1559
  * 是否有Dockerfile:0-default has, 1-has, 2-has not
1589
- 注意:此字段可能返回 null,表示取不到有效值。
1590
1560
  */
1591
1561
  HasDockerfile?: number
1592
1562
  /**
1593
1563
  * 基础镜像
1594
- 注意:此字段可能返回 null,表示取不到有效值。
1595
1564
  */
1596
1565
  BaseImage?: string
1597
1566
  /**
1598
1567
  * 容器启动入口命令
1599
- 注意:此字段可能返回 null,表示取不到有效值。
1600
1568
  */
1601
1569
  EntryPoint?: string
1602
1570
  /**
1603
1571
  * 仓库语言
1604
- 注意:此字段可能返回 null,表示取不到有效值。
1605
1572
  */
1606
1573
  RepoLanguage?: string
1607
1574
  /**
@@ -1616,7 +1583,6 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1616
1583
  TkeClusterInfo?: TkeClusterInfo
1617
1584
  /**
1618
1585
  * 版本工作负载类型;deployment/deamonset
1619
- 注意:此字段可能返回 null,表示取不到有效值。
1620
1586
  */
1621
1587
  TkeWorkloadType?: string
1622
1588
  /**
@@ -2545,7 +2511,6 @@ export interface CloudBaseRunImageSecretInfo {
2545
2511
  export interface CreateCloudBaseRunResourceResponse {
2546
2512
  /**
2547
2513
  * 返回集群创建是否成功 succ为成功。并且中间无err
2548
- 注意:此字段可能返回 null,表示取不到有效值。
2549
2514
  */
2550
2515
  Result?: string
2551
2516
  /**
@@ -2706,7 +2671,6 @@ export interface PostPaidEnvDeductInfo {
2706
2671
  export interface ModifyCloudBaseRunServerFlowConfResponse {
2707
2672
  /**
2708
2673
  * 返回结果,succ代表成功
2709
- 注意:此字段可能返回 null,表示取不到有效值。
2710
2674
  */
2711
2675
  Result?: string
2712
2676
  /**
@@ -2721,12 +2685,10 @@ export interface ModifyCloudBaseRunServerFlowConfResponse {
2721
2685
  export interface DescribeCloudBaseRunOperationTypesResponse {
2722
2686
  /**
2723
2687
  * 操作类型
2724
- 注意:此字段可能返回 null,表示取不到有效值。
2725
2688
  */
2726
2689
  Action?: Array<string>
2727
2690
  /**
2728
2691
  * 服务名列表
2729
- 注意:此字段可能返回 null,表示取不到有效值。
2730
2692
  */
2731
2693
  ServerName?: Array<string>
2732
2694
  /**
@@ -2763,7 +2725,6 @@ export interface SpecialCostItem {
2763
2725
  export interface EstablishCloudBaseRunServerResponse {
2764
2726
  /**
2765
2727
  * 创建服务是否成功
2766
- 注意:此字段可能返回 null,表示取不到有效值。
2767
2728
  */
2768
2729
  Result?: string
2769
2730
  /**
@@ -3959,22 +3920,18 @@ export interface StaticStorageInfo {
3959
3920
  export interface DescribeCloudBaseRunResourceForExtendResponse {
3960
3921
  /**
3961
3922
  * 集群状态(creating/succ)
3962
- 注意:此字段可能返回 null,表示取不到有效值。
3963
3923
  */
3964
3924
  ClusterStatus?: string
3965
3925
  /**
3966
3926
  * 虚拟集群ID
3967
- 注意:此字段可能返回 null,表示取不到有效值。
3968
3927
  */
3969
3928
  VirtualClusterId?: string
3970
3929
  /**
3971
3930
  * vpc id信息
3972
- 注意:此字段可能返回 null,表示取不到有效值。
3973
3931
  */
3974
3932
  VpcId?: string
3975
3933
  /**
3976
3934
  * 地域信息
3977
- 注意:此字段可能返回 null,表示取不到有效值。
3978
3935
  */
3979
3936
  Region?: string
3980
3937
  /**
@@ -4099,13 +4056,11 @@ export interface UnfreezeCloudBaseRunServersResponse {
4099
4056
  成功:succ
4100
4057
  失败:fail
4101
4058
  部分:partial(部分成功、部分失败)
4102
- 注意:此字段可能返回 null,表示取不到有效值。
4103
4059
  注意:此字段可能返回 null,表示取不到有效值。
4104
4060
  */
4105
4061
  Result?: string
4106
4062
  /**
4107
4063
  * 解冻失败列表
4108
- 注意:此字段可能返回 null,表示取不到有效值。
4109
4064
  注意:此字段可能返回 null,表示取不到有效值。
4110
4065
  */
4111
4066
  FailServerList?: Array<string>
@@ -4121,7 +4076,6 @@ export interface UnfreezeCloudBaseRunServersResponse {
4121
4076
  export interface DescribeCloudBaseRunConfForGateWayResponse {
4122
4077
  /**
4123
4078
  * 最近更新时间
4124
- 注意:此字段可能返回 null,表示取不到有效值。
4125
4079
  */
4126
4080
  LastUpTime?: string
4127
4081
  /**
@@ -4316,17 +4270,14 @@ export interface SmsFreeQuota {
4316
4270
  export interface CreateCloudBaseRunServerVersionResponse {
4317
4271
  /**
4318
4272
  * 状态(creating/succ)
4319
- 注意:此字段可能返回 null,表示取不到有效值。
4320
4273
  */
4321
4274
  Result?: string
4322
4275
  /**
4323
4276
  * 版本名称(只有Result为succ的时候,才会返回VersionName)
4324
- 注意:此字段可能返回 null,表示取不到有效值。
4325
4277
  */
4326
4278
  VersionName?: string
4327
4279
  /**
4328
4280
  * 操作记录id
4329
- 注意:此字段可能返回 null,表示取不到有效值。
4330
4281
  */
4331
4282
  RunId?: string
4332
4283
  /**
@@ -4681,17 +4632,14 @@ export interface DescribeCbrServerVersionResponse {
4681
4632
  VersionName?: string
4682
4633
  /**
4683
4634
  * 备注
4684
- 注意:此字段可能返回 null,表示取不到有效值。
4685
4635
  */
4686
4636
  Remark?: string
4687
4637
  /**
4688
4638
  * Dockefile的路径
4689
- 注意:此字段可能返回 null,表示取不到有效值。
4690
4639
  */
4691
4640
  DockerfilePath?: string
4692
4641
  /**
4693
4642
  * DockerBuild的目录
4694
- 注意:此字段可能返回 null,表示取不到有效值。
4695
4643
  */
4696
4644
  BuildDir?: string
4697
4645
  /**
@@ -4712,7 +4660,6 @@ export interface DescribeCbrServerVersionResponse {
4712
4660
  MaxNum?: number
4713
4661
  /**
4714
4662
  * 环境变量
4715
- 注意:此字段可能返回 null,表示取不到有效值。
4716
4663
  */
4717
4664
  EnvParams?: string
4718
4665
  /**
@@ -4725,102 +4672,82 @@ export interface DescribeCbrServerVersionResponse {
4725
4672
  UpdatedTime?: string
4726
4673
  /**
4727
4674
  * 版本的IP
4728
- 注意:此字段可能返回 null,表示取不到有效值。
4729
4675
  */
4730
4676
  VersionIP?: string
4731
4677
  /**
4732
4678
  * 版本的端口号
4733
- 注意:此字段可能返回 null,表示取不到有效值。
4734
4679
  */
4735
4680
  VersionPort?: number
4736
4681
  /**
4737
4682
  * 版本状态
4738
- 注意:此字段可能返回 null,表示取不到有效值。
4739
4683
  */
4740
4684
  Status?: string
4741
4685
  /**
4742
4686
  * 枚举(package/repository/image)
4743
- 注意:此字段可能返回 null,表示取不到有效值。
4744
4687
  */
4745
4688
  UploadType?: string
4746
4689
  /**
4747
4690
  * 服务名字
4748
- 注意:此字段可能返回 null,表示取不到有效值。
4749
4691
  */
4750
4692
  ServerName?: string
4751
4693
  /**
4752
4694
  * 是否对于外网开放
4753
- 注意:此字段可能返回 null,表示取不到有效值。
4754
4695
  */
4755
4696
  IsPublic?: boolean
4756
4697
  /**
4757
4698
  * vpc id
4758
- 注意:此字段可能返回 null,表示取不到有效值。
4759
4699
  */
4760
4700
  VpcId?: string
4761
4701
  /**
4762
4702
  * 子网实例id
4763
- 注意:此字段可能返回 null,表示取不到有效值。
4764
4703
  */
4765
4704
  SubnetIds?: Array<string>
4766
4705
  /**
4767
4706
  * 日志采集路径
4768
- 注意:此字段可能返回 null,表示取不到有效值。
4769
4707
  */
4770
4708
  CustomLogs?: string
4771
4709
  /**
4772
4710
  * 监听端口
4773
- 注意:此字段可能返回 null,表示取不到有效值。
4774
4711
  */
4775
4712
  ContainerPort?: number
4776
4713
  /**
4777
4714
  * 延迟多长时间开始健康检查(单位s)
4778
- 注意:此字段可能返回 null,表示取不到有效值。
4779
4715
  */
4780
4716
  InitialDelaySeconds?: number
4781
4717
  /**
4782
4718
  * 镜像地址
4783
- 注意:此字段可能返回 null,表示取不到有效值。
4784
4719
  */
4785
4720
  ImageUrl?: string
4786
4721
  /**
4787
4722
  * 是否有Dockerfile:0-default has, 1-has, 2-has not
4788
- 注意:此字段可能返回 null,表示取不到有效值。
4789
4723
  */
4790
4724
  HasDockerfile?: number
4791
4725
  /**
4792
4726
  * 基础镜像
4793
- 注意:此字段可能返回 null,表示取不到有效值。
4794
4727
  */
4795
4728
  BaseImage?: string
4796
4729
  /**
4797
4730
  * 容器启动入口命令
4798
- 注意:此字段可能返回 null,表示取不到有效值。
4799
4731
  */
4800
4732
  EntryPoint?: string
4801
4733
  /**
4802
4734
  * 自动扩缩容策略组
4803
- 注意:此字段可能返回 null,表示取不到有效值。
4804
4735
  */
4805
4736
  PolicyDetail?: Array<HpaPolicy>
4806
4737
  /**
4807
4738
  * Tke集群信息
4808
- 注意:此字段可能返回 null,表示取不到有效值。
4809
4739
  */
4810
4740
  TkeClusterInfo?: TkeClusterInfo
4811
4741
  /**
4812
4742
  * 版本工作负载类型;deployment/deamonset
4813
- 注意:此字段可能返回 null,表示取不到有效值。
4814
4743
  */
4815
4744
  TkeWorkloadType?: string
4816
4745
  /**
4817
4746
  * 代码包信息
4818
- 注意:此字段可能返回 null,表示取不到有效值。
4819
4747
  */
4820
4748
  PackageInfo?: CbrPackageInfo
4821
4749
  /**
4822
4750
  * 仓库信息
4823
- 注意:此字段可能返回 null,表示取不到有效值。
4824
4751
  */
4825
4752
  RepoInfo?: CbrRepoInfo
4826
4753
  /**
@@ -4933,22 +4860,18 @@ export interface CloudBaseRunVpcInfo {
4933
4860
  export interface DescribeCloudBaseRunResourceResponse {
4934
4861
  /**
4935
4862
  * 集群状态(creating/succ)
4936
- 注意:此字段可能返回 null,表示取不到有效值。
4937
4863
  */
4938
4864
  ClusterStatus?: string
4939
4865
  /**
4940
4866
  * 虚拟集群ID
4941
- 注意:此字段可能返回 null,表示取不到有效值。
4942
4867
  */
4943
4868
  VirtualClusterId?: string
4944
4869
  /**
4945
4870
  * vpc id信息
4946
- 注意:此字段可能返回 null,表示取不到有效值。
4947
4871
  */
4948
4872
  VpcId?: string
4949
4873
  /**
4950
4874
  * 地域信息
4951
- 注意:此字段可能返回 null,表示取不到有效值。
4952
4875
  */
4953
4876
  Region?: string
4954
4877
  /**
@@ -5502,17 +5425,14 @@ export interface DescribeCloudBaseRunVersionResponse {
5502
5425
  VersionName?: string
5503
5426
  /**
5504
5427
  * 备注
5505
- 注意:此字段可能返回 null,表示取不到有效值。
5506
5428
  */
5507
5429
  Remark?: string
5508
5430
  /**
5509
5431
  * Dockefile的路径
5510
- 注意:此字段可能返回 null,表示取不到有效值。
5511
5432
  */
5512
5433
  DockerfilePath?: string
5513
5434
  /**
5514
5435
  * DockerBuild的目录
5515
- 注意:此字段可能返回 null,表示取不到有效值。
5516
5436
  */
5517
5437
  BuildDir?: string
5518
5438
  /**
@@ -5533,7 +5453,6 @@ export interface DescribeCloudBaseRunVersionResponse {
5533
5453
  PolicyThreshold?: number
5534
5454
  /**
5535
5455
  * 环境变量
5536
- 注意:此字段可能返回 null,表示取不到有效值。
5537
5456
  */
5538
5457
  EnvParams?: string
5539
5458
  /**
@@ -5546,112 +5465,90 @@ export interface DescribeCloudBaseRunVersionResponse {
5546
5465
  UpdatedTime?: string
5547
5466
  /**
5548
5467
  * 版本的IP
5549
- 注意:此字段可能返回 null,表示取不到有效值。
5550
5468
  */
5551
5469
  VersionIP?: string
5552
5470
  /**
5553
5471
  * 版本的端口号
5554
- 注意:此字段可能返回 null,表示取不到有效值。
5555
5472
  */
5556
5473
  VersionPort?: number
5557
5474
  /**
5558
5475
  * 版本状态
5559
- 注意:此字段可能返回 null,表示取不到有效值。
5560
5476
  */
5561
5477
  Status?: string
5562
5478
  /**
5563
5479
  * 代码包的名字
5564
- 注意:此字段可能返回 null,表示取不到有效值。
5565
5480
  */
5566
5481
  PackageName?: string
5567
5482
  /**
5568
5483
  * 代码版本的名字
5569
- 注意:此字段可能返回 null,表示取不到有效值。
5570
5484
  */
5571
5485
  PackageVersion?: string
5572
5486
  /**
5573
5487
  * 枚举(package/repository/image)
5574
- 注意:此字段可能返回 null,表示取不到有效值。
5575
5488
  */
5576
5489
  UploadType?: string
5577
5490
  /**
5578
5491
  * Repo的类型(coding/gitlab/github/coding)
5579
- 注意:此字段可能返回 null,表示取不到有效值。
5580
5492
  */
5581
5493
  RepoType?: string
5582
5494
  /**
5583
5495
  * 地址
5584
- 注意:此字段可能返回 null,表示取不到有效值。
5585
5496
  */
5586
5497
  Repo?: string
5587
5498
  /**
5588
5499
  * 分支
5589
- 注意:此字段可能返回 null,表示取不到有效值。
5590
5500
  */
5591
5501
  Branch?: string
5592
5502
  /**
5593
5503
  * 服务名字
5594
- 注意:此字段可能返回 null,表示取不到有效值。
5595
5504
  */
5596
5505
  ServerName?: string
5597
5506
  /**
5598
5507
  * 是否对于外网开放
5599
- 注意:此字段可能返回 null,表示取不到有效值。
5600
5508
  */
5601
5509
  IsPublic?: boolean
5602
5510
  /**
5603
5511
  * vpc id
5604
- 注意:此字段可能返回 null,表示取不到有效值。
5605
5512
  */
5606
5513
  VpcId?: string
5607
5514
  /**
5608
5515
  * 子网实例id
5609
- 注意:此字段可能返回 null,表示取不到有效值。
5610
5516
  */
5611
5517
  SubnetIds?: Array<string>
5612
5518
  /**
5613
5519
  * 日志采集路径
5614
- 注意:此字段可能返回 null,表示取不到有效值。
5615
5520
  */
5616
5521
  CustomLogs?: string
5617
5522
  /**
5618
5523
  * 监听端口
5619
- 注意:此字段可能返回 null,表示取不到有效值。
5620
5524
  */
5621
5525
  ContainerPort?: number
5622
5526
  /**
5623
5527
  * 延迟多长时间开始健康检查(单位s)
5624
- 注意:此字段可能返回 null,表示取不到有效值。
5625
5528
  */
5626
5529
  InitialDelaySeconds?: number
5627
5530
  /**
5628
5531
  * 镜像地址
5629
- 注意:此字段可能返回 null,表示取不到有效值。
5630
5532
  */
5631
5533
  ImageUrl?: string
5632
5534
  /**
5633
5535
  * CPU 大小
5634
- 注意:此字段可能返回 null,表示取不到有效值。
5635
5536
  */
5636
5537
  CpuSize?: number
5637
5538
  /**
5638
5539
  * MEM 大小
5639
- 注意:此字段可能返回 null,表示取不到有效值。
5640
5540
  */
5641
5541
  MemSize?: number
5642
5542
  /**
5643
5543
  * 扩缩容策略详情
5644
- 注意:此字段可能返回 null,表示取不到有效值。
5645
5544
  */
5646
5545
  PolicyDetail?: Array<HpaPolicy>
5647
5546
  /**
5648
5547
  * Cpu的Request值
5649
- 注意:此字段可能返回 null,表示取不到有效值。
5650
5548
  */
5651
5549
  Cpu?: number
5652
5550
  /**
5653
5551
  * Mem的Request值
5654
- 注意:此字段可能返回 null,表示取不到有效值。
5655
5552
  */
5656
5553
  Mem?: number
5657
5554
  /**
@@ -5764,42 +5661,34 @@ export type DescribeCloudBaseRunVersionRsByConditionRequest = null
5764
5661
  export interface DescribeCloudBaseRunServerResponse {
5765
5662
  /**
5766
5663
  * 个数
5767
- 注意:此字段可能返回 null,表示取不到有效值。
5768
5664
  */
5769
5665
  TotalCount?: number
5770
5666
  /**
5771
5667
  * 版本列表
5772
- 注意:此字段可能返回 null,表示取不到有效值。
5773
5668
  */
5774
5669
  VersionItems?: Array<CloudBaseRunServerVersionItem>
5775
5670
  /**
5776
5671
  * 服务名称
5777
- 注意:此字段可能返回 null,表示取不到有效值。
5778
5672
  */
5779
5673
  ServerName?: string
5780
5674
  /**
5781
5675
  * 是否对于外网开放
5782
- 注意:此字段可能返回 null,表示取不到有效值。
5783
5676
  */
5784
5677
  IsPublic?: boolean
5785
5678
  /**
5786
5679
  * 镜像仓库
5787
- 注意:此字段可能返回 null,表示取不到有效值。
5788
5680
  */
5789
5681
  ImageRepo?: string
5790
5682
  /**
5791
5683
  * 流量配置的类型(FLOW,URL_PARAMS)
5792
- 注意:此字段可能返回 null,表示取不到有效值。
5793
5684
  */
5794
5685
  TrafficType?: string
5795
5686
  /**
5796
5687
  * 服务创建类型,默认为空,一键部署为oneclick
5797
- 注意:此字段可能返回 null,表示取不到有效值。
5798
5688
  */
5799
5689
  SourceType?: string
5800
5690
  /**
5801
5691
  * 服务标签, function: 托管函数
5802
- 注意:此字段可能返回 null,表示取不到有效值。
5803
5692
  */
5804
5693
  Tag?: string
5805
5694
  /**
@@ -5850,7 +5739,6 @@ export interface Tag {
5850
5739
  export interface DescribeCloudBaseRunVersionSnapshotResponse {
5851
5740
  /**
5852
5741
  * 版本历史
5853
- 注意:此字段可能返回 null,表示取不到有效值。
5854
5742
  */
5855
5743
  Snapshots?: Array<CloudRunServiceSimpleVersionSnapshot>
5856
5744
  /**
@@ -5940,13 +5828,11 @@ export interface FreezeCloudBaseRunServersResponse {
5940
5828
  成功:succ
5941
5829
  失败:fail
5942
5830
  部分:partial(部分成功、部分失败)
5943
- 注意:此字段可能返回 null,表示取不到有效值。
5944
5831
  注意:此字段可能返回 null,表示取不到有效值。
5945
5832
  */
5946
5833
  Result?: string
5947
5834
  /**
5948
5835
  * 冻结失败服务列表
5949
- 注意:此字段可能返回 null,表示取不到有效值。
5950
5836
  注意:此字段可能返回 null,表示取不到有效值。
5951
5837
  */
5952
5838
  FailServerList?: Array<string>
@@ -6414,7 +6300,6 @@ export interface DescribeDatabaseACLResponse {
6414
6300
  export interface ModifyCloudBaseRunServerVersionResponse {
6415
6301
  /**
6416
6302
  * 返回结果(succ为成功)
6417
- 注意:此字段可能返回 null,表示取不到有效值。
6418
6303
  */
6419
6304
  Result?: string
6420
6305
  /**