tencentcloud-sdk-redis 3.0.426 → 3.0.427

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: 8e415d9f4ce6119ad0092c1905f550dd056f8cf8
4
- data.tar.gz: eb62475d808e1ee101c594a086d9c1ccb17d4912
3
+ metadata.gz: c9f210665af3c14fc62161e09b247c73949ea8f1
4
+ data.tar.gz: a5f1eba41f65311d38ff8e2f32cdda1ca106ef81
5
5
  SHA512:
6
- metadata.gz: ed0b722eb4ef61ed5661b88dc26a08c0bec8ec0f15e09590ee58a9ecf5e1c347544fb428c98a1bd8a402563a6fd1b2fd8843aa49935b0a2c63e9ef83355e9be1
7
- data.tar.gz: 52da03d9b788a302928e9cf33ba0ad2002041091a3eaba2600e2db0c02aba1a8b2d914e6a81038165aab437e8999dda495eb5c023fb947d3f21cbdbb9e473e4c
6
+ metadata.gz: c4da23739d6061327c5dd96a9dde655ddec3f26a3cb7a9fe49a3a6c490d4ed93c33674dadce5276cbf629b1e7dacb329d3af7732e80242c8fcabb6b5023c0bdd
7
+ data.tar.gz: e6451bc492cbc0451c8421c942a4b4672ad278b99acf4ad6c5e8404a6c9bba2d617cd4b61b8f853ef7a4dcf974fa9c7123045d6a60b254201912868d3526943c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.426
1
+ 3.0.427
@@ -2734,15 +2734,15 @@ module TencentCloud
2734
2734
 
2735
2735
  # DescribeProjectSecurityGroups请求参数结构体
2736
2736
  class DescribeProjectSecurityGroupsRequest < TencentCloud::Common::AbstractModel
2737
- # @param Product: 数据库引擎名称:mariadb,cdb,cynosdb,dcdb,redis,mongodb
2737
+ # @param Product: 数据库引擎名称,本接口取值:redis
2738
2738
  # @type Product: String
2739
- # @param ProjectId: 项目Id
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: 搜索条件,支持安全组id或者安全组名称。
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.426
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-12 00:00:00.000000000 Z
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