tencentcloud-sdk-dlc 3.0.999 → 3.0.1001
Sign up to get free protection for your applications and to get access to all the features.
- 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: c2f1fcbc43800d404506a52a3983e225f360cd0c
|
4
|
+
data.tar.gz: 2159e824bca2fd48e0d71cfe3a188bd3bec851f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0172c02a5d97333aceabc7e934eb4b4264ba724feb1a2db4efdc64a3b9a5d9033a3a855d45a45fc829723baa2bc330fdb4fbdc23a28f52866cb269fe1d300f23
|
7
|
+
data.tar.gz: 88aec77028ad2e727572242403f96d958e88fe9ab8d6cd7ff5e0dfbe12c031afb9d44be9383fa4b65ffb4c8acdf6442ac5afc82cdb65ae93808548bb9d7a334a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1001
|
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.1001
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|