tencentcloud-sdk-cfg 3.0.963 → 3.0.964
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 +12 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e0425feb8c69c8091f1122682001cf41c42d42c
|
4
|
+
data.tar.gz: b91d2c9458afc526cc1eb7c7734dc9b3e110b2c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0d3f45440d3256dbbd6c581ca0d58c4cac966b594eae11658bad6b6b3879853cccdee9d474aadf2b9e2849fc056e2d5b3bbda7ba015e0811588a633245639c9
|
7
|
+
data.tar.gz: ab0523042f1c1e2a26824a467cb5dd69c1b651414ed3f71c4870f870feb1bf123663b74795c20f929785421b347bd3de97f242345815c551e21ec23ce688d024
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.964
|
data/lib/v20210820/models.rb
CHANGED
@@ -1247,10 +1247,12 @@ module TencentCloud
|
|
1247
1247
|
# @param ObjectSupportType: 1:平台支持的对象 2:应用支持的部分对象
|
1248
1248
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1249
1249
|
# @type ObjectSupportType: Integer
|
1250
|
+
# @param ArchLayer: 1.接入层 2.逻辑层 3. 数据层
|
1251
|
+
# @type ArchLayer: Integer
|
1250
1252
|
|
1251
|
-
attr_accessor :ObjectTypeId, :ObjectTypeTitle, :ObjectTypeLevelOne, :ObjectTypeParams, :ObjectTypeJsonParse, :ObjectHasNewAction, :ObjectPlatformName, :ObjectSupportType
|
1253
|
+
attr_accessor :ObjectTypeId, :ObjectTypeTitle, :ObjectTypeLevelOne, :ObjectTypeParams, :ObjectTypeJsonParse, :ObjectHasNewAction, :ObjectPlatformName, :ObjectSupportType, :ArchLayer
|
1252
1254
|
|
1253
|
-
def initialize(objecttypeid=nil, objecttypetitle=nil, objecttypelevelone=nil, objecttypeparams=nil, objecttypejsonparse=nil, objecthasnewaction=nil, objectplatformname=nil, objectsupporttype=nil)
|
1255
|
+
def initialize(objecttypeid=nil, objecttypetitle=nil, objecttypelevelone=nil, objecttypeparams=nil, objecttypejsonparse=nil, objecthasnewaction=nil, objectplatformname=nil, objectsupporttype=nil, archlayer=nil)
|
1254
1256
|
@ObjectTypeId = objecttypeid
|
1255
1257
|
@ObjectTypeTitle = objecttypetitle
|
1256
1258
|
@ObjectTypeLevelOne = objecttypelevelone
|
@@ -1259,6 +1261,7 @@ module TencentCloud
|
|
1259
1261
|
@ObjectHasNewAction = objecthasnewaction
|
1260
1262
|
@ObjectPlatformName = objectplatformname
|
1261
1263
|
@ObjectSupportType = objectsupporttype
|
1264
|
+
@ArchLayer = archlayer
|
1262
1265
|
end
|
1263
1266
|
|
1264
1267
|
def deserialize(params)
|
@@ -1276,6 +1279,7 @@ module TencentCloud
|
|
1276
1279
|
@ObjectHasNewAction = params['ObjectHasNewAction']
|
1277
1280
|
@ObjectPlatformName = params['ObjectPlatformName']
|
1278
1281
|
@ObjectSupportType = params['ObjectSupportType']
|
1282
|
+
@ArchLayer = params['ArchLayer']
|
1279
1283
|
end
|
1280
1284
|
end
|
1281
1285
|
|
@@ -2526,10 +2530,12 @@ module TencentCloud
|
|
2526
2530
|
# @param ActionRisk: 动作风险等级,1:低风险 2:中风险 3:高风险
|
2527
2531
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2528
2532
|
# @type ActionRisk: String
|
2533
|
+
# @param FailurePerformance: 故障表现
|
2534
|
+
# @type FailurePerformance: String
|
2529
2535
|
|
2530
|
-
attr_accessor :TemplateGroupActionId, :ActionId, :Order, :GeneralConfiguration, :CustomConfiguration, :CreateTime, :UpdateTime, :ActionTitle, :RandomId, :RecoverId, :ExecuteId, :ActionApiType, :ActionAttribute, :ActionType, :ActionRisk
|
2536
|
+
attr_accessor :TemplateGroupActionId, :ActionId, :Order, :GeneralConfiguration, :CustomConfiguration, :CreateTime, :UpdateTime, :ActionTitle, :RandomId, :RecoverId, :ExecuteId, :ActionApiType, :ActionAttribute, :ActionType, :ActionRisk, :FailurePerformance
|
2531
2537
|
|
2532
|
-
def initialize(templategroupactionid=nil, actionid=nil, order=nil, generalconfiguration=nil, customconfiguration=nil, createtime=nil, updatetime=nil, actiontitle=nil, randomid=nil, recoverid=nil, executeid=nil, actionapitype=nil, actionattribute=nil, actiontype=nil, actionrisk=nil)
|
2538
|
+
def initialize(templategroupactionid=nil, actionid=nil, order=nil, generalconfiguration=nil, customconfiguration=nil, createtime=nil, updatetime=nil, actiontitle=nil, randomid=nil, recoverid=nil, executeid=nil, actionapitype=nil, actionattribute=nil, actiontype=nil, actionrisk=nil, failureperformance=nil)
|
2533
2539
|
@TemplateGroupActionId = templategroupactionid
|
2534
2540
|
@ActionId = actionid
|
2535
2541
|
@Order = order
|
@@ -2545,6 +2551,7 @@ module TencentCloud
|
|
2545
2551
|
@ActionAttribute = actionattribute
|
2546
2552
|
@ActionType = actiontype
|
2547
2553
|
@ActionRisk = actionrisk
|
2554
|
+
@FailurePerformance = failureperformance
|
2548
2555
|
end
|
2549
2556
|
|
2550
2557
|
def deserialize(params)
|
@@ -2563,6 +2570,7 @@ module TencentCloud
|
|
2563
2570
|
@ActionAttribute = params['ActionAttribute']
|
2564
2571
|
@ActionType = params['ActionType']
|
2565
2572
|
@ActionRisk = params['ActionRisk']
|
2573
|
+
@FailurePerformance = params['FailurePerformance']
|
2566
2574
|
end
|
2567
2575
|
end
|
2568
2576
|
|