tencentcloud-sdk-emr 1.0.268 → 1.0.269
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190103/models.rb +66 -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: 57f0dbbfa53e7e1c522858d07d7b5ca7fb47e99f
|
4
|
+
data.tar.gz: 302a67707e71e11a3483836b581e4e6a2dc60b56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cf0fd27cb586553dacfae7d197468d9eb9650f5dc7d93b0ef2e610df9fbe4c96d832017289ccdb354e26fc4b0d991f6275ed58523efed9e126cf04dcc22a649
|
7
|
+
data.tar.gz: cc932ec87945f274ba0e233034135a92fba14ee4d1952275146b0de6b13a0048dc12b4b412965d0707fe07c319b270ab97e8de53d36b93f86e1468f2d9768259
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.269
|
data/lib/v20190103/models.rb
CHANGED
@@ -155,6 +155,38 @@ module TencentCloud
|
|
155
155
|
end
|
156
156
|
end
|
157
157
|
|
158
|
+
# 当前集群共用组件与集群对应关系
|
159
|
+
class ClusterExternalServiceInfo < TencentCloud::Common::AbstractModel
|
160
|
+
# @param DependType: 依赖关系,0:被其他集群依赖,1:依赖其他集群
|
161
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
162
|
+
# @type DependType: Integer
|
163
|
+
# @param Service: 共用组件
|
164
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
165
|
+
# @type Service: String
|
166
|
+
# @param ClusterId: 共用集群
|
167
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
168
|
+
# @type ClusterId: String
|
169
|
+
# @param ClusterStatus: 共用集群状态
|
170
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
171
|
+
# @type ClusterStatus: Integer
|
172
|
+
|
173
|
+
attr_accessor :DependType, :Service, :ClusterId, :ClusterStatus
|
174
|
+
|
175
|
+
def initialize(dependtype=nil, service=nil, clusterid=nil, clusterstatus=nil)
|
176
|
+
@DependType = dependtype
|
177
|
+
@Service = service
|
178
|
+
@ClusterId = clusterid
|
179
|
+
@ClusterStatus = clusterstatus
|
180
|
+
end
|
181
|
+
|
182
|
+
def deserialize(params)
|
183
|
+
@DependType = params['DependType']
|
184
|
+
@Service = params['Service']
|
185
|
+
@ClusterId = params['ClusterId']
|
186
|
+
@ClusterStatus = params['ClusterStatus']
|
187
|
+
end
|
188
|
+
end
|
189
|
+
|
158
190
|
# 集群实例信息
|
159
191
|
class ClusterInstancesInfo < TencentCloud::Common::AbstractModel
|
160
192
|
# @param Id: ID号
|
@@ -292,10 +324,13 @@ module TencentCloud
|
|
292
324
|
# @param SubnetName: subnet name
|
293
325
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
294
326
|
# @type SubnetName: String
|
327
|
+
# @param ClusterExternalServiceInfo: 集群依赖关系
|
328
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
329
|
+
# @type ClusterExternalServiceInfo: Array
|
295
330
|
|
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
|
331
|
+
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, :ClusterExternalServiceInfo
|
297
332
|
|
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)
|
333
|
+
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, clusterexternalserviceinfo=nil)
|
299
334
|
@Id = id
|
300
335
|
@ClusterId = clusterid
|
301
336
|
@Ftitle = ftitle
|
@@ -332,6 +367,7 @@ module TencentCloud
|
|
332
367
|
@DisplayName = displayname
|
333
368
|
@VpcName = vpcname
|
334
369
|
@SubnetName = subnetname
|
370
|
+
@ClusterExternalServiceInfo = clusterexternalserviceinfo
|
335
371
|
end
|
336
372
|
|
337
373
|
def deserialize(params)
|
@@ -381,6 +417,14 @@ module TencentCloud
|
|
381
417
|
@DisplayName = params['DisplayName']
|
382
418
|
@VpcName = params['VpcName']
|
383
419
|
@SubnetName = params['SubnetName']
|
420
|
+
unless params['ClusterExternalServiceInfo'].nil?
|
421
|
+
@ClusterExternalServiceInfo = []
|
422
|
+
params['ClusterExternalServiceInfo'].each do |i|
|
423
|
+
clusterexternalserviceinfo_tmp = ClusterExternalServiceInfo.new
|
424
|
+
clusterexternalserviceinfo_tmp.deserialize(i)
|
425
|
+
@ClusterExternalServiceInfo << clusterexternalserviceinfo_tmp
|
426
|
+
end
|
427
|
+
end
|
384
428
|
end
|
385
429
|
end
|
386
430
|
|
@@ -595,10 +639,12 @@ module TencentCloud
|
|
595
639
|
# Hadoop-Presto
|
596
640
|
# Hadoop-Hbase
|
597
641
|
# @type SceneName: String
|
642
|
+
# @param ExternalService: 共享组件信息
|
643
|
+
# @type ExternalService: Array
|
598
644
|
|
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
|
645
|
+
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, :ExternalService
|
600
646
|
|
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)
|
647
|
+
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, externalservice=nil)
|
602
648
|
@ProductId = productid
|
603
649
|
@VPCSettings = vpcsettings
|
604
650
|
@Software = software
|
@@ -627,6 +673,7 @@ module TencentCloud
|
|
627
673
|
@MetaDBInfo = metadbinfo
|
628
674
|
@ApplicationRole = applicationrole
|
629
675
|
@SceneName = scenename
|
676
|
+
@ExternalService = externalservice
|
630
677
|
end
|
631
678
|
|
632
679
|
def deserialize(params)
|
@@ -690,6 +737,14 @@ module TencentCloud
|
|
690
737
|
end
|
691
738
|
@ApplicationRole = params['ApplicationRole']
|
692
739
|
@SceneName = params['SceneName']
|
740
|
+
unless params['ExternalService'].nil?
|
741
|
+
@ExternalService = []
|
742
|
+
params['ExternalService'].each do |i|
|
743
|
+
externalservice_tmp = ExternalService.new
|
744
|
+
externalservice_tmp.deserialize(i)
|
745
|
+
@ExternalService << externalservice_tmp
|
746
|
+
end
|
747
|
+
end
|
693
748
|
end
|
694
749
|
end
|
695
750
|
|
@@ -1252,10 +1307,13 @@ module TencentCloud
|
|
1252
1307
|
# @param SecurityGroups: 安全组
|
1253
1308
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1254
1309
|
# @type SecurityGroups: Array
|
1310
|
+
# @param PublicKeyId: SSH密钥Id
|
1311
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1312
|
+
# @type PublicKeyId: String
|
1255
1313
|
|
1256
|
-
attr_accessor :SoftInfo, :MasterNodeSize, :CoreNodeSize, :TaskNodeSize, :ComNodeSize, :MasterResource, :CoreResource, :TaskResource, :ComResource, :OnCos, :ChargeType, :RouterNodeSize, :SupportHA, :SecurityOn, :SecurityGroup, :CbsEncrypt, :ApplicationRole, :SecurityGroups
|
1314
|
+
attr_accessor :SoftInfo, :MasterNodeSize, :CoreNodeSize, :TaskNodeSize, :ComNodeSize, :MasterResource, :CoreResource, :TaskResource, :ComResource, :OnCos, :ChargeType, :RouterNodeSize, :SupportHA, :SecurityOn, :SecurityGroup, :CbsEncrypt, :ApplicationRole, :SecurityGroups, :PublicKeyId
|
1257
1315
|
|
1258
|
-
def initialize(softinfo=nil, masternodesize=nil, corenodesize=nil, tasknodesize=nil, comnodesize=nil, masterresource=nil, coreresource=nil, taskresource=nil, comresource=nil, oncos=nil, chargetype=nil, routernodesize=nil, supportha=nil, securityon=nil, securitygroup=nil, cbsencrypt=nil, applicationrole=nil, securitygroups=nil)
|
1316
|
+
def initialize(softinfo=nil, masternodesize=nil, corenodesize=nil, tasknodesize=nil, comnodesize=nil, masterresource=nil, coreresource=nil, taskresource=nil, comresource=nil, oncos=nil, chargetype=nil, routernodesize=nil, supportha=nil, securityon=nil, securitygroup=nil, cbsencrypt=nil, applicationrole=nil, securitygroups=nil, publickeyid=nil)
|
1259
1317
|
@SoftInfo = softinfo
|
1260
1318
|
@MasterNodeSize = masternodesize
|
1261
1319
|
@CoreNodeSize = corenodesize
|
@@ -1274,6 +1332,7 @@ module TencentCloud
|
|
1274
1332
|
@CbsEncrypt = cbsencrypt
|
1275
1333
|
@ApplicationRole = applicationrole
|
1276
1334
|
@SecurityGroups = securitygroups
|
1335
|
+
@PublicKeyId = publickeyid
|
1277
1336
|
end
|
1278
1337
|
|
1279
1338
|
def deserialize(params)
|
@@ -1307,6 +1366,7 @@ module TencentCloud
|
|
1307
1366
|
@CbsEncrypt = params['CbsEncrypt']
|
1308
1367
|
@ApplicationRole = params['ApplicationRole']
|
1309
1368
|
@SecurityGroups = params['SecurityGroups']
|
1369
|
+
@PublicKeyId = params['PublicKeyId']
|
1310
1370
|
end
|
1311
1371
|
end
|
1312
1372
|
|
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.269
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|