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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180412/client.rb +1 -1
- data/lib/v20180412/models.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 532781e110bdcb3d268f9ff41f8dfc74eae0e3c9
|
|
4
|
+
data.tar.gz: 13a0328eb32af8d2187d47630e879cd9dcbc4864
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fff2b930077344ca91ceb0b2bcd6dd0cda4e832d121cbfbe517d713dfeff9b89d83e4ab6140ec24e8dee8eda48da40319ed9a7931f817fde0c5dabec1dbf373
|
|
7
|
+
data.tar.gz: 28622c540bfcf16e6ff72f22f6bb755e5c0ad50b65fe991bb9871d7efed2347db13deb4aa6fbaed3ca84e2100c246cc1b6fbdc56fb582038512d2987814b1433
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.930
|
data/lib/v20180412/client.rb
CHANGED
|
@@ -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`
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -948,7 +948,9 @@ module TencentCloud
|
|
|
948
948
|
# - 1:自动续费。
|
|
949
949
|
# - 2:到期不续费。
|
|
950
950
|
# @type AutoRenew: Integer
|
|
951
|
-
# @param SecurityGroupIdList: 安全组 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.
|
|
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-
|
|
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
|