tencentcloud-sdk-redis 3.0.939 → 3.0.941

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 339a57692b99f62375e465bcc6da1346b958ea0d
4
- data.tar.gz: 2cd9a7959c43915035e141384ebd230dad5264fa
3
+ metadata.gz: a787a2da04a524424c7ed38d503a517091506497
4
+ data.tar.gz: 87e34e9e27941bfd6e170c7bdb3ccf3838bc798c
5
5
  SHA512:
6
- metadata.gz: 890e5d39d70bd0772ef910b9294ed849072fd224ba4530f0f95896aa445feb6d0dbca0ceb1e854bffd6eec1ad7193054ce4b635e744921dbe58c6640d40e96c3
7
- data.tar.gz: b10974a94494735010eccc45d2153f5053299791f845e1023ad651780abae1d6afed8a47d5c8c49a8e87cc8e22b29e82820b429f39b4474e81e501f821283817
6
+ metadata.gz: 5418f77d179d47c8ba0523c63d6a9457fcac66e1272f3169f73dacc3b34fef198100dbffe2c56b7ebd33d8f9a8ab5cad6e1645a4bfaf4a35c98283deddc7a13c
7
+ data.tar.gz: 43a83df7365ab3e37cf0f2118c4a077a7d16a8f7ad10fd08fe760f3c6d3fc1f929e01b47f000a0dbae738ba19e24c54f632e371429a415751a1c1eba81a6bf3f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.939
1
+ 3.0.941
@@ -437,7 +437,7 @@ module TencentCloud
437
437
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
438
438
  end
439
439
 
440
- # 移除复制组成员 注:接口下线中,请使用 RemoveReplicationInstance
440
+ # 移除复制组成员。注:该接口下线中,请使用 [RemoveReplicationInstance](https://cloud.tencent.com/document/product/239/90099)。
441
441
 
442
442
  # @param request: Request instance for DeleteReplicationInstance.
443
443
  # @type request: :class:`Tencentcloud::redis::V20180412::DeleteReplicationInstanceRequest`
@@ -855,7 +855,7 @@ module TencentCloud
855
855
  # - 长度不能大于32位。
856
856
  # @type AccountName: String
857
857
  # @param AccountPassword: 设置自定义账号的密码。密码复杂度要求如下:
858
- # - 字符个数为[8,32]。
858
+ # - 字符个数为[8,64]。
859
859
  # - 至少包含小写字母、大写字母、数字和字符 ()`~!@#$%^&*-+=_|{}[]:;<>,.?/ 中的两种。
860
860
  # - 不能以"/"开头。
861
861
  # @type AccountPassword: String
@@ -4769,11 +4769,9 @@ module TencentCloud
4769
4769
  # @type BillingMode: Integer
4770
4770
  # @param ZoneId: 实例所属的可用区ID,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
4771
4771
  # @type ZoneId: Integer
4772
- # @param RedisShardNum: 实例分片数量。
4773
- # Redis2.8标准架构、CKV标准架构、Redis4.0标准架构无需填写。
4772
+ # @param RedisShardNum: 实例分片数量。2.8 标准架构无需配置分片,其余版本标准架构需要配置分片数量为1。集群架构需指定需购买的分片数量。
4774
4773
  # @type RedisShardNum: Integer
4775
- # @param RedisReplicasNum: 实例副本数量。
4776
- # Redis2.8标准架构、CKV标准架构无需填写。
4774
+ # @param RedisReplicasNum: 实例副本数量。2.8 标准架构无需配置副本数量。
4777
4775
  # @type RedisReplicasNum: Integer
4778
4776
  # @param ReplicasReadonly: 是否支持副本只读。Redis2.8标准架构、CKV标准架构无需填写。
4779
4777
  # - true:无需支持副本只读。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.939
4
+ version: 3.0.941
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-08 00:00:00.000000000 Z
11
+ date: 2024-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common