tencentcloud-sdk-tcb 3.0.753 → 3.0.755
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180608/models.rb +48 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d32194b7f3d5213fe58aa2adc936649173ece755
|
4
|
+
data.tar.gz: 0ee55a936fca1741e47b458bff4a9375c5dd0a7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c42d6fe39e4042a329ce6cc86b51c5f46b0937135c3e2b9d0da59d6a1f6ff53d19224cdbbbec503e30b281715984e3ef866d59d090d4001642b642e03a7e8c9
|
7
|
+
data.tar.gz: 782ad74b1fad4b52c14f7ccc4feb7c3643defb3aae629338a32bd15e0183cbd81fc0bb05a7402b2348e4293fe5a813afc3fab14b78b775566c21c42b07d127ae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.755
|
data/lib/v20180608/models.rb
CHANGED
@@ -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: 上传
|
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: 起始时间
|
3404
|
+
# @param StartTime: 起始时间
|
3370
3405
|
# @type StartTime: String
|
3371
|
-
# @param EndTime: 终止时间
|
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
|
4537
|
-
# <li> DbCostTime50ms: 数据库耗时在50ms
|
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: 云函数资源使用量, 单位
|
5465
|
+
# FunctionGBs: 云函数资源使用量, 单位MB*ms
|
5431
5466
|
# FunctionFlux: 云函数流量, 单位千字节(KB)
|
5432
5467
|
# FunctionError: 云函数调用错误次数
|
5433
5468
|
# FunctionDuration: 云函数运行时间, 单位毫秒
|
5434
5469
|
# DbRead: 数据库读请求数
|
5435
5470
|
# DbWrite: 数据库写请求数
|
5436
|
-
# DbCostTime10ms: 数据库耗时在10ms
|
5437
|
-
# DbCostTime50ms: 数据库耗时在50ms
|
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.
|
4
|
+
version: 3.0.755
|
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-
|
11
|
+
date: 2024-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|