tencentcloud-sdk-dlc 3.0.1174 → 3.0.1189

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 +22 -10
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e26085c7b64b1b2e12d85b0bc3ac52189af7536
4
- data.tar.gz: add7ea8ddc87af54d375a265d2c147e1079b9002
3
+ metadata.gz: 976bc748962c7412a20606eb68d1f43294900b27
4
+ data.tar.gz: 49051e34da7072d38283fe8576acbc5f24d75103
5
5
  SHA512:
6
- metadata.gz: c665f806332fea25ced72341afffdf3dce89596e0dd12469e19512e5c62da146dc843ea849b22f3e98b509d28a8b77e70718816694667357692d777f19ac0d11
7
- data.tar.gz: 799750bfe1c826db3f188ded43214e87fea4528d25257a644d10f3316fda9e890732c405bfc1f2e9289e0c830e62c653865898bdedabb377e3709ad20ea8d4bf
6
+ metadata.gz: 599c7f50dae7b8e546271c98ab9ef0a44a00fc66292db45aff6851d492bb9d69a93355145137832388cd4c68e4b02f87690c5469184cae3f6e68eb405c4faf4e
7
+ data.tar.gz: d11cd2061d0809e32f065672bc2bf9cc7f4d3827d4c6152b152aa637101e05def1f4c4e0f695c93c28f15d16ddee4fe0dfb13de69b4092ca548befb20756295a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1174
1
+ 3.0.1189
@@ -1897,8 +1897,8 @@ module TencentCloud
1897
1897
 
1898
1898
  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
1899
1899
  extend Gem::Deprecate
1900
- deprecate :DefaultDataEngine, :none, 2025, 11
1901
- deprecate :DefaultDataEngine=, :none, 2025, 11
1900
+ deprecate :DefaultDataEngine, :none, 2025, 12
1901
+ deprecate :DefaultDataEngine=, :none, 2025, 12
1902
1902
 
1903
1903
  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)
1904
1904
  @EngineType = enginetype
@@ -7526,17 +7526,25 @@ module TencentCloud
7526
7526
  # @type DataEngineId: String
7527
7527
  # @param ResourceGroupId: 资源组ID
7528
7528
  # @type ResourceGroupId: String
7529
+ # @param ProjectId: 项目ID
7530
+ # @type ProjectId: String
7531
+ # @param UserUin: 用户Uin
7532
+ # @type UserUin: String
7529
7533
 
7530
- attr_accessor :DataEngineId, :ResourceGroupId
7534
+ attr_accessor :DataEngineId, :ResourceGroupId, :ProjectId, :UserUin
7531
7535
 
7532
- def initialize(dataengineid=nil, resourcegroupid=nil)
7536
+ def initialize(dataengineid=nil, resourcegroupid=nil, projectid=nil, useruin=nil)
7533
7537
  @DataEngineId = dataengineid
7534
7538
  @ResourceGroupId = resourcegroupid
7539
+ @ProjectId = projectid
7540
+ @UserUin = useruin
7535
7541
  end
7536
7542
 
7537
7543
  def deserialize(params)
7538
7544
  @DataEngineId = params['DataEngineId']
7539
7545
  @ResourceGroupId = params['ResourceGroupId']
7546
+ @ProjectId = params['ProjectId']
7547
+ @UserUin = params['UserUin']
7540
7548
  end
7541
7549
  end
7542
7550
 
@@ -13504,17 +13512,21 @@ module TencentCloud
13504
13512
  # @type DatabaseName: String
13505
13513
  # @param TableName: 表名
13506
13514
  # @type TableName: String
13515
+ # @param DatasourceConnectionName: catalog名称
13516
+ # @type DatasourceConnectionName: String
13507
13517
 
13508
- attr_accessor :DatabaseName, :TableName
13518
+ attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName
13509
13519
 
13510
- def initialize(databasename=nil, tablename=nil)
13520
+ def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil)
13511
13521
  @DatabaseName = databasename
13512
13522
  @TableName = tablename
13523
+ @DatasourceConnectionName = datasourceconnectionname
13513
13524
  end
13514
13525
 
13515
13526
  def deserialize(params)
13516
13527
  @DatabaseName = params['DatabaseName']
13517
13528
  @TableName = params['TableName']
13529
+ @DatasourceConnectionName = params['DatasourceConnectionName']
13518
13530
  end
13519
13531
  end
13520
13532
 
@@ -15368,10 +15380,10 @@ module TencentCloud
15368
15380
 
15369
15381
  attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
15370
15382
  extend Gem::Deprecate
15371
- deprecate :GovernPolicy, :none, 2025, 11
15372
- deprecate :GovernPolicy=, :none, 2025, 11
15373
- deprecate :DbGovernPolicyIsDisable, :none, 2025, 11
15374
- deprecate :DbGovernPolicyIsDisable=, :none, 2025, 11
15383
+ deprecate :GovernPolicy, :none, 2025, 12
15384
+ deprecate :GovernPolicy=, :none, 2025, 12
15385
+ deprecate :DbGovernPolicyIsDisable, :none, 2025, 12
15386
+ deprecate :DbGovernPolicyIsDisable=, :none, 2025, 12
15375
15387
 
15376
15388
  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)
15377
15389
  @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.1174
4
+ version: 3.0.1189
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-11-28 00:00:00.000000000 Z
11
+ date: 2025-12-24 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