tencentcloud-sdk-cfg 3.0.1074 → 3.0.1094

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e06e3072bee002913371d2c201584e40068ac7fa
4
- data.tar.gz: 3317758b09bfd53aae7035ee8c26fbe4d77efde5
3
+ metadata.gz: 220eea3f3d7bfb531baba0453f76aaccc76863b6
4
+ data.tar.gz: a741934577c2106eba4eb73a0dc05f92723d1122
5
5
  SHA512:
6
- metadata.gz: 82eabc33a5f7efc8477172e14e3dab2a71f57c5ff5c625c0a9ac2ee1c6ad596eea39e57efbe08207dffec9a293c4892e25671ec9761632683af9b71c18678092
7
- data.tar.gz: aa16ac380a45e73afb625c3c1feabdd3cce54935781f84a55d0919881d26a3b8c6687daadf99301ada6fbb9503185968f716017276db57f92927227abaaa79bd
6
+ metadata.gz: 3dcce347787a6f889652d205f68d0fde28536ba021173d3d50297ba1f9f91baa815f967f8088cfa61bd1b7ebc6030fb7e79f6ccd593f1fd8cd2333b14145058f
7
+ data.tar.gz: 9a496246dc2dc5a64776ccf9767d8f7f6d9b10ae34ece42f134fe06ed439ba9db7d70d423110c85817b24f61e6dccc5c6b8de1a0e0598a545e6a54d15ac30338
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1561,10 +1561,14 @@ module TencentCloud
1561
1561
  # @type TaskRegionName: String
1562
1562
  # @param TaskArchId: 架构ID
1563
1563
  # @type TaskArchId: String
1564
+ # @param TaskScenario: 演练场景
1565
+ # @type TaskScenario: Array
1566
+ # @param TaskPurpose: 演练目的
1567
+ # @type TaskPurpose: Array
1564
1568
 
1565
- attr_accessor :TaskId, :TaskTitle, :TaskDescription, :TaskTag, :TaskStatus, :TaskStatusType, :TaskProtectStrategy, :TaskCreateTime, :TaskUpdateTime, :TaskGroups, :TaskStartTime, :TaskEndTime, :TaskExpect, :TaskSummary, :TaskMode, :TaskPauseDuration, :TaskOwnerUin, :TaskRegionId, :TaskMonitors, :TaskPolicy, :Tags, :TaskPlanId, :TaskPlanTitle, :ApplicationId, :ApplicationName, :AlarmPolicy, :ApmServiceList, :VerifyId, :PolicyDealType, :TaskPlanStartTime, :TaskPlanEndTime, :TaskOrg, :TaskIssue, :TaskRegionName, :TaskArchId
1569
+ attr_accessor :TaskId, :TaskTitle, :TaskDescription, :TaskTag, :TaskStatus, :TaskStatusType, :TaskProtectStrategy, :TaskCreateTime, :TaskUpdateTime, :TaskGroups, :TaskStartTime, :TaskEndTime, :TaskExpect, :TaskSummary, :TaskMode, :TaskPauseDuration, :TaskOwnerUin, :TaskRegionId, :TaskMonitors, :TaskPolicy, :Tags, :TaskPlanId, :TaskPlanTitle, :ApplicationId, :ApplicationName, :AlarmPolicy, :ApmServiceList, :VerifyId, :PolicyDealType, :TaskPlanStartTime, :TaskPlanEndTime, :TaskOrg, :TaskIssue, :TaskRegionName, :TaskArchId, :TaskScenario, :TaskPurpose
1566
1570
 
1567
- def initialize(taskid=nil, tasktitle=nil, taskdescription=nil, tasktag=nil, taskstatus=nil, taskstatustype=nil, taskprotectstrategy=nil, taskcreatetime=nil, taskupdatetime=nil, taskgroups=nil, taskstarttime=nil, taskendtime=nil, taskexpect=nil, tasksummary=nil, taskmode=nil, taskpauseduration=nil, taskowneruin=nil, taskregionid=nil, taskmonitors=nil, taskpolicy=nil, tags=nil, taskplanid=nil, taskplantitle=nil, applicationid=nil, applicationname=nil, alarmpolicy=nil, apmservicelist=nil, verifyid=nil, policydealtype=nil, taskplanstarttime=nil, taskplanendtime=nil, taskorg=nil, taskissue=nil, taskregionname=nil, taskarchid=nil)
1571
+ def initialize(taskid=nil, tasktitle=nil, taskdescription=nil, tasktag=nil, taskstatus=nil, taskstatustype=nil, taskprotectstrategy=nil, taskcreatetime=nil, taskupdatetime=nil, taskgroups=nil, taskstarttime=nil, taskendtime=nil, taskexpect=nil, tasksummary=nil, taskmode=nil, taskpauseduration=nil, taskowneruin=nil, taskregionid=nil, taskmonitors=nil, taskpolicy=nil, tags=nil, taskplanid=nil, taskplantitle=nil, applicationid=nil, applicationname=nil, alarmpolicy=nil, apmservicelist=nil, verifyid=nil, policydealtype=nil, taskplanstarttime=nil, taskplanendtime=nil, taskorg=nil, taskissue=nil, taskregionname=nil, taskarchid=nil, taskscenario=nil, taskpurpose=nil)
1568
1572
  @TaskId = taskid
1569
1573
  @TaskTitle = tasktitle
1570
1574
  @TaskDescription = taskdescription
@@ -1600,6 +1604,8 @@ module TencentCloud
1600
1604
  @TaskIssue = taskissue
1601
1605
  @TaskRegionName = taskregionname
1602
1606
  @TaskArchId = taskarchid
1607
+ @TaskScenario = taskscenario
1608
+ @TaskPurpose = taskpurpose
1603
1609
  end
1604
1610
 
1605
1611
  def deserialize(params)
@@ -1676,6 +1682,22 @@ module TencentCloud
1676
1682
  @TaskIssue = params['TaskIssue']
1677
1683
  @TaskRegionName = params['TaskRegionName']
1678
1684
  @TaskArchId = params['TaskArchId']
1685
+ unless params['TaskScenario'].nil?
1686
+ @TaskScenario = []
1687
+ params['TaskScenario'].each do |i|
1688
+ tasktarget_tmp = TaskTarget.new
1689
+ tasktarget_tmp.deserialize(i)
1690
+ @TaskScenario << tasktarget_tmp
1691
+ end
1692
+ end
1693
+ unless params['TaskPurpose'].nil?
1694
+ @TaskPurpose = []
1695
+ params['TaskPurpose'].each do |i|
1696
+ tasktarget_tmp = TaskTarget.new
1697
+ tasktarget_tmp.deserialize(i)
1698
+ @TaskPurpose << tasktarget_tmp
1699
+ end
1700
+ end
1679
1701
  end
1680
1702
  end
1681
1703
 
@@ -2048,8 +2070,8 @@ module TencentCloud
2048
2070
 
2049
2071
  attr_accessor :TaskGroupInstanceId, :TaskGroupInstanceObjectId, :TaskGroupInstanceStatus, :TaskGroupInstanceCreateTime, :TaskGroupInstanceUpdateTime, :TaskGroupInstanceStatusType, :TaskGroupInstanceStartTime, :TaskGroupInstanceEndTime, :TaskGroupInstanceExecuteLog, :TaskGroupInstanceIsRedo, :TaskGroupInstanceExecuteTime
2050
2072
  extend Gem::Deprecate
2051
- deprecate :TaskGroupInstanceExecuteLog, :none, 2025, 4
2052
- deprecate :TaskGroupInstanceExecuteLog=, :none, 2025, 4
2073
+ deprecate :TaskGroupInstanceExecuteLog, :none, 2025, 7
2074
+ deprecate :TaskGroupInstanceExecuteLog=, :none, 2025, 7
2053
2075
 
2054
2076
  def initialize(taskgroupinstanceid=nil, taskgroupinstanceobjectid=nil, taskgroupinstancestatus=nil, taskgroupinstancecreatetime=nil, taskgroupinstanceupdatetime=nil, taskgroupinstancestatustype=nil, taskgroupinstancestarttime=nil, taskgroupinstanceendtime=nil, taskgroupinstanceexecutelog=nil, taskgroupinstanceisredo=nil, taskgroupinstanceexecutetime=nil)
2055
2077
  @TaskGroupInstanceId = taskgroupinstanceid
@@ -2289,6 +2311,35 @@ module TencentCloud
2289
2311
  end
2290
2312
  end
2291
2313
 
2314
+ # 演练目标
2315
+ class TaskTarget < TencentCloud::Common::AbstractModel
2316
+ # @param TargetId: 目标标签ID
2317
+ # @type TargetId: Integer
2318
+ # @param TargetDesc: 目标描述
2319
+ # @type TargetDesc: String
2320
+ # @param Type: 1:演练场景
2321
+ # 2:演练目标
2322
+ # @type Type: Integer
2323
+ # @param Source: 1:平台 2:用户个人
2324
+ # @type Source: Integer
2325
+
2326
+ attr_accessor :TargetId, :TargetDesc, :Type, :Source
2327
+
2328
+ def initialize(targetid=nil, targetdesc=nil, type=nil, source=nil)
2329
+ @TargetId = targetid
2330
+ @TargetDesc = targetdesc
2331
+ @Type = type
2332
+ @Source = source
2333
+ end
2334
+
2335
+ def deserialize(params)
2336
+ @TargetId = params['TargetId']
2337
+ @TargetDesc = params['TargetDesc']
2338
+ @Type = params['Type']
2339
+ @Source = params['Source']
2340
+ end
2341
+ end
2342
+
2292
2343
  # 经验库
2293
2344
  class Template < TencentCloud::Common::AbstractModel
2294
2345
  # @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.1074
4
+ version: 3.0.1094
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-04 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common