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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190103/models.rb +32 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3e7f8d97bd0c5a2b91022571a49554f7ba07a3e
4
- data.tar.gz: e63bbf855beb6dabe86ad791c27eb4a13fe7a22f
3
+ metadata.gz: dbdefb6aa1b2f32939f04a2686067834100af5e5
4
+ data.tar.gz: edeea26c72f123908b05f857c6f16e66c584edac
5
5
  SHA512:
6
- metadata.gz: 21aeb20179dd1a4ae05aa21e6a446a2d7285915aedc030ed555dc6368d708722832e924af4ad86c4ba355e1cebc7023db71679f20101d54fadcd9dd05869d34c
7
- data.tar.gz: fa09d89db37f2cc2582e52c5dae1639b3294790921f80b4894a258c983f1c978a51a0ecbffeea975e23e270fda333fe93b7da28eae8cd34b6107d1c99e2e28d5
6
+ metadata.gz: a7a93a42641c944d3744e54baca07ea0d35e86a79d9ee956d64470a520c1a5a7ee1130201a696253b99ff8c7e9938dc8cefa2a4533b0ba1c9e9ef189f5cecb71
7
+ data.tar.gz: d31ecc97832ec6066b3ad9908e35c66a1be8faeebd45ab768e8924ed91c11bc3caf1d1572268fb78041d4fb32a8a78fc7f78ca2f6e63fcdbead2919ab612a03d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.215
1
+ 1.0.219
@@ -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.215
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-02 00:00:00.000000000 Z
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