tencentcloud-sdk-dlc 3.0.934 → 3.0.936
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 +9 -9
- 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: 929d5aa6811e98d32155ff0dee731a02cdf7af20
|
4
|
+
data.tar.gz: 338aa2aada5521005de8c5d9090324e54d281797
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f400362e6311a54403d4eaef476c54441245d187ca576235d51f82e2aeb56bbb216dc22049ae9051f36d8364896388e748ff09e128f9af7e554623efa4262b3
|
7
|
+
data.tar.gz: 583c399b0ab4c3418893e852986e91063a2ee6f03fa26b4952e9ddfa216b5342faaf21daaa6aec09a1aa067a70085b917f366541c624fb2a45d8a111403371b5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.936
|
data/lib/v20210125/models.rb
CHANGED
@@ -1718,8 +1718,8 @@ module TencentCloud
|
|
1718
1718
|
|
1719
1719
|
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
|
1720
1720
|
extend Gem::Deprecate
|
1721
|
-
deprecate :DefaultDataEngine, :none, 2024,
|
1722
|
-
deprecate :DefaultDataEngine=, :none, 2024,
|
1721
|
+
deprecate :DefaultDataEngine, :none, 2024, 11
|
1722
|
+
deprecate :DefaultDataEngine=, :none, 2024, 11
|
1723
1723
|
|
1724
1724
|
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)
|
1725
1725
|
@EngineType = enginetype
|
@@ -7464,13 +7464,13 @@ module TencentCloud
|
|
7464
7464
|
# @type Offset: Integer
|
7465
7465
|
# @param Filters: 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个: task-id - String - (任务ID准确过滤)task-id 取值形如:e386471f-139a-4e59-877f-50ece8135b99。task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败),rule-id - String - (洞察类型)取值范围 SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)
|
7466
7466
|
# @type Filters: Array
|
7467
|
-
# @param SortBy: 排序字段,支持如下字段类型,instance-start-time (任务开始时间),
|
7467
|
+
# @param SortBy: 排序字段,支持如下字段类型,instance-start-time (任务开始时间),job-time-sum (单位毫秒,引擎内执行耗时),task-time-sum (CU资源消耗,单位秒),input-bytes-sum(数据扫描总大小,单位bytes),shuffle-read-bytes-sum(数据shuffle总大小,单位bytes)
|
7468
7468
|
# @type SortBy: String
|
7469
7469
|
# @param Sorting: 排序方式,desc表示正序,asc表示反序, 默认为asc。
|
7470
7470
|
# @type Sorting: String
|
7471
|
-
# @param StartTime:
|
7471
|
+
# @param StartTime: 任务开始时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近30天数据查询。默认为当前时刻
|
7472
7472
|
# @type StartTime: String
|
7473
|
-
# @param EndTime: 结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近
|
7473
|
+
# @param EndTime: 结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近30天数据查询。默认为当前时刻
|
7474
7474
|
# @type EndTime: String
|
7475
7475
|
|
7476
7476
|
attr_accessor :DataEngineName, :Limit, :Offset, :Filters, :SortBy, :Sorting, :StartTime, :EndTime
|
@@ -12249,10 +12249,10 @@ module TencentCloud
|
|
12249
12249
|
|
12250
12250
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy
|
12251
12251
|
extend Gem::Deprecate
|
12252
|
-
deprecate :GovernPolicy, :none, 2024,
|
12253
|
-
deprecate :GovernPolicy=, :none, 2024,
|
12254
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2024,
|
12255
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2024,
|
12252
|
+
deprecate :GovernPolicy, :none, 2024, 11
|
12253
|
+
deprecate :GovernPolicy=, :none, 2024, 11
|
12254
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2024, 11
|
12255
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2024, 11
|
12256
12256
|
|
12257
12257
|
def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil)
|
12258
12258
|
@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.936
|
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-
|
11
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|