tencentcloud-sdk-dlc 1.0.301 → 1.0.302
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 +28 -9
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8758113dd85e67501c1eb454e7fb52b213ad484
|
4
|
+
data.tar.gz: 8820ca0407e9edf9f55f991fb06c5a0ae5483d98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 507dc48cc9ff1db048fce5e5edb631916847bd7ce3b9ae8ba971b5551d30f5d871ed5f9d9e38ccdc5813ec634666b71e3801823ae2732a975be1e31d58a4947f
|
7
|
+
data.tar.gz: b40adccf7dad8f54bd170f0d6f60daf238a593722bf9d5429afe7d6df4bfb9af0ef0564936f2ad5c62185ec39b4836cbaf74f764f9074fb8305ca3829094d1da
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.302
|
data/lib/v20210125/models.rb
CHANGED
@@ -776,15 +776,18 @@ module TencentCloud
|
|
776
776
|
# @type UserType: String
|
777
777
|
# @param WorkGroupIds: 绑定到用户的工作组ID集合。
|
778
778
|
# @type WorkGroupIds: Array
|
779
|
+
# @param UserAlias: 用户别名,字符长度小50
|
780
|
+
# @type UserAlias: String
|
779
781
|
|
780
|
-
attr_accessor :UserId, :UserDescription, :PolicySet, :UserType, :WorkGroupIds
|
782
|
+
attr_accessor :UserId, :UserDescription, :PolicySet, :UserType, :WorkGroupIds, :UserAlias
|
781
783
|
|
782
|
-
def initialize(userid=nil, userdescription=nil, policyset=nil, usertype=nil, workgroupids=nil)
|
784
|
+
def initialize(userid=nil, userdescription=nil, policyset=nil, usertype=nil, workgroupids=nil, useralias=nil)
|
783
785
|
@UserId = userid
|
784
786
|
@UserDescription = userdescription
|
785
787
|
@PolicySet = policyset
|
786
788
|
@UserType = usertype
|
787
789
|
@WorkGroupIds = workgroupids
|
790
|
+
@UserAlias = useralias
|
788
791
|
end
|
789
792
|
|
790
793
|
def deserialize(params)
|
@@ -800,6 +803,7 @@ module TencentCloud
|
|
800
803
|
end
|
801
804
|
@UserType = params['UserType']
|
802
805
|
@WorkGroupIds = params['WorkGroupIds']
|
806
|
+
@UserAlias = params['UserAlias']
|
803
807
|
end
|
804
808
|
end
|
805
809
|
|
@@ -1520,6 +1524,7 @@ module TencentCloud
|
|
1520
1524
|
# task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。
|
1521
1525
|
# task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。
|
1522
1526
|
# task-operator- string (子uin过滤)
|
1527
|
+
# task-kind - string (任务类型过滤)
|
1523
1528
|
# @type Filters: Array
|
1524
1529
|
# @param SortBy: 排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)
|
1525
1530
|
# @type SortBy: String
|
@@ -1607,7 +1612,7 @@ module TencentCloud
|
|
1607
1612
|
# @type SortBy: String
|
1608
1613
|
# @param Sorting: 排序方式,desc表示正序,asc表示反序, 默认为asc
|
1609
1614
|
# @type Sorting: String
|
1610
|
-
# @param Filters: 过滤条件,支持如下字段类型,user-type:根据用户类型过滤。
|
1615
|
+
# @param Filters: 过滤条件,支持如下字段类型,user-type:根据用户类型过滤。user-keyword:根据用户名称过滤
|
1611
1616
|
# @type Filters: Array
|
1612
1617
|
|
1613
1618
|
attr_accessor :UserId, :Offset, :Limit, :SortBy, :Sorting, :Filters
|
@@ -2518,10 +2523,13 @@ module TencentCloud
|
|
2518
2523
|
# @param CanDownload: 查询数据能不能下载
|
2519
2524
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2520
2525
|
# @type CanDownload: Boolean
|
2526
|
+
# @param UserAlias: 用户别名
|
2527
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2528
|
+
# @type UserAlias: String
|
2521
2529
|
|
2522
|
-
attr_accessor :DatabaseName, :DataAmount, :Id, :UsedTime, :OutputPath, :CreateTime, :State, :SQLType, :SQL, :ResultExpired, :RowAffectInfo, :DataSet, :Error, :Percentage, :OutputMessage, :TaskType, :ProgressDetail, :UpdateTime, :DataEngineId, :OperateUin, :DataEngineName, :InputType, :InputConf, :DataNumber, :CanDownload
|
2530
|
+
attr_accessor :DatabaseName, :DataAmount, :Id, :UsedTime, :OutputPath, :CreateTime, :State, :SQLType, :SQL, :ResultExpired, :RowAffectInfo, :DataSet, :Error, :Percentage, :OutputMessage, :TaskType, :ProgressDetail, :UpdateTime, :DataEngineId, :OperateUin, :DataEngineName, :InputType, :InputConf, :DataNumber, :CanDownload, :UserAlias
|
2523
2531
|
|
2524
|
-
def initialize(databasename=nil, dataamount=nil, id=nil, usedtime=nil, outputpath=nil, createtime=nil, state=nil, sqltype=nil, sql=nil, resultexpired=nil, rowaffectinfo=nil, dataset=nil, error=nil, percentage=nil, outputmessage=nil, tasktype=nil, progressdetail=nil, updatetime=nil, dataengineid=nil, operateuin=nil, dataenginename=nil, inputtype=nil, inputconf=nil, datanumber=nil, candownload=nil)
|
2532
|
+
def initialize(databasename=nil, dataamount=nil, id=nil, usedtime=nil, outputpath=nil, createtime=nil, state=nil, sqltype=nil, sql=nil, resultexpired=nil, rowaffectinfo=nil, dataset=nil, error=nil, percentage=nil, outputmessage=nil, tasktype=nil, progressdetail=nil, updatetime=nil, dataengineid=nil, operateuin=nil, dataenginename=nil, inputtype=nil, inputconf=nil, datanumber=nil, candownload=nil, useralias=nil)
|
2525
2533
|
@DatabaseName = databasename
|
2526
2534
|
@DataAmount = dataamount
|
2527
2535
|
@Id = id
|
@@ -2547,6 +2555,7 @@ module TencentCloud
|
|
2547
2555
|
@InputConf = inputconf
|
2548
2556
|
@DataNumber = datanumber
|
2549
2557
|
@CanDownload = candownload
|
2558
|
+
@UserAlias = useralias
|
2550
2559
|
end
|
2551
2560
|
|
2552
2561
|
def deserialize(params)
|
@@ -2575,6 +2584,7 @@ module TencentCloud
|
|
2575
2584
|
@InputConf = params['InputConf']
|
2576
2585
|
@DataNumber = params['DataNumber']
|
2577
2586
|
@CanDownload = params['CanDownload']
|
2587
|
+
@UserAlias = params['UserAlias']
|
2578
2588
|
end
|
2579
2589
|
end
|
2580
2590
|
|
@@ -2807,10 +2817,13 @@ module TencentCloud
|
|
2807
2817
|
# @param UserType: 用户类型。ADMIN:管理员 COMMON:普通用户。
|
2808
2818
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2809
2819
|
# @type UserType: String
|
2820
|
+
# @param UserAlias: 用户别名
|
2821
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2822
|
+
# @type UserAlias: String
|
2810
2823
|
|
2811
|
-
attr_accessor :UserId, :UserDescription, :PolicySet, :Creator, :CreateTime, :WorkGroupSet, :IsOwner, :UserType
|
2824
|
+
attr_accessor :UserId, :UserDescription, :PolicySet, :Creator, :CreateTime, :WorkGroupSet, :IsOwner, :UserType, :UserAlias
|
2812
2825
|
|
2813
|
-
def initialize(userid=nil, userdescription=nil, policyset=nil, creator=nil, createtime=nil, workgroupset=nil, isowner=nil, usertype=nil)
|
2826
|
+
def initialize(userid=nil, userdescription=nil, policyset=nil, creator=nil, createtime=nil, workgroupset=nil, isowner=nil, usertype=nil, useralias=nil)
|
2814
2827
|
@UserId = userid
|
2815
2828
|
@UserDescription = userdescription
|
2816
2829
|
@PolicySet = policyset
|
@@ -2819,6 +2832,7 @@ module TencentCloud
|
|
2819
2832
|
@WorkGroupSet = workgroupset
|
2820
2833
|
@IsOwner = isowner
|
2821
2834
|
@UserType = usertype
|
2835
|
+
@UserAlias = useralias
|
2822
2836
|
end
|
2823
2837
|
|
2824
2838
|
def deserialize(params)
|
@@ -2844,6 +2858,7 @@ module TencentCloud
|
|
2844
2858
|
end
|
2845
2859
|
@IsOwner = params['IsOwner']
|
2846
2860
|
@UserType = params['UserType']
|
2861
|
+
@UserAlias = params['UserAlias']
|
2847
2862
|
end
|
2848
2863
|
end
|
2849
2864
|
|
@@ -2858,14 +2873,17 @@ module TencentCloud
|
|
2858
2873
|
# @type Creator: String
|
2859
2874
|
# @param CreateTime: 当前用户的创建时间,形如2021-07-28 16:19:32
|
2860
2875
|
# @type CreateTime: String
|
2876
|
+
# @param UserAlias: 用户别名
|
2877
|
+
# @type UserAlias: String
|
2861
2878
|
|
2862
|
-
attr_accessor :UserId, :UserDescription, :Creator, :CreateTime
|
2879
|
+
attr_accessor :UserId, :UserDescription, :Creator, :CreateTime, :UserAlias
|
2863
2880
|
|
2864
|
-
def initialize(userid=nil, userdescription=nil, creator=nil, createtime=nil)
|
2881
|
+
def initialize(userid=nil, userdescription=nil, creator=nil, createtime=nil, useralias=nil)
|
2865
2882
|
@UserId = userid
|
2866
2883
|
@UserDescription = userdescription
|
2867
2884
|
@Creator = creator
|
2868
2885
|
@CreateTime = createtime
|
2886
|
+
@UserAlias = useralias
|
2869
2887
|
end
|
2870
2888
|
|
2871
2889
|
def deserialize(params)
|
@@ -2873,6 +2891,7 @@ module TencentCloud
|
|
2873
2891
|
@UserDescription = params['UserDescription']
|
2874
2892
|
@Creator = params['Creator']
|
2875
2893
|
@CreateTime = params['CreateTime']
|
2894
|
+
@UserAlias = params['UserAlias']
|
2876
2895
|
end
|
2877
2896
|
end
|
2878
2897
|
|