tencentcloud-sdk-redis 1.0.361 → 1.0.362

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: 4cb292112ca4fe8d17fa2d63179b16f564e567ea
4
- data.tar.gz: 708f1b91ad7da87d2d63e9968ace69cc1c7a7a48
3
+ metadata.gz: 299bf7ab370f4f7b645fa592ade4dcf366b6cbc5
4
+ data.tar.gz: 4ca4d21413dd2d6463a794fc8859b96d9be41e62
5
5
  SHA512:
6
- metadata.gz: 7ff457a6968f5fc9922e4a4a1ada5a158940dbfaa78fc9582a00e43339862f82874f650ddc29b9c3c19011bef740e216282aeff27737362c7444e98fb9af1fdf
7
- data.tar.gz: 44a5d0af9e2aaae379b6499a884af382fa20165befbec545234ea8287755582475b75f35ff2d716f41da533cccfa3bd969939686170f8034461724df6af19563
6
+ metadata.gz: 00fa9ec1fa17f662360c0f7be0d065b9e2e4a08dcf71d2accdd73d42c0d52e274a7b81cf8bd500e715d77935672815cb6a3c79a388aada039a4d7c7878f38049
7
+ data.tar.gz: fbf7ae785c042228aadcbc63c16f1ff394a86c74306804144036f58b29c79654584499b3bd674341827c5bff5f874c623683e69fa528d49c952a3af2858d24d9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.361
1
+ 1.0.362
@@ -2267,10 +2267,12 @@ module TencentCloud
2267
2267
  # @type TagKeys: Array
2268
2268
  # @param ProductVersions: 需要过滤的产品版本支持多个,"local"本地盘版,"cloud"云盘版,"cdc"独享集群版,如果不传则默认不过滤
2269
2269
  # @type ProductVersions: Array
2270
+ # @param InstanceIds: 批量查询指定的实例
2271
+ # @type InstanceIds: Array
2270
2272
 
2271
- 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
2273
+ 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, :InstanceIds
2272
2274
 
2273
- 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)
2275
+ 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, instanceids=nil)
2274
2276
  @Limit = limit
2275
2277
  @Offset = offset
2276
2278
  @InstanceId = instanceid
@@ -2296,6 +2298,7 @@ module TencentCloud
2296
2298
  @InstanceTags = instancetags
2297
2299
  @TagKeys = tagkeys
2298
2300
  @ProductVersions = productversions
2301
+ @InstanceIds = instanceids
2299
2302
  end
2300
2303
 
2301
2304
  def deserialize(params)
@@ -2331,6 +2334,7 @@ module TencentCloud
2331
2334
  end
2332
2335
  @TagKeys = params['TagKeys']
2333
2336
  @ProductVersions = params['ProductVersions']
2337
+ @InstanceIds = params['InstanceIds']
2334
2338
  end
2335
2339
  end
2336
2340
 
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.361
4
+ version: 1.0.362
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-21 00:00:00.000000000 Z
11
+ date: 2022-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common