tencentcloud-sdk-dlc 3.0.1174 → 3.0.1188
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/v20210125/models.rb +16 -8
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63e037c7590511a15974b7f2c3e6308c2721518d
|
|
4
|
+
data.tar.gz: 04e02d530a56594202c9d6b1cc3caf5dc894d553
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13fd00471c99b57bcd680587e899e986601d21ecfc3290692de035e155284865c3bce485f23161310711e3f213b054d9a3a73b994995a3c1464f2e4b8a301a7d
|
|
7
|
+
data.tar.gz: f4159039e90339ef3a6602fc8051d820a234ed91221d1c1572edb8b43ebf1c061299b77418f969d0c8776656b2ca9b629e395b2b1dba2e8cc8fa5afcb4391000
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1188
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -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,
|
|
1901
|
-
deprecate :DefaultDataEngine=, :none, 2025,
|
|
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
|
|
|
@@ -15368,10 +15376,10 @@ module TencentCloud
|
|
|
15368
15376
|
|
|
15369
15377
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
|
|
15370
15378
|
extend Gem::Deprecate
|
|
15371
|
-
deprecate :GovernPolicy, :none, 2025,
|
|
15372
|
-
deprecate :GovernPolicy=, :none, 2025,
|
|
15373
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2025,
|
|
15374
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2025,
|
|
15379
|
+
deprecate :GovernPolicy, :none, 2025, 12
|
|
15380
|
+
deprecate :GovernPolicy=, :none, 2025, 12
|
|
15381
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2025, 12
|
|
15382
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2025, 12
|
|
15375
15383
|
|
|
15376
15384
|
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
15385
|
@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.
|
|
4
|
+
version: 3.0.1188
|
|
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
|
+
date: 2025-12-23 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
|