tencentcloud-sdk-cynosdb 3.0.642 → 3.0.643

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0924bbf4423ead4b5213c6f82223526e734a93db
4
- data.tar.gz: c8079d2025a56d0b7982eec83b57e992abb25e6d
3
+ metadata.gz: 0a2f30baed26951d43f84c8ff407a00abed6642a
4
+ data.tar.gz: 90eba655a874dac17b9765e5c2566280c824f5b2
5
5
  SHA512:
6
- metadata.gz: 0492a9d0581bd1e7aaabad456ca2a05605b439150a791dae6224290674bc395c5b17e50a2987a79c236dd2223d9da4677be9c5aaddf513c2ab25abc698441395
7
- data.tar.gz: 31b1c0dcf9f232fca81be7ac35a0173efd70a0b1ee4b21a1150c49b8af81060efe6b14a6f82e2c9cdf4a3b70564a2456a9701a3e7b6dffea4db83a13b5be88dc
6
+ metadata.gz: 1958b16f0c4fb9350609e0dad52faedba0ddc13355f02b7b5da444ca675673b8288d5a67ff73c3248fe756b4f50181ba374311e3be9e51348921ac2751f151e3
7
+ data.tar.gz: c84d1325a3ce89d273f583822f3e79abe1a1f65751db0c09e82b333826ea28282f2e93d32bcb037f4bcb1a9b4d547fa16b6a9442e2839fd79b198a9e0574a332
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.642
1
+ 3.0.643
@@ -1083,9 +1083,9 @@ module TencentCloud
1083
1083
 
1084
1084
  # CopyClusterPasswordComplexity请求参数结构体
1085
1085
  class CopyClusterPasswordComplexityRequest < TencentCloud::Common::AbstractModel
1086
- # @param ClusterIds: 复制集群ID数组
1086
+ # @param ClusterIds: 复制集群ID数组,例如["cynosdbmysql-bzxxrmtq","cynosdbmysql-qwer"]
1087
1087
  # @type ClusterIds: Array
1088
- # @param SourceClusterId: 集群id
1088
+ # @param SourceClusterId: 集群id,例如"cynosdbmysql-bzxxrmtq"
1089
1089
  # @type SourceClusterId: String
1090
1090
 
1091
1091
  attr_accessor :ClusterIds, :SourceClusterId
@@ -6866,7 +6866,7 @@ module TencentCloud
6866
6866
  class IsolateInstanceRequest < TencentCloud::Common::AbstractModel
6867
6867
  # @param ClusterId: 集群ID
6868
6868
  # @type ClusterId: String
6869
- # @param InstanceIdList: 实例ID数组
6869
+ # @param InstanceIdList: 实例ID数组,例如["cynosdbbmysql-ins-asd","cynosdbmysql-ins-zxc"]
6870
6870
  # @type InstanceIdList: Array
6871
6871
  # @param DbType: 该参数已废弃
6872
6872
  # @type DbType: String
@@ -7978,9 +7978,9 @@ module TencentCloud
7978
7978
 
7979
7979
  # ModifyProxyRwSplit请求参数结构体
7980
7980
  class ModifyProxyRwSplitRequest < TencentCloud::Common::AbstractModel
7981
- # @param ClusterId: 集群ID
7981
+ # @param ClusterId: 集群ID,例如cynosdbmysql-asd123
7982
7982
  # @type ClusterId: String
7983
- # @param ProxyGroupId: 数据库代理组ID
7983
+ # @param ProxyGroupId: 数据库代理组ID,例如cynosdbmysql-proxy-qwe123
7984
7984
  # @type ProxyGroupId: String
7985
7985
  # @param ConsistencyType: 一致性类型;“eventual"-最终一致性, "session"-会话一致性, "global"-全局一致性
7986
7986
  # @type ConsistencyType: String
@@ -8305,11 +8305,11 @@ module TencentCloud
8305
8305
 
8306
8306
  # x08新创建的账号
8307
8307
  class NewAccount < TencentCloud::Common::AbstractModel
8308
- # @param AccountName: 账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-16
8308
+ # @param AccountName: 账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-30
8309
8309
  # @type AccountName: String
8310
8310
  # @param AccountPassword: 密码,密码长度范围为8到64个字符
8311
8311
  # @type AccountPassword: String
8312
- # @param Host: 主机
8312
+ # @param Host: 主机(%或ipv4地址)
8313
8313
  # @type Host: String
8314
8314
  # @param Description: 描述
8315
8315
  # @type Description: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.642
4
+ version: 3.0.643
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-08-23 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common