tencentcloud-sdk-redis 1.0.360 → 1.0.363

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: 95c2e4a8b13ab43ab597c57c438af963a81b5cb1
4
- data.tar.gz: ee3e6396f2fe11d4783e8d823f03efbb46d9b935
3
+ metadata.gz: 840f847a0fb381f66370336cde58931d21b6b1ce
4
+ data.tar.gz: 4782722dad97b05720d4f37f1e1fe3fc61270366
5
5
  SHA512:
6
- metadata.gz: d296f688b6454d8029d65b2800932c58f4eb44b5a57784beecd9dc8157e4977427de68e06bf68e24113276fe3ea69ae9bd60a5dac3311687f3f1be764d31d969
7
- data.tar.gz: 391c9cbaf23a8fb7028bf5d08dd646efac948a412a0ae60935132f31a91631274382cfd95d8265444fc5861586369a20f84b7e52842268697ba22bcefbb0e364
6
+ metadata.gz: 48778ced40a41876dc3c6ee42405b2cd9a9f39dcbc2843928d4a0b4e300eb9e21d9550553903f228fc47f03ab3becae3f35a4814727245ca97ee830718294816
7
+ data.tar.gz: 31afc9887e0f7a2519e60e7b610b323b95fd3a285cac651fe38fb78752c25e34b80c911758109b97be9f77412f62ece636e1d5ab68881f62db696410ebd4981f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.360
1
+ 1.0.363
@@ -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.360
4
+ version: 1.0.363
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-20 00:00:00.000000000 Z
11
+ date: 2022-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common