tencentcloud-sdk-dlc 3.0.1160 → 3.0.1169

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210125/models.rb +15 -8
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65b7c3b678db3dbd3f8e8e33ccdb97896bbc441d
4
- data.tar.gz: 713c13a37f9eee919aa6401f401607bf765ee3a4
3
+ metadata.gz: e0984b064d9581025ed2417c610eaf90121cf033
4
+ data.tar.gz: be9b7e8744bbd2286d4a2df8f1df714892b0d714
5
5
  SHA512:
6
- metadata.gz: 7110e4d40a51745f579d7b7e3f4be145002b86565576f9cea2684b2be448a418cf6e609975590fe652e66820a475d73c4b0b5a1e4520060c3163a0703a0254be
7
- data.tar.gz: 76034978cf2ae436ad2b4608d091df2767ea3e832f0a119fd0f2ad70e3f4c67dbe75953a68155d5ca90a82304d79ae7e2e092d5de8b18e3d63db8c04a4dd64ff
6
+ metadata.gz: edb05eb63e8d5adc81122884bd73d21f9c588180dd17684fcbb5d304fa765e1d53900b8e34f67565799672fe5a06c32406b250a952504ba37c8123c53ebc8ba3
7
+ data.tar.gz: ea7f53544f9081fe8e9ec34ed0ccee63589bebe1779a3080351ebc825a973ce048f6b40c55d91e359a0e497d0704e94030522713cad5237d94e6eb799f31c3ee
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1160
1
+ 3.0.1169
@@ -1893,8 +1893,8 @@ module TencentCloud
1893
1893
 
1894
1894
  attr_accessor :EngineType, :DataEngineName, :ClusterType, :Mode, :AutoResume, :MinClusters, :MaxClusters, :DefaultDataEngine, :CidrBlock, :Message, :Size, :PayMode, :TimeSpan, :TimeUnit, :AutoRenew, :Tags, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ResourceType, :DataEngineConfigPairs, :ImageVersionName, :MainClusterName, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate, :AutoAuthorization, :EngineNetworkId, :EngineGeneration
1895
1895
  extend Gem::Deprecate
1896
- deprecate :DefaultDataEngine, :none, 2025, 10
1897
- deprecate :DefaultDataEngine=, :none, 2025, 10
1896
+ deprecate :DefaultDataEngine, :none, 2025, 11
1897
+ deprecate :DefaultDataEngine=, :none, 2025, 11
1898
1898
 
1899
1899
  def initialize(enginetype=nil, dataenginename=nil, clustertype=nil, mode=nil, autoresume=nil, minclusters=nil, maxclusters=nil, defaultdataengine=nil, cidrblock=nil, message=nil, size=nil, paymode=nil, timespan=nil, timeunit=nil, autorenew=nil, tags=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, resourcetype=nil, dataengineconfigpairs=nil, imageversionname=nil, mainclustername=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginenetworkid=nil, enginegeneration=nil)
1900
1900
  @EngineType = enginetype
@@ -5230,10 +5230,12 @@ module TencentCloud
5230
5230
  # @type TCHouseD: :class:`Tencentcloud::Dlc.v20210125.models.TCHouseD`
5231
5231
  # @param TccHive: TccHive数据目录连接信息
5232
5232
  # @type TccHive: :class:`Tencentcloud::Dlc.v20210125.models.TccHive`
5233
+ # @param MongoDB: MongoDB 数据源
5234
+ # @type MongoDB: :class:`Tencentcloud::Dlc.v20210125.models.DataSourceInfo`
5233
5235
 
5234
- attr_accessor :Mysql, :Hive, :Kafka, :OtherDatasourceConnection, :PostgreSql, :SqlServer, :ClickHouse, :Elasticsearch, :TDSQLPostgreSql, :TCHouseD, :TccHive
5236
+ attr_accessor :Mysql, :Hive, :Kafka, :OtherDatasourceConnection, :PostgreSql, :SqlServer, :ClickHouse, :Elasticsearch, :TDSQLPostgreSql, :TCHouseD, :TccHive, :MongoDB
5235
5237
 
5236
- def initialize(mysql=nil, hive=nil, kafka=nil, otherdatasourceconnection=nil, postgresql=nil, sqlserver=nil, clickhouse=nil, elasticsearch=nil, tdsqlpostgresql=nil, tchoused=nil, tcchive=nil)
5238
+ def initialize(mysql=nil, hive=nil, kafka=nil, otherdatasourceconnection=nil, postgresql=nil, sqlserver=nil, clickhouse=nil, elasticsearch=nil, tdsqlpostgresql=nil, tchoused=nil, tcchive=nil, mongodb=nil)
5237
5239
  @Mysql = mysql
5238
5240
  @Hive = hive
5239
5241
  @Kafka = kafka
@@ -5245,6 +5247,7 @@ module TencentCloud
5245
5247
  @TDSQLPostgreSql = tdsqlpostgresql
5246
5248
  @TCHouseD = tchoused
5247
5249
  @TccHive = tcchive
5250
+ @MongoDB = mongodb
5248
5251
  end
5249
5252
 
5250
5253
  def deserialize(params)
@@ -5292,6 +5295,10 @@ module TencentCloud
5292
5295
  @TccHive = TccHive.new
5293
5296
  @TccHive.deserialize(params['TccHive'])
5294
5297
  end
5298
+ unless params['MongoDB'].nil?
5299
+ @MongoDB = DataSourceInfo.new
5300
+ @MongoDB.deserialize(params['MongoDB'])
5301
+ end
5295
5302
  end
5296
5303
  end
5297
5304
 
@@ -15203,10 +15210,10 @@ module TencentCloud
15203
15210
 
15204
15211
  attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
15205
15212
  extend Gem::Deprecate
15206
- deprecate :GovernPolicy, :none, 2025, 10
15207
- deprecate :GovernPolicy=, :none, 2025, 10
15208
- deprecate :DbGovernPolicyIsDisable, :none, 2025, 10
15209
- deprecate :DbGovernPolicyIsDisable=, :none, 2025, 10
15213
+ deprecate :GovernPolicy, :none, 2025, 11
15214
+ deprecate :GovernPolicy=, :none, 2025, 11
15215
+ deprecate :DbGovernPolicyIsDisable, :none, 2025, 11
15216
+ deprecate :DbGovernPolicyIsDisable=, :none, 2025, 11
15210
15217
 
15211
15218
  def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil, primarykeys=nil)
15212
15219
  @DatabaseName = databasename
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dlc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1160
4
+ version: 3.0.1169
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-28 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20210125/models.rb
37
36
  - lib/v20210125/client.rb
37
+ - lib/v20210125/models.rb
38
38
  - lib/tencentcloud-sdk-dlc.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby