tencentcloud-sdk-redis 3.0.929 → 3.0.931

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: 77a27758abf5d31be576c2800de6a85e197606c7
4
- data.tar.gz: 68560864b58f289782efeadd8d882f2350b53053
3
+ metadata.gz: e85ff55394fa80b1ba70224eec1b910875818dab
4
+ data.tar.gz: 36d255a339f417087e082f4a6e00eb3080e625b1
5
5
  SHA512:
6
- metadata.gz: 80e9a5f50049ad8cf5c356747f920547298b981741772da9ca10ac65568fe018caac934deee40663fd8c44b2bd5dbdd6a9586b7909340a5cd0c976467327a9d8
7
- data.tar.gz: 1c2a8c122a84287059301ae29856cd24283b080f3eaac8c5c8e61b958c6f23be91eb83a0d5955899d697555056d8d3de51848d75dbafd8b794f7a4d1bfc49b5e
6
+ metadata.gz: 150e5eeade5d65968280d6d4a6f9e798f6bb0535bbacbb904e9574927d32c3a4b2631f1382289ff64b98f10ddb06de3a95e5dfc8689c9ae52a5676325435885f
7
+ data.tar.gz: 201a9c61baecf724fcfc71af97ee7fb1689d8becd342aaf1ffef2646712fe3cc48735455825541767f604c49a2f5eae881f859bc08bd8d7fd1e059f89b728323
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.929
1
+ 3.0.931
@@ -101,7 +101,7 @@ module TencentCloud
101
101
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
102
102
  end
103
103
 
104
- # 本接口 (AssociateSecurityGroups) 用于安全组批量绑定多个指定实例。
104
+ # 本接口 (AssociateSecurityGroups) 用于将一个安全组绑定于一个或多个数据库实例。创建实例时,未配置安全组,建议通过该接口,绑定安全组。
105
105
 
106
106
  # @param request: Request instance for AssociateSecurityGroups.
107
107
  # @type request: :class:`Tencentcloud::redis::V20180412::AssociateSecurityGroupsRequest`
@@ -948,7 +948,9 @@ module TencentCloud
948
948
  # - 1:自动续费。
949
949
  # - 2:到期不续费。
950
950
  # @type AutoRenew: Integer
951
- # @param SecurityGroupIdList: 安全组 ID 数组。请通过[DescribeInstanceSecurityGroup](https://cloud.tencent.com/document/product/239/34447)接口获取实例的安全组 ID。
951
+ # @param SecurityGroupIdList: 安全组 ID 数组。
952
+ # - 安全组是一种虚拟防火墙,对云数据库实例的网络访问进行控制。创建实例时,建议绑定相应的安全组。
953
+ # - 请通过 [DescribeInstanceSecurityGroup](https://cloud.tencent.com/document/product/239/34447) 接口获取实例的安全组 ID。
952
954
  # @type SecurityGroupIdList: Array
953
955
  # @param VPort: 用户自定义的网络端口。默认为6379,范围为 [1024,65535]。
954
956
  # @type VPort: Integer
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.929
4
+ version: 3.0.931
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-10-21 00:00:00.000000000 Z
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common