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