tencentcloud-sdk-dlc 3.0.999 → 3.0.1000
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 +6 -6
- 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: 770aa970ec24d9c33dffaa47609dda00ecfc1aea
|
4
|
+
data.tar.gz: b3542400c5ffe8f1f58bd8dc6fcb31dbef40f635
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 162118591994357479f87a2bc79e78bb4ac26f6cb38da4c7916fc92a67a0949345a541bc542f7432612466df960d1d723b1c6ad6fac20be99c9d64ef414dde54
|
7
|
+
data.tar.gz: 839365238dc4ba197d2f471b56a13c6f990e0383e25a956d8e1c96932d941e1aa8e4df6c72d1f62f5ad68cd74886695e78ef4aca7836db1cc314d19fa70b75c1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1000
|
data/lib/v20210125/models.rb
CHANGED
@@ -1718,8 +1718,8 @@ module TencentCloud
|
|
1718
1718
|
|
1719
1719
|
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
|
1720
1720
|
extend Gem::Deprecate
|
1721
|
-
deprecate :DefaultDataEngine, :none, 2025,
|
1722
|
-
deprecate :DefaultDataEngine=, :none, 2025,
|
1721
|
+
deprecate :DefaultDataEngine, :none, 2025, 2
|
1722
|
+
deprecate :DefaultDataEngine=, :none, 2025, 2
|
1723
1723
|
|
1724
1724
|
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)
|
1725
1725
|
@EngineType = enginetype
|
@@ -12352,10 +12352,10 @@ module TencentCloud
|
|
12352
12352
|
|
12353
12353
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
|
12354
12354
|
extend Gem::Deprecate
|
12355
|
-
deprecate :GovernPolicy, :none, 2025,
|
12356
|
-
deprecate :GovernPolicy=, :none, 2025,
|
12357
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2025,
|
12358
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2025,
|
12355
|
+
deprecate :GovernPolicy, :none, 2025, 2
|
12356
|
+
deprecate :GovernPolicy=, :none, 2025, 2
|
12357
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2025, 2
|
12358
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2025, 2
|
12359
12359
|
|
12360
12360
|
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)
|
12361
12361
|
@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.1000
|
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-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|