tencentcloud-sdk-dlc 3.0.879 → 3.0.880
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: e9badc332a654bdc7ba33376f619eabff3c256c5
|
4
|
+
data.tar.gz: 7df98fc1d5b78d880ae98d98ff06f506ecf604f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0be7ed1ae4505a1f4303436cfd0e8d63d20051744a06bbbdc4507bd658a5e5b83434d85e9dbc318c551d856607d21b9423abc4f8766f8066cf430a2d3ef11a3b
|
7
|
+
data.tar.gz: 8d68d9433161b0d98273b07719ed9c5ae73eb122270f4da58f6ae0500d8604c25e0a03dfec22efa4e1c8956f5271f169600ff9c766ab38ae6ee03132f6dd5174
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.880
|
data/lib/v20210125/models.rb
CHANGED
@@ -1617,8 +1617,8 @@ module TencentCloud
|
|
1617
1617
|
|
1618
1618
|
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
|
1619
1619
|
extend Gem::Deprecate
|
1620
|
-
deprecate :DefaultDataEngine, :none, 2024,
|
1621
|
-
deprecate :DefaultDataEngine=, :none, 2024,
|
1620
|
+
deprecate :DefaultDataEngine, :none, 2024, 8
|
1621
|
+
deprecate :DefaultDataEngine=, :none, 2024, 8
|
1622
1622
|
|
1623
1623
|
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)
|
1624
1624
|
@EngineType = enginetype
|
@@ -11790,10 +11790,10 @@ module TencentCloud
|
|
11790
11790
|
|
11791
11791
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy
|
11792
11792
|
extend Gem::Deprecate
|
11793
|
-
deprecate :GovernPolicy, :none, 2024,
|
11794
|
-
deprecate :GovernPolicy=, :none, 2024,
|
11795
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2024,
|
11796
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2024,
|
11793
|
+
deprecate :GovernPolicy, :none, 2024, 8
|
11794
|
+
deprecate :GovernPolicy=, :none, 2024, 8
|
11795
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2024, 8
|
11796
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2024, 8
|
11797
11797
|
|
11798
11798
|
def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil)
|
11799
11799
|
@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.880
|
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-08-
|
11
|
+
date: 2024-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|