tencentcloud-sdk-emr 1.0.215 → 1.0.219
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 +32 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbdefb6aa1b2f32939f04a2686067834100af5e5
|
|
4
|
+
data.tar.gz: edeea26c72f123908b05f857c6f16e66c584edac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7a93a42641c944d3744e54baca07ea0d35e86a79d9ee956d64470a520c1a5a7ee1130201a696253b99ff8c7e9938dc8cefa2a4533b0ba1c9e9ef189f5cecb71
|
|
7
|
+
data.tar.gz: d31ecc97832ec6066b3ad9908e35c66a1be8faeebd45ab768e8924ed91c11bc3caf1d1572268fb78041d4fb32a8a78fc7f78ca2f6e63fcdbead2919ab612a03d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.219
|
data/lib/v20190103/models.rb
CHANGED
|
@@ -274,10 +274,28 @@ module TencentCloud
|
|
|
274
274
|
# @param Zone: 地区ID
|
|
275
275
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
276
276
|
# @type Zone: String
|
|
277
|
+
# @param SceneName: 场景名称
|
|
278
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
279
|
+
# @type SceneName: String
|
|
280
|
+
# @param SceneServiceClass: 场景化集群类型
|
|
281
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
282
|
+
# @type SceneServiceClass: String
|
|
283
|
+
# @param SceneEmrVersion: 场景化EMR版本
|
|
284
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
285
|
+
# @type SceneEmrVersion: String
|
|
286
|
+
# @param DisplayName: 场景化集群类型
|
|
287
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
288
|
+
# @type DisplayName: String
|
|
289
|
+
# @param VpcName: vpc name
|
|
290
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
291
|
+
# @type VpcName: String
|
|
292
|
+
# @param SubnetName: subnet name
|
|
293
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
294
|
+
# @type SubnetName: String
|
|
277
295
|
|
|
278
|
-
attr_accessor :Id, :ClusterId, :Ftitle, :ClusterName, :RegionId, :ZoneId, :AppId, :Uin, :ProjectId, :VpcId, :SubnetId, :Status, :AddTime, :RunTime, :Config, :MasterIp, :EmrVersion, :ChargeType, :TradeVersion, :ResourceOrderId, :IsTradeCluster, :AlarmInfo, :IsWoodpeckerCluster, :MetaDb, :Tags, :HiveMetaDb, :ServiceClass, :AliasInfo, :ProductId, :Zone
|
|
296
|
+
attr_accessor :Id, :ClusterId, :Ftitle, :ClusterName, :RegionId, :ZoneId, :AppId, :Uin, :ProjectId, :VpcId, :SubnetId, :Status, :AddTime, :RunTime, :Config, :MasterIp, :EmrVersion, :ChargeType, :TradeVersion, :ResourceOrderId, :IsTradeCluster, :AlarmInfo, :IsWoodpeckerCluster, :MetaDb, :Tags, :HiveMetaDb, :ServiceClass, :AliasInfo, :ProductId, :Zone, :SceneName, :SceneServiceClass, :SceneEmrVersion, :DisplayName, :VpcName, :SubnetName
|
|
279
297
|
|
|
280
|
-
def initialize(id=nil, clusterid=nil, ftitle=nil, clustername=nil, regionid=nil, zoneid=nil, appid=nil, uin=nil, projectid=nil, vpcid=nil, subnetid=nil, status=nil, addtime=nil, runtime=nil, config=nil, masterip=nil, emrversion=nil, chargetype=nil, tradeversion=nil, resourceorderid=nil, istradecluster=nil, alarminfo=nil, iswoodpeckercluster=nil, metadb=nil, tags=nil, hivemetadb=nil, serviceclass=nil, aliasinfo=nil, productid=nil, zone=nil)
|
|
298
|
+
def initialize(id=nil, clusterid=nil, ftitle=nil, clustername=nil, regionid=nil, zoneid=nil, appid=nil, uin=nil, projectid=nil, vpcid=nil, subnetid=nil, status=nil, addtime=nil, runtime=nil, config=nil, masterip=nil, emrversion=nil, chargetype=nil, tradeversion=nil, resourceorderid=nil, istradecluster=nil, alarminfo=nil, iswoodpeckercluster=nil, metadb=nil, tags=nil, hivemetadb=nil, serviceclass=nil, aliasinfo=nil, productid=nil, zone=nil, scenename=nil, sceneserviceclass=nil, sceneemrversion=nil, displayname=nil, vpcname=nil, subnetname=nil)
|
|
281
299
|
@Id = id
|
|
282
300
|
@ClusterId = clusterid
|
|
283
301
|
@Ftitle = ftitle
|
|
@@ -308,6 +326,12 @@ module TencentCloud
|
|
|
308
326
|
@AliasInfo = aliasinfo
|
|
309
327
|
@ProductId = productid
|
|
310
328
|
@Zone = zone
|
|
329
|
+
@SceneName = scenename
|
|
330
|
+
@SceneServiceClass = sceneserviceclass
|
|
331
|
+
@SceneEmrVersion = sceneemrversion
|
|
332
|
+
@DisplayName = displayname
|
|
333
|
+
@VpcName = vpcname
|
|
334
|
+
@SubnetName = subnetname
|
|
311
335
|
end
|
|
312
336
|
|
|
313
337
|
def deserialize(params)
|
|
@@ -351,6 +375,12 @@ module TencentCloud
|
|
|
351
375
|
@AliasInfo = params['AliasInfo']
|
|
352
376
|
@ProductId = params['ProductId']
|
|
353
377
|
@Zone = params['Zone']
|
|
378
|
+
@SceneName = params['SceneName']
|
|
379
|
+
@SceneServiceClass = params['SceneServiceClass']
|
|
380
|
+
@SceneEmrVersion = params['SceneEmrVersion']
|
|
381
|
+
@DisplayName = params['DisplayName']
|
|
382
|
+
@VpcName = params['VpcName']
|
|
383
|
+
@SubnetName = params['SubnetName']
|
|
354
384
|
end
|
|
355
385
|
end
|
|
356
386
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.219
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|