tencentcloud-sdk-cdwdoris 3.0.733 → 3.0.734
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211228/models.rb +12 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b53f9b7296845b3fcf2836f55fd533c391f89b6
|
4
|
+
data.tar.gz: 158fc16ccc0315cdd61b098f25aa925b566f6ff4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f9736e29438c795ad57541591faa385d4cc7c66e1deef67674b1e8cbc602a27288717ed34048b53e5e20858fabcdf2b2ab4383a55615d657314e908a4e61c5d
|
7
|
+
data.tar.gz: 022987f08b4bdbc34d9c8fcf2835a63f34e333d1c255ff59ccec1424daaa4cf4802c166c2198a294c2c2b0977d6439b76a52744a9d441112685c3513448aa192
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.734
|
data/lib/v20211228/models.rb
CHANGED
@@ -343,13 +343,19 @@ module TencentCloud
|
|
343
343
|
# @param RestartTimeout: 超时时间 单位s
|
344
344
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
345
345
|
# @type RestartTimeout: String
|
346
|
+
# @param GraceShutdownWaitSeconds: 内核优雅重启超时时间,如果为-1说明未设置
|
347
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
348
|
+
# @type GraceShutdownWaitSeconds: String
|
349
|
+
# @param CaseSensitive: 表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
|
350
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
351
|
+
# @type CaseSensitive: Integer
|
346
352
|
|
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
|
353
|
+
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, :GraceShutdownWaitSeconds, :CaseSensitive
|
348
354
|
extend Gem::Deprecate
|
349
355
|
deprecate :IfExistCatalog, :none, 2023, 12
|
350
356
|
deprecate :IfExistCatalog=, :none, 2023, 12
|
351
357
|
|
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)
|
358
|
+
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, graceshutdownwaitseconds=nil, casesensitive=nil)
|
353
359
|
@InstanceId = instanceid
|
354
360
|
@InstanceName = instancename
|
355
361
|
@Status = status
|
@@ -389,6 +395,8 @@ module TencentCloud
|
|
389
395
|
@IfExistCatalog = ifexistcatalog
|
390
396
|
@Characteristic = characteristic
|
391
397
|
@RestartTimeout = restarttimeout
|
398
|
+
@GraceShutdownWaitSeconds = graceshutdownwaitseconds
|
399
|
+
@CaseSensitive = casesensitive
|
392
400
|
end
|
393
401
|
|
394
402
|
def deserialize(params)
|
@@ -444,6 +452,8 @@ module TencentCloud
|
|
444
452
|
@IfExistCatalog = params['IfExistCatalog']
|
445
453
|
@Characteristic = params['Characteristic']
|
446
454
|
@RestartTimeout = params['RestartTimeout']
|
455
|
+
@GraceShutdownWaitSeconds = params['GraceShutdownWaitSeconds']
|
456
|
+
@CaseSensitive = params['CaseSensitive']
|
447
457
|
end
|
448
458
|
end
|
449
459
|
|
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.
|
4
|
+
version: 3.0.734
|
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-
|
11
|
+
date: 2023-12-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|