tencentcloud-sdk-dlc 3.0.836 → 3.0.837

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1a3a4b90bd64e7eafe7c219a61303a583fb873c
4
- data.tar.gz: 5e20dcc60c1221fcc7000c4d4b63ba908fc63061
3
+ metadata.gz: e2934ca33db8cf75485d59a792fd2b541e46976b
4
+ data.tar.gz: 0ef8d4ca02f1a19afe732096a07099221393beff
5
5
  SHA512:
6
- metadata.gz: 74f96f2b1a37c59e12a208bd565d635af6fc3ca464f4dc78e5182ef96b0cfc82c8e8d88d459f9457b97654fb01909ca9c449466ecc7b194eac961fc8fac78d85
7
- data.tar.gz: 1aab804491ac407fb5b74014daca6f64f52a09d13822c66028d1cea3aa148dcae9ca124793a608123c09ee134c368b3483268bf5b6684bcaabf77a908cd716f0
6
+ metadata.gz: 7b3e4f2d04fbbd3b0db43f7ca696d45f1120562ea1802fcd7c5a3e1106e3bbb7d5cf485a9da5b5760376442823bbae03805ba6317c46f2621c88dd829e179d1c
7
+ data.tar.gz: 6975856ca8b8af62ae73c43e760c70febc0a2f863faa7030e37d9381b023d1599bfb011ef7972a4ba6813af8777d220d8846f762d75e5f9bddcbc02e1f6f1306
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.836
1
+ 3.0.837
@@ -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, 5
1445
- deprecate :DefaultDataEngine=, :none, 2024, 5
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, 5
10860
- deprecate :GovernPolicy=, :none, 2024, 5
10861
- deprecate :DbGovernPolicyIsDisable, :none, 2024, 5
10862
- deprecate :DbGovernPolicyIsDisable=, :none, 2024, 5
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.836
4
+ version: 3.0.837
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-03 00:00:00.000000000 Z
11
+ date: 2024-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common