tencentcloud-sdk-pts 3.0.453 → 3.0.454
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210728/models.rb +12 -2
- 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: 6e7b30109a618066a452cf949a110ecd0e6fc41b
|
4
|
+
data.tar.gz: 131aa18e1d88ed5a33886c525be2cfeda00fd163
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f66a46f79529fdc1dac342253d26a6a1cc4968a5f41f834f3abbd9ea80ebaddf51c806d0d22e03ba005900b9d185489cafe46274251f21709fa839fad8fb1b82
|
7
|
+
data.tar.gz: 07394b234fdbc447b94d747cf45f1399d2142370e4e9e6197bedc9f45597e7101957520f64b11a23efe7593b57934c02867c038ba71a628a48827b99f15c4da7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.454
|
data/lib/v20210728/models.rb
CHANGED
@@ -3198,10 +3198,16 @@ module TencentCloud
|
|
3198
3198
|
# @param NotificationHooks: 通知事件回调
|
3199
3199
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3200
3200
|
# @type NotificationHooks: Array
|
3201
|
+
# @param NetworkReceiveRate: 每秒接收字节数
|
3202
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3203
|
+
# @type NetworkReceiveRate: Float
|
3204
|
+
# @param NetworkSendRate: 每秒发送字节数
|
3205
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3206
|
+
# @type NetworkSendRate: Float
|
3201
3207
|
|
3202
|
-
attr_accessor :JobId, :ScenarioId, :Load, :Configs, :Datasets, :Extensions, :Status, :StartTime, :EndTime, :MaxVirtualUserCount, :Note, :ErrorRate, :JobOwner, :LoadSources, :Duration, :MaxRequestsPerSecond, :RequestTotal, :RequestsPerSecond, :ResponseTimeAverage, :ResponseTimeP99, :ResponseTimeP95, :ResponseTimeP90, :Scripts, :ResponseTimeMax, :ResponseTimeMin, :LoadSourceInfos, :TestScripts, :Protocols, :RequestFiles, :Plugins, :CronId, :Type, :DomainNameConfig, :Debug, :AbortReason, :CreatedAt, :ProjectId, :NotificationHooks
|
3208
|
+
attr_accessor :JobId, :ScenarioId, :Load, :Configs, :Datasets, :Extensions, :Status, :StartTime, :EndTime, :MaxVirtualUserCount, :Note, :ErrorRate, :JobOwner, :LoadSources, :Duration, :MaxRequestsPerSecond, :RequestTotal, :RequestsPerSecond, :ResponseTimeAverage, :ResponseTimeP99, :ResponseTimeP95, :ResponseTimeP90, :Scripts, :ResponseTimeMax, :ResponseTimeMin, :LoadSourceInfos, :TestScripts, :Protocols, :RequestFiles, :Plugins, :CronId, :Type, :DomainNameConfig, :Debug, :AbortReason, :CreatedAt, :ProjectId, :NotificationHooks, :NetworkReceiveRate, :NetworkSendRate
|
3203
3209
|
|
3204
|
-
def initialize(jobid=nil, scenarioid=nil, load=nil, configs=nil, datasets=nil, extensions=nil, status=nil, starttime=nil, endtime=nil, maxvirtualusercount=nil, note=nil, errorrate=nil, jobowner=nil, loadsources=nil, duration=nil, maxrequestspersecond=nil, requesttotal=nil, requestspersecond=nil, responsetimeaverage=nil, responsetimep99=nil, responsetimep95=nil, responsetimep90=nil, scripts=nil, responsetimemax=nil, responsetimemin=nil, loadsourceinfos=nil, testscripts=nil, protocols=nil, requestfiles=nil, plugins=nil, cronid=nil, type=nil, domainnameconfig=nil, debug=nil, abortreason=nil, createdat=nil, projectid=nil, notificationhooks=nil)
|
3210
|
+
def initialize(jobid=nil, scenarioid=nil, load=nil, configs=nil, datasets=nil, extensions=nil, status=nil, starttime=nil, endtime=nil, maxvirtualusercount=nil, note=nil, errorrate=nil, jobowner=nil, loadsources=nil, duration=nil, maxrequestspersecond=nil, requesttotal=nil, requestspersecond=nil, responsetimeaverage=nil, responsetimep99=nil, responsetimep95=nil, responsetimep90=nil, scripts=nil, responsetimemax=nil, responsetimemin=nil, loadsourceinfos=nil, testscripts=nil, protocols=nil, requestfiles=nil, plugins=nil, cronid=nil, type=nil, domainnameconfig=nil, debug=nil, abortreason=nil, createdat=nil, projectid=nil, notificationhooks=nil, networkreceiverate=nil, networksendrate=nil)
|
3205
3211
|
@JobId = jobid
|
3206
3212
|
@ScenarioId = scenarioid
|
3207
3213
|
@Load = load
|
@@ -3240,6 +3246,8 @@ module TencentCloud
|
|
3240
3246
|
@CreatedAt = createdat
|
3241
3247
|
@ProjectId = projectid
|
3242
3248
|
@NotificationHooks = notificationhooks
|
3249
|
+
@NetworkReceiveRate = networkreceiverate
|
3250
|
+
@NetworkSendRate = networksendrate
|
3243
3251
|
end
|
3244
3252
|
|
3245
3253
|
def deserialize(params)
|
@@ -3339,6 +3347,8 @@ module TencentCloud
|
|
3339
3347
|
@NotificationHooks << notificationhook_tmp
|
3340
3348
|
end
|
3341
3349
|
end
|
3350
|
+
@NetworkReceiveRate = params['NetworkReceiveRate']
|
3351
|
+
@NetworkSendRate = params['NetworkSendRate']
|
3342
3352
|
end
|
3343
3353
|
end
|
3344
3354
|
|
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.454
|
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-11-
|
11
|
+
date: 2022-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|