tencentcloud-sdk-cdwch 3.0.465 → 3.0.466
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/v20200915/client.rb +1 -1
- data/lib/v20200915/models.rb +16 -4
- 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: 8e0d47a2360e93e4b9bb10f1dc11a36ba4f6fc33
|
|
4
|
+
data.tar.gz: 49f393b60ebf4c35b156de3d2c75fc66b1c83536
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa95da29642fb2f83d034cbfe441cd81bde01b3c5677ab2f2de4e17a4906efe2124cbab34b3768c204d4213eea877503e5be577b0a6d8887c004b4b9dcf5e893
|
|
7
|
+
data.tar.gz: d65e65c86ea7e4c6be1491f158a12156785987a56640c38b3f0001118da02f4573abce926ec0c2352d482140a9e335bc9d13a2d3bd9ad2df102efdfc6780e49a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.466
|
data/lib/v20200915/client.rb
CHANGED
|
@@ -77,7 +77,7 @@ module TencentCloud
|
|
|
77
77
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
78
78
|
end
|
|
79
79
|
|
|
80
|
-
#
|
|
80
|
+
# 查询集群用户、集群表,数据库等相关信息
|
|
81
81
|
|
|
82
82
|
# @param request: Request instance for DescribeCkSqlApis.
|
|
83
83
|
# @type request: :class:`Tencentcloud::cdwch::V20200915::DescribeCkSqlApisRequest`
|
data/lib/v20200915/models.rb
CHANGED
|
@@ -21,7 +21,8 @@ module TencentCloud
|
|
|
21
21
|
class ActionAlterCkUserRequest < TencentCloud::Common::AbstractModel
|
|
22
22
|
# @param UserInfo: 用户信息
|
|
23
23
|
# @type UserInfo: :class:`Tencentcloud::Cdwch.v20200915.models.CkUserAlterInfo`
|
|
24
|
-
# @param ApiType: api
|
|
24
|
+
# @param ApiType: api接口类型,
|
|
25
|
+
# AddSystemUser新增用户,UpdateSystemUser,修改用户
|
|
25
26
|
# @type ApiType: String
|
|
26
27
|
|
|
27
28
|
attr_accessor :UserInfo, :ApiType
|
|
@@ -204,11 +205,22 @@ module TencentCloud
|
|
|
204
205
|
class DescribeCkSqlApisRequest < TencentCloud::Common::AbstractModel
|
|
205
206
|
# @param InstanceId: 实例id
|
|
206
207
|
# @type InstanceId: String
|
|
207
|
-
# @param ApiType: api
|
|
208
|
+
# @param ApiType: api接口名称,GetClusters:获取集群cluster列表
|
|
209
|
+
# GetSystemUsers:获取系统用户列表
|
|
210
|
+
# CheckNodeCluster: 检查节点是否隶属一个cluster
|
|
211
|
+
# GetClusterDatabases: 获取一个cluster下的数据库列表
|
|
212
|
+
# GetClusterTables: 获取一个cluster下的数据库表列表
|
|
213
|
+
# GetPrivilegeUsers: 获取授权的用户列表
|
|
214
|
+
# GET_USER_CLUSTER_PRIVILEGES:获取用户cluster下的权限
|
|
215
|
+
# GetUserClusterNewPrivileges:获取用户cluster下的权限 (新版)
|
|
216
|
+
# RevokeClusterUser:解绑cluster用户
|
|
217
|
+
# DeleteSystemUser:删除系统用户 —— 必须所有cluster先解绑
|
|
218
|
+
# GetUserOptionMessages:获取用户配置备注信息
|
|
219
|
+
# GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY
|
|
208
220
|
# @type ApiType: String
|
|
209
|
-
# @param Cluster:
|
|
221
|
+
# @param Cluster: 集群名称,GET_SYSTEM_USERS,GET_PRIVILEGE_USERS,GET_CLUSTER_DATABASES,GET_CLUSTER_TABLES 必填
|
|
210
222
|
# @type Cluster: String
|
|
211
|
-
# @param UserName:
|
|
223
|
+
# @param UserName: 用户名称,api与user相关的必填
|
|
212
224
|
# @type UserName: String
|
|
213
225
|
|
|
214
226
|
attr_accessor :InstanceId, :ApiType, :Cluster, :UserName
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cdwch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.466
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|