tencentcloud-sdk-redis 3.0.426 → 3.0.427
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/models.rb +5 -5
- 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: c9f210665af3c14fc62161e09b247c73949ea8f1
|
|
4
|
+
data.tar.gz: a5f1eba41f65311d38ff8e2f32cdda1ca106ef81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4da23739d6061327c5dd96a9dde655ddec3f26a3cb7a9fe49a3a6c490d4ed93c33674dadce5276cbf629b1e7dacb329d3af7732e80242c8fcabb6b5023c0bdd
|
|
7
|
+
data.tar.gz: e6451bc492cbc0451c8421c942a4b4672ad278b99acf4ad6c5e8404a6c9bba2d617cd4b61b8f853ef7a4dcf974fa9c7123045d6a60b254201912868d3526943c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.427
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -2734,15 +2734,15 @@ module TencentCloud
|
|
|
2734
2734
|
|
|
2735
2735
|
# DescribeProjectSecurityGroups请求参数结构体
|
|
2736
2736
|
class DescribeProjectSecurityGroupsRequest < TencentCloud::Common::AbstractModel
|
|
2737
|
-
# @param Product:
|
|
2737
|
+
# @param Product: 数据库引擎名称,本接口取值:redis。
|
|
2738
2738
|
# @type Product: String
|
|
2739
|
-
# @param ProjectId: 项目
|
|
2739
|
+
# @param ProjectId: 项目 ID。
|
|
2740
2740
|
# @type ProjectId: Integer
|
|
2741
|
-
# @param Offset:
|
|
2741
|
+
# @param Offset: 偏移量,取值为Limit的整数倍。
|
|
2742
2742
|
# @type Offset: Integer
|
|
2743
|
-
# @param Limit: 拉取数量限制,默认20
|
|
2743
|
+
# @param Limit: 拉取数量限制,默认 20。
|
|
2744
2744
|
# @type Limit: Integer
|
|
2745
|
-
# @param SearchKey: 搜索条件,支持安全组
|
|
2745
|
+
# @param SearchKey: 搜索条件,支持安全组 ID 或者安全组名称。
|
|
2746
2746
|
# @type SearchKey: String
|
|
2747
2747
|
|
|
2748
2748
|
attr_accessor :Product, :ProjectId, :Offset, :Limit, :SearchKey
|
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.427
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|