tencentcloud-sdk-emr 3.0.1152 → 3.0.1153
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190103/models.rb +6 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41aa0c8a541327fc7c2c259f1b0b331286334970
|
4
|
+
data.tar.gz: d8ed3474d6f03380b7ac7f59c1f2653a4b01f255
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eb4010a678c669626eea19a96dd8fcca8d87ba7eda50fd77365d210dba8d35d3aedc481ced79580fb068baf53287ef2e55e67a71bfffe32866aa4f8f39a27dd
|
7
|
+
data.tar.gz: 85da72fc576485850d099354b3d07524a214d087d8f2b8a94d07350d8ea34a2a3f807509015e35615819899133d92a2e4399e22de20252856ace44cbe6808340
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1153
|
data/lib/v20190103/models.rb
CHANGED
@@ -4150,16 +4150,19 @@ module TencentCloud
|
|
4150
4150
|
# @type Asc: Integer
|
4151
4151
|
# @param Filters: 自定义查询过滤器。示例:<li>根据ClusterId过滤实例:[{"Name":"ClusterId","Values":["emr-xxxxxxxx"]}]</li><li>根据clusterName过滤实例:[{"Name": "ClusterName","Values": ["cluster_name"]}]</li><li>根据ClusterStatus过滤实例:[{"Name": "ClusterStatus","Values": ["2"]}]</li>
|
4152
4152
|
# @type Filters: Array
|
4153
|
+
# @param ClusterType: 默认0为普通集群,2为tke集群
|
4154
|
+
# @type ClusterType: Integer
|
4153
4155
|
|
4154
|
-
attr_accessor :DisplayStrategy, :Offset, :Limit, :OrderField, :Asc, :Filters
|
4156
|
+
attr_accessor :DisplayStrategy, :Offset, :Limit, :OrderField, :Asc, :Filters, :ClusterType
|
4155
4157
|
|
4156
|
-
def initialize(displaystrategy=nil, offset=nil, limit=nil, orderfield=nil, asc=nil, filters=nil)
|
4158
|
+
def initialize(displaystrategy=nil, offset=nil, limit=nil, orderfield=nil, asc=nil, filters=nil, clustertype=nil)
|
4157
4159
|
@DisplayStrategy = displaystrategy
|
4158
4160
|
@Offset = offset
|
4159
4161
|
@Limit = limit
|
4160
4162
|
@OrderField = orderfield
|
4161
4163
|
@Asc = asc
|
4162
4164
|
@Filters = filters
|
4165
|
+
@ClusterType = clustertype
|
4163
4166
|
end
|
4164
4167
|
|
4165
4168
|
def deserialize(params)
|
@@ -4176,6 +4179,7 @@ module TencentCloud
|
|
4176
4179
|
@Filters << filters_tmp
|
4177
4180
|
end
|
4178
4181
|
end
|
4182
|
+
@ClusterType = params['ClusterType']
|
4179
4183
|
end
|
4180
4184
|
end
|
4181
4185
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-emr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1153
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-10-
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20190103/client.rb
|
37
|
-
- lib/v20190103/models.rb
|
38
36
|
- lib/tencentcloud-sdk-emr.rb
|
37
|
+
- lib/v20190103/models.rb
|
38
|
+
- lib/v20190103/client.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|