tencentcloud-sdk-cfg 3.0.963 → 3.0.965

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 +51 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86f8e13e57478ddd9278c114d31a67d1a6676ab5
4
- data.tar.gz: 60142868b126c4dd7a188e81692f8546791a2103
3
+ metadata.gz: b1e7d6588538bb61113ce86013425b86fdb0b0d8
4
+ data.tar.gz: 50276099a4708edd24ef9aca3158bc374fa95b55
5
5
  SHA512:
6
- metadata.gz: 846111d2d45d0c686835f64f9cca523b30e5b292b565ce8d64906929aac3edd194a32cc0f7e9800ac5d9daf3ad102785dab76d6c31fd8c6ba67f0982f8d2ae81
7
- data.tar.gz: 7cfce0ce6eb72ff30c91519b4af2780e055770e805b623c91b545f70c420a2bfcaead770031245f27d9315b07e1df2f445a77c78aba7f10df83e03095c88d7f4
6
+ metadata.gz: a33e3b40d9cd9dc6bd63b2824343bf1c0ead749627e4d1d7c3fd8818227ade010eeade5813c5af0ee7252d56cea5a9d8878ec86e59104d6d132de76299b9cc85
7
+ data.tar.gz: 5fca83550ed0de132917d5a36a21ee848e460db14648da340f945243652d31bfb2c635400ec74d747c2cb471889c67bad859f9cf9cfede60e2d49f2c4f4eee21
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.963
1
+ 3.0.965
@@ -347,6 +347,26 @@ module TencentCloud
347
347
  # CreateTaskFromMultiAction请求参数结构体
348
348
  class CreateTaskFromMultiActionRequest < TencentCloud::Common::AbstractModel
349
349
  # @param TaskInstances: 参与演练的实例ID
350
+ # CVM ins-xxx
351
+ # MySQL cdb-xxx
352
+ # CLB lb-xxx
353
+ # Redis crs-xxx
354
+ # NAT网关 nat-xxx
355
+ # Redis crs-xxx
356
+ # 专线-独享专用通道 dcx-xxx
357
+ # 标准集群普通节点 {"ClusterId":"cls-xxx","InstanceId":"ins-xxx","LanIP":"1.1.1.1"}
358
+ # 标准集群Pod {"ClusterId":"cls-xxx","PodName":"podname","NodeName":"1.1.1.1","NameSpace":"ns","Workload":"workload"}
359
+ # TDSQL-MySQL(InnoDB) tdsqlshard-xxx
360
+ # TDSQL-C cynosdbmysql-xxx
361
+ # VPC子网 subnet-xxxx
362
+ # CKafka ckafka-xxx
363
+ # MariaDB tdsql-xxxx
364
+ # PostgreSQL postgres-xxx
365
+ # 云原生网关 gateway-xxx
366
+ # 标准集群超级节点 {"ClusterId":"cls-xxx","InstanceId":"eklet-xxx","LanIP":"1.1.1.1,"NodePoolId":"np-xxx"}
367
+ # Serverless集群超级节点 {"ClusterId":"cls-xxxx","InstanceId":"eklet-xxxx","LanIP":"1.1.1.1"}
368
+ # Elasticsearch集群 es-xxxx
369
+ # RabbitMQ amqp-xxxx
350
370
  # @type TaskInstances: Array
351
371
  # @param TaskTitle: 演练名称,不填则默认取动作名称
352
372
  # @type TaskTitle: String
@@ -1247,10 +1267,12 @@ module TencentCloud
1247
1267
  # @param ObjectSupportType: 1:平台支持的对象 2:应用支持的部分对象
1248
1268
  # 注意:此字段可能返回 null,表示取不到有效值。
1249
1269
  # @type ObjectSupportType: Integer
1270
+ # @param ArchLayer: 1.接入层 2.逻辑层 3. 数据层
1271
+ # @type ArchLayer: Integer
1250
1272
 
1251
- attr_accessor :ObjectTypeId, :ObjectTypeTitle, :ObjectTypeLevelOne, :ObjectTypeParams, :ObjectTypeJsonParse, :ObjectHasNewAction, :ObjectPlatformName, :ObjectSupportType
1273
+ attr_accessor :ObjectTypeId, :ObjectTypeTitle, :ObjectTypeLevelOne, :ObjectTypeParams, :ObjectTypeJsonParse, :ObjectHasNewAction, :ObjectPlatformName, :ObjectSupportType, :ArchLayer
1252
1274
 
1253
- def initialize(objecttypeid=nil, objecttypetitle=nil, objecttypelevelone=nil, objecttypeparams=nil, objecttypejsonparse=nil, objecthasnewaction=nil, objectplatformname=nil, objectsupporttype=nil)
1275
+ def initialize(objecttypeid=nil, objecttypetitle=nil, objecttypelevelone=nil, objecttypeparams=nil, objecttypejsonparse=nil, objecthasnewaction=nil, objectplatformname=nil, objectsupporttype=nil, archlayer=nil)
1254
1276
  @ObjectTypeId = objecttypeid
1255
1277
  @ObjectTypeTitle = objecttypetitle
1256
1278
  @ObjectTypeLevelOne = objecttypelevelone
@@ -1259,6 +1281,7 @@ module TencentCloud
1259
1281
  @ObjectHasNewAction = objecthasnewaction
1260
1282
  @ObjectPlatformName = objectplatformname
1261
1283
  @ObjectSupportType = objectsupporttype
1284
+ @ArchLayer = archlayer
1262
1285
  end
1263
1286
 
1264
1287
  def deserialize(params)
@@ -1276,6 +1299,7 @@ module TencentCloud
1276
1299
  @ObjectHasNewAction = params['ObjectHasNewAction']
1277
1300
  @ObjectPlatformName = params['ObjectPlatformName']
1278
1301
  @ObjectSupportType = params['ObjectSupportType']
1302
+ @ArchLayer = params['ArchLayer']
1279
1303
  end
1280
1304
  end
1281
1305
 
@@ -1959,6 +1983,25 @@ module TencentCloud
1959
1983
  # 动作组的配置项
1960
1984
  class TaskGroupConfig < TencentCloud::Common::AbstractModel
1961
1985
  # @param TaskGroupInstances: 动作组所关联的实例对象
1986
+ # CVM ins-xxx
1987
+ # MySQL cdb-xxx
1988
+ # CLB lb-xxx
1989
+ # Redis crs-xxx
1990
+ # NAT网关 nat-xxx
1991
+ # 专线-独享专用通道 dcx-xxx
1992
+ # 标准集群普通节点 {"ClusterId":"cls-xxx","InstanceId":"ins-xxx","LanIP":"1.1.1.1"}
1993
+ # 标准集群Pod {"ClusterId":"cls-xxx","PodName":"podname","NodeName":"1.1.1.1","NameSpace":"ns","Workload":"workload"}
1994
+ # TDSQL-MySQL(InnoDB) tdsqlshard-xxx
1995
+ # TDSQL-C cynosdbmysql-xxx
1996
+ # VPC子网 subnet-xxxx
1997
+ # CKafka ckafka-xxx
1998
+ # MariaDB tdsql-xxxx
1999
+ # PostgreSQL postgres-xxx
2000
+ # 云原生网关 gateway-xxx
2001
+ # 标准集群超级节点 {"ClusterId":"cls-xxx","InstanceId":"eklet-xxx","LanIP":"1.1.1.1,"NodePoolId":"np-xxx"}
2002
+ # Serverless集群超级节点 {"ClusterId":"cls-xxxx","InstanceId":"eklet-xxxx","LanIP":"1.1.1.1"}
2003
+ # Elasticsearch集群 es-xxxx
2004
+ # RabbitMQ amqp-xxxx
1962
2005
  # @type TaskGroupInstances: Array
1963
2006
  # @param TaskGroupTitle: 动作组标题,不填默认取经验中的动作组名称
1964
2007
  # @type TaskGroupTitle: String
@@ -2526,10 +2569,12 @@ module TencentCloud
2526
2569
  # @param ActionRisk: 动作风险等级,1:低风险 2:中风险 3:高风险
2527
2570
  # 注意:此字段可能返回 null,表示取不到有效值。
2528
2571
  # @type ActionRisk: String
2572
+ # @param FailurePerformance: 故障表现
2573
+ # @type FailurePerformance: String
2529
2574
 
2530
- attr_accessor :TemplateGroupActionId, :ActionId, :Order, :GeneralConfiguration, :CustomConfiguration, :CreateTime, :UpdateTime, :ActionTitle, :RandomId, :RecoverId, :ExecuteId, :ActionApiType, :ActionAttribute, :ActionType, :ActionRisk
2575
+ attr_accessor :TemplateGroupActionId, :ActionId, :Order, :GeneralConfiguration, :CustomConfiguration, :CreateTime, :UpdateTime, :ActionTitle, :RandomId, :RecoverId, :ExecuteId, :ActionApiType, :ActionAttribute, :ActionType, :ActionRisk, :FailurePerformance
2531
2576
 
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)
2577
+ 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
2578
  @TemplateGroupActionId = templategroupactionid
2534
2579
  @ActionId = actionid
2535
2580
  @Order = order
@@ -2545,6 +2590,7 @@ module TencentCloud
2545
2590
  @ActionAttribute = actionattribute
2546
2591
  @ActionType = actiontype
2547
2592
  @ActionRisk = actionrisk
2593
+ @FailurePerformance = failureperformance
2548
2594
  end
2549
2595
 
2550
2596
  def deserialize(params)
@@ -2563,6 +2609,7 @@ module TencentCloud
2563
2609
  @ActionAttribute = params['ActionAttribute']
2564
2610
  @ActionType = params['ActionType']
2565
2611
  @ActionRisk = params['ActionRisk']
2612
+ @FailurePerformance = params['FailurePerformance']
2566
2613
  end
2567
2614
  end
2568
2615
 
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.963
4
+ version: 3.0.965
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-18 00:00:00.000000000 Z
11
+ date: 2024-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common