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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85148bd1cba977a7c2286d535a27a6c7c362ec9f
4
- data.tar.gz: dc424509224bd0c6aed4a6457cfdcf1a2ffc46d6
3
+ metadata.gz: e9badc332a654bdc7ba33376f619eabff3c256c5
4
+ data.tar.gz: 7df98fc1d5b78d880ae98d98ff06f506ecf604f0
5
5
  SHA512:
6
- metadata.gz: 70a25bbd2ef0ac9945293ce2aa2943ee31b6021c3d638eaaaa7bf97a97da829762a07142683a8063e3b13dc14c9890dc2d9c804f03b92b0ab4c8ec321bfa372f
7
- data.tar.gz: 70b677ff824b7365535c57a1cc1d42707c35d1c49b55795d4672be4c69b989f25d07825a7077225000d6558d37ec3ccf8943e1f03b48d86617c63a10435a227d
6
+ metadata.gz: 0be7ed1ae4505a1f4303436cfd0e8d63d20051744a06bbbdc4507bd658a5e5b83434d85e9dbc318c551d856607d21b9423abc4f8766f8066cf430a2d3ef11a3b
7
+ data.tar.gz: 8d68d9433161b0d98273b07719ed9c5ae73eb122270f4da58f6ae0500d8604c25e0a03dfec22efa4e1c8956f5271f169600ff9c766ab38ae6ee03132f6dd5174
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.879
1
+ 3.0.880
@@ -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, 7
1621
- deprecate :DefaultDataEngine=, :none, 2024, 7
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, 7
11794
- deprecate :GovernPolicy=, :none, 2024, 7
11795
- deprecate :DbGovernPolicyIsDisable, :none, 2024, 7
11796
- deprecate :DbGovernPolicyIsDisable=, :none, 2024, 7
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.879
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-05 00:00:00.000000000 Z
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