tencentcloud-sdk-pts 3.0.431 → 3.0.432
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/v20210728/models.rb +38 -8
- 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: d26b2503d27474ffd0658e1919460f9e683c07a1
|
4
|
+
data.tar.gz: bc6dbd5db726904a1283fce6d27ca4d018da4e67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cef9f8f0e102ad142c077e5d10191c0eeb19be9193e1677d8079e5988f550fa18e820656ce6d0e41ba4a1e0580fe954cc58e378d932d80a5e1f8e73a6f2818aa
|
7
|
+
data.tar.gz: a725339a45a2612ee37aa8ea1257d1f46798164713ba7018d664313ef2bf59933c91547a3891866d07c347fbad7e3968815c6db3f3b803d79568cf019ad8652c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.432
|
data/lib/v20210728/models.rb
CHANGED
@@ -423,13 +423,17 @@ module TencentCloud
|
|
423
423
|
# @param MaxRequestsPerSecond: 最大RPS
|
424
424
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
425
425
|
# @type MaxRequestsPerSecond: Integer
|
426
|
+
# @param GracefulStopSeconds: 优雅终止任务的等待时间
|
427
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
428
|
+
# @type GracefulStopSeconds: Integer
|
426
429
|
|
427
|
-
attr_accessor :Stages, :IterationCount, :MaxRequestsPerSecond
|
430
|
+
attr_accessor :Stages, :IterationCount, :MaxRequestsPerSecond, :GracefulStopSeconds
|
428
431
|
|
429
|
-
def initialize(stages=nil, iterationcount=nil, maxrequestspersecond=nil)
|
432
|
+
def initialize(stages=nil, iterationcount=nil, maxrequestspersecond=nil, gracefulstopseconds=nil)
|
430
433
|
@Stages = stages
|
431
434
|
@IterationCount = iterationcount
|
432
435
|
@MaxRequestsPerSecond = maxrequestspersecond
|
436
|
+
@GracefulStopSeconds = gracefulstopseconds
|
433
437
|
end
|
434
438
|
|
435
439
|
def deserialize(params)
|
@@ -443,6 +447,7 @@ module TencentCloud
|
|
443
447
|
end
|
444
448
|
@IterationCount = params['IterationCount']
|
445
449
|
@MaxRequestsPerSecond = params['MaxRequestsPerSecond']
|
450
|
+
@GracefulStopSeconds = params['GracefulStopSeconds']
|
446
451
|
end
|
447
452
|
end
|
448
453
|
|
@@ -1018,16 +1023,20 @@ module TencentCloud
|
|
1018
1023
|
# @type Timestamp: Integer
|
1019
1024
|
# @param Unit: 指标对应的单位,当前单位有:s,bytes,bytes/s,reqs,reqs/s,checks,checks/s,iters,iters/s,VUs, %
|
1020
1025
|
# @type Unit: String
|
1026
|
+
# @param Name: 指标序列名字
|
1027
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1028
|
+
# @type Name: String
|
1021
1029
|
|
1022
|
-
attr_accessor :Metric, :Aggregation, :Labels, :Value, :Timestamp, :Unit
|
1030
|
+
attr_accessor :Metric, :Aggregation, :Labels, :Value, :Timestamp, :Unit, :Name
|
1023
1031
|
|
1024
|
-
def initialize(metric=nil, aggregation=nil, labels=nil, value=nil, timestamp=nil, unit=nil)
|
1032
|
+
def initialize(metric=nil, aggregation=nil, labels=nil, value=nil, timestamp=nil, unit=nil, name=nil)
|
1025
1033
|
@Metric = metric
|
1026
1034
|
@Aggregation = aggregation
|
1027
1035
|
@Labels = labels
|
1028
1036
|
@Value = value
|
1029
1037
|
@Timestamp = timestamp
|
1030
1038
|
@Unit = unit
|
1039
|
+
@Name = name
|
1031
1040
|
end
|
1032
1041
|
|
1033
1042
|
def deserialize(params)
|
@@ -1044,6 +1053,7 @@ module TencentCloud
|
|
1044
1053
|
@Value = params['Value']
|
1045
1054
|
@Timestamp = params['Timestamp']
|
1046
1055
|
@Unit = params['Unit']
|
1056
|
+
@Name = params['Name']
|
1047
1057
|
end
|
1048
1058
|
end
|
1049
1059
|
|
@@ -2790,10 +2800,19 @@ module TencentCloud
|
|
2790
2800
|
# @param ProjectId: 项目 ID
|
2791
2801
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2792
2802
|
# @type ProjectId: String
|
2803
|
+
# @param AppID: 用户账号的 App ID
|
2804
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2805
|
+
# @type AppID: Integer
|
2806
|
+
# @param Uin: 用户主账号
|
2807
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2808
|
+
# @type Uin: String
|
2809
|
+
# @param SubAccountUin: 用户子账号
|
2810
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2811
|
+
# @type SubAccountUin: String
|
2793
2812
|
|
2794
|
-
attr_accessor :FileId, :Kind, :Name, :Size, :Type, :UpdatedAt, :LineCount, :HeadLines, :TailLines, :HeaderInFile, :HeaderColumns, :FileInfos, :ScenarioSet, :Status, :CreatedAt, :ProjectId
|
2813
|
+
attr_accessor :FileId, :Kind, :Name, :Size, :Type, :UpdatedAt, :LineCount, :HeadLines, :TailLines, :HeaderInFile, :HeaderColumns, :FileInfos, :ScenarioSet, :Status, :CreatedAt, :ProjectId, :AppID, :Uin, :SubAccountUin
|
2795
2814
|
|
2796
|
-
def initialize(fileid=nil, kind=nil, name=nil, size=nil, type=nil, updatedat=nil, linecount=nil, headlines=nil, taillines=nil, headerinfile=nil, headercolumns=nil, fileinfos=nil, scenarioset=nil, status=nil, createdat=nil, projectid=nil)
|
2815
|
+
def initialize(fileid=nil, kind=nil, name=nil, size=nil, type=nil, updatedat=nil, linecount=nil, headlines=nil, taillines=nil, headerinfile=nil, headercolumns=nil, fileinfos=nil, scenarioset=nil, status=nil, createdat=nil, projectid=nil, appid=nil, uin=nil, subaccountuin=nil)
|
2797
2816
|
@FileId = fileid
|
2798
2817
|
@Kind = kind
|
2799
2818
|
@Name = name
|
@@ -2810,6 +2829,9 @@ module TencentCloud
|
|
2810
2829
|
@Status = status
|
2811
2830
|
@CreatedAt = createdat
|
2812
2831
|
@ProjectId = projectid
|
2832
|
+
@AppID = appid
|
2833
|
+
@Uin = uin
|
2834
|
+
@SubAccountUin = subaccountuin
|
2813
2835
|
end
|
2814
2836
|
|
2815
2837
|
def deserialize(params)
|
@@ -2843,6 +2865,9 @@ module TencentCloud
|
|
2843
2865
|
@Status = params['Status']
|
2844
2866
|
@CreatedAt = params['CreatedAt']
|
2845
2867
|
@ProjectId = params['ProjectId']
|
2868
|
+
@AppID = params['AppID']
|
2869
|
+
@Uin = params['Uin']
|
2870
|
+
@SubAccountUin = params['SubAccountUin']
|
2846
2871
|
end
|
2847
2872
|
end
|
2848
2873
|
|
@@ -3841,16 +3866,20 @@ module TencentCloud
|
|
3841
3866
|
# @param TargetRequestsPerSecond: 目标RPS,入参无效
|
3842
3867
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3843
3868
|
# @type TargetRequestsPerSecond: Integer
|
3869
|
+
# @param GracefulStopSeconds: 优雅关停的等待时间
|
3870
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3871
|
+
# @type GracefulStopSeconds: Integer
|
3844
3872
|
|
3845
|
-
attr_accessor :MaxRequestsPerSecond, :DurationSeconds, :TargetVirtualUsers, :Resources, :StartRequestsPerSecond, :TargetRequestsPerSecond
|
3873
|
+
attr_accessor :MaxRequestsPerSecond, :DurationSeconds, :TargetVirtualUsers, :Resources, :StartRequestsPerSecond, :TargetRequestsPerSecond, :GracefulStopSeconds
|
3846
3874
|
|
3847
|
-
def initialize(maxrequestspersecond=nil, durationseconds=nil, targetvirtualusers=nil, resources=nil, startrequestspersecond=nil, targetrequestspersecond=nil)
|
3875
|
+
def initialize(maxrequestspersecond=nil, durationseconds=nil, targetvirtualusers=nil, resources=nil, startrequestspersecond=nil, targetrequestspersecond=nil, gracefulstopseconds=nil)
|
3848
3876
|
@MaxRequestsPerSecond = maxrequestspersecond
|
3849
3877
|
@DurationSeconds = durationseconds
|
3850
3878
|
@TargetVirtualUsers = targetvirtualusers
|
3851
3879
|
@Resources = resources
|
3852
3880
|
@StartRequestsPerSecond = startrequestspersecond
|
3853
3881
|
@TargetRequestsPerSecond = targetrequestspersecond
|
3882
|
+
@GracefulStopSeconds = gracefulstopseconds
|
3854
3883
|
end
|
3855
3884
|
|
3856
3885
|
def deserialize(params)
|
@@ -3860,6 +3889,7 @@ module TencentCloud
|
|
3860
3889
|
@Resources = params['Resources']
|
3861
3890
|
@StartRequestsPerSecond = params['StartRequestsPerSecond']
|
3862
3891
|
@TargetRequestsPerSecond = params['TargetRequestsPerSecond']
|
3892
|
+
@GracefulStopSeconds = params['GracefulStopSeconds']
|
3863
3893
|
end
|
3864
3894
|
end
|
3865
3895
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-pts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.432
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|