tencentcloud-sdk-redis 3.0.928 → 3.0.930

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: 9f4b1c71a0624ad284adb45bade172ddbcffd524
4
- data.tar.gz: 4e211f5d0c546aea2ea25de3044c6436ca6bd5fc
3
+ metadata.gz: 532781e110bdcb3d268f9ff41f8dfc74eae0e3c9
4
+ data.tar.gz: 13a0328eb32af8d2187d47630e879cd9dcbc4864
5
5
  SHA512:
6
- metadata.gz: 0cec97ca56e96129cec9178a3eb7511d0786ca91e24744b87ca0c2687b89da6cce653653a65d4ed40361ecaef329e981af8c9a10d6cf16bdc350a1b7e40871d2
7
- data.tar.gz: f71d0318b1e3f2491f9497901ddf23cfee7dae92db08ac6765b7878a2f5f9ef8e22cf2b4a7a9e69512451733b8a381fad803c0b0b109bbb6dc2c74e334389488
6
+ metadata.gz: 1fff2b930077344ca91ceb0b2bcd6dd0cda4e832d121cbfbe517d713dfeff9b89d83e4ab6140ec24e8dee8eda48da40319ed9a7931f817fde0c5dabec1dbf373
7
+ data.tar.gz: 28622c540bfcf16e6ff72f22f6bb755e5c0ad50b65fe991bb9871d7efed2347db13deb4aa6fbaed3ca84e2100c246cc1b6fbdc56fb582038512d2987814b1433
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.928
1
+ 3.0.930
@@ -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.928
4
+ version: 3.0.930
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-20 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common