tencentcloud-sdk-cfg 3.0.711 → 3.0.713
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 +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: 051485299b04f156043b42dc24c104cfa95a38f3
|
4
|
+
data.tar.gz: f3ad3687fa786a26f2a1454d994f48456febf278
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 432d364bcc2528911d627d8ee998e5c3f7866739a9cd8f3e79a4fd3719f17587fdaabdb97524f5768bf5c7ceb2fee4deb58c3ffefdde12c28aaa65ccb87a98e5
|
7
|
+
data.tar.gz: 41ad403ff8b8fdc9d8568fc8a811afaebd5c18171403888739ffc6e089990814e2df62bb96992461b5a68937ac149c05a469c766b5da672766fbd95f911406ac
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.713
|
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.713
|
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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|