tencentcloud-sdk-redis 1.0.352 → 1.0.355

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: 4372b774008fbdac5764004a530b3fc239f661a4
4
- data.tar.gz: 61a551dbce24f2f3b25026ab8f3357ae262022fe
3
+ metadata.gz: a727d235be7a0ab56509fd6ed6ce2998b24bd320
4
+ data.tar.gz: be9028d43ce75ddcdd2c1a364865b96a6bfea5e0
5
5
  SHA512:
6
- metadata.gz: 16dc22450da0f7f460fb61e33069a170dcccd70656ddba3c99843232b1ef072b8282b35d64fbe8b47dc7779683c2fe5cf0aa572ab9a36c5f2541a76b6e6acf7a
7
- data.tar.gz: ad8ca764accdd54cf3eb389e3d98cd04cb0336cebd1ef8e341f77009d21927ddc558b1808cb8d344b14b2f78b4db98a095ca0547b2ff62323793dbd65350e0bd
6
+ metadata.gz: 66189d52c07e9d643ac59d1fbb5f7cdd25e59eeb0d7b11c397bb53f88059817571149b97e5b88a1742273d51c26603d6b43424715a565dc15cbca36973d86230
7
+ data.tar.gz: 19e08f68323bc56a1e57503f17e6f09c87c01e6a41d91c36de4a594e51f9030f1c31db47120f89f4b9ef60084f7b4e1184acb975b9acc34e56bc6eb9a8105527
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.352
1
+ 1.0.355
@@ -2209,7 +2209,7 @@ module TencentCloud
2209
2209
 
2210
2210
  # DescribeInstances请求参数结构体
2211
2211
  class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
2212
- # @param Limit: 实例列表的大小,参数默认值20,传值则以传参为准,如果传参大于具体配置etc/conf/component.properties中的DescribeInstancesPageLimit配置项 (读不到配置默认配置项为1000),则以配置项为准
2212
+ # @param Limit: 返回数量,参数默认值20,最大值为1000
2213
2213
  # @type Limit: Integer
2214
2214
  # @param Offset: 偏移量,取Limit整数倍
2215
2215
  # @type Offset: Integer
@@ -2257,10 +2257,12 @@ module TencentCloud
2257
2257
  # @type InstanceTags: Array
2258
2258
  # @param TagKeys: 根据标签的Key筛选资源,不传或者传空数组则不进行过滤
2259
2259
  # @type TagKeys: Array
2260
+ # @param ProductVersions: 需要过滤的产品版本支持多个,"local"本地盘版,"cloud"云盘版,"cdc"独享集群版,如果不传则默认不过滤
2261
+ # @type ProductVersions: Array
2260
2262
 
2261
- attr_accessor :Limit, :Offset, :InstanceId, :OrderBy, :OrderType, :VpcIds, :SubnetIds, :ProjectIds, :SearchKey, :InstanceName, :UniqVpcIds, :UniqSubnetIds, :RegionIds, :Status, :TypeVersion, :EngineName, :AutoRenew, :BillingMode, :Type, :SearchKeys, :TypeList, :MonitorVersion, :InstanceTags, :TagKeys
2263
+ attr_accessor :Limit, :Offset, :InstanceId, :OrderBy, :OrderType, :VpcIds, :SubnetIds, :ProjectIds, :SearchKey, :InstanceName, :UniqVpcIds, :UniqSubnetIds, :RegionIds, :Status, :TypeVersion, :EngineName, :AutoRenew, :BillingMode, :Type, :SearchKeys, :TypeList, :MonitorVersion, :InstanceTags, :TagKeys, :ProductVersions
2262
2264
 
2263
- def initialize(limit=nil, offset=nil, instanceid=nil, orderby=nil, ordertype=nil, vpcids=nil, subnetids=nil, projectids=nil, searchkey=nil, instancename=nil, uniqvpcids=nil, uniqsubnetids=nil, regionids=nil, status=nil, typeversion=nil, enginename=nil, autorenew=nil, billingmode=nil, type=nil, searchkeys=nil, typelist=nil, monitorversion=nil, instancetags=nil, tagkeys=nil)
2265
+ def initialize(limit=nil, offset=nil, instanceid=nil, orderby=nil, ordertype=nil, vpcids=nil, subnetids=nil, projectids=nil, searchkey=nil, instancename=nil, uniqvpcids=nil, uniqsubnetids=nil, regionids=nil, status=nil, typeversion=nil, enginename=nil, autorenew=nil, billingmode=nil, type=nil, searchkeys=nil, typelist=nil, monitorversion=nil, instancetags=nil, tagkeys=nil, productversions=nil)
2264
2266
  @Limit = limit
2265
2267
  @Offset = offset
2266
2268
  @InstanceId = instanceid
@@ -2285,6 +2287,7 @@ module TencentCloud
2285
2287
  @MonitorVersion = monitorversion
2286
2288
  @InstanceTags = instancetags
2287
2289
  @TagKeys = tagkeys
2290
+ @ProductVersions = productversions
2288
2291
  end
2289
2292
 
2290
2293
  def deserialize(params)
@@ -2319,6 +2322,7 @@ module TencentCloud
2319
2322
  end
2320
2323
  end
2321
2324
  @TagKeys = params['TagKeys']
2325
+ @ProductVersions = params['ProductVersions']
2322
2326
  end
2323
2327
  end
2324
2328
 
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: 1.0.352
4
+ version: 1.0.355
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-07-10 00:00:00.000000000 Z
11
+ date: 2022-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common