tencentcloud-sdk-es 3.0.371 → 3.0.382

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: a804a767bdbc7385cca42363365ddbb208ac5d79
4
- data.tar.gz: 118c87bc6ef2497d9c478edb2c43552e7f904607
3
+ metadata.gz: 2c4d8dd8303df027282573a00a22bbf32c790570
4
+ data.tar.gz: 6e0fbdb360067383737b4b78173bd6ace6e15963
5
5
  SHA512:
6
- metadata.gz: 3b5b193a8b25b6004235cd2b2dc404e1fb4deb15f60e8705a806aaef7bbc39d5ace1880767b3cf9e17caebc5476fe559409e78c41fa00c79c169342735cf5a8a
7
- data.tar.gz: b92f7e4a1b0487cf40bd003c42bce088ca21d65e6af5899cab07d6d561939fb7179166a4636762df567491cbfb768c499f196cec5cfc21f4596a92fa1a1f5ae5
6
+ metadata.gz: 54162a83b3bc5e1c81c34b2f758c9c48ff4e12758cc3969b2ca0ffc163aa1496a7d4e261fe7f5cdab4fafa14c30c8d08ad287992e4fc11f739841e86ed5991fd
7
+ data.tar.gz: 652ec59d234f0c55123153b06deeee0b2c267e5896a7a61b9b3cf6a37220dd356f13233953f5ad39b46580018ce049860d531ac969a2b4ea156707970c85a88b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.371
1
+ 3.0.382
@@ -1225,10 +1225,12 @@ module TencentCloud
1225
1225
  # @type OrderByKey: Integer
1226
1226
  # @param OrderByType: 排序方式<li>0:升序</li><li>1:降序</li>若传递了orderByKey未传递orderByType, 则默认升序
1227
1227
  # @type OrderByType: Integer
1228
+ # @param VpcIds: VpcId 筛选项
1229
+ # @type VpcIds: Array
1228
1230
 
1229
- attr_accessor :Zone, :InstanceIds, :InstanceNames, :Offset, :Limit, :OrderByKey, :OrderByType
1231
+ attr_accessor :Zone, :InstanceIds, :InstanceNames, :Offset, :Limit, :OrderByKey, :OrderByType, :VpcIds
1230
1232
 
1231
- def initialize(zone=nil, instanceids=nil, instancenames=nil, offset=nil, limit=nil, orderbykey=nil, orderbytype=nil)
1233
+ def initialize(zone=nil, instanceids=nil, instancenames=nil, offset=nil, limit=nil, orderbykey=nil, orderbytype=nil, vpcids=nil)
1232
1234
  @Zone = zone
1233
1235
  @InstanceIds = instanceids
1234
1236
  @InstanceNames = instancenames
@@ -1236,6 +1238,7 @@ module TencentCloud
1236
1238
  @Limit = limit
1237
1239
  @OrderByKey = orderbykey
1238
1240
  @OrderByType = orderbytype
1241
+ @VpcIds = vpcids
1239
1242
  end
1240
1243
 
1241
1244
  def deserialize(params)
@@ -1246,6 +1249,7 @@ module TencentCloud
1246
1249
  @Limit = params['Limit']
1247
1250
  @OrderByKey = params['OrderByKey']
1248
1251
  @OrderByType = params['OrderByType']
1252
+ @VpcIds = params['VpcIds']
1249
1253
  end
1250
1254
  end
1251
1255
 
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-es
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.371
4
+ version: 3.0.382
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-08-01 00:00:00.000000000 Z
11
+ date: 2022-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/VERSION
37
36
  - lib/tencentcloud-sdk-es.rb
38
- - lib/v20180416/client.rb
39
37
  - lib/v20180416/models.rb
38
+ - lib/v20180416/client.rb
39
+ - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses:
42
42
  - Apache-2.0
@@ -49,17 +49,17 @@ require_paths:
49
49
  - lib
50
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.6.14
62
+ rubygems_version: 2.0.14
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: Tencent Cloud SDK for Ruby - ES