tencentcloud-sdk-cfg 3.0.569 → 3.0.570
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/models.rb +12 -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: 192b1645e4e6ec590b7a81840bde4ebf2eaf1ff1
|
4
|
+
data.tar.gz: ffa618fe0f3ebe3435762f239a3ba9cc49591cdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87091b62bfea54b4a185d7e0d940e013f209ded8a4da6cf651e4b3d794bd4a3ec15d5e48c8e7c18d9f32469ecf1eacec769747253f5ab5685b14e9bb95095cf2
|
7
|
+
data.tar.gz: 60e276b80ef77836d24ce5eed60214945eda9817bcbd6f36a4e4d10b75529a9a442c79574e6a2efae03d0c64d5afece9cf11b934990cace1a5a96e049c7ccf54
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.570
|
data/lib/v20210820/models.rb
CHANGED
@@ -629,10 +629,16 @@ module TencentCloud
|
|
629
629
|
# @param Tags: 标签列表
|
630
630
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
631
631
|
# @type Tags: Array
|
632
|
+
# @param TaskPlanId: 关联的演练计划ID
|
633
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
634
|
+
# @type TaskPlanId: Integer
|
635
|
+
# @param TaskPlanTitle: 关联的演练计划名称
|
636
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
637
|
+
# @type TaskPlanTitle: String
|
632
638
|
|
633
|
-
attr_accessor :TaskId, :TaskTitle, :TaskDescription, :TaskTag, :TaskStatus, :TaskStatusType, :TaskProtectStrategy, :TaskCreateTime, :TaskUpdateTime, :TaskGroups, :TaskStartTime, :TaskEndTime, :TaskExpect, :TaskSummary, :TaskMode, :TaskPauseDuration, :TaskOwnerUin, :TaskRegionId, :TaskMonitors, :TaskPolicy, :Tags
|
639
|
+
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
|
634
640
|
|
635
|
-
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)
|
641
|
+
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)
|
636
642
|
@TaskId = taskid
|
637
643
|
@TaskTitle = tasktitle
|
638
644
|
@TaskDescription = taskdescription
|
@@ -654,6 +660,8 @@ module TencentCloud
|
|
654
660
|
@TaskMonitors = taskmonitors
|
655
661
|
@TaskPolicy = taskpolicy
|
656
662
|
@Tags = tags
|
663
|
+
@TaskPlanId = taskplanid
|
664
|
+
@TaskPlanTitle = taskplantitle
|
657
665
|
end
|
658
666
|
|
659
667
|
def deserialize(params)
|
@@ -702,6 +710,8 @@ module TencentCloud
|
|
702
710
|
@Tags << tagwithdescribe_tmp
|
703
711
|
end
|
704
712
|
end
|
713
|
+
@TaskPlanId = params['TaskPlanId']
|
714
|
+
@TaskPlanTitle = params['TaskPlanTitle']
|
705
715
|
end
|
706
716
|
end
|
707
717
|
|
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.
|
4
|
+
version: 3.0.570
|
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-05-
|
11
|
+
date: 2023-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|