tencentcloud-sdk-vdb 3.0.953 → 3.0.955

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: be6a0e7fede9fa606661e34429b517bd00ca6e59
4
- data.tar.gz: 12c5939abb07a289b50954a4e03624a4122e4ef5
3
+ metadata.gz: ae0a24be95a0df738a85d3d8d85530f976033682
4
+ data.tar.gz: 92d4069726068b71c3babaf706d6260dacc92d08
5
5
  SHA512:
6
- metadata.gz: ce09ae2fe478fa2ea1719fe361989d2070890ac65fc4ee2f7ff0a090ec7c28e9af34850007f42034dfc66d69ffab01862e0095dc783b6316430bc39a58b514c3
7
- data.tar.gz: 123b280e4d43f4069aa90f474667ba9555612746a9d23ec1e70783eb3049da2336d2aea50b2c90df06720d0d8e4e8f1efe9103ae050606e997600f79b4de1186
6
+ metadata.gz: af3ffd1329cfeda81d0380198968147be3eeb9dbf76dc7ccf7e88ba88b99b855951e0b9dee82a09581439a2d249fd701ef0cda8a38d93ee4406cdddace9ecad9
7
+ data.tar.gz: 4a3dd7c64e36b8fc6ada6dca425a2adbf126d12c33187bb4e490d864590e06f7cf8e9e7cd0763006ccf07b16bcc2eebebc088610725a271e99dae17ea1768c63
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.953
1
+ 3.0.955
@@ -171,6 +171,8 @@ module TencentCloud
171
171
  # @type EngineNames: Array
172
172
  # @param EngineVersions: 按照版本筛选实例。
173
173
  # @type EngineVersions: Array
174
+ # @param ApiVersions: 按照api版本筛选实例
175
+ # @type ApiVersions: Array
174
176
  # @param CreateAt: 按照创建时间筛选实例。
175
177
  # @type CreateAt: String
176
178
  # @param Zones: 按照可用区筛选实例。
@@ -186,15 +188,16 @@ module TencentCloud
186
188
  # @param ResourceTags: 按照标签筛选实例
187
189
  # @type ResourceTags: Array
188
190
 
189
- attr_accessor :InstanceIds, :InstanceNames, :InstanceKeys, :Status, :EngineNames, :EngineVersions, :CreateAt, :Zones, :OrderBy, :OrderDirection, :Offset, :Limit, :ResourceTags
191
+ attr_accessor :InstanceIds, :InstanceNames, :InstanceKeys, :Status, :EngineNames, :EngineVersions, :ApiVersions, :CreateAt, :Zones, :OrderBy, :OrderDirection, :Offset, :Limit, :ResourceTags
190
192
 
191
- def initialize(instanceids=nil, instancenames=nil, instancekeys=nil, status=nil, enginenames=nil, engineversions=nil, createat=nil, zones=nil, orderby=nil, orderdirection=nil, offset=nil, limit=nil, resourcetags=nil)
193
+ def initialize(instanceids=nil, instancenames=nil, instancekeys=nil, status=nil, enginenames=nil, engineversions=nil, apiversions=nil, createat=nil, zones=nil, orderby=nil, orderdirection=nil, offset=nil, limit=nil, resourcetags=nil)
192
194
  @InstanceIds = instanceids
193
195
  @InstanceNames = instancenames
194
196
  @InstanceKeys = instancekeys
195
197
  @Status = status
196
198
  @EngineNames = enginenames
197
199
  @EngineVersions = engineversions
200
+ @ApiVersions = apiversions
198
201
  @CreateAt = createat
199
202
  @Zones = zones
200
203
  @OrderBy = orderby
@@ -211,6 +214,7 @@ module TencentCloud
211
214
  @Status = params['Status']
212
215
  @EngineNames = params['EngineNames']
213
216
  @EngineVersions = params['EngineVersions']
217
+ @ApiVersions = params['ApiVersions']
214
218
  @CreateAt = params['CreateAt']
215
219
  @Zones = params['Zones']
216
220
  @OrderBy = params['OrderBy']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.953
4
+ version: 3.0.955
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-03 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common