tencentcloud-sdk-cdwdoris 3.0.732 → 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 +17 -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
|
@@ -340,13 +340,22 @@ module TencentCloud
|
|
|
340
340
|
# @param Characteristic: 页面特性,用于前端屏蔽一些页面入口
|
|
341
341
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
342
342
|
# @type Characteristic: Array
|
|
343
|
+
# @param RestartTimeout: 超时时间 单位s
|
|
344
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
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
|
|
343
352
|
|
|
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
|
|
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
|
|
345
354
|
extend Gem::Deprecate
|
|
346
355
|
deprecate :IfExistCatalog, :none, 2023, 12
|
|
347
356
|
deprecate :IfExistCatalog=, :none, 2023, 12
|
|
348
357
|
|
|
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)
|
|
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)
|
|
350
359
|
@InstanceId = instanceid
|
|
351
360
|
@InstanceName = instancename
|
|
352
361
|
@Status = status
|
|
@@ -385,6 +394,9 @@ module TencentCloud
|
|
|
385
394
|
@Components = components
|
|
386
395
|
@IfExistCatalog = ifexistcatalog
|
|
387
396
|
@Characteristic = characteristic
|
|
397
|
+
@RestartTimeout = restarttimeout
|
|
398
|
+
@GraceShutdownWaitSeconds = graceshutdownwaitseconds
|
|
399
|
+
@CaseSensitive = casesensitive
|
|
388
400
|
end
|
|
389
401
|
|
|
390
402
|
def deserialize(params)
|
|
@@ -439,6 +451,9 @@ module TencentCloud
|
|
|
439
451
|
@Components = params['Components']
|
|
440
452
|
@IfExistCatalog = params['IfExistCatalog']
|
|
441
453
|
@Characteristic = params['Characteristic']
|
|
454
|
+
@RestartTimeout = params['RestartTimeout']
|
|
455
|
+
@GraceShutdownWaitSeconds = params['GraceShutdownWaitSeconds']
|
|
456
|
+
@CaseSensitive = params['CaseSensitive']
|
|
442
457
|
end
|
|
443
458
|
end
|
|
444
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
|