tencentcloud-sdk-cfg 3.0.962 → 3.0.964

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.
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 +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f8762499690d59ff79c430a9e08ea77f5f597c0
4
- data.tar.gz: 01f52b4f4f8d04f971732b12667e39f1ed07bedb
3
+ metadata.gz: 2e0425feb8c69c8091f1122682001cf41c42d42c
4
+ data.tar.gz: b91d2c9458afc526cc1eb7c7734dc9b3e110b2c3
5
5
  SHA512:
6
- metadata.gz: 4590a0fdadaf187dccebbfef026f1ea8157efde47e3daece52990031eebf935e68269e3435af930474d07d3d2de6ed2a7ae348a8beed69af14ad286a73821431
7
- data.tar.gz: b04ef8d98da9fc5a9e8988a3745a7aade6dd70eed68e7d4c94c3cd34b24f5015ac29625e6ec875a6a97434dacac725b041316dd83378bdc98210ab77618a0ecc
6
+ metadata.gz: d0d3f45440d3256dbbd6c581ca0d58c4cac966b594eae11658bad6b6b3879853cccdee9d474aadf2b9e2849fc056e2d5b3bbda7ba015e0811588a633245639c9
7
+ data.tar.gz: ab0523042f1c1e2a26824a467cb5dd69c1b651414ed3f71c4870f870feb1bf123663b74795c20f929785421b347bd3de97f242345815c551e21ec23ce688d024
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.962
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,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.962
4
+ version: 3.0.964
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-16 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common