tencentcloud-sdk-cdwdoris 3.0.729 → 3.0.731

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/v20211228/models.rb +15 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d21b615471e1a38e2dccdb272a763839b4181fb4
4
- data.tar.gz: a28a1a13878c01a4fe03ff1e0b1dc8873e8ed382
3
+ metadata.gz: 2fb291ce0027b112f0fab8e9fc1011463c500573
4
+ data.tar.gz: 1a0a913f24fb9fef7dd9846827c4e586503e0152
5
5
  SHA512:
6
- metadata.gz: 3e7b9c3678eeefecaf7ee386c751609db18aeb36d8fcd0cfecd6e20005b1cc65cca6791b859f437a96fabf8996ed7c4cf1b378a17181b0a2a263281b76e2233c
7
- data.tar.gz: 04f17a64e5db12d5926066fb6404123c5fc4b98f16b49e7bbd03002818a25e5672a47f01f886ace001b867a40397f4f1f234500f7ca100f029d5642267ac0367
6
+ metadata.gz: 38ffedcf4094cef907cc50b1cf3254146fa92eea5a51aea8bd04072d2c2df4367ee8005ef1200c2850f8b954660fd571ae682d157035a65a8af54a2f47dfcd89
7
+ data.tar.gz: f0b1ab179f5979f465ebeadd29b2b1fcd5d3431533e60ee344ca1f4b570c017292a87f89d7330ab686e58a865429aec3298e45800221cd3d208dec11c6387878
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.729
1
+ 3.0.731
@@ -334,10 +334,19 @@ module TencentCloud
334
334
  # @param Components: 组件信息
335
335
  # 注意:此字段可能返回 null,表示取不到有效值。
336
336
  # @type Components: String
337
+ # @param IfExistCatalog: 判断审计日志表是否有catalog字段
338
+ # 注意:此字段可能返回 null,表示取不到有效值。
339
+ # @type IfExistCatalog: Integer
340
+ # @param Characteristic: 页面特性,用于前端屏蔽一些页面入口
341
+ # 注意:此字段可能返回 null,表示取不到有效值。
342
+ # @type Characteristic: Array
337
343
 
338
- attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CoreSummary, :HA, :HaType, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :CosBucketName, :CanAttachCbs, :BuildVersion, :Components
344
+ attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CoreSummary, :HA, :HaType, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :CosBucketName, :CanAttachCbs, :BuildVersion, :Components, :IfExistCatalog, :Characteristic
345
+ extend Gem::Deprecate
346
+ deprecate :IfExistCatalog, :none, 2023, 12
347
+ deprecate :IfExistCatalog=, :none, 2023, 12
339
348
 
340
- def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, coresummary=nil, ha=nil, hatype=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, cosbucketname=nil, canattachcbs=nil, buildversion=nil, components=nil)
349
+ def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, coresummary=nil, ha=nil, hatype=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, cosbucketname=nil, canattachcbs=nil, buildversion=nil, components=nil, ifexistcatalog=nil, characteristic=nil)
341
350
  @InstanceId = instanceid
342
351
  @InstanceName = instancename
343
352
  @Status = status
@@ -374,6 +383,8 @@ module TencentCloud
374
383
  @CanAttachCbs = canattachcbs
375
384
  @BuildVersion = buildversion
376
385
  @Components = components
386
+ @IfExistCatalog = ifexistcatalog
387
+ @Characteristic = characteristic
377
388
  end
378
389
 
379
390
  def deserialize(params)
@@ -426,6 +437,8 @@ module TencentCloud
426
437
  @CanAttachCbs = params['CanAttachCbs']
427
438
  @BuildVersion = params['BuildVersion']
428
439
  @Components = params['Components']
440
+ @IfExistCatalog = params['IfExistCatalog']
441
+ @Characteristic = params['Characteristic']
429
442
  end
430
443
  end
431
444
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwdoris
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.729
4
+ version: 3.0.731
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-17 00:00:00.000000000 Z
11
+ date: 2023-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common