tencentcloud-sdk-redis 3.0.929 → 3.0.930

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: 77a27758abf5d31be576c2800de6a85e197606c7
4
- data.tar.gz: 68560864b58f289782efeadd8d882f2350b53053
3
+ metadata.gz: 532781e110bdcb3d268f9ff41f8dfc74eae0e3c9
4
+ data.tar.gz: 13a0328eb32af8d2187d47630e879cd9dcbc4864
5
5
  SHA512:
6
- metadata.gz: 80e9a5f50049ad8cf5c356747f920547298b981741772da9ca10ac65568fe018caac934deee40663fd8c44b2bd5dbdd6a9586b7909340a5cd0c976467327a9d8
7
- data.tar.gz: 1c2a8c122a84287059301ae29856cd24283b080f3eaac8c5c8e61b958c6f23be91eb83a0d5955899d697555056d8d3de51848d75dbafd8b794f7a4d1bfc49b5e
6
+ metadata.gz: 1fff2b930077344ca91ceb0b2bcd6dd0cda4e832d121cbfbe517d713dfeff9b89d83e4ab6140ec24e8dee8eda48da40319ed9a7931f817fde0c5dabec1dbf373
7
+ data.tar.gz: 28622c540bfcf16e6ff72f22f6bb755e5c0ad50b65fe991bb9871d7efed2347db13deb4aa6fbaed3ca84e2100c246cc1b6fbdc56fb582038512d2987814b1433
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.929
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.929
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-21 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