tencentcloud-sdk-cfg 3.0.711 → 3.0.712
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/v20210820/models.rb +20 -6
- 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: 455be0b72ff09de0f7f27bf544e32ac131a90468
|
4
|
+
data.tar.gz: d125a65292140aebe5ebe7ccf028f52b79a6927d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cc11c7ee30764aa8d4544f64d115008ff3ef01b11ba81648f7835b9d9ac104fb56ce098a50bac8eb4dae6d33f63619e89fc9e3918372ea62944bcb6a05f060d
|
7
|
+
data.tar.gz: f3a53282a61e8ecc912411edbd747d44c42a553b3d6d65e464c16f9bcc00b3c96871f8916dd63896444950eecd157d4dc1275f60b7262143521e39688c1f8388
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.712
|
data/lib/v20210820/models.rb
CHANGED
@@ -836,10 +836,13 @@ module TencentCloud
|
|
836
836
|
# @param VerifyId: 关联的隐患验证项ID
|
837
837
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
838
838
|
# @type VerifyId: Integer
|
839
|
+
# @param PolicyDealType: 护栏处理方式,1--顺序回滚,2--演练暂停
|
840
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
841
|
+
# @type PolicyDealType: Integer
|
839
842
|
|
840
|
-
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
|
843
|
+
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
|
841
844
|
|
842
|
-
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)
|
845
|
+
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)
|
843
846
|
@TaskId = taskid
|
844
847
|
@TaskTitle = tasktitle
|
845
848
|
@TaskDescription = taskdescription
|
@@ -868,6 +871,7 @@ module TencentCloud
|
|
868
871
|
@AlarmPolicy = alarmpolicy
|
869
872
|
@ApmServiceList = apmservicelist
|
870
873
|
@VerifyId = verifyid
|
874
|
+
@PolicyDealType = policydealtype
|
871
875
|
end
|
872
876
|
|
873
877
|
def deserialize(params)
|
@@ -930,6 +934,7 @@ module TencentCloud
|
|
930
934
|
end
|
931
935
|
end
|
932
936
|
@VerifyId = params['VerifyId']
|
937
|
+
@PolicyDealType = params['PolicyDealType']
|
933
938
|
end
|
934
939
|
end
|
935
940
|
|
@@ -947,16 +952,19 @@ module TencentCloud
|
|
947
952
|
# @type TaskPauseDuration: Integer
|
948
953
|
# @param Tags: 演练标签信息,不填则默认取经验标签
|
949
954
|
# @type Tags: Array
|
955
|
+
# @param PolicyDealType: 护栏处理方式,1--顺序回滚,2--演练暂停
|
956
|
+
# @type PolicyDealType: Integer
|
950
957
|
|
951
|
-
attr_accessor :TaskGroupsConfig, :TaskTitle, :TaskDescription, :TaskMode, :TaskPauseDuration, :Tags
|
958
|
+
attr_accessor :TaskGroupsConfig, :TaskTitle, :TaskDescription, :TaskMode, :TaskPauseDuration, :Tags, :PolicyDealType
|
952
959
|
|
953
|
-
def initialize(taskgroupsconfig=nil, tasktitle=nil, taskdescription=nil, taskmode=nil, taskpauseduration=nil, tags=nil)
|
960
|
+
def initialize(taskgroupsconfig=nil, tasktitle=nil, taskdescription=nil, taskmode=nil, taskpauseduration=nil, tags=nil, policydealtype=nil)
|
954
961
|
@TaskGroupsConfig = taskgroupsconfig
|
955
962
|
@TaskTitle = tasktitle
|
956
963
|
@TaskDescription = taskdescription
|
957
964
|
@TaskMode = taskmode
|
958
965
|
@TaskPauseDuration = taskpauseduration
|
959
966
|
@Tags = tags
|
967
|
+
@PolicyDealType = policydealtype
|
960
968
|
end
|
961
969
|
|
962
970
|
def deserialize(params)
|
@@ -980,6 +988,7 @@ module TencentCloud
|
|
980
988
|
@Tags << tagwithcreate_tmp
|
981
989
|
end
|
982
990
|
end
|
991
|
+
@PolicyDealType = params['PolicyDealType']
|
983
992
|
end
|
984
993
|
end
|
985
994
|
|
@@ -1527,10 +1536,13 @@ module TencentCloud
|
|
1527
1536
|
# @param AlarmPolicy: 告警指标
|
1528
1537
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1529
1538
|
# @type AlarmPolicy: Array
|
1539
|
+
# @param PolicyDealType: 护栏处理方式,1--顺序回滚,2--演练暂停
|
1540
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1541
|
+
# @type PolicyDealType: Integer
|
1530
1542
|
|
1531
|
-
attr_accessor :TemplateId, :TemplateTitle, :TemplateDescription, :TemplateTag, :TemplateIsUsed, :TemplateCreateTime, :TemplateUpdateTime, :TemplateMode, :TemplatePauseDuration, :TemplateOwnerUin, :TemplateRegionId, :TemplateGroups, :TemplateMonitors, :TemplatePolicy, :Tags, :TemplateSource, :ApmServiceList, :AlarmPolicy
|
1543
|
+
attr_accessor :TemplateId, :TemplateTitle, :TemplateDescription, :TemplateTag, :TemplateIsUsed, :TemplateCreateTime, :TemplateUpdateTime, :TemplateMode, :TemplatePauseDuration, :TemplateOwnerUin, :TemplateRegionId, :TemplateGroups, :TemplateMonitors, :TemplatePolicy, :Tags, :TemplateSource, :ApmServiceList, :AlarmPolicy, :PolicyDealType
|
1532
1544
|
|
1533
|
-
def initialize(templateid=nil, templatetitle=nil, templatedescription=nil, templatetag=nil, templateisused=nil, templatecreatetime=nil, templateupdatetime=nil, templatemode=nil, templatepauseduration=nil, templateowneruin=nil, templateregionid=nil, templategroups=nil, templatemonitors=nil, templatepolicy=nil, tags=nil, templatesource=nil, apmservicelist=nil, alarmpolicy=nil)
|
1545
|
+
def initialize(templateid=nil, templatetitle=nil, templatedescription=nil, templatetag=nil, templateisused=nil, templatecreatetime=nil, templateupdatetime=nil, templatemode=nil, templatepauseduration=nil, templateowneruin=nil, templateregionid=nil, templategroups=nil, templatemonitors=nil, templatepolicy=nil, tags=nil, templatesource=nil, apmservicelist=nil, alarmpolicy=nil, policydealtype=nil)
|
1534
1546
|
@TemplateId = templateid
|
1535
1547
|
@TemplateTitle = templatetitle
|
1536
1548
|
@TemplateDescription = templatedescription
|
@@ -1549,6 +1561,7 @@ module TencentCloud
|
|
1549
1561
|
@TemplateSource = templatesource
|
1550
1562
|
@ApmServiceList = apmservicelist
|
1551
1563
|
@AlarmPolicy = alarmpolicy
|
1564
|
+
@PolicyDealType = policydealtype
|
1552
1565
|
end
|
1553
1566
|
|
1554
1567
|
def deserialize(params)
|
@@ -1601,6 +1614,7 @@ module TencentCloud
|
|
1601
1614
|
end
|
1602
1615
|
end
|
1603
1616
|
@AlarmPolicy = params['AlarmPolicy']
|
1617
|
+
@PolicyDealType = params['PolicyDealType']
|
1604
1618
|
end
|
1605
1619
|
end
|
1606
1620
|
|
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.712
|
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-11-
|
11
|
+
date: 2023-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|