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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +12 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86f8e13e57478ddd9278c114d31a67d1a6676ab5
4
- data.tar.gz: 60142868b126c4dd7a188e81692f8546791a2103
3
+ metadata.gz: 2e0425feb8c69c8091f1122682001cf41c42d42c
4
+ data.tar.gz: b91d2c9458afc526cc1eb7c7734dc9b3e110b2c3
5
5
  SHA512:
6
- metadata.gz: 846111d2d45d0c686835f64f9cca523b30e5b292b565ce8d64906929aac3edd194a32cc0f7e9800ac5d9daf3ad102785dab76d6c31fd8c6ba67f0982f8d2ae81
7
- data.tar.gz: 7cfce0ce6eb72ff30c91519b4af2780e055770e805b623c91b545f70c420a2bfcaead770031245f27d9315b07e1df2f445a77c78aba7f10df83e03095c88d7f4
6
+ metadata.gz: d0d3f45440d3256dbbd6c581ca0d58c4cac966b594eae11658bad6b6b3879853cccdee9d474aadf2b9e2849fc056e2d5b3bbda7ba015e0811588a633245639c9
7
+ data.tar.gz: ab0523042f1c1e2a26824a467cb5dd69c1b651414ed3f71c4870f870feb1bf123663b74795c20f929785421b347bd3de97f242345815c551e21ec23ce688d024
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.963
1
+ 3.0.964
@@ -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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfg
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.963
4
+ version: 3.0.964
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud