tencentcloud-sdk-dlc 3.0.836 → 3.0.838
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: 330823847462c15c2ff4f03d8c6f1bb885670b94
|
4
|
+
data.tar.gz: 625df17c18a219bdc1e3dceb0e3af9b6887de510
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e691d3346d284016bc260afeca8025fabdf69d63ee1dfa4a513393a2bd2c840ae40e16636b18c29ed472c6e3964f3b76c5bc6cd5f8d5829dfbbb76965b17c306
|
7
|
+
data.tar.gz: e205da114bb7a2f57446ff757907fc5778877576b38f0bb0423d13582b2a6b041447c1ed265d1b1e0019d16882d5d33d0d9e9c56486c6165c31999e030545bd3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.838
|
data/lib/v20210125/models.rb
CHANGED
@@ -1441,8 +1441,8 @@ module TencentCloud
|
|
1441
1441
|
|
1442
1442
|
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
|
1443
1443
|
extend Gem::Deprecate
|
1444
|
-
deprecate :DefaultDataEngine, :none, 2024,
|
1445
|
-
deprecate :DefaultDataEngine=, :none, 2024,
|
1444
|
+
deprecate :DefaultDataEngine, :none, 2024, 6
|
1445
|
+
deprecate :DefaultDataEngine=, :none, 2024, 6
|
1446
1446
|
|
1447
1447
|
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)
|
1448
1448
|
@EngineType = enginetype
|
@@ -10856,10 +10856,10 @@ module TencentCloud
|
|
10856
10856
|
|
10857
10857
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy
|
10858
10858
|
extend Gem::Deprecate
|
10859
|
-
deprecate :GovernPolicy, :none, 2024,
|
10860
|
-
deprecate :GovernPolicy=, :none, 2024,
|
10861
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2024,
|
10862
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2024,
|
10859
|
+
deprecate :GovernPolicy, :none, 2024, 6
|
10860
|
+
deprecate :GovernPolicy=, :none, 2024, 6
|
10861
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2024, 6
|
10862
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2024, 6
|
10863
10863
|
|
10864
10864
|
def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil)
|
10865
10865
|
@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.838
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|