tencentcloud-sdk-pts 3.0.937 → 3.0.938
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 +7 -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: 3ddd9a6577955c566735e188105e547c1c1e0b9e
|
4
|
+
data.tar.gz: c99b12d18fdffab96ec1dd35b2cb2c0a3689e929
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3e2b4052c67a440a01c34a8402f018b72dd3848b75942c01ca0822ff47316d570a0576acd4b41699c340f0ae8f0b022c2977a33db207fca9279fbcef8953708
|
7
|
+
data.tar.gz: 2925e06e90f3d2fbf9995be413caf12a7df0fadfc8396d6677537c8dd70bb448ed36d826c5f0d062e0f642bc073da149e8529f022f123e4c5855c2e0fa426410
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.938
|
data/lib/v20210728/models.rb
CHANGED
@@ -3436,10 +3436,13 @@ module TencentCloud
|
|
3436
3436
|
# @param PayMode: 付费类型
|
3437
3437
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3438
3438
|
# @type PayMode: Integer
|
3439
|
+
# @param Usage: job VUM用量
|
3440
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3441
|
+
# @type Usage: Integer
|
3439
3442
|
|
3440
|
-
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, :Message, :ProjectName, :ScenarioName, :PayMode
|
3443
|
+
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, :Message, :ProjectName, :ScenarioName, :PayMode, :Usage
|
3441
3444
|
|
3442
|
-
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, message=nil, projectname=nil, scenarioname=nil, paymode=nil)
|
3445
|
+
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, message=nil, projectname=nil, scenarioname=nil, paymode=nil, usage=nil)
|
3443
3446
|
@JobId = jobid
|
3444
3447
|
@ScenarioId = scenarioid
|
3445
3448
|
@Load = load
|
@@ -3484,6 +3487,7 @@ module TencentCloud
|
|
3484
3487
|
@ProjectName = projectname
|
3485
3488
|
@ScenarioName = scenarioname
|
3486
3489
|
@PayMode = paymode
|
3490
|
+
@Usage = usage
|
3487
3491
|
end
|
3488
3492
|
|
3489
3493
|
def deserialize(params)
|
@@ -3589,6 +3593,7 @@ module TencentCloud
|
|
3589
3593
|
@ProjectName = params['ProjectName']
|
3590
3594
|
@ScenarioName = params['ScenarioName']
|
3591
3595
|
@PayMode = params['PayMode']
|
3596
|
+
@Usage = params['Usage']
|
3592
3597
|
end
|
3593
3598
|
end
|
3594
3599
|
|
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.938
|
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-11-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|