tencentcloud-sdk-dlc 3.0.603 → 3.0.604
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210125/models.rb +5 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4b048f354e10558e8429eae31364c6b89e49728
|
|
4
|
+
data.tar.gz: e8a51293c6457b8e381f0dd5c00d5432fbca5907
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef2e7d2be238e5d891fc03fad511f65fa9e5519a1d1a85a38292ccdade1fb49b2dd2057e7529e0bd4cc9154bcb7e9dedf4a53d81845e6e3b7fa943feb8e2527c
|
|
7
|
+
data.tar.gz: 7ea7c3cde3c6c6c7a7dfd0f1328939abaa9beeccda1dfe24e114016aeb2b37a8829b34437b7558fa8431d97d824ee2523b43070bdcd9cfb864e6aeb73792be66
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.604
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -1094,7 +1094,7 @@ module TencentCloud
|
|
|
1094
1094
|
# @type MinClusters: Integer
|
|
1095
1095
|
# @param MaxClusters: 最大资源
|
|
1096
1096
|
# @type MaxClusters: Integer
|
|
1097
|
-
# @param DefaultDataEngine:
|
|
1097
|
+
# @param DefaultDataEngine: 是否为默认虚拟集群
|
|
1098
1098
|
# @type DefaultDataEngine: Boolean
|
|
1099
1099
|
# @param CidrBlock: VPC网段
|
|
1100
1100
|
# @type CidrBlock: String
|
|
@@ -1132,7 +1132,7 @@ module TencentCloud
|
|
|
1132
1132
|
# @type DataEngineConfigPairs: Array
|
|
1133
1133
|
# @param ImageVersionName: 集群镜像版本名字。如SuperSQL-P 1.1;SuperSQL-S 3.2等,不传,默认创建最新镜像版本的集群
|
|
1134
1134
|
# @type ImageVersionName: String
|
|
1135
|
-
# @param MainClusterName:
|
|
1135
|
+
# @param MainClusterName: 主集群名称,创建容灾集群时指定
|
|
1136
1136
|
# @type MainClusterName: String
|
|
1137
1137
|
# @param ElasticSwitch: spark jar 包年包月集群是否开启弹性
|
|
1138
1138
|
# @type ElasticSwitch: Boolean
|
|
@@ -1142,6 +1142,9 @@ module TencentCloud
|
|
|
1142
1142
|
# @type SessionResourceTemplate: :class:`Tencentcloud::Dlc.v20210125.models.SessionResourceTemplate`
|
|
1143
1143
|
|
|
1144
1144
|
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
|
|
1145
|
+
extend Gem::Deprecate
|
|
1146
|
+
deprecate :DefaultDataEngine, :none, 2023, 7
|
|
1147
|
+
deprecate :DefaultDataEngine=, :none, 2023, 7
|
|
1145
1148
|
|
|
1146
1149
|
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)
|
|
1147
1150
|
@EngineType = enginetype
|
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.604
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20210125/client.rb
|
|
37
36
|
- lib/v20210125/models.rb
|
|
37
|
+
- lib/v20210125/client.rb
|
|
38
38
|
- lib/tencentcloud-sdk-dlc.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|