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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0da3380d4e247c2443044bf8f974c0fc2d2de8a
4
- data.tar.gz: 7736a167d82f05e3ba2095b0f0c1212477846217
3
+ metadata.gz: 0608b1ad076debe8c9ee435d514d4dacf68565ab
4
+ data.tar.gz: 278e07393633cf8cc7ba6e14b8e201b924f75940
5
5
  SHA512:
6
- metadata.gz: 1cd194084439d879a110bd60e0b2af6ae565d2aaad61f0cc4de282ec0a4489deccbf1ecf64577a1561843ddab13180a0a5bea5d3c6fca381802edf2dd8daaba3
7
- data.tar.gz: 0c7009bf5064bbcd86460650369dfccda8f4f6cb3f68455d23baf86d0da600eb010d6403a42db3df2230a46226d729b4c1d5b8e6f6bf8c19f705505f2d344afe
6
+ metadata.gz: 86f8759b8ad791d0aa468f1b41168844e478faa9274506822d16942db585ac855bc0576a82b9fafeebd66ee49121e2731c755795cefd0cc19048f8eb82b83265
7
+ data.tar.gz: 8f6b3c6f45ba5eb35e90adaeb2c73bd44d4d830e080a98d6a03b17b77faa994836cb3422270cc3c32035f9c970ac41617bdf5dd058b60e29a93545b29a10e388
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.738
1
+ 3.0.739
@@ -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, 2023, 12
105
- deprecate :FileKeyValues=, :none, 2023, 12
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: 高可用类型:0:非高可用,1:读高可用,2:读写高可用。
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, 2023, 12
1257
- deprecate :IfExistCatalog=, :none, 2023, 12
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.738
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-28 00:00:00.000000000 Z
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