tencentcloud-sdk-cdwdoris 3.0.738 → 3.0.739
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211228/models.rb +8 -5
- 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: 0608b1ad076debe8c9ee435d514d4dacf68565ab
|
4
|
+
data.tar.gz: 278e07393633cf8cc7ba6e14b8e201b924f75940
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86f8759b8ad791d0aa468f1b41168844e478faa9274506822d16942db585ac855bc0576a82b9fafeebd66ee49121e2731c755795cefd0cc19048f8eb82b83265
|
7
|
+
data.tar.gz: 8f6b3c6f45ba5eb35e90adaeb2c73bd44d4d830e080a98d6a03b17b77faa994836cb3422270cc3c32035f9c970ac41617bdf5dd058b60e29a93545b29a10e388
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.739
|
data/lib/v20211228/models.rb
CHANGED
@@ -101,8 +101,8 @@ module TencentCloud
|
|
101
101
|
|
102
102
|
attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
|
103
103
|
extend Gem::Deprecate
|
104
|
-
deprecate :FileKeyValues, :none,
|
105
|
-
deprecate :FileKeyValues=, :none,
|
104
|
+
deprecate :FileKeyValues, :none, 2024, 1
|
105
|
+
deprecate :FileKeyValues=, :none, 2024, 1
|
106
106
|
|
107
107
|
def initialize(filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, filekeyvalues=nil, filekeyvaluesnew=nil)
|
108
108
|
@FileName = filename
|
@@ -195,7 +195,10 @@ module TencentCloud
|
|
195
195
|
# @type DorisUserPwd: String
|
196
196
|
# @param Tags: 标签列表
|
197
197
|
# @type Tags: Array
|
198
|
-
# @param HaType: 高可用类型:
|
198
|
+
# @param HaType: 高可用类型:
|
199
|
+
# 0:非高可用(只有1个FE,FeSpec.CreateInstanceSpec.Count=1),
|
200
|
+
# 1:读高可用(至少需部署3个FE,FeSpec.CreateInstanceSpec.Count>=3,且为奇数),
|
201
|
+
# 2:读写高可用(至少需部署5个FE,FeSpec.CreateInstanceSpec.Count>=5,且为奇数)。
|
199
202
|
# @type HaType: Integer
|
200
203
|
# @param CaseSensitive: 表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
|
201
204
|
# @type CaseSensitive: Integer
|
@@ -1253,8 +1256,8 @@ module TencentCloud
|
|
1253
1256
|
|
1254
1257
|
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
|
1255
1258
|
extend Gem::Deprecate
|
1256
|
-
deprecate :IfExistCatalog, :none,
|
1257
|
-
deprecate :IfExistCatalog=, :none,
|
1259
|
+
deprecate :IfExistCatalog, :none, 2024, 1
|
1260
|
+
deprecate :IfExistCatalog=, :none, 2024, 1
|
1258
1261
|
|
1259
1262
|
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)
|
1260
1263
|
@InstanceId = instanceid
|
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.739
|
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-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|