tencentcloud-sdk-pts 3.0.467 → 3.0.468

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210728/models.rb +12 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99dc18ed4b8ae22c5bec0dfd7cc119d216cf40f6
4
- data.tar.gz: a28ac6ba140f80a2e6e201f31c199bb17c049deb
3
+ metadata.gz: c1902b425b76faad2a7798f60da7eaa451600a24
4
+ data.tar.gz: 94e5f741dc5926f59439d814dabef8c052edc9f5
5
5
  SHA512:
6
- metadata.gz: 083bc700be7548bd028099495c03e3b25ff4e3088221307ad84c4b83927603b69f54de3b056f7adb053b5110a5a6bc7ac5042e77b306b2c07faa4e484652ee56
7
- data.tar.gz: a5ed1485c568caca70e1966b1623edd13f3e27755361aef39ceab055e8bab36154de1d3b36d8d99ac6e52b7ac31cdb4a6de7aeb2eab57f79a1a97c2e32390927
6
+ metadata.gz: 2efececa58d744ca0e7163502e450f2f0756b4141e023b9874caccf7761579037a0ab6f077f7cf854eda428d9f92c76ee042f779e1e41728a75333281af0945b
7
+ data.tar.gz: ce57e1fb75c9cac161f94bad8df053ef1c973b105d47747d5bacc5e3c1d6b2a8b3cb3f1e82f0b488b3007bb9172a7edc25c54af67d1794d407059c3020ad77a6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.467
1
+ 3.0.468
@@ -2800,7 +2800,7 @@ module TencentCloud
2800
2800
  # @param ProjectId: 项目 ID
2801
2801
  # 注意:此字段可能返回 null,表示取不到有效值。
2802
2802
  # @type ProjectId: String
2803
- # @param AppID: 用户账号的 App ID
2803
+ # @param AppID: 此字段不再使用
2804
2804
  # 注意:此字段可能返回 null,表示取不到有效值。
2805
2805
  # @type AppID: Integer
2806
2806
  # @param Uin: 用户主账号
@@ -3091,13 +3091,13 @@ module TencentCloud
3091
3091
  # @param Load: 任务的施压配置
3092
3092
  # 注意:此字段可能返回 null,表示取不到有效值。
3093
3093
  # @type Load: :class:`Tencentcloud::Pts.v20210728.models.Load`
3094
- # @param Configs: deprecated
3094
+ # @param Configs: 此字段不再使用
3095
3095
  # 注意:此字段可能返回 null,表示取不到有效值。
3096
3096
  # @type Configs: Array
3097
3097
  # @param Datasets: 任务的数据集文件
3098
3098
  # 注意:此字段可能返回 null,表示取不到有效值。
3099
3099
  # @type Datasets: Array
3100
- # @param Extensions: deprecated
3100
+ # @param Extensions: 此字段不再使用
3101
3101
  # 注意:此字段可能返回 null,表示取不到有效值。
3102
3102
  # @type Extensions: Array
3103
3103
  # @param Status: 任务的运行状态, JobUnknown: 0,JobCreated:1,JobPending:2, JobPreparing:3,JobSelectClustering:4,JobCreateTasking:5,JobSyncTasking:6
@@ -3123,7 +3123,7 @@ module TencentCloud
3123
3123
  # @param JobOwner: 任务发起人
3124
3124
  # 注意:此字段可能返回 null,表示取不到有效值。
3125
3125
  # @type JobOwner: String
3126
- # @param LoadSources: deprecated
3126
+ # @param LoadSources: 此字段不再使用
3127
3127
  # 注意:此字段可能返回 null,表示取不到有效值。
3128
3128
  # @type LoadSources: :class:`Tencentcloud::Pts.v20210728.models.LoadSource`
3129
3129
  # @param Duration: 任务时长
@@ -3150,7 +3150,7 @@ module TencentCloud
3150
3150
  # @param ResponseTimeP90: 响应时间第90百分位
3151
3151
  # 注意:此字段可能返回 null,表示取不到有效值。
3152
3152
  # @type ResponseTimeP90: Float
3153
- # @param Scripts: deprecated
3153
+ # @param Scripts: 此字段不再使用
3154
3154
  # 注意:此字段可能返回 null,表示取不到有效值。
3155
3155
  # @type Scripts: Array
3156
3156
  # @param ResponseTimeMax: 最大响应时间
@@ -3204,10 +3204,13 @@ module TencentCloud
3204
3204
  # @param NetworkSendRate: 每秒发送字节数
3205
3205
  # 注意:此字段可能返回 null,表示取不到有效值。
3206
3206
  # @type NetworkSendRate: Float
3207
+ # @param Message: 任务状态描述
3208
+ # 注意:此字段可能返回 null,表示取不到有效值。
3209
+ # @type Message: String
3207
3210
 
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
3211
+ 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
3209
3212
 
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)
3213
+ 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)
3211
3214
  @JobId = jobid
3212
3215
  @ScenarioId = scenarioid
3213
3216
  @Load = load
@@ -3248,6 +3251,7 @@ module TencentCloud
3248
3251
  @NotificationHooks = notificationhooks
3249
3252
  @NetworkReceiveRate = networkreceiverate
3250
3253
  @NetworkSendRate = networksendrate
3254
+ @Message = message
3251
3255
  end
3252
3256
 
3253
3257
  def deserialize(params)
@@ -3349,6 +3353,7 @@ module TencentCloud
3349
3353
  end
3350
3354
  @NetworkReceiveRate = params['NetworkReceiveRate']
3351
3355
  @NetworkSendRate = params['NetworkSendRate']
3356
+ @Message = params['Message']
3352
3357
  end
3353
3358
  end
3354
3359
 
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.467
4
+ version: 3.0.468
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-12-07 00:00:00.000000000 Z
11
+ date: 2022-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common