tencentcloud-sdk-cdwdoris 3.0.730 → 3.0.731

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/v20211228/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 93bb19829029c3696e133b02c2df852b943b2287
4
- data.tar.gz: cd9fef3b076955055d3d5509c593a9321dcf1b7e
3
+ metadata.gz: 2fb291ce0027b112f0fab8e9fc1011463c500573
4
+ data.tar.gz: 1a0a913f24fb9fef7dd9846827c4e586503e0152
5
5
  SHA512:
6
- metadata.gz: 3f5bddce72dc7c9d71df0f079095ed9cfe17b37d4394913a62dea16a1d6554db20db74c44cdbb17331f539b2b23fb1cb6667eafa474a3b8c869267536c6d9ee6
7
- data.tar.gz: 302273002a3bba0db21266bbb588345e4a45a7d73a0f1e69b3810573fe58fa1cb800050e7e6c23491fa67bea91be79f8d3e94c686ccc8e579080c2207f2560b6
6
+ metadata.gz: 38ffedcf4094cef907cc50b1cf3254146fa92eea5a51aea8bd04072d2c2df4367ee8005ef1200c2850f8b954660fd571ae682d157035a65a8af54a2f47dfcd89
7
+ data.tar.gz: f0b1ab179f5979f465ebeadd29b2b1fcd5d3431533e60ee344ca1f4b570c017292a87f89d7330ab686e58a865429aec3298e45800221cd3d208dec11c6387878
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.730
1
+ 3.0.731
@@ -337,10 +337,16 @@ module TencentCloud
337
337
  # @param IfExistCatalog: 判断审计日志表是否有catalog字段
338
338
  # 注意:此字段可能返回 null,表示取不到有效值。
339
339
  # @type IfExistCatalog: Integer
340
+ # @param Characteristic: 页面特性,用于前端屏蔽一些页面入口
341
+ # 注意:此字段可能返回 null,表示取不到有效值。
342
+ # @type Characteristic: Array
340
343
 
341
- 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
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
342
348
 
343
- 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)
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)
344
350
  @InstanceId = instanceid
345
351
  @InstanceName = instancename
346
352
  @Status = status
@@ -378,6 +384,7 @@ module TencentCloud
378
384
  @BuildVersion = buildversion
379
385
  @Components = components
380
386
  @IfExistCatalog = ifexistcatalog
387
+ @Characteristic = characteristic
381
388
  end
382
389
 
383
390
  def deserialize(params)
@@ -431,6 +438,7 @@ module TencentCloud
431
438
  @BuildVersion = params['BuildVersion']
432
439
  @Components = params['Components']
433
440
  @IfExistCatalog = params['IfExistCatalog']
441
+ @Characteristic = params['Characteristic']
434
442
  end
435
443
  end
436
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.730
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-18 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