tencentcloud-sdk-tcb 3.0.977 → 3.0.978

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d0ee9b88bd0c854afc231fe723553bcea82f0ae
4
- data.tar.gz: 56d9f8ccc827117f796d29edb24024214201c20a
3
+ metadata.gz: aed5512770035fe15ab431fadd3263587f84b3e6
4
+ data.tar.gz: be83c9f3d4b79173a98c7bc70add1d5b38342a21
5
5
  SHA512:
6
- metadata.gz: 0307ef23ac9d9b4d7a309a5e04cc5bfab8e9d703518b663b7ddea03ff669a80be22e9437c012c10e74db0846780ff5d32ba2a4b219269fa4efec67d4fdc2877b
7
- data.tar.gz: 04ca9c8c99f364f2d8570fbc756f1d796297273ad27e2bea1ce383d9c334bee4a228dff350fdb3ab8dca7d06b9b97723b93a0473582fec108b45c51db6f281f3
6
+ metadata.gz: b27372e534426482e49aa64073f6faa7840bff847c0492380fdafcde41ed2ff8c2d3b9c3ae435e51685907bcc1f9501a05085d3962937b41dc4f690086cd9719
7
+ data.tar.gz: 55b8a733e4eeff762404b7a6815d5bd8d313e0f1986dbae82c0afb407efed68e4b21f35777be74a26469ca26f6c36acbda585be2a12f626062ede29644b5407e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.977
1
+ 3.0.978
@@ -773,7 +773,7 @@ module TencentCloud
773
773
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
774
774
  end
775
775
 
776
- # 查询云应用服务版本容器列表
776
+ # 查询云托管服务版本容器列表
777
777
 
778
778
  # @param request: Request instance for DescribeCloudBaseRunPodList.
779
779
  # @type request: :class:`Tencentcloud::tcb::V20180608::DescribeCloudBaseRunPodListRequest`
@@ -56,22 +56,16 @@ module TencentCloud
56
56
  # 活动详情
57
57
  class ActivityRecordItem < TencentCloud::Common::AbstractModel
58
58
  # @param Uin: 用户uin
59
- # 注意:此字段可能返回 null,表示取不到有效值。
60
59
  # @type Uin: String
61
60
  # @param ActivityId: 活动id
62
- # 注意:此字段可能返回 null,表示取不到有效值。
63
61
  # @type ActivityId: Integer
64
62
  # @param Status: 自定义状态码
65
- # 注意:此字段可能返回 null,表示取不到有效值。
66
63
  # @type Status: Integer
67
64
  # @param SubStatus: 自定义子状态码
68
- # 注意:此字段可能返回 null,表示取不到有效值。
69
65
  # @type SubStatus: String
70
66
  # @param SubStatusInt: 整型子状态码
71
- # 注意:此字段可能返回 null,表示取不到有效值。
72
67
  # @type SubStatusInt: Integer
73
68
  # @param IsDeleted: 是否软删除
74
- # 注意:此字段可能返回 null,表示取不到有效值。
75
69
  # @type IsDeleted: Boolean
76
70
 
77
71
  attr_accessor :Uin, :ActivityId, :Status, :SubStatus, :SubStatusInt, :IsDeleted
@@ -138,34 +132,25 @@ module TencentCloud
138
132
  # 云开发新套餐详情
139
133
  class BaasPackageInfo < TencentCloud::Common::AbstractModel
140
134
  # @param PackageName: DAU产品套餐ID
141
- # 注意:此字段可能返回 null,表示取不到有效值。
142
135
  # @type PackageName: String
143
136
  # @param PackageTitle: DAU套餐中文名称
144
- # 注意:此字段可能返回 null,表示取不到有效值。
145
137
  # @type PackageTitle: String
146
138
  # @param GroupName: 套餐分组
147
- # 注意:此字段可能返回 null,表示取不到有效值。
148
139
  # @type GroupName: String
149
140
  # @param GroupTitle: 套餐分组中文名
150
- # 注意:此字段可能返回 null,表示取不到有效值。
151
141
  # @type GroupTitle: String
152
142
  # @param BillTags: json格式化计费标签,例如:
153
143
  # {"pid":2, "cids":{"create": 2, "renew": 2, "modify": 2}, "productCode":"p_tcb_mp", "subProductCode":"sp_tcb_mp_cloudbase_dau"}
154
- # 注意:此字段可能返回 null,表示取不到有效值。
155
144
  # @type BillTags: String
156
145
  # @param ResourceLimit: json格式化用户资源限制,例如:
157
146
  # {"Qps":1000,"InvokeNum":{"TimeUnit":"m", "Unit":"万次", "MaxSize": 100},"Capacity":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100}, "Cdn":{"Flux":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100}, "BackFlux":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100}},"Scf":{"Concurrency":1000,"OutFlux":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100},"MemoryUse":{"TimeUnit":"m", "Unit":"WGBS", "MaxSize": 100000}}}
158
- # 注意:此字段可能返回 null,表示取不到有效值。
159
147
  # @type ResourceLimit: String
160
148
  # @param AdvanceLimit: json格式化高级限制,例如:
161
149
  # {"CMSEnable":false,"ProvisionedConcurrencyMem":512000, "PictureProcessing":false, "SecurityAudit":false, "RealTimePush":false, "TemplateMessageBatchPush":false, "Payment":false}
162
- # 注意:此字段可能返回 null,表示取不到有效值。
163
150
  # @type AdvanceLimit: String
164
151
  # @param PackageDescription: 套餐描述
165
- # 注意:此字段可能返回 null,表示取不到有效值。
166
152
  # @type PackageDescription: String
167
153
  # @param IsExternal: 是否对外展示
168
- # 注意:此字段可能返回 null,表示取不到有效值。
169
154
  # @type IsExternal: Boolean
170
155
 
171
156
  attr_accessor :PackageName, :PackageTitle, :GroupName, :GroupTitle, :BillTags, :ResourceLimit, :AdvanceLimit, :PackageDescription, :IsExternal
@@ -278,10 +263,8 @@ module TencentCloud
278
263
  # 代码包信息
279
264
  class CbrPackageInfo < TencentCloud::Common::AbstractModel
280
265
  # @param PackageName: 代码包名称
281
- # 注意:此字段可能返回 null,表示取不到有效值。
282
266
  # @type PackageName: String
283
267
  # @param PackageVersion: 代码包版本
284
- # 注意:此字段可能返回 null,表示取不到有效值。
285
268
  # @type PackageVersion: String
286
269
 
287
270
  attr_accessor :PackageName, :PackageVersion
@@ -300,13 +283,10 @@ module TencentCloud
300
283
  # 仓库信息
301
284
  class CbrRepoInfo < TencentCloud::Common::AbstractModel
302
285
  # @param Repo: 仓库名称
303
- # 注意:此字段可能返回 null,表示取不到有效值。
304
286
  # @type Repo: String
305
287
  # @param RepoType: 仓库平台
306
- # 注意:此字段可能返回 null,表示取不到有效值。
307
288
  # @type RepoType: String
308
289
  # @param RepoLanguage: 仓库语言
309
- # 注意:此字段可能返回 null,表示取不到有效值。
310
290
  # @type RepoLanguage: String
311
291
  # @param Branch: 分支名称
312
292
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -361,13 +341,10 @@ module TencentCloud
361
341
  end
362
342
 
363
343
  # cloudrun安全特性能力
364
-
365
344
  class CloudBaseCapabilities < TencentCloud::Common::AbstractModel
366
345
  # @param Add: 启用安全能力项列表
367
- # 注意:此字段可能返回 null,表示取不到有效值。
368
346
  # @type Add: Array
369
347
  # @param Drop: 禁用安全能力向列表
370
- # 注意:此字段可能返回 null,表示取不到有效值。
371
348
  # @type Drop: Array
372
349
 
373
350
  attr_accessor :Add, :Drop
@@ -409,10 +386,8 @@ module TencentCloud
409
386
  # 代码仓库 repo的名字
410
387
  class CloudBaseCodeRepoName < TencentCloud::Common::AbstractModel
411
388
  # @param Name: repo的名字
412
- # 注意:此字段可能返回 null,表示取不到有效值。
413
389
  # @type Name: String
414
390
  # @param FullName: repo的完整全名
415
- # 注意:此字段可能返回 null,表示取不到有效值。
416
391
  # @type FullName: String
417
392
 
418
393
  attr_accessor :Name, :FullName
@@ -431,25 +406,18 @@ module TencentCloud
431
406
  # es信息
432
407
  class CloudBaseEsInfo < TencentCloud::Common::AbstractModel
433
408
  # @param Id: es的id
434
- # 注意:此字段可能返回 null,表示取不到有效值。
435
409
  # @type Id: Integer
436
410
  # @param SecretName: secret名字
437
- # 注意:此字段可能返回 null,表示取不到有效值。
438
411
  # @type SecretName: String
439
412
  # @param Ip: ip地址
440
- # 注意:此字段可能返回 null,表示取不到有效值。
441
413
  # @type Ip: String
442
414
  # @param Port: 端口
443
- # 注意:此字段可能返回 null,表示取不到有效值。
444
415
  # @type Port: Integer
445
416
  # @param Index: 索引
446
- # 注意:此字段可能返回 null,表示取不到有效值。
447
417
  # @type Index: String
448
418
  # @param Account: 用户名
449
- # 注意:此字段可能返回 null,表示取不到有效值。
450
419
  # @type Account: String
451
420
  # @param Password: 密码
452
- # 注意:此字段可能返回 null,表示取不到有效值。
453
421
  # @type Password: String
454
422
 
455
423
  attr_accessor :Id, :SecretName, :Ip, :Port, :Index, :Account, :Password
@@ -480,16 +448,12 @@ module TencentCloud
480
448
  # @param Name: 项目名
481
449
  # @type Name: String
482
450
  # @param Sam: SAM json
483
- # 注意:此字段可能返回 null,表示取不到有效值。
484
451
  # @type Sam: String
485
452
  # @param Source: 来源类型
486
- # 注意:此字段可能返回 null,表示取不到有效值。
487
453
  # @type Source: :class:`Tencentcloud::Tcb.v20180608.models.CodeSource`
488
454
  # @param CreateTime: 创建时间, unix时间戳
489
- # 注意:此字段可能返回 null,表示取不到有效值。
490
455
  # @type CreateTime: Integer
491
456
  # @param UpdateTime: 更新时间 ,unix时间戳
492
- # 注意:此字段可能返回 null,表示取不到有效值。
493
457
  # @type UpdateTime: Integer
494
458
  # @param Status: 项目状态, 枚举值:
495
459
  # "creatingEnv"-创建环境中
@@ -499,79 +463,55 @@ module TencentCloud
499
463
  # "deploying"-部署中
500
464
  # "deployFail"-部署失败
501
465
  # "success"-部署成功
502
- # 注意:此字段可能返回 null,表示取不到有效值。
503
466
  # @type Status: String
504
467
  # @param Parameters: 环境变量
505
- # 注意:此字段可能返回 null,表示取不到有效值。
506
468
  # @type Parameters: Array
507
469
  # @param Type: 项目类型, 枚举值:
508
470
  # "framework-oneclick" 控制台一键部署
509
471
  # "framework-local-oneclick" cli本地一键部署
510
472
  # "qci-extension-cicd" 内网coding ci cd
511
- # 注意:此字段可能返回 null,表示取不到有效值。
512
473
  # @type Type: String
513
474
  # @param CIId: ci的id
514
- # 注意:此字段可能返回 null,表示取不到有效值。
515
475
  # @type CIId: String
516
476
  # @param CDId: cd的id
517
- # 注意:此字段可能返回 null,表示取不到有效值。
518
477
  # @type CDId: String
519
478
  # @param EnvId: 环境id
520
- # 注意:此字段可能返回 null,表示取不到有效值。
521
479
  # @type EnvId: String
522
480
  # @param VersionNum: 版本号
523
- # 注意:此字段可能返回 null,表示取不到有效值。
524
481
  # @type VersionNum: Integer
525
482
  # @param FailReason: 错误原因
526
- # 注意:此字段可能返回 null,表示取不到有效值。
527
483
  # @type FailReason: String
528
484
  # @param RcJson: rc.json内容
529
- # 注意:此字段可能返回 null,表示取不到有效值。
530
485
  # @type RcJson: String
531
486
  # @param AddonConfig: 插件配置内容
532
- # 注意:此字段可能返回 null,表示取不到有效值。
533
487
  # @type AddonConfig: String
534
488
  # @param Tags: 标签
535
- # 注意:此字段可能返回 null,表示取不到有效值。
536
489
  # @type Tags: Array
537
490
  # @param NetworkConfig: 网络配置
538
- # 注意:此字段可能返回 null,表示取不到有效值。
539
491
  # @type NetworkConfig: String
540
492
  # @param ExtensionId: 扩展id
541
- # 注意:此字段可能返回 null,表示取不到有效值。
542
493
  # @type ExtensionId: String
543
494
  # @param FailType: 错误类型
544
- # 注意:此字段可能返回 null,表示取不到有效值。
545
495
  # @type FailType: String
546
496
  # @param RepoUrl: 私有仓库地址
547
- # 注意:此字段可能返回 null,表示取不到有效值。
548
497
  # @type RepoUrl: String
549
498
  # @param AutoDeployOnCodeChange: 是否私有仓库代码变更触发自动部署
550
- # 注意:此字段可能返回 null,表示取不到有效值。
551
499
  # @type AutoDeployOnCodeChange: Boolean
552
500
  # @param BuildPercent: ci部署进度(%)
553
- # 注意:此字段可能返回 null,表示取不到有效值。
554
501
  # @type BuildPercent: Integer
555
502
  # @param Uin: Uin
556
- # 注意:此字段可能返回 null,表示取不到有效值。
557
503
  # @type Uin: String
558
504
  # @param BuildFinishTime: BuildFinishTime
559
- # 注意:此字段可能返回 null,表示取不到有效值。
560
505
  # @type BuildFinishTime: String
561
506
  # @param DeployFinishTime: DeployFinishTime
562
- # 注意:此字段可能返回 null,表示取不到有效值。
563
507
  # @type DeployFinishTime: String
564
508
  # @param BuildId: BuildId
565
- # 注意:此字段可能返回 null,表示取不到有效值。
566
509
  # @type BuildId: String
567
510
  # @param SourceUrl: SourceUrl
568
- # 注意:此字段可能返回 null,表示取不到有效值。
569
511
  # @type SourceUrl: String
570
512
  # @param FailReasonShort: FailReasonShort
571
- # 注意:此字段可能返回 null,表示取不到有效值。
572
513
  # @type FailReasonShort: String
573
514
  # @param FirstInitRepo: FirstInitRepo
574
- # 注意:此字段可能返回 null,表示取不到有效值。
575
515
  # @type FirstInitRepo: String
576
516
 
577
517
  attr_accessor :Name, :Sam, :Source, :CreateTime, :UpdateTime, :Status, :Parameters, :Type, :CIId, :CDId, :EnvId, :VersionNum, :FailReason, :RcJson, :AddonConfig, :Tags, :NetworkConfig, :ExtensionId, :FailType, :RepoUrl, :AutoDeployOnCodeChange, :BuildPercent, :Uin, :BuildFinishTime, :DeployFinishTime, :BuildId, :SourceUrl, :FailReasonShort, :FirstInitRepo
@@ -654,10 +594,13 @@ module TencentCloud
654
594
  # emptydir 数据卷详细信息
655
595
  class CloudBaseRunEmptyDirVolumeSource < TencentCloud::Common::AbstractModel
656
596
  # @param EnableEmptyDirVolume: 启用emptydir数据卷
597
+ # 注意:此字段可能返回 null,表示取不到有效值。
657
598
  # @type EnableEmptyDirVolume: Boolean
658
599
  # @param Medium: "","Memory","HugePages"
600
+ # 注意:此字段可能返回 null,表示取不到有效值。
659
601
  # @type Medium: String
660
602
  # @param SizeLimit: emptydir数据卷大小
603
+ # 注意:此字段可能返回 null,表示取不到有效值。
661
604
  # @type SizeLimit: String
662
605
 
663
606
  attr_accessor :EnableEmptyDirVolume, :Medium, :SizeLimit
@@ -802,13 +745,10 @@ module TencentCloud
802
745
  # KV参数的优先级
803
746
  class CloudBaseRunKVPriority < TencentCloud::Common::AbstractModel
804
747
  # @param Key: 参数的Key
805
- # 注意:此字段可能返回 null,表示取不到有效值。
806
748
  # @type Key: String
807
749
  # @param Value: 参数的Value
808
- # 注意:此字段可能返回 null,表示取不到有效值。
809
750
  # @type Value: String
810
751
  # @param Priority: 优先级
811
- # 注意:此字段可能返回 null,表示取不到有效值。
812
752
  # @type Priority: Integer
813
753
 
814
754
  attr_accessor :Key, :Value, :Priority
@@ -829,19 +769,14 @@ module TencentCloud
829
769
  # nfs挂载资源
830
770
  class CloudBaseRunNfsVolumeSource < TencentCloud::Common::AbstractModel
831
771
  # @param Server: NFS挂载Server
832
- # 注意:此字段可能返回 null,表示取不到有效值。
833
772
  # @type Server: String
834
773
  # @param Path: Server路径
835
- # 注意:此字段可能返回 null,表示取不到有效值。
836
774
  # @type Path: String
837
775
  # @param ReadOnly: 是否只读
838
- # 注意:此字段可能返回 null,表示取不到有效值。
839
776
  # @type ReadOnly: Boolean
840
777
  # @param SecretName: secret名称
841
- # 注意:此字段可能返回 null,表示取不到有效值。
842
778
  # @type SecretName: String
843
779
  # @param EnableEmptyDirVolume: 临时目录
844
- # 注意:此字段可能返回 null,表示取不到有效值。
845
780
  # @type EnableEmptyDirVolume: Boolean
846
781
 
847
782
  attr_accessor :Server, :Path, :ReadOnly, :SecretName, :EnableEmptyDirVolume
@@ -868,54 +803,39 @@ module TencentCloud
868
803
  # @param VersionName: 版本名称
869
804
  # @type VersionName: String
870
805
  # @param Status: 状态
871
- # 注意:此字段可能返回 null,表示取不到有效值。
872
806
  # @type Status: String
873
807
  # @param FlowRatio: 流量占比
874
808
  # @type FlowRatio: Integer
875
809
  # @param CreatedTime: 创建时间
876
- # 注意:此字段可能返回 null,表示取不到有效值。
877
810
  # @type CreatedTime: String
878
811
  # @param UpdatedTime: 更新时间
879
- # 注意:此字段可能返回 null,表示取不到有效值。
880
812
  # @type UpdatedTime: String
881
813
  # @param BuildId: 构建ID
882
- # 注意:此字段可能返回 null,表示取不到有效值。
883
814
  # @type BuildId: Integer
884
815
  # @param UploadType: 构建方式
885
- # 注意:此字段可能返回 null,表示取不到有效值。
886
816
  # @type UploadType: String
887
817
  # @param Remark: 备注
888
- # 注意:此字段可能返回 null,表示取不到有效值。
889
818
  # @type Remark: String
890
819
  # @param UrlParam: url中的参数路径
891
- # 注意:此字段可能返回 null,表示取不到有效值。
892
820
  # @type UrlParam: :class:`Tencentcloud::Tcb.v20180608.models.ObjectKV`
893
821
  # @param Priority: 优先级(数值越小,优先级越高)
894
- # 注意:此字段可能返回 null,表示取不到有效值。
895
822
  # @type Priority: Integer
896
823
  # @param IsDefaultPriority: 是否是默认兜底版本
897
- # 注意:此字段可能返回 null,表示取不到有效值。
898
824
  # @type IsDefaultPriority: Boolean
899
825
  # @param FlowParams: KV Params
900
826
  # 注意:此字段可能返回 null,表示取不到有效值。
901
827
  # @type FlowParams: Array
902
828
  # @param MinReplicas: 最小副本数
903
- # 注意:此字段可能返回 null,表示取不到有效值。
904
829
  # @type MinReplicas: Integer
905
830
  # @param MaxReplicas: 最大副本数
906
- # 注意:此字段可能返回 null,表示取不到有效值。
907
831
  # @type MaxReplicas: Integer
908
832
  # @param RunId: 操作记录id
909
- # 注意:此字段可能返回 null,表示取不到有效值。
910
833
  # @type RunId: String
911
834
  # @param Percent: 进度
912
- # 注意:此字段可能返回 null,表示取不到有效值。
913
835
  # @type Percent: Integer
914
836
  # @param CurrentReplicas: 当前副本数
915
- # 注意:此字段可能返回 null,表示取不到有效值。
916
837
  # @type CurrentReplicas: Integer
917
838
  # @param Architecture: Monolithic,Microservice
918
- # 注意:此字段可能返回 null,表示取不到有效值。
919
839
  # @type Architecture: String
920
840
 
921
841
  attr_accessor :VersionName, :Status, :FlowRatio, :CreatedTime, :UpdatedTime, :BuildId, :UploadType, :Remark, :UrlParam, :Priority, :IsDefaultPriority, :FlowParams, :MinReplicas, :MaxReplicas, :RunId, :Percent, :CurrentReplicas, :Architecture
@@ -975,12 +895,18 @@ module TencentCloud
975
895
 
976
896
  # 主机路径挂载参数
977
897
  class CloudBaseRunServiceVolumeHostPath < TencentCloud::Common::AbstractModel
898
+ # @param Path: 主机路径
899
+ # 注意:此字段可能返回 null,表示取不到有效值。
900
+ # @type Path: String
978
901
 
902
+ attr_accessor :Path
979
903
 
980
- def initialize()
904
+ def initialize(path=nil)
905
+ @Path = path
981
906
  end
982
907
 
983
908
  def deserialize(params)
909
+ @Path = params['Path']
984
910
  end
985
911
  end
986
912
 
@@ -1123,6 +1049,40 @@ module TencentCloud
1123
1049
  end
1124
1050
  end
1125
1051
 
1052
+ # pod信息
1053
+ class CloudBaseRunVersionPod < TencentCloud::Common::AbstractModel
1054
+ # @param Webshell: webshell链接
1055
+ # @type Webshell: String
1056
+ # @param PodId: pod name
1057
+ # @type PodId: String
1058
+ # @param PodIp: pod ip
1059
+ # 注意:此字段可能返回 null,表示取不到有效值。
1060
+ # @type PodIp: String
1061
+ # @param Status: 状态
1062
+ # @type Status: String
1063
+ # @param CreateTime: 创建时间
1064
+ # 注意:此字段可能返回 null,表示取不到有效值。
1065
+ # @type CreateTime: String
1066
+
1067
+ attr_accessor :Webshell, :PodId, :PodIp, :Status, :CreateTime
1068
+
1069
+ def initialize(webshell=nil, podid=nil, podip=nil, status=nil, createtime=nil)
1070
+ @Webshell = webshell
1071
+ @PodId = podid
1072
+ @PodIp = podip
1073
+ @Status = status
1074
+ @CreateTime = createtime
1075
+ end
1076
+
1077
+ def deserialize(params)
1078
+ @Webshell = params['Webshell']
1079
+ @PodId = params['PodId']
1080
+ @PodIp = params['PodIp']
1081
+ @Status = params['Status']
1082
+ @CreateTime = params['CreateTime']
1083
+ end
1084
+ end
1085
+
1126
1086
  # cfs挂载点
1127
1087
  class CloudBaseRunVolumeMount < TencentCloud::Common::AbstractModel
1128
1088
  # @param Name: 资源名
@@ -1507,34 +1467,24 @@ module TencentCloud
1507
1467
  # 云开发项目来源
1508
1468
  class CodeSource < TencentCloud::Common::AbstractModel
1509
1469
  # @param Type: 类型, 可能的枚举: "coding","package","package_url","github","gitlab","gitee","rawcode"
1510
- # 注意:此字段可能返回 null,表示取不到有效值。
1511
1470
  # @type Type: String
1512
1471
  # @param Url: 下载链接
1513
- # 注意:此字段可能返回 null,表示取不到有效值。
1514
1472
  # @type Url: String
1515
1473
  # @param Name: 名称
1516
- # 注意:此字段可能返回 null,表示取不到有效值。
1517
1474
  # @type Name: String
1518
1475
  # @param WorkDir: 工作目录
1519
- # 注意:此字段可能返回 null,表示取不到有效值。
1520
1476
  # @type WorkDir: String
1521
1477
  # @param CodingPackageName: code包名, type为coding的时候需要填写
1522
- # 注意:此字段可能返回 null,表示取不到有效值。
1523
1478
  # @type CodingPackageName: String
1524
1479
  # @param CodingPackageVersion: coding版本名, type为coding的时候需要填写
1525
- # 注意:此字段可能返回 null,表示取不到有效值。
1526
1480
  # @type CodingPackageVersion: String
1527
1481
  # @param RawCode: 源码
1528
- # 注意:此字段可能返回 null,表示取不到有效值。
1529
1482
  # @type RawCode: String
1530
1483
  # @param Branch: 代码分支
1531
- # 注意:此字段可能返回 null,表示取不到有效值。
1532
1484
  # @type Branch: String
1533
1485
  # @param ProjectId: coding项目ID,type为coding时需要填写
1534
- # 注意:此字段可能返回 null,表示取不到有效值。
1535
1486
  # @type ProjectId: Integer
1536
1487
  # @param ProjectName: coding项目
1537
- # 注意:此字段可能返回 null,表示取不到有效值。
1538
1488
  # @type ProjectName: String
1539
1489
 
1540
1490
  attr_accessor :Type, :Url, :Name, :WorkDir, :CodingPackageName, :CodingPackageVersion, :RawCode, :Branch, :ProjectId, :ProjectName
@@ -1687,7 +1637,6 @@ module TencentCloud
1687
1637
  # CreateAndDeployCloudBaseProject返回参数结构体
1688
1638
  class CreateAndDeployCloudBaseProjectResponse < TencentCloud::Common::AbstractModel
1689
1639
  # @param EnvId: 环境Id
1690
- # 注意:此字段可能返回 null,表示取不到有效值。
1691
1640
  # @type EnvId: String
1692
1641
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1693
1642
  # @type RequestId: String
@@ -2408,7 +2357,6 @@ module TencentCloud
2408
2357
  # 安全网关自定义头部
2409
2358
  class CustomHeader < TencentCloud::Common::AbstractModel
2410
2359
  # @param RequestToAddList: 请求添加头部配置
2411
- # 注意:此字段可能返回 null,表示取不到有效值。
2412
2360
  # @type RequestToAddList: Array
2413
2361
 
2414
2362
  attr_accessor :RequestToAddList
@@ -2468,13 +2416,10 @@ module TencentCloud
2468
2416
  # 安全网关请求自定义头部
2469
2417
  class CustomRequestToAdd < TencentCloud::Common::AbstractModel
2470
2418
  # @param Key: Header名称
2471
- # 注意:此字段可能返回 null,表示取不到有效值。
2472
2419
  # @type Key: String
2473
2420
  # @param Value: Header值
2474
- # 注意:此字段可能返回 null,表示取不到有效值。
2475
2421
  # @type Value: String
2476
2422
  # @param AppendAction: Header类型
2477
- # 注意:此字段可能返回 null,表示取不到有效值。
2478
2423
  # @type AppendAction: String
2479
2424
 
2480
2425
  attr_accessor :Key, :Value, :AppendAction
@@ -2506,7 +2451,6 @@ module TencentCloud
2506
2451
  # 当前支持ap-shanghai
2507
2452
  # @type Region: String
2508
2453
  # @param UpdateTime: 更新时间
2509
- # 注意:此字段可能返回 null,表示取不到有效值。
2510
2454
  # @type UpdateTime: String
2511
2455
 
2512
2456
  attr_accessor :InstanceId, :Status, :Region, :UpdateTime
@@ -3368,10 +3312,8 @@ module TencentCloud
3368
3312
  # DescribeCloudBaseProjectLatestVersionList返回参数结构体
3369
3313
  class DescribeCloudBaseProjectLatestVersionListResponse < TencentCloud::Common::AbstractModel
3370
3314
  # @param ProjectList: 项目列表
3371
- # 注意:此字段可能返回 null,表示取不到有效值。
3372
3315
  # @type ProjectList: Array
3373
3316
  # @param TotalCount: 总数
3374
- # 注意:此字段可能返回 null,表示取不到有效值。
3375
3317
  # @type TotalCount: Integer
3376
3318
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3377
3319
  # @type RequestId: String
@@ -3437,10 +3379,8 @@ module TencentCloud
3437
3379
  # DescribeCloudBaseProjectVersionList返回参数结构体
3438
3380
  class DescribeCloudBaseProjectVersionListResponse < TencentCloud::Common::AbstractModel
3439
3381
  # @param ProjectVersions: 版本列表
3440
- # 注意:此字段可能返回 null,表示取不到有效值。
3441
3382
  # @type ProjectVersions: Array
3442
3383
  # @param TotalCount: 总个数
3443
- # 注意:此字段可能返回 null,表示取不到有效值。
3444
3384
  # @type TotalCount: Integer
3445
3385
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3446
3386
  # @type RequestId: String
@@ -3739,16 +3679,40 @@ module TencentCloud
3739
3679
 
3740
3680
  # DescribeCloudBaseRunPodList返回参数结构体
3741
3681
  class DescribeCloudBaseRunPodListResponse < TencentCloud::Common::AbstractModel
3682
+ # @param Offset: 偏移量
3683
+ # @type Offset: Integer
3684
+ # @param Limit: 分页大小
3685
+ # @type Limit: Integer
3686
+ # @param TotalCount: 总数
3687
+ # @type TotalCount: Integer
3688
+ # @param PodList: 容器列表
3689
+ # 注意:此字段可能返回 null,表示取不到有效值。
3690
+ # @type PodList: Array
3742
3691
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3743
3692
  # @type RequestId: String
3744
3693
 
3745
- attr_accessor :RequestId
3694
+ attr_accessor :Offset, :Limit, :TotalCount, :PodList, :RequestId
3746
3695
 
3747
- def initialize(requestid=nil)
3696
+ def initialize(offset=nil, limit=nil, totalcount=nil, podlist=nil, requestid=nil)
3697
+ @Offset = offset
3698
+ @Limit = limit
3699
+ @TotalCount = totalcount
3700
+ @PodList = podlist
3748
3701
  @RequestId = requestid
3749
3702
  end
3750
3703
 
3751
3704
  def deserialize(params)
3705
+ @Offset = params['Offset']
3706
+ @Limit = params['Limit']
3707
+ @TotalCount = params['TotalCount']
3708
+ unless params['PodList'].nil?
3709
+ @PodList = []
3710
+ params['PodList'].each do |i|
3711
+ cloudbaserunversionpod_tmp = CloudBaseRunVersionPod.new
3712
+ cloudbaserunversionpod_tmp.deserialize(i)
3713
+ @PodList << cloudbaserunversionpod_tmp
3714
+ end
3715
+ end
3752
3716
  @RequestId = params['RequestId']
3753
3717
  end
3754
3718
  end
@@ -6461,19 +6425,14 @@ module TencentCloud
6461
6425
  # @param PaymentChannel: 付费渠道。
6462
6426
  # <li> miniapp:小程序</li>
6463
6427
  # <li> qcloud:腾讯云</li>
6464
- # 注意:此字段可能返回 null,表示取不到有效值。
6465
6428
  # @type PaymentChannel: String
6466
6429
  # @param OrderInfo: 最新的订单信息
6467
- # 注意:此字段可能返回 null,表示取不到有效值。
6468
6430
  # @type OrderInfo: :class:`Tencentcloud::Tcb.v20180608.models.OrderInfo`
6469
6431
  # @param FreeQuota: 免费配额信息。
6470
- # 注意:此字段可能返回 null,表示取不到有效值。
6471
6432
  # @type FreeQuota: String
6472
6433
  # @param EnableOverrun: 是否开启 `超过套餐额度部分转按量付费`
6473
- # 注意:此字段可能返回 null,表示取不到有效值。
6474
6434
  # @type EnableOverrun: Boolean
6475
6435
  # @param ExtPackageType: 环境套餐类型
6476
- # 注意:此字段可能返回 null,表示取不到有效值。
6477
6436
  # @type ExtPackageType: String
6478
6437
  # @param EnvCharged: 是否付费期环境,可取值:yes/no。
6479
6438
  # @type EnvCharged: String
@@ -6551,54 +6510,38 @@ module TencentCloud
6551
6510
  # @param Functions: 函数列表
6552
6511
  # @type Functions: Array
6553
6512
  # @param PackageId: tcb产品套餐ID,参考DescribePackages接口的返回值。
6554
- # 注意:此字段可能返回 null,表示取不到有效值。
6555
6513
  # @type PackageId: String
6556
6514
  # @param PackageName: 套餐中文名称,参考DescribePackages接口的返回值。
6557
- # 注意:此字段可能返回 null,表示取不到有效值。
6558
6515
  # @type PackageName: String
6559
6516
  # @param LogServices: 云日志服务列表
6560
- # 注意:此字段可能返回 null,表示取不到有效值。
6561
6517
  # @type LogServices: Array
6562
6518
  # @param StaticStorages: 静态资源信息
6563
- # 注意:此字段可能返回 null,表示取不到有效值。
6564
6519
  # @type StaticStorages: Array
6565
6520
  # @param IsAutoDegrade: 是否到期自动降为免费版
6566
- # 注意:此字段可能返回 null,表示取不到有效值。
6567
6521
  # @type IsAutoDegrade: Boolean
6568
6522
  # @param EnvChannel: 环境渠道
6569
- # 注意:此字段可能返回 null,表示取不到有效值。
6570
6523
  # @type EnvChannel: String
6571
6524
  # @param PayMode: 支付方式。包含以下取值:
6572
6525
  # <li> prepayment:预付费</li>
6573
6526
  # <li> postpaid:后付费</li>
6574
- # 注意:此字段可能返回 null,表示取不到有效值。
6575
6527
  # @type PayMode: String
6576
6528
  # @param IsDefault: 是否为默认环境
6577
- # 注意:此字段可能返回 null,表示取不到有效值。
6578
6529
  # @type IsDefault: Boolean
6579
6530
  # @param Region: 环境所属地域
6580
- # 注意:此字段可能返回 null,表示取不到有效值。
6581
6531
  # @type Region: String
6582
6532
  # @param Tags: 环境标签列表
6583
- # 注意:此字段可能返回 null,表示取不到有效值。
6584
6533
  # @type Tags: Array
6585
6534
  # @param CustomLogServices: 自定义日志服务
6586
- # 注意:此字段可能返回 null,表示取不到有效值。
6587
6535
  # @type CustomLogServices: Array
6588
6536
  # @param EnvType: 环境类型:baas, run, hoting, weda
6589
- # 注意:此字段可能返回 null,表示取不到有效值。
6590
6537
  # @type EnvType: String
6591
6538
  # @param IsDauPackage: 是否是dau新套餐
6592
- # 注意:此字段可能返回 null,表示取不到有效值。
6593
6539
  # @type IsDauPackage: Boolean
6594
6540
  # @param PackageType: 套餐类型:空\baas\tcbr
6595
- # 注意:此字段可能返回 null,表示取不到有效值。
6596
6541
  # @type PackageType: String
6597
6542
  # @param ArchitectureType: 架构类型
6598
- # 注意:此字段可能返回 null,表示取不到有效值。
6599
6543
  # @type ArchitectureType: String
6600
6544
  # @param Recycle: 回收标志,默认为空
6601
- # 注意:此字段可能返回 null,表示取不到有效值。
6602
6545
  # @type Recycle: String
6603
6546
 
6604
6547
  attr_accessor :EnvId, :Source, :Alias, :CreateTime, :UpdateTime, :Status, :Databases, :Storages, :Functions, :PackageId, :PackageName, :LogServices, :StaticStorages, :IsAutoDegrade, :EnvChannel, :PayMode, :IsDefault, :Region, :Tags, :CustomLogServices, :EnvType, :IsDauPackage, :PackageType, :ArchitectureType, :Recycle
@@ -6923,11 +6866,9 @@ module TencentCloud
6923
6866
  # <li>sum-month:以月为单位抵扣</li>
6924
6867
  # <li>sum-day:以天为单位抵扣</li>
6925
6868
  # <li>totalize:总容量抵扣</li>
6926
- # 注意:此字段可能返回 null,表示取不到有效值。
6927
6869
  # @type DeductType: String
6928
6870
  # @param FreeQuotaType: 免费量类型
6929
6871
  # <li>basic:通用量抵扣</li>
6930
- # 注意:此字段可能返回 null,表示取不到有效值。
6931
6872
  # @type FreeQuotaType: String
6932
6873
 
6933
6874
  attr_accessor :ResourceType, :ResourceMetric, :FreeQuota, :MetricUnit, :DeductType, :FreeQuotaType
@@ -7363,7 +7304,6 @@ module TencentCloud
7363
7304
  # @param Region: cls日志所属地域
7364
7305
  # @type Region: String
7365
7306
  # @param Period: topic保存时长 默认7天
7366
- # 注意:此字段可能返回 null,表示取不到有效值。
7367
7307
  # @type Period: Integer
7368
7308
 
7369
7309
  attr_accessor :LogsetName, :LogsetId, :TopicName, :TopicId, :Region, :Period
@@ -7850,15 +7790,12 @@ module TencentCloud
7850
7790
  # <li>postpaid 后付费</li>
7851
7791
  # @type PayMode: String
7852
7792
  # @param ExtensionId: 订单绑定的扩展ID
7853
- # 注意:此字段可能返回 null,表示取不到有效值。
7854
7793
  # @type ExtensionId: String
7855
7794
  # @param ResourceReady: 资源初始化结果(仅当ExtensionId不为空时有效): successful(初始化成功), failed(初始化失败), doing(初始化进行中), init(准备初始化)
7856
- # 注意:此字段可能返回 null,表示取不到有效值。
7857
7795
  # @type ResourceReady: String
7858
7796
  # @param Flag: 安装标记。建议使用方统一转大小写之后再判断。
7859
7797
  # <li>QuickStart:快速启动来源</li>
7860
7798
  # <li>Activity:活动来源</li>
7861
- # 注意:此字段可能返回 null,表示取不到有效值。
7862
7799
  # @type Flag: String
7863
7800
  # @param ReqBody: 下单时的参数
7864
7801
  # @type ReqBody: String
@@ -7901,26 +7838,20 @@ module TencentCloud
7901
7838
  # <li>CDN</li>
7902
7839
  # <li>FLEXDB</li>
7903
7840
  # <li>SCF</li>
7904
- # 注意:此字段可能返回 null,表示取不到有效值。
7905
7841
  # @type ResourceType: String
7906
7842
  # @param ResourceMetric: 资源指标名称
7907
- # 注意:此字段可能返回 null,表示取不到有效值。
7908
7843
  # @type ResourceMetric: String
7909
7844
  # @param FreeQuota: 资源指标免费量
7910
- # 注意:此字段可能返回 null,表示取不到有效值。
7911
7845
  # @type FreeQuota: Integer
7912
7846
  # @param MetricUnit: 指标单位
7913
- # 注意:此字段可能返回 null,表示取不到有效值。
7914
7847
  # @type MetricUnit: String
7915
7848
  # @param DeductType: 免费量抵扣周期
7916
7849
  # <li>sum-month:以月为单位抵扣</li>
7917
7850
  # <li>sum-day:以天为单位抵扣</li>
7918
7851
  # <li>totalize:总容量抵扣</li>
7919
- # 注意:此字段可能返回 null,表示取不到有效值。
7920
7852
  # @type DeductType: String
7921
7853
  # @param FreeQuotaType: 免费量类型
7922
7854
  # <li>basic:通用量抵扣</li>
7923
- # 注意:此字段可能返回 null,表示取不到有效值。
7924
7855
  # @type FreeQuotaType: String
7925
7856
 
7926
7857
  attr_accessor :ResourceType, :ResourceMetric, :FreeQuota, :MetricUnit, :DeductType, :FreeQuotaType
@@ -7947,13 +7878,10 @@ module TencentCloud
7947
7878
  # 终端用户平台统计信息
7948
7879
  class PlatformStatistic < TencentCloud::Common::AbstractModel
7949
7880
  # @param Platform: 终端用户从属平台
7950
- # 注意:此字段可能返回 null,表示取不到有效值。
7951
7881
  # @type Platform: String
7952
7882
  # @param Count: 平台终端用户数
7953
- # 注意:此字段可能返回 null,表示取不到有效值。
7954
7883
  # @type Count: Integer
7955
7884
  # @param UpdateTime: 更新时间
7956
- # 注意:此字段可能返回 null,表示取不到有效值。
7957
7885
  # @type UpdateTime: String
7958
7886
 
7959
7887
  attr_accessor :Platform, :Count, :UpdateTime
@@ -7974,22 +7902,16 @@ module TencentCloud
7974
7902
  # 后付费计费详情
7975
7903
  class PostPaidEnvDeductInfo < TencentCloud::Common::AbstractModel
7976
7904
  # @param ResourceType: 资源方
7977
- # 注意:此字段可能返回 null,表示取不到有效值。
7978
7905
  # @type ResourceType: String
7979
7906
  # @param MetricName: 指标名
7980
- # 注意:此字段可能返回 null,表示取不到有效值。
7981
7907
  # @type MetricName: String
7982
7908
  # @param ResQuota: 按量计费详情
7983
- # 注意:此字段可能返回 null,表示取不到有效值。
7984
7909
  # @type ResQuota: Float
7985
7910
  # @param PkgQuota: 资源包抵扣详情
7986
- # 注意:此字段可能返回 null,表示取不到有效值。
7987
7911
  # @type PkgQuota: Float
7988
7912
  # @param FreeQuota: 免费额度抵扣详情
7989
- # 注意:此字段可能返回 null,表示取不到有效值。
7990
7913
  # @type FreeQuota: Float
7991
7914
  # @param EnvId: 环境id
7992
- # 注意:此字段可能返回 null,表示取不到有效值。
7993
7915
  # @type EnvId: String
7994
7916
 
7995
7917
  attr_accessor :ResourceType, :MetricName, :ResQuota, :PkgQuota, :FreeQuota, :EnvId
@@ -8396,19 +8318,14 @@ module TencentCloud
8396
8318
  # 短信免费量
8397
8319
  class SmsFreeQuota < TencentCloud::Common::AbstractModel
8398
8320
  # @param FreeQuota: 免费量总条数
8399
- # 注意:此字段可能返回 null,表示取不到有效值。
8400
8321
  # @type FreeQuota: Integer
8401
8322
  # @param TotalUsedQuota: 共计已使用总条数
8402
- # 注意:此字段可能返回 null,表示取不到有效值。
8403
8323
  # @type TotalUsedQuota: Integer
8404
8324
  # @param CycleStart: 免费周期起点,0000-00-00 00:00:00 形式
8405
- # 注意:此字段可能返回 null,表示取不到有效值。
8406
8325
  # @type CycleStart: String
8407
8326
  # @param CycleEnd: 免费周期终点,0000-00-00 00:00:00 形式
8408
- # 注意:此字段可能返回 null,表示取不到有效值。
8409
8327
  # @type CycleEnd: String
8410
8328
  # @param TodayUsedQuota: 今天已使用总条数
8411
- # 注意:此字段可能返回 null,表示取不到有效值。
8412
8329
  # @type TodayUsedQuota: Integer
8413
8330
 
8414
8331
  attr_accessor :FreeQuota, :TotalUsedQuota, :CycleStart, :CycleEnd, :TodayUsedQuota
@@ -8433,16 +8350,12 @@ module TencentCloud
8433
8350
  # 1分钱计费详情
8434
8351
  class SpecialCostItem < TencentCloud::Common::AbstractModel
8435
8352
  # @param ReportDate: 上报日期
8436
- # 注意:此字段可能返回 null,表示取不到有效值。
8437
8353
  # @type ReportDate: String
8438
8354
  # @param Uin: 腾讯云uin
8439
- # 注意:此字段可能返回 null,表示取不到有效值。
8440
8355
  # @type Uin: String
8441
8356
  # @param EnvId: 资源id:环境id
8442
- # 注意:此字段可能返回 null,表示取不到有效值。
8443
8357
  # @type EnvId: String
8444
8358
  # @param Status: 上报任务状态
8445
- # 注意:此字段可能返回 null,表示取不到有效值。
8446
8359
  # @type Status: String
8447
8360
 
8448
8361
  attr_accessor :ReportDate, :Uin, :EnvId, :Status
@@ -8552,19 +8465,14 @@ module TencentCloud
8552
8465
  # 静态CDN资源信息
8553
8466
  class StaticStorageInfo < TencentCloud::Common::AbstractModel
8554
8467
  # @param StaticDomain: 静态CDN域名
8555
- # 注意:此字段可能返回 null,表示取不到有效值。
8556
8468
  # @type StaticDomain: String
8557
8469
  # @param DefaultDirName: 静态CDN默认文件夹,当前为根目录
8558
- # 注意:此字段可能返回 null,表示取不到有效值。
8559
8470
  # @type DefaultDirName: String
8560
8471
  # @param Status: 资源状态(process/online/offline/init)
8561
- # 注意:此字段可能返回 null,表示取不到有效值。
8562
8472
  # @type Status: String
8563
8473
  # @param Region: cos所属区域
8564
- # 注意:此字段可能返回 null,表示取不到有效值。
8565
8474
  # @type Region: String
8566
8475
  # @param Bucket: bucket信息
8567
- # 注意:此字段可能返回 null,表示取不到有效值。
8568
8476
  # @type Bucket: String
8569
8477
 
8570
8478
  attr_accessor :StaticDomain, :DefaultDirName, :Status, :Region, :Bucket
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.977
4
+ version: 3.0.978
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-07 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common