tencentcloud-sdk-redis 3.0.939 → 3.0.940

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: 339a57692b99f62375e465bcc6da1346b958ea0d
4
- data.tar.gz: 2cd9a7959c43915035e141384ebd230dad5264fa
3
+ metadata.gz: 8b280342acb4a38ed56e4abf3a91eadc6c3ca059
4
+ data.tar.gz: 62ebfd44cc20fb4e9b072df9048a3f1f37d51ffc
5
5
  SHA512:
6
- metadata.gz: 890e5d39d70bd0772ef910b9294ed849072fd224ba4530f0f95896aa445feb6d0dbca0ceb1e854bffd6eec1ad7193054ce4b635e744921dbe58c6640d40e96c3
7
- data.tar.gz: b10974a94494735010eccc45d2153f5053299791f845e1023ad651780abae1d6afed8a47d5c8c49a8e87cc8e22b29e82820b429f39b4474e81e501f821283817
6
+ metadata.gz: 2481d14ce787ace08db8dd9ae9fcc415b8087998eb34ed1441a0f2b75ec28c65d63bba4720f2ecc63c1ff01075b1c56243d3b861f1dab7dc9b8ad75e5f8251dc
7
+ data.tar.gz: 43be63c044a03b28de2d0814abcc663fbe93d10d5a90738888db6ece2ef153c4686fab15b10522f0038d173ea0cb2a13904feb1bc6fd27e9f543a94c1fd49992
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.939
1
+ 3.0.940
@@ -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.940
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