tencentcloud-sdk-emr 1.0.220 → 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 +20 -4
- 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
@@ -589,10 +589,16 @@ module TencentCloud
|
|
589
589
|
# @type MetaDBInfo: :class:`Tencentcloud::Emr.v20190103.models.CustomMetaInfo`
|
590
590
|
# @param ApplicationRole: 自定义应用角色。
|
591
591
|
# @type ApplicationRole: String
|
592
|
+
# @param SceneName: 场景化取值:
|
593
|
+
# Hadoop-Kudu
|
594
|
+
# Hadoop-Zookeeper
|
595
|
+
# Hadoop-Presto
|
596
|
+
# Hadoop-Hbase
|
597
|
+
# @type SceneName: String
|
592
598
|
|
593
|
-
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
|
594
600
|
|
595
|
-
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)
|
596
602
|
@ProductId = productid
|
597
603
|
@VPCSettings = vpcsettings
|
598
604
|
@Software = software
|
@@ -620,6 +626,7 @@ module TencentCloud
|
|
620
626
|
@UnifyMetaInstanceId = unifymetainstanceid
|
621
627
|
@MetaDBInfo = metadbinfo
|
622
628
|
@ApplicationRole = applicationrole
|
629
|
+
@SceneName = scenename
|
623
630
|
end
|
624
631
|
|
625
632
|
def deserialize(params)
|
@@ -682,6 +689,7 @@ module TencentCloud
|
|
682
689
|
@MetaDBInfo.deserialize(params['MetaDBInfo'])
|
683
690
|
end
|
684
691
|
@ApplicationRole = params['ApplicationRole']
|
692
|
+
@SceneName = params['SceneName']
|
685
693
|
end
|
686
694
|
end
|
687
695
|
|
@@ -1448,10 +1456,16 @@ module TencentCloud
|
|
1448
1456
|
# <li>4:表示EMR-V2.1.0。</li>
|
1449
1457
|
# <li>7:表示EMR-V3.0.0。</li>
|
1450
1458
|
# @type ProductId: Integer
|
1459
|
+
# @param SceneName: 场景化取值:
|
1460
|
+
# Hadoop-Kudu
|
1461
|
+
# Hadoop-Zookeeper
|
1462
|
+
# Hadoop-Presto
|
1463
|
+
# Hadoop-Hbase
|
1464
|
+
# @type SceneName: String
|
1451
1465
|
|
1452
|
-
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
|
1453
1467
|
|
1454
|
-
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)
|
1455
1469
|
@TimeUnit = timeunit
|
1456
1470
|
@TimeSpan = timespan
|
1457
1471
|
@ResourceSpec = resourcespec
|
@@ -1465,6 +1479,7 @@ module TencentCloud
|
|
1465
1479
|
@UnifyMetaInstanceId = unifymetainstanceid
|
1466
1480
|
@MetaDBInfo = metadbinfo
|
1467
1481
|
@ProductId = productid
|
1482
|
+
@SceneName = scenename
|
1468
1483
|
end
|
1469
1484
|
|
1470
1485
|
def deserialize(params)
|
@@ -1493,6 +1508,7 @@ module TencentCloud
|
|
1493
1508
|
@MetaDBInfo.deserialize(params['MetaDBInfo'])
|
1494
1509
|
end
|
1495
1510
|
@ProductId = params['ProductId']
|
1511
|
+
@SceneName = params['SceneName']
|
1496
1512
|
end
|
1497
1513
|
end
|
1498
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
|