tencentcloud-sdk-tcb 3.0.754 → 3.0.756

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180608/models.rb +48 -12
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d0f47b74fb8663add96a157de14f3ef49f66ed1
4
- data.tar.gz: 8ba18b49cff9bc6e46a137d7cae15e08dd0d7cb4
3
+ metadata.gz: cc5cc75f5353a7de518b60828b132f1d10f5b3ca
4
+ data.tar.gz: fa8470f669af4b2fc9aa3bbc46658f8c5028d1c0
5
5
  SHA512:
6
- metadata.gz: 571836ae35db5aebed1f49e7f5e310e0a801e7b145a480ea9cb0810570fc20c7f5f874d29c206f27dfa678c628ecff2beb6201ce7739cb42e4e5ebe8aa0bda43
7
- data.tar.gz: 3179d5037fc8109bac226e8b4c184da7c7a5b4e36709c321be72d93f642068c05a222c7f1aac322345a058272f7518181dad145389d7f991366481d258afaf90
6
+ metadata.gz: 42110fd79b2e00affccf34f855ecfb0316083099bcf6e1e1771c8982fcde771a33b288a4b55922e3bf1a305a8cff27a33e6c5ba4a63053a631f3d75a4f926daf
7
+ data.tar.gz: de935481a8283ae2f53c0d97348a7f70b6b6245586a4c47b05410e28e95efe65863cf653f0c89df5e5acdf42f8b98f8e26756f4e700bb59b8e32b3138ab3a3fa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.754
1
+ 3.0.756
@@ -552,10 +552,31 @@ module TencentCloud
552
552
  # @param BuildPercent: ci部署进度(%)
553
553
  # 注意:此字段可能返回 null,表示取不到有效值。
554
554
  # @type BuildPercent: Integer
555
+ # @param Uin: Uin
556
+ # 注意:此字段可能返回 null,表示取不到有效值。
557
+ # @type Uin: String
558
+ # @param BuildFinishTime: BuildFinishTime
559
+ # 注意:此字段可能返回 null,表示取不到有效值。
560
+ # @type BuildFinishTime: String
561
+ # @param DeployFinishTime: DeployFinishTime
562
+ # 注意:此字段可能返回 null,表示取不到有效值。
563
+ # @type DeployFinishTime: String
564
+ # @param BuildId: BuildId
565
+ # 注意:此字段可能返回 null,表示取不到有效值。
566
+ # @type BuildId: String
567
+ # @param SourceUrl: SourceUrl
568
+ # 注意:此字段可能返回 null,表示取不到有效值。
569
+ # @type SourceUrl: String
570
+ # @param FailReasonShort: FailReasonShort
571
+ # 注意:此字段可能返回 null,表示取不到有效值。
572
+ # @type FailReasonShort: String
573
+ # @param FirstInitRepo: FirstInitRepo
574
+ # 注意:此字段可能返回 null,表示取不到有效值。
575
+ # @type FirstInitRepo: String
555
576
 
556
- attr_accessor :Name, :Sam, :Source, :CreateTime, :UpdateTime, :Status, :Parameters, :Type, :CIId, :CDId, :EnvId, :VersionNum, :FailReason, :RcJson, :AddonConfig, :Tags, :NetworkConfig, :ExtensionId, :FailType, :RepoUrl, :AutoDeployOnCodeChange, :BuildPercent
577
+ 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
557
578
 
558
- def initialize(name=nil, sam=nil, source=nil, createtime=nil, updatetime=nil, status=nil, parameters=nil, type=nil, ciid=nil, cdid=nil, envid=nil, versionnum=nil, failreason=nil, rcjson=nil, addonconfig=nil, tags=nil, networkconfig=nil, extensionid=nil, failtype=nil, repourl=nil, autodeployoncodechange=nil, buildpercent=nil)
579
+ def initialize(name=nil, sam=nil, source=nil, createtime=nil, updatetime=nil, status=nil, parameters=nil, type=nil, ciid=nil, cdid=nil, envid=nil, versionnum=nil, failreason=nil, rcjson=nil, addonconfig=nil, tags=nil, networkconfig=nil, extensionid=nil, failtype=nil, repourl=nil, autodeployoncodechange=nil, buildpercent=nil, uin=nil, buildfinishtime=nil, deployfinishtime=nil, buildid=nil, sourceurl=nil, failreasonshort=nil, firstinitrepo=nil)
559
580
  @Name = name
560
581
  @Sam = sam
561
582
  @Source = source
@@ -578,6 +599,13 @@ module TencentCloud
578
599
  @RepoUrl = repourl
579
600
  @AutoDeployOnCodeChange = autodeployoncodechange
580
601
  @BuildPercent = buildpercent
602
+ @Uin = uin
603
+ @BuildFinishTime = buildfinishtime
604
+ @DeployFinishTime = deployfinishtime
605
+ @BuildId = buildid
606
+ @SourceUrl = sourceurl
607
+ @FailReasonShort = failreasonshort
608
+ @FirstInitRepo = firstinitrepo
581
609
  end
582
610
 
583
611
  def deserialize(params)
@@ -613,6 +641,13 @@ module TencentCloud
613
641
  @RepoUrl = params['RepoUrl']
614
642
  @AutoDeployOnCodeChange = params['AutoDeployOnCodeChange']
615
643
  @BuildPercent = params['BuildPercent']
644
+ @Uin = params['Uin']
645
+ @BuildFinishTime = params['BuildFinishTime']
646
+ @DeployFinishTime = params['DeployFinishTime']
647
+ @BuildId = params['BuildId']
648
+ @SourceUrl = params['SourceUrl']
649
+ @FailReasonShort = params['FailReasonShort']
650
+ @FirstInitRepo = params['FirstInitRepo']
616
651
  end
617
652
  end
618
653
 
@@ -3226,7 +3261,7 @@ module TencentCloud
3226
3261
  class DescribeCloudBaseBuildServiceResponse < TencentCloud::Common::AbstractModel
3227
3262
  # @param UploadUrl: 上传url
3228
3263
  # @type UploadUrl: String
3229
- # @param UploadHeaders: 上传heder
3264
+ # @param UploadHeaders: 上传header
3230
3265
  # @type UploadHeaders: Array
3231
3266
  # @param PackageName: 包名
3232
3267
  # @type PackageName: String
@@ -3366,9 +3401,9 @@ module TencentCloud
3366
3401
  # @type PageSize: Integer
3367
3402
  # @param PageNum: 第几页,从0开始
3368
3403
  # @type PageNum: Integer
3369
- # @param StartTime: 起始时间 2021-03-27 12:00:00
3404
+ # @param StartTime: 起始时间
3370
3405
  # @type StartTime: String
3371
- # @param EndTime: 终止时间 2021-03-27 12:00:00
3406
+ # @param EndTime: 终止时间
3372
3407
  # @type EndTime: String
3373
3408
 
3374
3409
  attr_accessor :EnvId, :ProjectName, :PageSize, :PageNum, :StartTime, :EndTime
@@ -4533,8 +4568,8 @@ module TencentCloud
4533
4568
  # <li> FunctionDuration: 云函数运行时间, 单位毫秒 </li>
4534
4569
  # <li> DbRead: 数据库读请求数 </li>
4535
4570
  # <li> DbWrite: 数据库写请求数 </li>
4536
- # <li> DbCostTime10ms: 数据库耗时在10ms~50ms请求数 </li>
4537
- # <li> DbCostTime50ms: 数据库耗时在50ms~100ms请求数 </li>
4571
+ # <li> DbCostTime10ms: 数据库耗时在10ms-50ms请求数 </li>
4572
+ # <li> DbCostTime50ms: 数据库耗时在50ms-100ms请求数 </li>
4538
4573
  # <li> DbCostTime100ms: 数据库耗时在100ms以上请求数 </li>
4539
4574
  # <li> TkeCpuRatio: 容器CPU占用率 </li>
4540
4575
  # <li> TkeMemRatio: 容器内存占用率 </li>
@@ -4583,7 +4618,7 @@ module TencentCloud
4583
4618
  # @type MetricName: String
4584
4619
  # @param Period: 统计周期(单位秒), 当时间区间为1天内, 统计周期为5分钟; 当时间区间选择为1天以上, 15天以下, 统计周期为1小时; 当时间区间选择为15天以上, 180天以下, 统计周期为1天.
4585
4620
  # @type Period: Integer
4586
- # @param Values: 有效的监控数据, 每个有效监控数据的上报时间可以从时间数组中的对应位置上获取到.
4621
+ # @param Values: 有效的监控数据, 每个有效监控数据的上报时间可以从时间数组中的对应位置上获取到。
4587
4622
  # @type Values: Array
4588
4623
  # @param Time: 时间数据, 标识监控数据Values中的点是哪个时间段上报的.
4589
4624
  # @type Time: Array
@@ -5427,14 +5462,14 @@ module TencentCloud
5427
5462
  # StorageCdnOriginFlux: CDN回源流量, 单位字节
5428
5463
  # CDNFlux: CDN回源流量, 单位字节
5429
5464
  # FunctionInvocation: 云函数调用次数
5430
- # FunctionGBs: 云函数资源使用量, 单位Mb*Ms
5465
+ # FunctionGBs: 云函数资源使用量, 单位MB*ms
5431
5466
  # FunctionFlux: 云函数流量, 单位千字节(KB)
5432
5467
  # FunctionError: 云函数调用错误次数
5433
5468
  # FunctionDuration: 云函数运行时间, 单位毫秒
5434
5469
  # DbRead: 数据库读请求数
5435
5470
  # DbWrite: 数据库写请求数
5436
- # DbCostTime10ms: 数据库耗时在10ms~50ms请求数
5437
- # DbCostTime50ms: 数据库耗时在50ms~100ms请求数
5471
+ # DbCostTime10ms: 数据库耗时在10ms-50ms请求数
5472
+ # DbCostTime50ms: 数据库耗时在50ms-100ms请求数
5438
5473
  # DbCostTime100ms: 数据库耗时在100ms以上请求数
5439
5474
  # TkeCpuRatio: 容器CPU占用率
5440
5475
  # TkeMemRatio: 容器内存占用率
@@ -5483,7 +5518,7 @@ module TencentCloud
5483
5518
  # @type MetricName: String
5484
5519
  # @param Period: 统计周期(单位秒), 当时间区间为1天内, 统计周期为5分钟; 当时间区间选择为1天以上, 15天以下, 统计周期为1小时; 当时间区间选择为15天以上, 180天以下, 统计周期为1天.
5485
5520
  # @type Period: Integer
5486
- # @param Values: 有效的监控数据, 每个有效监控数据的上报时间可以从时间数组中的对应位置上获取到.
5521
+ # @param Values: 有效的监控数据, 每个有效监控数据的上报时间可以从时间数组中的对应位置上获取到。
5487
5522
  # @type Values: Array
5488
5523
  # @param Time: 时间数据, 标识监控数据Values中的点是哪个时间段上报的.
5489
5524
  # @type Time: Array
@@ -8074,6 +8109,7 @@ module TencentCloud
8074
8109
  # @param MaxNum: 最大副本数
8075
8110
  # @type MaxNum: String
8076
8111
  # @param PolicyType: 策略类型
8112
+ # cpu/mem
8077
8113
  # @type PolicyType: String
8078
8114
  # @param PolicyThreshold: 策略阈值
8079
8115
  # @type PolicyThreshold: String
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.754
4
+ version: 3.0.756
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-21 00:00:00.000000000 Z
11
+ date: 2024-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-tcb.rb
37
- - lib/v20180608/client.rb
38
37
  - lib/v20180608/models.rb
38
+ - lib/v20180608/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: