tencentcloud-sdk-emr 1.0.217 → 1.0.221
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 +52 -6
- 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: bf55f65ded566ef01d1b069d178434eacd57f073
|
|
4
|
+
data.tar.gz: 954864826d4ded02291889fcbf32427d24b67b3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccadd4011f2a3360dfedfcc47ceea8e3513e67fce7c8b7d70f542982d7e8069a7b2baadd2fde435116cefb88443fa45804d97f91672b677abcdf1a7c83badf10
|
|
7
|
+
data.tar.gz: b19322b4187ebfb90524fd8e0483b219e4f140b958b1759158d1e50bdae8f63c4ec8820b608845ec32dfa27ad10c3e4469ecea8116797bb50440f29aedf9cb4f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.221
|
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
|
|
|
@@ -559,10 +589,16 @@ module TencentCloud
|
|
|
559
589
|
# @type MetaDBInfo: :class:`Tencentcloud::Emr.v20190103.models.CustomMetaInfo`
|
|
560
590
|
# @param ApplicationRole: 自定义应用角色。
|
|
561
591
|
# @type ApplicationRole: String
|
|
592
|
+
# @param SceneName: 场景化取值:
|
|
593
|
+
# Hadoop-Kudu
|
|
594
|
+
# Hadoop-Zookeeper
|
|
595
|
+
# Hadoop-Presto
|
|
596
|
+
# Hadoop-Hbase
|
|
597
|
+
# @type SceneName: String
|
|
562
598
|
|
|
563
|
-
attr_accessor :ProductId, :VPCSettings, :Software, :ResourceSpec, :SupportHA, :InstanceName, :PayMode, :Placement, :TimeSpan, :TimeUnit, :LoginSettings, :COSSettings, :SgId, :PreExecutedFileSettings, :AutoRenew, :ClientToken, :NeedMasterWan, :RemoteLoginAtCreate, :CheckSecurity, :ExtendFsField, :Tags, :DisasterRecoverGroupIds, :CbsEncrypt, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ApplicationRole
|
|
599
|
+
attr_accessor :ProductId, :VPCSettings, :Software, :ResourceSpec, :SupportHA, :InstanceName, :PayMode, :Placement, :TimeSpan, :TimeUnit, :LoginSettings, :COSSettings, :SgId, :PreExecutedFileSettings, :AutoRenew, :ClientToken, :NeedMasterWan, :RemoteLoginAtCreate, :CheckSecurity, :ExtendFsField, :Tags, :DisasterRecoverGroupIds, :CbsEncrypt, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ApplicationRole, :SceneName
|
|
564
600
|
|
|
565
|
-
def initialize(productid=nil, vpcsettings=nil, software=nil, resourcespec=nil, supportha=nil, instancename=nil, paymode=nil, placement=nil, timespan=nil, timeunit=nil, loginsettings=nil, cossettings=nil, sgid=nil, preexecutedfilesettings=nil, autorenew=nil, clienttoken=nil, needmasterwan=nil, remoteloginatcreate=nil, checksecurity=nil, extendfsfield=nil, tags=nil, disasterrecovergroupids=nil, cbsencrypt=nil, metatype=nil, unifymetainstanceid=nil, metadbinfo=nil, applicationrole=nil)
|
|
601
|
+
def initialize(productid=nil, vpcsettings=nil, software=nil, resourcespec=nil, supportha=nil, instancename=nil, paymode=nil, placement=nil, timespan=nil, timeunit=nil, loginsettings=nil, cossettings=nil, sgid=nil, preexecutedfilesettings=nil, autorenew=nil, clienttoken=nil, needmasterwan=nil, remoteloginatcreate=nil, checksecurity=nil, extendfsfield=nil, tags=nil, disasterrecovergroupids=nil, cbsencrypt=nil, metatype=nil, unifymetainstanceid=nil, metadbinfo=nil, applicationrole=nil, scenename=nil)
|
|
566
602
|
@ProductId = productid
|
|
567
603
|
@VPCSettings = vpcsettings
|
|
568
604
|
@Software = software
|
|
@@ -590,6 +626,7 @@ module TencentCloud
|
|
|
590
626
|
@UnifyMetaInstanceId = unifymetainstanceid
|
|
591
627
|
@MetaDBInfo = metadbinfo
|
|
592
628
|
@ApplicationRole = applicationrole
|
|
629
|
+
@SceneName = scenename
|
|
593
630
|
end
|
|
594
631
|
|
|
595
632
|
def deserialize(params)
|
|
@@ -652,6 +689,7 @@ module TencentCloud
|
|
|
652
689
|
@MetaDBInfo.deserialize(params['MetaDBInfo'])
|
|
653
690
|
end
|
|
654
691
|
@ApplicationRole = params['ApplicationRole']
|
|
692
|
+
@SceneName = params['SceneName']
|
|
655
693
|
end
|
|
656
694
|
end
|
|
657
695
|
|
|
@@ -1418,10 +1456,16 @@ module TencentCloud
|
|
|
1418
1456
|
# <li>4:表示EMR-V2.1.0。</li>
|
|
1419
1457
|
# <li>7:表示EMR-V3.0.0。</li>
|
|
1420
1458
|
# @type ProductId: Integer
|
|
1459
|
+
# @param SceneName: 场景化取值:
|
|
1460
|
+
# Hadoop-Kudu
|
|
1461
|
+
# Hadoop-Zookeeper
|
|
1462
|
+
# Hadoop-Presto
|
|
1463
|
+
# Hadoop-Hbase
|
|
1464
|
+
# @type SceneName: String
|
|
1421
1465
|
|
|
1422
|
-
attr_accessor :TimeUnit, :TimeSpan, :ResourceSpec, :Currency, :PayMode, :SupportHA, :Software, :Placement, :VPCSettings, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ProductId
|
|
1466
|
+
attr_accessor :TimeUnit, :TimeSpan, :ResourceSpec, :Currency, :PayMode, :SupportHA, :Software, :Placement, :VPCSettings, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ProductId, :SceneName
|
|
1423
1467
|
|
|
1424
|
-
def initialize(timeunit=nil, timespan=nil, resourcespec=nil, currency=nil, paymode=nil, supportha=nil, software=nil, placement=nil, vpcsettings=nil, metatype=nil, unifymetainstanceid=nil, metadbinfo=nil, productid=nil)
|
|
1468
|
+
def initialize(timeunit=nil, timespan=nil, resourcespec=nil, currency=nil, paymode=nil, supportha=nil, software=nil, placement=nil, vpcsettings=nil, metatype=nil, unifymetainstanceid=nil, metadbinfo=nil, productid=nil, scenename=nil)
|
|
1425
1469
|
@TimeUnit = timeunit
|
|
1426
1470
|
@TimeSpan = timespan
|
|
1427
1471
|
@ResourceSpec = resourcespec
|
|
@@ -1435,6 +1479,7 @@ module TencentCloud
|
|
|
1435
1479
|
@UnifyMetaInstanceId = unifymetainstanceid
|
|
1436
1480
|
@MetaDBInfo = metadbinfo
|
|
1437
1481
|
@ProductId = productid
|
|
1482
|
+
@SceneName = scenename
|
|
1438
1483
|
end
|
|
1439
1484
|
|
|
1440
1485
|
def deserialize(params)
|
|
@@ -1463,6 +1508,7 @@ module TencentCloud
|
|
|
1463
1508
|
@MetaDBInfo.deserialize(params['MetaDBInfo'])
|
|
1464
1509
|
end
|
|
1465
1510
|
@ProductId = params['ProductId']
|
|
1511
|
+
@SceneName = params['SceneName']
|
|
1466
1512
|
end
|
|
1467
1513
|
end
|
|
1468
1514
|
|
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.221
|
|
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-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|