tencentcloud-sdk-cfg 3.0.478 → 3.0.480

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +49 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45e8e1b5f50f4bf458f6c9c366dcacef43e73570
4
- data.tar.gz: 4e59d9875e5ffc50c753674f6a8436d53db2ab67
3
+ metadata.gz: 5bbe83c223c1faa92b10cad26dd9b05eb4085e7b
4
+ data.tar.gz: 2f1c6c6cf7e1adc66b5ca0ae0f89aee77aa6c291
5
5
  SHA512:
6
- metadata.gz: b601ffbb7137073ca4a9496364b70cb93fa511e31d62f82ae2662a14175f61b94cc3e81f28faecb89b2a56b3b418e948318735bc5ee6ee9c35811540081784aa
7
- data.tar.gz: ac95609d38577d6631cc6eefd01e51c41e4eb903cbd45fc963a4f1a63111af524a7e2bb752538117d2eab4737bae9bdeac9f58bf570026eabfbf7af401961e06
6
+ metadata.gz: bb3c52473dc5d8b5fc0b2736d61e18ed5710cde5bb1aeeed275e07aa388074bf6c1db8e6ebb5546503fb5260094467e7c7b2976db624a98f26de09cf120f844b
7
+ data.tar.gz: 98dc552042e916215ab96d9ca14a6b879239ed375b085cc32eac7f602123a422df59e439d4e7184438248772bd39bf4ebb95836de32b0e3925cdd40352be868b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.478
1
+ 3.0.480
@@ -267,13 +267,17 @@ module TencentCloud
267
267
  class DescribeTaskResponse < TencentCloud::Common::AbstractModel
268
268
  # @param Task: 任务信息
269
269
  # @type Task: :class:`Tencentcloud::Cfg.v20210820.models.Task`
270
+ # @param ReportInfo: 任务对应的演练报告信息,null表示未导出报告
271
+ # 注意:此字段可能返回 null,表示取不到有效值。
272
+ # @type ReportInfo: :class:`Tencentcloud::Cfg.v20210820.models.TaskReportInfo`
270
273
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
271
274
  # @type RequestId: String
272
275
 
273
- attr_accessor :Task, :RequestId
276
+ attr_accessor :Task, :ReportInfo, :RequestId
274
277
 
275
- def initialize(task=nil, requestid=nil)
278
+ def initialize(task=nil, reportinfo=nil, requestid=nil)
276
279
  @Task = task
280
+ @ReportInfo = reportinfo
277
281
  @RequestId = requestid
278
282
  end
279
283
 
@@ -282,6 +286,10 @@ module TencentCloud
282
286
  @Task = Task.new
283
287
  @Task.deserialize(params['Task'])
284
288
  end
289
+ unless params['ReportInfo'].nil?
290
+ @ReportInfo = TaskReportInfo.new
291
+ @ReportInfo.deserialize(params['ReportInfo'])
292
+ end
285
293
  @RequestId = params['RequestId']
286
294
  end
287
295
  end
@@ -697,7 +705,7 @@ module TencentCloud
697
705
  end
698
706
  end
699
707
 
700
- # 从经验模版创建演练时需要配置的任务参数
708
+ # 从经验模板创建演练时需要配置的任务参数
701
709
  class TaskConfig < TencentCloud::Common::AbstractModel
702
710
  # @param TaskGroupsConfig: 动作组配置,需要保证配置个数和经验中的动作组个数一致
703
711
  # @type TaskGroupsConfig: Array
@@ -1131,6 +1139,44 @@ module TencentCloud
1131
1139
  end
1132
1140
  end
1133
1141
 
1142
+ # 演练报告状态信息
1143
+ class TaskReportInfo < TencentCloud::Common::AbstractModel
1144
+ # @param Stage: 0--未开始,1--正在导出,2--导出成功,3--导出失败
1145
+ # @type Stage: Integer
1146
+ # @param CreateTime: 创建时间
1147
+ # @type CreateTime: String
1148
+ # @param ExpirationTime: 有效期截止时间
1149
+ # @type ExpirationTime: String
1150
+ # @param Expired: 是否有效
1151
+ # @type Expired: Boolean
1152
+ # @param CosUrl: 演练报告cos文件地址
1153
+ # 注意:此字段可能返回 null,表示取不到有效值。
1154
+ # @type CosUrl: String
1155
+ # @param Log: 演练报告导出日志
1156
+ # 注意:此字段可能返回 null,表示取不到有效值。
1157
+ # @type Log: String
1158
+
1159
+ attr_accessor :Stage, :CreateTime, :ExpirationTime, :Expired, :CosUrl, :Log
1160
+
1161
+ def initialize(stage=nil, createtime=nil, expirationtime=nil, expired=nil, cosurl=nil, log=nil)
1162
+ @Stage = stage
1163
+ @CreateTime = createtime
1164
+ @ExpirationTime = expirationtime
1165
+ @Expired = expired
1166
+ @CosUrl = cosurl
1167
+ @Log = log
1168
+ end
1169
+
1170
+ def deserialize(params)
1171
+ @Stage = params['Stage']
1172
+ @CreateTime = params['CreateTime']
1173
+ @ExpirationTime = params['ExpirationTime']
1174
+ @Expired = params['Expired']
1175
+ @CosUrl = params['CosUrl']
1176
+ @Log = params['Log']
1177
+ end
1178
+ end
1179
+
1134
1180
  # 经验库
1135
1181
  class Template < TencentCloud::Common::AbstractModel
1136
1182
  # @param TemplateId: 经验库ID
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfg
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.478
4
+ version: 3.0.480
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-22 00:00:00.000000000 Z
11
+ date: 2022-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common