tencentcloud-sdk-pts 3.0.453 → 3.0.455
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 +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: e971f1fa796101053c65c14e2e48bab17a2f96e9
|
4
|
+
data.tar.gz: 5a6000513c7e0e6a5d76deff8fc1e63411abedf4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42db370470722c26bece55f741546590465b0771089cb01335801e8f44c13b7f418700bf36ec306fae81311b65e807d6f4bfb72372bcdb3c12262b6f72e75459
|
7
|
+
data.tar.gz: 8d97e74c570f12b9d61ecd118d70f303162830edabbf2ced1e1572a7f060187a153ae45ad8d3209997453407974a32b91b0e9a683fade7adc24e4427db4c4845
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.455
|
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.455
|
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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|