tencentcloud-sdk-pts 3.0.519 → 3.0.520
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 +19 -4
- 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: 36742e58df0e538dc62a84a3967f1c74d41a879d
|
4
|
+
data.tar.gz: 9ff1cd6b51bf483a2f8182d2f0b7de096c54f761
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85e7a1def6e2ff4a3ef0a584a968b3e4d4e0018ee2213ba0b48bd94c3b5539d7f8b38ceb39c499008ab47cdce9338aa81e34f66e81cf6d4f1a499586563e4c15
|
7
|
+
data.tar.gz: 97b23c28605f9904282c273e3111624957d4ca809344e65cf465e57366b7ff706512691e36b19f18f5df40e0429f36235f6085cc1f3ba38037adfb72c7a43f28
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.520
|
data/lib/v20210728/models.rb
CHANGED
@@ -3219,10 +3219,16 @@ module TencentCloud
|
|
3219
3219
|
# @param Message: 任务状态描述
|
3220
3220
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3221
3221
|
# @type Message: String
|
3222
|
+
# @param ProjectName: test-project
|
3223
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3224
|
+
# @type ProjectName: String
|
3225
|
+
# @param ScenarioName: test-scenario
|
3226
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3227
|
+
# @type ScenarioName: String
|
3222
3228
|
|
3223
|
-
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
|
3229
|
+
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
|
3224
3230
|
|
3225
|
-
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)
|
3231
|
+
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)
|
3226
3232
|
@JobId = jobid
|
3227
3233
|
@ScenarioId = scenarioid
|
3228
3234
|
@Load = load
|
@@ -3264,6 +3270,8 @@ module TencentCloud
|
|
3264
3270
|
@NetworkReceiveRate = networkreceiverate
|
3265
3271
|
@NetworkSendRate = networksendrate
|
3266
3272
|
@Message = message
|
3273
|
+
@ProjectName = projectname
|
3274
|
+
@ScenarioName = scenarioname
|
3267
3275
|
end
|
3268
3276
|
|
3269
3277
|
def deserialize(params)
|
@@ -3366,6 +3374,8 @@ module TencentCloud
|
|
3366
3374
|
@NetworkReceiveRate = params['NetworkReceiveRate']
|
3367
3375
|
@NetworkSendRate = params['NetworkSendRate']
|
3368
3376
|
@Message = params['Message']
|
3377
|
+
@ProjectName = params['ProjectName']
|
3378
|
+
@ScenarioName = params['ScenarioName']
|
3369
3379
|
end
|
3370
3380
|
end
|
3371
3381
|
|
@@ -4235,10 +4245,13 @@ module TencentCloud
|
|
4235
4245
|
# @param Owner: 创建人员
|
4236
4246
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4237
4247
|
# @type Owner: String
|
4248
|
+
# @param ProjectName: 场景所在的项目的名字
|
4249
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4250
|
+
# @type ProjectName: String
|
4238
4251
|
|
4239
|
-
attr_accessor :ScenarioId, :Name, :Description, :Type, :Status, :Load, :EncodedScripts, :Configs, :Extensions, :Datasets, :SLAId, :CronId, :CreatedAt, :UpdatedAt, :ProjectId, :AppId, :Uin, :SubAccountUin, :TestScripts, :Protocols, :RequestFiles, :SLAPolicy, :Plugins, :DomainNameConfig, :NotificationHooks, :Owner
|
4252
|
+
attr_accessor :ScenarioId, :Name, :Description, :Type, :Status, :Load, :EncodedScripts, :Configs, :Extensions, :Datasets, :SLAId, :CronId, :CreatedAt, :UpdatedAt, :ProjectId, :AppId, :Uin, :SubAccountUin, :TestScripts, :Protocols, :RequestFiles, :SLAPolicy, :Plugins, :DomainNameConfig, :NotificationHooks, :Owner, :ProjectName
|
4240
4253
|
|
4241
|
-
def initialize(scenarioid=nil, name=nil, description=nil, type=nil, status=nil, load=nil, encodedscripts=nil, configs=nil, extensions=nil, datasets=nil, slaid=nil, cronid=nil, createdat=nil, updatedat=nil, projectid=nil, appid=nil, uin=nil, subaccountuin=nil, testscripts=nil, protocols=nil, requestfiles=nil, slapolicy=nil, plugins=nil, domainnameconfig=nil, notificationhooks=nil, owner=nil)
|
4254
|
+
def initialize(scenarioid=nil, name=nil, description=nil, type=nil, status=nil, load=nil, encodedscripts=nil, configs=nil, extensions=nil, datasets=nil, slaid=nil, cronid=nil, createdat=nil, updatedat=nil, projectid=nil, appid=nil, uin=nil, subaccountuin=nil, testscripts=nil, protocols=nil, requestfiles=nil, slapolicy=nil, plugins=nil, domainnameconfig=nil, notificationhooks=nil, owner=nil, projectname=nil)
|
4242
4255
|
@ScenarioId = scenarioid
|
4243
4256
|
@Name = name
|
4244
4257
|
@Description = description
|
@@ -4265,6 +4278,7 @@ module TencentCloud
|
|
4265
4278
|
@DomainNameConfig = domainnameconfig
|
4266
4279
|
@NotificationHooks = notificationhooks
|
4267
4280
|
@Owner = owner
|
4281
|
+
@ProjectName = projectname
|
4268
4282
|
end
|
4269
4283
|
|
4270
4284
|
def deserialize(params)
|
@@ -4345,6 +4359,7 @@ module TencentCloud
|
|
4345
4359
|
end
|
4346
4360
|
end
|
4347
4361
|
@Owner = params['Owner']
|
4362
|
+
@ProjectName = params['ProjectName']
|
4348
4363
|
end
|
4349
4364
|
end
|
4350
4365
|
|
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.520
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|