tencentcloud-sdk-cfg 3.0.1016 → 3.0.1018
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 -9
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37acd66c9c740cf28574dbb2a32d345ab8813049
|
4
|
+
data.tar.gz: ea63c3f2450fe7c2f3f57428e19a9a0aeedc4de8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8082a04de14eb896ca1940f2913823a055514b4c076235f37d710a683587c65165a18c9f5794813d77e5c56e7fc2c38b1da0f5359fb58302b5e61686961fbad2
|
7
|
+
data.tar.gz: 5a89e2a4d9eb1434cc71dc051e908c4e554f2b3f00f635f5e1943066c20902b1f6317f7e626c3e0c1636c40adb242fcd12545bcce1579c72210c996f293c6d03
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1018
|
data/lib/v20210820/models.rb
CHANGED
@@ -697,7 +697,6 @@ module TencentCloud
|
|
697
697
|
# @param TaskPolicyRule: 策略规则
|
698
698
|
# @type TaskPolicyRule: String
|
699
699
|
# @param TaskPolicyDealType: 护栏策略生效处理策略 1:顺序执行,2:暂停
|
700
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
701
700
|
# @type TaskPolicyDealType: Integer
|
702
701
|
|
703
702
|
attr_accessor :TaskPolicyIdList, :TaskPolicyStatus, :TaskPolicyRule, :TaskPolicyDealType
|
@@ -909,7 +908,6 @@ module TencentCloud
|
|
909
908
|
# DescribeTaskPolicyTriggerLog返回参数结构体
|
910
909
|
class DescribeTaskPolicyTriggerLogResponse < TencentCloud::Common::AbstractModel
|
911
910
|
# @param TriggerLogs: 触发日志
|
912
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
913
911
|
# @type TriggerLogs: Array
|
914
912
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
915
913
|
# @type RequestId: String
|
@@ -1273,10 +1271,12 @@ module TencentCloud
|
|
1273
1271
|
# @type ObjectSupportType: Integer
|
1274
1272
|
# @param ArchLayer: 1.接入层 2.逻辑层 3. 数据层
|
1275
1273
|
# @type ArchLayer: Integer
|
1274
|
+
# @param IsArchSvg: 是否支持演练生图
|
1275
|
+
# @type IsArchSvg: Boolean
|
1276
1276
|
|
1277
|
-
attr_accessor :ObjectTypeId, :ObjectTypeTitle, :ObjectTypeLevelOne, :ObjectTypeParams, :ObjectTypeJsonParse, :ObjectHasNewAction, :ObjectPlatformName, :ObjectSupportType, :ArchLayer
|
1277
|
+
attr_accessor :ObjectTypeId, :ObjectTypeTitle, :ObjectTypeLevelOne, :ObjectTypeParams, :ObjectTypeJsonParse, :ObjectHasNewAction, :ObjectPlatformName, :ObjectSupportType, :ArchLayer, :IsArchSvg
|
1278
1278
|
|
1279
|
-
def initialize(objecttypeid=nil, objecttypetitle=nil, objecttypelevelone=nil, objecttypeparams=nil, objecttypejsonparse=nil, objecthasnewaction=nil, objectplatformname=nil, objectsupporttype=nil, archlayer=nil)
|
1279
|
+
def initialize(objecttypeid=nil, objecttypetitle=nil, objecttypelevelone=nil, objecttypeparams=nil, objecttypejsonparse=nil, objecthasnewaction=nil, objectplatformname=nil, objectsupporttype=nil, archlayer=nil, isarchsvg=nil)
|
1280
1280
|
@ObjectTypeId = objecttypeid
|
1281
1281
|
@ObjectTypeTitle = objecttypetitle
|
1282
1282
|
@ObjectTypeLevelOne = objecttypelevelone
|
@@ -1286,6 +1286,7 @@ module TencentCloud
|
|
1286
1286
|
@ObjectPlatformName = objectplatformname
|
1287
1287
|
@ObjectSupportType = objectsupporttype
|
1288
1288
|
@ArchLayer = archlayer
|
1289
|
+
@IsArchSvg = isarchsvg
|
1289
1290
|
end
|
1290
1291
|
|
1291
1292
|
def deserialize(params)
|
@@ -1304,6 +1305,7 @@ module TencentCloud
|
|
1304
1305
|
@ObjectPlatformName = params['ObjectPlatformName']
|
1305
1306
|
@ObjectSupportType = params['ObjectSupportType']
|
1306
1307
|
@ArchLayer = params['ArchLayer']
|
1308
|
+
@IsArchSvg = params['IsArchSvg']
|
1307
1309
|
end
|
1308
1310
|
end
|
1309
1311
|
|
@@ -1403,7 +1405,6 @@ module TencentCloud
|
|
1403
1405
|
# 护栏策略触发日志
|
1404
1406
|
class PolicyTriggerLog < TencentCloud::Common::AbstractModel
|
1405
1407
|
# @param TaskId: 演练ID
|
1406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1407
1408
|
# @type TaskId: Integer
|
1408
1409
|
# @param Name: 名称
|
1409
1410
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1599,10 +1600,12 @@ module TencentCloud
|
|
1599
1600
|
# @param TaskRegionName: region信息
|
1600
1601
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1601
1602
|
# @type TaskRegionName: String
|
1603
|
+
# @param TaskArchId: 架构ID
|
1604
|
+
# @type TaskArchId: String
|
1602
1605
|
|
1603
|
-
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
|
1606
|
+
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
|
1604
1607
|
|
1605
|
-
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)
|
1608
|
+
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)
|
1606
1609
|
@TaskId = taskid
|
1607
1610
|
@TaskTitle = tasktitle
|
1608
1611
|
@TaskDescription = taskdescription
|
@@ -1637,6 +1640,7 @@ module TencentCloud
|
|
1637
1640
|
@TaskOrg = taskorg
|
1638
1641
|
@TaskIssue = taskissue
|
1639
1642
|
@TaskRegionName = taskregionname
|
1643
|
+
@TaskArchId = taskarchid
|
1640
1644
|
end
|
1641
1645
|
|
1642
1646
|
def deserialize(params)
|
@@ -1712,6 +1716,7 @@ module TencentCloud
|
|
1712
1716
|
end
|
1713
1717
|
@TaskIssue = params['TaskIssue']
|
1714
1718
|
@TaskRegionName = params['TaskRegionName']
|
1719
|
+
@TaskArchId = params['TaskArchId']
|
1715
1720
|
end
|
1716
1721
|
end
|
1717
1722
|
|
@@ -2322,7 +2327,6 @@ module TencentCloud
|
|
2322
2327
|
# @param Expired: 是否有效
|
2323
2328
|
# @type Expired: Boolean
|
2324
2329
|
# @param CosUrl: 演练报告cos文件地址
|
2325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2326
2330
|
# @type CosUrl: String
|
2327
2331
|
# @param Log: 演练报告导出日志
|
2328
2332
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2332,7 +2336,6 @@ module TencentCloud
|
|
2332
2336
|
# @param ArchiveTime: 归档时间
|
2333
2337
|
# @type ArchiveTime: String
|
2334
2338
|
# @param ArchiveUuid: 归档ID
|
2335
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2336
2339
|
# @type ArchiveUuid: String
|
2337
2340
|
|
2338
2341
|
attr_accessor :Stage, :CreateTime, :ExpirationTime, :Expired, :CosUrl, :Log, :ArchiveStage, :ArchiveTime, :ArchiveUuid
|
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.1018
|
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-03-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20210820/models.rb
|
37
|
-
- lib/v20210820/client.rb
|
38
36
|
- lib/tencentcloud-sdk-cfg.rb
|
37
|
+
- lib/v20210820/client.rb
|
38
|
+
- lib/v20210820/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|