tencentcloud-sdk-cdwdoris 3.0.731 → 3.0.733

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fb291ce0027b112f0fab8e9fc1011463c500573
4
- data.tar.gz: 1a0a913f24fb9fef7dd9846827c4e586503e0152
3
+ metadata.gz: 8c8761799e6301c5606ae066a9165ce6640072c6
4
+ data.tar.gz: ce8011b684b0a4009a9c0b54987580dce500fa97
5
5
  SHA512:
6
- metadata.gz: 38ffedcf4094cef907cc50b1cf3254146fa92eea5a51aea8bd04072d2c2df4367ee8005ef1200c2850f8b954660fd571ae682d157035a65a8af54a2f47dfcd89
7
- data.tar.gz: f0b1ab179f5979f465ebeadd29b2b1fcd5d3431533e60ee344ca1f4b570c017292a87f89d7330ab686e58a865429aec3298e45800221cd3d208dec11c6387878
6
+ metadata.gz: cf70396e00e36da7ae531db082ab2fbc7ad221cf6aee123ff3206a40aa07a4dc734a3ac26362d35cc8b387193df18a69345673d935be594ffba50377a2adbb69
7
+ data.tar.gz: 386e465c8f0edfadbf9f757e0b392cde4e384fad82b3a0c49bcea953d2d9d36edccdfc113ba479da1dfe188a0aea9836e601fe18f75efea5f0981b3e79948037
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.731
1
+ 3.0.733
@@ -340,13 +340,16 @@ module TencentCloud
340
340
  # @param Characteristic: 页面特性,用于前端屏蔽一些页面入口
341
341
  # 注意:此字段可能返回 null,表示取不到有效值。
342
342
  # @type Characteristic: Array
343
+ # @param RestartTimeout: 超时时间 单位s
344
+ # 注意:此字段可能返回 null,表示取不到有效值。
345
+ # @type RestartTimeout: String
343
346
 
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
347
+ 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, :RestartTimeout
345
348
  extend Gem::Deprecate
346
349
  deprecate :IfExistCatalog, :none, 2023, 12
347
350
  deprecate :IfExistCatalog=, :none, 2023, 12
348
351
 
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)
352
+ 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, restarttimeout=nil)
350
353
  @InstanceId = instanceid
351
354
  @InstanceName = instancename
352
355
  @Status = status
@@ -385,6 +388,7 @@ module TencentCloud
385
388
  @Components = components
386
389
  @IfExistCatalog = ifexistcatalog
387
390
  @Characteristic = characteristic
391
+ @RestartTimeout = restarttimeout
388
392
  end
389
393
 
390
394
  def deserialize(params)
@@ -439,6 +443,7 @@ module TencentCloud
439
443
  @Components = params['Components']
440
444
  @IfExistCatalog = params['IfExistCatalog']
441
445
  @Characteristic = params['Characteristic']
446
+ @RestartTimeout = params['RestartTimeout']
442
447
  end
443
448
  end
444
449
 
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.731
4
+ version: 3.0.733
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-20 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common