tencentcloud-sdk-dlc 3.0.935 → 3.0.937
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 +19 -11
- 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: 1ff8d6284dbc375c9a354706ccb6f33ed16680c0
|
4
|
+
data.tar.gz: 264e8385181ea72530d3e0cc2877903b437ce4be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0ac9e8156ecd35f2d31d420fe1d5b35881df8b93c7ff723db10f25e1c22e9050ffe5bb74ab860d1032002e50bca2038a98580019d9669ca732998d157842528
|
7
|
+
data.tar.gz: 98aa39c6de1061d1d3cf53ed8787704dc138fa81cd0c62a9e02fd934dcca2aaf4217539f4a749f78e16b141eacb55bc3016f329f0f1fe9601096c6092b8fe8ca
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.937
|
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
|
@@ -13680,10 +13680,13 @@ module TencentCloud
|
|
13680
13680
|
# @param RowFilterInfo: 行过滤信息集合
|
13681
13681
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13682
13682
|
# @type RowFilterInfo: :class:`Tencentcloud::Dlc.v20210125.models.Policys`
|
13683
|
+
# @param CatalogPolicyInfo: 数据目录权限集
|
13684
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13685
|
+
# @type CatalogPolicyInfo: :class:`Tencentcloud::Dlc.v20210125.models.Policy`
|
13683
13686
|
|
13684
|
-
attr_accessor :WorkGroupId, :WorkGroupName, :Type, :UserInfo, :DataPolicyInfo, :EnginePolicyInfo, :WorkGroupDescription, :RowFilterInfo
|
13687
|
+
attr_accessor :WorkGroupId, :WorkGroupName, :Type, :UserInfo, :DataPolicyInfo, :EnginePolicyInfo, :WorkGroupDescription, :RowFilterInfo, :CatalogPolicyInfo
|
13685
13688
|
|
13686
|
-
def initialize(workgroupid=nil, workgroupname=nil, type=nil, userinfo=nil, datapolicyinfo=nil, enginepolicyinfo=nil, workgroupdescription=nil, rowfilterinfo=nil)
|
13689
|
+
def initialize(workgroupid=nil, workgroupname=nil, type=nil, userinfo=nil, datapolicyinfo=nil, enginepolicyinfo=nil, workgroupdescription=nil, rowfilterinfo=nil, catalogpolicyinfo=nil)
|
13687
13690
|
@WorkGroupId = workgroupid
|
13688
13691
|
@WorkGroupName = workgroupname
|
13689
13692
|
@Type = type
|
@@ -13692,6 +13695,7 @@ module TencentCloud
|
|
13692
13695
|
@EnginePolicyInfo = enginepolicyinfo
|
13693
13696
|
@WorkGroupDescription = workgroupdescription
|
13694
13697
|
@RowFilterInfo = rowfilterinfo
|
13698
|
+
@CatalogPolicyInfo = catalogpolicyinfo
|
13695
13699
|
end
|
13696
13700
|
|
13697
13701
|
def deserialize(params)
|
@@ -13715,6 +13719,10 @@ module TencentCloud
|
|
13715
13719
|
@RowFilterInfo = Policys.new
|
13716
13720
|
@RowFilterInfo.deserialize(params['RowFilterInfo'])
|
13717
13721
|
end
|
13722
|
+
unless params['CatalogPolicyInfo'].nil?
|
13723
|
+
@CatalogPolicyInfo = Policy.new
|
13724
|
+
@CatalogPolicyInfo.deserialize(params['CatalogPolicyInfo'])
|
13725
|
+
end
|
13718
13726
|
end
|
13719
13727
|
end
|
13720
13728
|
|
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.937
|
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-
|
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
|