tencentcloud-sdk-pts 3.0.937 → 3.0.939
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: de709341528aa014ae82bf80c01eb4c34526e5f0
|
4
|
+
data.tar.gz: a28fcfc61684375cab35c604f5040205b1060c17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8402dbd712c9284e0764825cd417326d5f1bfa8653a66e26f0c1656e7306e6c4381100ee3c9396f278b0f1567ed402aa7f8f3fd1f4e343a99ba12dbe3336bcf4
|
7
|
+
data.tar.gz: 78d4b3d2dd69e9e2d55d6a12ab9d364526d02154a03d2509b504b2ed0ac752068715e4149c8f731e31e3866554a95e7480222f7dc91b3a82a990f65fa9470a77
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.939
|
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.939
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|