tencentcloud-sdk-emr 3.0.590 → 3.0.591
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 +136 -136
- 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: 5c333db8071624bf2f3e7b65c6bc1a3d442f6095
|
|
4
|
+
data.tar.gz: 41b7f6d254810f77c4c602bd3fa43614852ca16b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb64df2091bde2a38fb5f1ba15885421a44bc605df1bd3ed0e9e38e880e2fa964236a10d455b3765affdb878d3de84ca892eb17b397c93d2e5df1a65dce816a1
|
|
7
|
+
data.tar.gz: d16d6b3eae1597519a5a55ba276ca49a005e8e49584329eb8c746f668be38386eaf381dd40621b800a049bf7bb6507f91325d9984c59921808a64af2e0ffe18b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20190103/models.rb
CHANGED
|
@@ -25,7 +25,7 @@ module TencentCloud
|
|
|
25
25
|
# @type UserManagerUserList: Array
|
|
26
26
|
|
|
27
27
|
attr_accessor :InstanceId, :UserManagerUserList
|
|
28
|
-
|
|
28
|
+
|
|
29
29
|
def initialize(instanceid=nil, usermanageruserlist=nil)
|
|
30
30
|
@InstanceId = instanceid
|
|
31
31
|
@UserManagerUserList = usermanageruserlist
|
|
@@ -56,7 +56,7 @@ module TencentCloud
|
|
|
56
56
|
# @type RequestId: String
|
|
57
57
|
|
|
58
58
|
attr_accessor :SuccessUserList, :FailedUserList, :RequestId
|
|
59
|
-
|
|
59
|
+
|
|
60
60
|
def initialize(successuserlist=nil, faileduserlist=nil, requestid=nil)
|
|
61
61
|
@SuccessUserList = successuserlist
|
|
62
62
|
@FailedUserList = faileduserlist
|
|
@@ -98,7 +98,7 @@ module TencentCloud
|
|
|
98
98
|
# @type CommonCount: Integer
|
|
99
99
|
|
|
100
100
|
attr_accessor :MasterResourceSpec, :CoreResourceSpec, :TaskResourceSpec, :CommonResourceSpec, :MasterCount, :CoreCount, :TaskCount, :CommonCount
|
|
101
|
-
|
|
101
|
+
|
|
102
102
|
def initialize(masterresourcespec=nil, coreresourcespec=nil, taskresourcespec=nil, commonresourcespec=nil, mastercount=nil, corecount=nil, taskcount=nil, commoncount=nil)
|
|
103
103
|
@MasterResourceSpec = masterresourcespec
|
|
104
104
|
@CoreResourceSpec = coreresourcespec
|
|
@@ -154,7 +154,7 @@ module TencentCloud
|
|
|
154
154
|
# @type CountApps: Integer
|
|
155
155
|
|
|
156
156
|
attr_accessor :Queue, :User, :ApplicationType, :SumMemorySeconds, :SumVCoreSeconds, :SumHDFSBytesWritten, :SumHDFSBytesRead, :CountApps
|
|
157
|
-
|
|
157
|
+
|
|
158
158
|
def initialize(queue=nil, user=nil, applicationtype=nil, summemoryseconds=nil, sumvcoreseconds=nil, sumhdfsbyteswritten=nil, sumhdfsbytesread=nil, countapps=nil)
|
|
159
159
|
@Queue = queue
|
|
160
160
|
@User = user
|
|
@@ -191,7 +191,7 @@ module TencentCloud
|
|
|
191
191
|
# @type Args: Array
|
|
192
192
|
|
|
193
193
|
attr_accessor :Path, :WhenRun, :Args
|
|
194
|
-
|
|
194
|
+
|
|
195
195
|
def initialize(path=nil, whenrun=nil, args=nil)
|
|
196
196
|
@Path = path
|
|
197
197
|
@WhenRun = whenrun
|
|
@@ -215,7 +215,7 @@ module TencentCloud
|
|
|
215
215
|
# @type LogOnCosPath: String
|
|
216
216
|
|
|
217
217
|
attr_accessor :CosSecretId, :CosSecretKey, :LogOnCosPath
|
|
218
|
-
|
|
218
|
+
|
|
219
219
|
def initialize(cossecretid=nil, cossecretkey=nil, logoncospath=nil)
|
|
220
220
|
@CosSecretId = cossecretid
|
|
221
221
|
@CosSecretKey = cossecretkey
|
|
@@ -278,7 +278,7 @@ module TencentCloud
|
|
|
278
278
|
# @type RegionId: Integer
|
|
279
279
|
|
|
280
280
|
attr_accessor :InstanceName, :Ip, :Port, :MemSize, :Volume, :Service, :ExpireTime, :ApplyTime, :PayType, :ExpireFlag, :Status, :IsAutoRenew, :SerialNo, :ZoneId, :RegionId
|
|
281
|
-
|
|
281
|
+
|
|
282
282
|
def initialize(instancename=nil, ip=nil, port=nil, memsize=nil, volume=nil, service=nil, expiretime=nil, applytime=nil, paytype=nil, expireflag=nil, status=nil, isautorenew=nil, serialno=nil, zoneid=nil, regionid=nil)
|
|
283
283
|
@InstanceName = instancename
|
|
284
284
|
@Ip = ip
|
|
@@ -332,7 +332,7 @@ module TencentCloud
|
|
|
332
332
|
# @type ClusterStatus: Integer
|
|
333
333
|
|
|
334
334
|
attr_accessor :DependType, :Service, :ClusterId, :ClusterStatus
|
|
335
|
-
|
|
335
|
+
|
|
336
336
|
def initialize(dependtype=nil, service=nil, clusterid=nil, clusterstatus=nil)
|
|
337
337
|
@DependType = dependtype
|
|
338
338
|
@Service = service
|
|
@@ -505,7 +505,7 @@ module TencentCloud
|
|
|
505
505
|
# @type IsCvmReplace: Boolean
|
|
506
506
|
|
|
507
507
|
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, :UniqVpcId, :UniqSubnetId, :TopologyInfoList, :IsMultiZoneCluster, :IsCvmReplace
|
|
508
|
-
|
|
508
|
+
|
|
509
509
|
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, uniqvpcid=nil, uniqsubnetid=nil, topologyinfolist=nil, ismultizonecluster=nil, iscvmreplace=nil)
|
|
510
510
|
@Id = id
|
|
511
511
|
@ClusterId = clusterid
|
|
@@ -655,7 +655,7 @@ module TencentCloud
|
|
|
655
655
|
# @type RemoteTcpDefaultPort: Boolean
|
|
656
656
|
|
|
657
657
|
attr_accessor :InstanceChargeType, :SupportHA, :SecurityGroupIds, :Placement, :VPCSettings, :LoginSettings, :TagSpecification, :MetaDB, :ResourceSpec, :PublicIpAssigned, :InstanceChargePrepaid, :DisasterRecoverGroupIds, :CbsEncryptFlag, :RemoteTcpDefaultPort
|
|
658
|
-
|
|
658
|
+
|
|
659
659
|
def initialize(instancechargetype=nil, supportha=nil, securitygroupids=nil, placement=nil, vpcsettings=nil, loginsettings=nil, tagspecification=nil, metadb=nil, resourcespec=nil, publicipassigned=nil, instancechargeprepaid=nil, disasterrecovergroupids=nil, cbsencryptflag=nil, remotetcpdefaultport=nil)
|
|
660
660
|
@InstanceChargeType = instancechargetype
|
|
661
661
|
@SupportHA = supportha
|
|
@@ -719,7 +719,7 @@ module TencentCloud
|
|
|
719
719
|
# @type IpList: Array
|
|
720
720
|
|
|
721
721
|
attr_accessor :ComponentName, :IpList
|
|
722
|
-
|
|
722
|
+
|
|
723
723
|
def initialize(componentname=nil, iplist=nil)
|
|
724
724
|
@ComponentName = componentname
|
|
725
725
|
@IpList = iplist
|
|
@@ -739,7 +739,7 @@ module TencentCloud
|
|
|
739
739
|
# @type Properties: String
|
|
740
740
|
|
|
741
741
|
attr_accessor :Classification, :Properties
|
|
742
|
-
|
|
742
|
+
|
|
743
743
|
def initialize(classification=nil, properties=nil)
|
|
744
744
|
@Classification = classification
|
|
745
745
|
@Properties = properties
|
|
@@ -814,7 +814,7 @@ module TencentCloud
|
|
|
814
814
|
# @type ZoneResourceConfiguration: Array
|
|
815
815
|
|
|
816
816
|
attr_accessor :ProductVersion, :EnableSupportHAFlag, :InstanceName, :InstanceChargeType, :LoginSettings, :SceneSoftwareConfig, :InstanceChargePrepaid, :SecurityGroupIds, :ScriptBootstrapActionConfig, :ClientToken, :NeedMasterWan, :EnableRemoteLoginFlag, :EnableKerberosFlag, :CustomConf, :Tags, :DisasterRecoverGroupIds, :EnableCbsEncryptFlag, :MetaDBInfo, :DependService, :ZoneResourceConfiguration
|
|
817
|
-
|
|
817
|
+
|
|
818
818
|
def initialize(productversion=nil, enablesupporthaflag=nil, instancename=nil, instancechargetype=nil, loginsettings=nil, scenesoftwareconfig=nil, instancechargeprepaid=nil, securitygroupids=nil, scriptbootstrapactionconfig=nil, clienttoken=nil, needmasterwan=nil, enableremoteloginflag=nil, enablekerberosflag=nil, customconf=nil, tags=nil, disasterrecovergroupids=nil, enablecbsencryptflag=nil, metadbinfo=nil, dependservice=nil, zoneresourceconfiguration=nil)
|
|
819
819
|
@ProductVersion = productversion
|
|
820
820
|
@EnableSupportHAFlag = enablesupporthaflag
|
|
@@ -911,7 +911,7 @@ module TencentCloud
|
|
|
911
911
|
# @type RequestId: String
|
|
912
912
|
|
|
913
913
|
attr_accessor :InstanceId, :RequestId
|
|
914
|
-
|
|
914
|
+
|
|
915
915
|
def initialize(instanceid=nil, requestid=nil)
|
|
916
916
|
@InstanceId = instanceid
|
|
917
917
|
@RequestId = requestid
|
|
@@ -1028,7 +1028,7 @@ module TencentCloud
|
|
|
1028
1028
|
# @type MultiZoneSettings: Array
|
|
1029
1029
|
|
|
1030
1030
|
attr_accessor :ProductId, :Software, :SupportHA, :InstanceName, :PayMode, :TimeSpan, :TimeUnit, :LoginSettings, :VPCSettings, :ResourceSpec, :COSSettings, :Placement, :SgId, :PreExecutedFileSettings, :AutoRenew, :ClientToken, :NeedMasterWan, :RemoteLoginAtCreate, :CheckSecurity, :ExtendFsField, :Tags, :DisasterRecoverGroupIds, :CbsEncrypt, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ApplicationRole, :SceneName, :ExternalService, :VersionID, :MultiZone, :MultiZoneSettings
|
|
1031
|
-
|
|
1031
|
+
|
|
1032
1032
|
def initialize(productid=nil, software=nil, supportha=nil, instancename=nil, paymode=nil, timespan=nil, timeunit=nil, loginsettings=nil, vpcsettings=nil, resourcespec=nil, cossettings=nil, placement=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, versionid=nil, multizone=nil, multizonesettings=nil)
|
|
1033
1033
|
@ProductId = productid
|
|
1034
1034
|
@Software = software
|
|
@@ -1155,7 +1155,7 @@ module TencentCloud
|
|
|
1155
1155
|
# @type RequestId: String
|
|
1156
1156
|
|
|
1157
1157
|
attr_accessor :InstanceId, :RequestId
|
|
1158
|
-
|
|
1158
|
+
|
|
1159
1159
|
def initialize(instanceid=nil, requestid=nil)
|
|
1160
1160
|
@InstanceId = instanceid
|
|
1161
1161
|
@RequestId = requestid
|
|
@@ -1184,7 +1184,7 @@ module TencentCloud
|
|
|
1184
1184
|
# @type UnifyMetaInstanceId: String
|
|
1185
1185
|
|
|
1186
1186
|
attr_accessor :MetaDataJdbcUrl, :MetaDataUser, :MetaDataPass, :MetaType, :UnifyMetaInstanceId
|
|
1187
|
-
|
|
1187
|
+
|
|
1188
1188
|
def initialize(metadatajdbcurl=nil, metadatauser=nil, metadatapass=nil, metatype=nil, unifymetainstanceid=nil)
|
|
1189
1189
|
@MetaDataJdbcUrl = metadatajdbcurl
|
|
1190
1190
|
@MetaDataUser = metadatauser
|
|
@@ -1212,7 +1212,7 @@ module TencentCloud
|
|
|
1212
1212
|
# @type MetaDataPass: String
|
|
1213
1213
|
|
|
1214
1214
|
attr_accessor :MetaDataJdbcUrl, :MetaDataUser, :MetaDataPass
|
|
1215
|
-
|
|
1215
|
+
|
|
1216
1216
|
def initialize(metadatajdbcurl=nil, metadatauser=nil, metadatapass=nil)
|
|
1217
1217
|
@MetaDataJdbcUrl = metadatajdbcurl
|
|
1218
1218
|
@MetaDataUser = metadatauser
|
|
@@ -1234,7 +1234,7 @@ module TencentCloud
|
|
|
1234
1234
|
# @type Value: String
|
|
1235
1235
|
|
|
1236
1236
|
attr_accessor :Name, :Value
|
|
1237
|
-
|
|
1237
|
+
|
|
1238
1238
|
def initialize(name=nil, value=nil)
|
|
1239
1239
|
@Name = name
|
|
1240
1240
|
@Value = value
|
|
@@ -1260,7 +1260,7 @@ module TencentCloud
|
|
|
1260
1260
|
# @type UserGroupList: Array
|
|
1261
1261
|
|
|
1262
1262
|
attr_accessor :InstanceId, :UserNameList, :TkeClusterId, :DisplayStrategy, :UserGroupList
|
|
1263
|
-
|
|
1263
|
+
|
|
1264
1264
|
def initialize(instanceid=nil, usernamelist=nil, tkeclusterid=nil, displaystrategy=nil, usergrouplist=nil)
|
|
1265
1265
|
@InstanceId = instanceid
|
|
1266
1266
|
@UserNameList = usernamelist
|
|
@@ -1291,7 +1291,7 @@ module TencentCloud
|
|
|
1291
1291
|
# @type RequestId: String
|
|
1292
1292
|
|
|
1293
1293
|
attr_accessor :RequestId
|
|
1294
|
-
|
|
1294
|
+
|
|
1295
1295
|
def initialize(requestid=nil)
|
|
1296
1296
|
@RequestId = requestid
|
|
1297
1297
|
end
|
|
@@ -1309,7 +1309,7 @@ module TencentCloud
|
|
|
1309
1309
|
# @type InstanceId: String
|
|
1310
1310
|
|
|
1311
1311
|
attr_accessor :ServiceName, :InstanceId
|
|
1312
|
-
|
|
1312
|
+
|
|
1313
1313
|
def initialize(servicename=nil, instanceid=nil)
|
|
1314
1314
|
@ServiceName = servicename
|
|
1315
1315
|
@InstanceId = instanceid
|
|
@@ -1351,7 +1351,7 @@ module TencentCloud
|
|
|
1351
1351
|
# @type Asc: Integer
|
|
1352
1352
|
|
|
1353
1353
|
attr_accessor :InstanceId, :NodeFlag, :Offset, :Limit, :HardwareResourceType, :SearchFields, :OrderField, :Asc
|
|
1354
|
-
|
|
1354
|
+
|
|
1355
1355
|
def initialize(instanceid=nil, nodeflag=nil, offset=nil, limit=nil, hardwareresourcetype=nil, searchfields=nil, orderfield=nil, asc=nil)
|
|
1356
1356
|
@InstanceId = instanceid
|
|
1357
1357
|
@NodeFlag = nodeflag
|
|
@@ -1399,7 +1399,7 @@ module TencentCloud
|
|
|
1399
1399
|
# @type RequestId: String
|
|
1400
1400
|
|
|
1401
1401
|
attr_accessor :TotalCnt, :NodeList, :TagKeys, :HardwareResourceTypeList, :RequestId
|
|
1402
|
-
|
|
1402
|
+
|
|
1403
1403
|
def initialize(totalcnt=nil, nodelist=nil, tagkeys=nil, hardwareresourcetypelist=nil, requestid=nil)
|
|
1404
1404
|
@TotalCnt = totalcnt
|
|
1405
1405
|
@NodeList = nodelist
|
|
@@ -1432,7 +1432,7 @@ module TencentCloud
|
|
|
1432
1432
|
# @type ZoneId: Integer
|
|
1433
1433
|
|
|
1434
1434
|
attr_accessor :ClusterId, :ZoneId
|
|
1435
|
-
|
|
1435
|
+
|
|
1436
1436
|
def initialize(clusterid=nil, zoneid=nil)
|
|
1437
1437
|
@ClusterId = clusterid
|
|
1438
1438
|
@ZoneId = zoneid
|
|
@@ -1459,7 +1459,7 @@ module TencentCloud
|
|
|
1459
1459
|
# @type RequestId: String
|
|
1460
1460
|
|
|
1461
1461
|
attr_accessor :PostPaidQuotaSet, :SpotPaidQuotaSet, :EksQuotaSet, :RequestId
|
|
1462
|
-
|
|
1462
|
+
|
|
1463
1463
|
def initialize(postpaidquotaset=nil, spotpaidquotaset=nil, eksquotaset=nil, requestid=nil)
|
|
1464
1464
|
@PostPaidQuotaSet = postpaidquotaset
|
|
1465
1465
|
@SpotPaidQuotaSet = spotpaidquotaset
|
|
@@ -1522,7 +1522,7 @@ module TencentCloud
|
|
|
1522
1522
|
# @type Limit: Integer
|
|
1523
1523
|
|
|
1524
1524
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Queues, :Users, :ApplicationTypes, :GroupBy, :OrderBy, :IsAsc, :Offset, :Limit
|
|
1525
|
-
|
|
1525
|
+
|
|
1526
1526
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, queues=nil, users=nil, applicationtypes=nil, groupby=nil, orderby=nil, isasc=nil, offset=nil, limit=nil)
|
|
1527
1527
|
@InstanceId = instanceid
|
|
1528
1528
|
@StartTime = starttime
|
|
@@ -1568,7 +1568,7 @@ module TencentCloud
|
|
|
1568
1568
|
# @type RequestId: String
|
|
1569
1569
|
|
|
1570
1570
|
attr_accessor :Statics, :TotalCount, :Queues, :Users, :ApplicationTypes, :RequestId
|
|
1571
|
-
|
|
1571
|
+
|
|
1572
1572
|
def initialize(statics=nil, totalcount=nil, queues=nil, users=nil, applicationtypes=nil, requestid=nil)
|
|
1573
1573
|
@Statics = statics
|
|
1574
1574
|
@TotalCount = totalcount
|
|
@@ -1601,7 +1601,7 @@ module TencentCloud
|
|
|
1601
1601
|
# @type InstanceId: String
|
|
1602
1602
|
|
|
1603
1603
|
attr_accessor :InstanceId
|
|
1604
|
-
|
|
1604
|
+
|
|
1605
1605
|
def initialize(instanceid=nil)
|
|
1606
1606
|
@InstanceId = instanceid
|
|
1607
1607
|
end
|
|
@@ -1625,7 +1625,7 @@ module TencentCloud
|
|
|
1625
1625
|
# @type RequestId: String
|
|
1626
1626
|
|
|
1627
1627
|
attr_accessor :TotalCnt, :NodeList, :MetaInfo, :RequestId
|
|
1628
|
-
|
|
1628
|
+
|
|
1629
1629
|
def initialize(totalcnt=nil, nodelist=nil, metainfo=nil, requestid=nil)
|
|
1630
1630
|
@TotalCnt = totalcnt
|
|
1631
1631
|
@NodeList = nodelist
|
|
@@ -1664,7 +1664,7 @@ module TencentCloud
|
|
|
1664
1664
|
# @type Filters: Array
|
|
1665
1665
|
|
|
1666
1666
|
attr_accessor :DisplayStrategy, :Offset, :Limit, :OrderField, :Asc, :Filters
|
|
1667
|
-
|
|
1667
|
+
|
|
1668
1668
|
def initialize(displaystrategy=nil, offset=nil, limit=nil, orderfield=nil, asc=nil, filters=nil)
|
|
1669
1669
|
@DisplayStrategy = displaystrategy
|
|
1670
1670
|
@Offset = offset
|
|
@@ -1701,7 +1701,7 @@ module TencentCloud
|
|
|
1701
1701
|
# @type RequestId: String
|
|
1702
1702
|
|
|
1703
1703
|
attr_accessor :TotalCnt, :InstancesList, :RequestId
|
|
1704
|
-
|
|
1704
|
+
|
|
1705
1705
|
def initialize(totalcnt=nil, instanceslist=nil, requestid=nil)
|
|
1706
1706
|
@TotalCnt = totalcnt
|
|
1707
1707
|
@InstancesList = instanceslist
|
|
@@ -1750,7 +1750,7 @@ module TencentCloud
|
|
|
1750
1750
|
# @type Asc: Integer
|
|
1751
1751
|
|
|
1752
1752
|
attr_accessor :DisplayStrategy, :InstanceIds, :Offset, :Limit, :ProjectId, :OrderField, :Asc
|
|
1753
|
-
|
|
1753
|
+
|
|
1754
1754
|
def initialize(displaystrategy=nil, instanceids=nil, offset=nil, limit=nil, projectid=nil, orderfield=nil, asc=nil)
|
|
1755
1755
|
@DisplayStrategy = displaystrategy
|
|
1756
1756
|
@InstanceIds = instanceids
|
|
@@ -1786,7 +1786,7 @@ module TencentCloud
|
|
|
1786
1786
|
# @type RequestId: String
|
|
1787
1787
|
|
|
1788
1788
|
attr_accessor :TotalCnt, :ClusterList, :TagKeys, :RequestId
|
|
1789
|
-
|
|
1789
|
+
|
|
1790
1790
|
def initialize(totalcnt=nil, clusterlist=nil, tagkeys=nil, requestid=nil)
|
|
1791
1791
|
@TotalCnt = totalcnt
|
|
1792
1792
|
@ClusterList = clusterlist
|
|
@@ -1815,7 +1815,7 @@ module TencentCloud
|
|
|
1815
1815
|
# @type JobFlowId: Integer
|
|
1816
1816
|
|
|
1817
1817
|
attr_accessor :JobFlowId
|
|
1818
|
-
|
|
1818
|
+
|
|
1819
1819
|
def initialize(jobflowid=nil)
|
|
1820
1820
|
@JobFlowId = jobflowid
|
|
1821
1821
|
end
|
|
@@ -1842,7 +1842,7 @@ module TencentCloud
|
|
|
1842
1842
|
# @type RequestId: String
|
|
1843
1843
|
|
|
1844
1844
|
attr_accessor :State, :Details, :RequestId
|
|
1845
|
-
|
|
1845
|
+
|
|
1846
1846
|
def initialize(state=nil, details=nil, requestid=nil)
|
|
1847
1847
|
@State = state
|
|
1848
1848
|
@Details = details
|
|
@@ -1869,7 +1869,7 @@ module TencentCloud
|
|
|
1869
1869
|
# @type InstanceId: String
|
|
1870
1870
|
|
|
1871
1871
|
attr_accessor :InstanceId
|
|
1872
|
-
|
|
1872
|
+
|
|
1873
1873
|
def initialize(instanceid=nil)
|
|
1874
1874
|
@InstanceId = instanceid
|
|
1875
1875
|
end
|
|
@@ -1893,7 +1893,7 @@ module TencentCloud
|
|
|
1893
1893
|
# @type RequestId: String
|
|
1894
1894
|
|
|
1895
1895
|
attr_accessor :OpenSwitch, :Scheduler, :FSInfo, :CSInfo, :RequestId
|
|
1896
|
-
|
|
1896
|
+
|
|
1897
1897
|
def initialize(openswitch=nil, scheduler=nil, fsinfo=nil, csinfo=nil, requestid=nil)
|
|
1898
1898
|
@OpenSwitch = openswitch
|
|
1899
1899
|
@Scheduler = scheduler
|
|
@@ -1925,7 +1925,7 @@ module TencentCloud
|
|
|
1925
1925
|
# @type NeedKeytabInfo: Boolean
|
|
1926
1926
|
|
|
1927
1927
|
attr_accessor :InstanceId, :PageNo, :PageSize, :UserManagerFilter, :NeedKeytabInfo
|
|
1928
|
-
|
|
1928
|
+
|
|
1929
1929
|
def initialize(instanceid=nil, pageno=nil, pagesize=nil, usermanagerfilter=nil, needkeytabinfo=nil)
|
|
1930
1930
|
@InstanceId = instanceid
|
|
1931
1931
|
@PageNo = pageno
|
|
@@ -1957,7 +1957,7 @@ module TencentCloud
|
|
|
1957
1957
|
# @type RequestId: String
|
|
1958
1958
|
|
|
1959
1959
|
attr_accessor :TotalCnt, :UserManagerUserList, :RequestId
|
|
1960
|
-
|
|
1960
|
+
|
|
1961
1961
|
def initialize(totalcnt=nil, usermanageruserlist=nil, requestid=nil)
|
|
1962
1962
|
@TotalCnt = totalcnt
|
|
1963
1963
|
@UserManagerUserList = usermanageruserlist
|
|
@@ -1986,7 +1986,7 @@ module TencentCloud
|
|
|
1986
1986
|
# @type Count: Integer
|
|
1987
1987
|
|
|
1988
1988
|
attr_accessor :Spec, :Count
|
|
1989
|
-
|
|
1989
|
+
|
|
1990
1990
|
def initialize(spec=nil, count=nil)
|
|
1991
1991
|
@Spec = spec
|
|
1992
1992
|
@Count = count
|
|
@@ -2015,7 +2015,7 @@ module TencentCloud
|
|
|
2015
2015
|
# @type DiskSize: Integer
|
|
2016
2016
|
|
|
2017
2017
|
attr_accessor :DiskType, :DiskSize
|
|
2018
|
-
|
|
2018
|
+
|
|
2019
2019
|
def initialize(disktype=nil, disksize=nil)
|
|
2020
2020
|
@DiskType = disktype
|
|
2021
2021
|
@DiskSize = disksize
|
|
@@ -2055,7 +2055,7 @@ module TencentCloud
|
|
|
2055
2055
|
# @type DiskSize: Integer
|
|
2056
2056
|
|
|
2057
2057
|
attr_accessor :Count, :DiskType, :DiskSize
|
|
2058
|
-
|
|
2058
|
+
|
|
2059
2059
|
def initialize(count=nil, disktype=nil, disksize=nil)
|
|
2060
2060
|
@Count = count
|
|
2061
2061
|
@DiskType = disktype
|
|
@@ -2081,7 +2081,7 @@ module TencentCloud
|
|
|
2081
2081
|
# @type LimitMemory: Float
|
|
2082
2082
|
|
|
2083
2083
|
attr_accessor :RequestCpu, :LimitCpu, :RequestMemory, :LimitMemory
|
|
2084
|
-
|
|
2084
|
+
|
|
2085
2085
|
def initialize(requestcpu=nil, limitcpu=nil, requestmemory=nil, limitmemory=nil)
|
|
2086
2086
|
@RequestCpu = requestcpu
|
|
2087
2087
|
@LimitCpu = limitcpu
|
|
@@ -2181,7 +2181,7 @@ module TencentCloud
|
|
|
2181
2181
|
# @type IsSupportOutsideCluster: Boolean
|
|
2182
2182
|
|
|
2183
2183
|
attr_accessor :ClusterId, :StatusDesc, :ClusterName, :ZoneId, :AppId, :AddTime, :RunTime, :MasterIp, :EmrVersion, :ChargeType, :Id, :ProductId, :ProjectId, :RegionId, :SubnetId, :VpcId, :Zone, :Status, :Tags, :AlarmInfo, :IsWoodpeckerCluster, :VpcName, :SubnetName, :UniqVpcId, :UniqSubnetId, :ClusterClass, :IsMultiZoneCluster, :IsHandsCluster, :OutSideSoftInfo, :IsSupportOutsideCluster
|
|
2184
|
-
|
|
2184
|
+
|
|
2185
2185
|
def initialize(clusterid=nil, statusdesc=nil, clustername=nil, zoneid=nil, appid=nil, addtime=nil, runtime=nil, masterip=nil, emrversion=nil, chargetype=nil, id=nil, productid=nil, projectid=nil, regionid=nil, subnetid=nil, vpcid=nil, zone=nil, status=nil, tags=nil, alarminfo=nil, iswoodpeckercluster=nil, vpcname=nil, subnetname=nil, uniqvpcid=nil, uniqsubnetid=nil, clusterclass=nil, ismultizonecluster=nil, ishandscluster=nil, outsidesoftinfo=nil, issupportoutsidecluster=nil)
|
|
2186
2186
|
@ClusterId = clusterid
|
|
2187
2187
|
@StatusDesc = statusdesc
|
|
@@ -2282,7 +2282,7 @@ module TencentCloud
|
|
|
2282
2282
|
# @type SupportSpotPaid: Boolean
|
|
2283
2283
|
|
|
2284
2284
|
attr_accessor :OriginalCost, :DiscountCost, :Unit, :PriceSpec, :SupportSpotPaid
|
|
2285
|
-
|
|
2285
|
+
|
|
2286
2286
|
def initialize(originalcost=nil, discountcost=nil, unit=nil, pricespec=nil, supportspotpaid=nil)
|
|
2287
2287
|
@OriginalCost = originalcost
|
|
2288
2288
|
@DiscountCost = discountcost
|
|
@@ -2364,7 +2364,7 @@ module TencentCloud
|
|
|
2364
2364
|
# @type PublicKeyId: String
|
|
2365
2365
|
|
|
2366
2366
|
attr_accessor :SoftInfo, :MasterNodeSize, :CoreNodeSize, :TaskNodeSize, :ComNodeSize, :MasterResource, :CoreResource, :TaskResource, :ComResource, :OnCos, :ChargeType, :RouterNodeSize, :SupportHA, :SecurityOn, :SecurityGroup, :CbsEncrypt, :ApplicationRole, :SecurityGroups, :PublicKeyId
|
|
2367
|
-
|
|
2367
|
+
|
|
2368
2368
|
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)
|
|
2369
2369
|
@SoftInfo = softinfo
|
|
2370
2370
|
@MasterNodeSize = masternodesize
|
|
@@ -2433,7 +2433,7 @@ module TencentCloud
|
|
|
2433
2433
|
# @type Args: Array
|
|
2434
2434
|
|
|
2435
2435
|
attr_accessor :JobType, :Args
|
|
2436
|
-
|
|
2436
|
+
|
|
2437
2437
|
def initialize(jobtype=nil, args=nil)
|
|
2438
2438
|
@JobType = jobtype
|
|
2439
2439
|
@Args = args
|
|
@@ -2457,7 +2457,7 @@ module TencentCloud
|
|
|
2457
2457
|
# @type InstanceId: String
|
|
2458
2458
|
|
|
2459
2459
|
attr_accessor :ShareType, :CustomServiceDefineList, :Service, :InstanceId
|
|
2460
|
-
|
|
2460
|
+
|
|
2461
2461
|
def initialize(sharetype=nil, customservicedefinelist=nil, service=nil, instanceid=nil)
|
|
2462
2462
|
@ShareType = sharetype
|
|
2463
2463
|
@CustomServiceDefineList = customservicedefinelist
|
|
@@ -2488,7 +2488,7 @@ module TencentCloud
|
|
|
2488
2488
|
# @type Values: Array
|
|
2489
2489
|
|
|
2490
2490
|
attr_accessor :Name, :Values
|
|
2491
|
-
|
|
2491
|
+
|
|
2492
2492
|
def initialize(name=nil, values=nil)
|
|
2493
2493
|
@Name = name
|
|
2494
2494
|
@Values = values
|
|
@@ -2507,7 +2507,7 @@ module TencentCloud
|
|
|
2507
2507
|
# @type VolumePath: String
|
|
2508
2508
|
|
|
2509
2509
|
attr_accessor :VolumePath
|
|
2510
|
-
|
|
2510
|
+
|
|
2511
2511
|
def initialize(volumepath=nil)
|
|
2512
2512
|
@VolumePath = volumepath
|
|
2513
2513
|
end
|
|
@@ -2535,7 +2535,7 @@ module TencentCloud
|
|
|
2535
2535
|
# @type Currency: String
|
|
2536
2536
|
|
|
2537
2537
|
attr_accessor :TimeSpan, :InstanceId, :Placement, :PayMode, :TimeUnit, :Currency
|
|
2538
|
-
|
|
2538
|
+
|
|
2539
2539
|
def initialize(timespan=nil, instanceid=nil, placement=nil, paymode=nil, timeunit=nil, currency=nil)
|
|
2540
2540
|
@TimeSpan = timespan
|
|
2541
2541
|
@InstanceId = instanceid
|
|
@@ -2577,7 +2577,7 @@ module TencentCloud
|
|
|
2577
2577
|
# @type RequestId: String
|
|
2578
2578
|
|
|
2579
2579
|
attr_accessor :OriginalCost, :DiscountCost, :TimeUnit, :TimeSpan, :RequestId
|
|
2580
|
-
|
|
2580
|
+
|
|
2581
2581
|
def initialize(originalcost=nil, discountcost=nil, timeunit=nil, timespan=nil, requestid=nil)
|
|
2582
2582
|
@OriginalCost = originalcost
|
|
2583
2583
|
@DiscountCost = discountcost
|
|
@@ -2657,7 +2657,7 @@ module TencentCloud
|
|
|
2657
2657
|
# @type MultiZoneSettings: Array
|
|
2658
2658
|
|
|
2659
2659
|
attr_accessor :TimeUnit, :TimeSpan, :Currency, :PayMode, :SupportHA, :Software, :ResourceSpec, :Placement, :VPCSettings, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ProductId, :SceneName, :ExternalService, :VersionID, :MultiZoneSettings
|
|
2660
|
-
|
|
2660
|
+
|
|
2661
2661
|
def initialize(timeunit=nil, timespan=nil, currency=nil, paymode=nil, supportha=nil, software=nil, resourcespec=nil, placement=nil, vpcsettings=nil, metatype=nil, unifymetainstanceid=nil, metadbinfo=nil, productid=nil, scenename=nil, externalservice=nil, versionid=nil, multizonesettings=nil)
|
|
2662
2662
|
@TimeUnit = timeunit
|
|
2663
2663
|
@TimeSpan = timespan
|
|
@@ -2748,7 +2748,7 @@ module TencentCloud
|
|
|
2748
2748
|
# @type RequestId: String
|
|
2749
2749
|
|
|
2750
2750
|
attr_accessor :OriginalCost, :DiscountCost, :TimeUnit, :TimeSpan, :PriceList, :RequestId
|
|
2751
|
-
|
|
2751
|
+
|
|
2752
2752
|
def initialize(originalcost=nil, discountcost=nil, timeunit=nil, timespan=nil, pricelist=nil, requestid=nil)
|
|
2753
2753
|
@OriginalCost = originalcost
|
|
2754
2754
|
@DiscountCost = discountcost
|
|
@@ -2795,7 +2795,7 @@ module TencentCloud
|
|
|
2795
2795
|
# @type ModifyPayMode: Integer
|
|
2796
2796
|
|
|
2797
2797
|
attr_accessor :TimeSpan, :ResourceIds, :Placement, :PayMode, :TimeUnit, :Currency, :ModifyPayMode
|
|
2798
|
-
|
|
2798
|
+
|
|
2799
2799
|
def initialize(timespan=nil, resourceids=nil, placement=nil, paymode=nil, timeunit=nil, currency=nil, modifypaymode=nil)
|
|
2800
2800
|
@TimeSpan = timespan
|
|
2801
2801
|
@ResourceIds = resourceids
|
|
@@ -2839,7 +2839,7 @@ module TencentCloud
|
|
|
2839
2839
|
# @type RequestId: String
|
|
2840
2840
|
|
|
2841
2841
|
attr_accessor :OriginalCost, :DiscountCost, :TimeUnit, :TimeSpan, :RequestId
|
|
2842
|
-
|
|
2842
|
+
|
|
2843
2843
|
def initialize(originalcost=nil, discountcost=nil, timeunit=nil, timespan=nil, requestid=nil)
|
|
2844
2844
|
@OriginalCost = originalcost
|
|
2845
2845
|
@DiscountCost = discountcost
|
|
@@ -2888,7 +2888,7 @@ module TencentCloud
|
|
|
2888
2888
|
# @type MasterCount: Integer
|
|
2889
2889
|
|
|
2890
2890
|
attr_accessor :TimeUnit, :TimeSpan, :ZoneId, :PayMode, :InstanceId, :CoreCount, :TaskCount, :Currency, :RouterCount, :MasterCount
|
|
2891
|
-
|
|
2891
|
+
|
|
2892
2892
|
def initialize(timeunit=nil, timespan=nil, zoneid=nil, paymode=nil, instanceid=nil, corecount=nil, taskcount=nil, currency=nil, routercount=nil, mastercount=nil)
|
|
2893
2893
|
@TimeUnit = timeunit
|
|
2894
2894
|
@TimeSpan = timespan
|
|
@@ -2939,7 +2939,7 @@ module TencentCloud
|
|
|
2939
2939
|
# @type RequestId: String
|
|
2940
2940
|
|
|
2941
2941
|
attr_accessor :OriginalCost, :DiscountCost, :Unit, :PriceSpec, :MultipleEmrPrice, :RequestId
|
|
2942
|
-
|
|
2942
|
+
|
|
2943
2943
|
def initialize(originalcost=nil, discountcost=nil, unit=nil, pricespec=nil, multipleemrprice=nil, requestid=nil)
|
|
2944
2944
|
@OriginalCost = originalcost
|
|
2945
2945
|
@DiscountCost = discountcost
|
|
@@ -2994,7 +2994,7 @@ module TencentCloud
|
|
|
2994
2994
|
# @type ResourceIdList: Array
|
|
2995
2995
|
|
|
2996
2996
|
attr_accessor :TimeUnit, :TimeSpan, :UpdateSpec, :PayMode, :Placement, :Currency, :ResourceIdList
|
|
2997
|
-
|
|
2997
|
+
|
|
2998
2998
|
def initialize(timeunit=nil, timespan=nil, updatespec=nil, paymode=nil, placement=nil, currency=nil, resourceidlist=nil)
|
|
2999
2999
|
@TimeUnit = timeunit
|
|
3000
3000
|
@TimeSpan = timespan
|
|
@@ -3045,7 +3045,7 @@ module TencentCloud
|
|
|
3045
3045
|
# @type RequestId: String
|
|
3046
3046
|
|
|
3047
3047
|
attr_accessor :OriginalCost, :DiscountCost, :TimeUnit, :TimeSpan, :PriceDetail, :RequestId
|
|
3048
|
-
|
|
3048
|
+
|
|
3049
3049
|
def initialize(originalcost=nil, discountcost=nil, timeunit=nil, timespan=nil, pricedetail=nil, requestid=nil)
|
|
3050
3050
|
@OriginalCost = originalcost
|
|
3051
3051
|
@DiscountCost = discountcost
|
|
@@ -3083,7 +3083,7 @@ module TencentCloud
|
|
|
3083
3083
|
# @type RenewFlag: Boolean
|
|
3084
3084
|
|
|
3085
3085
|
attr_accessor :Period, :RenewFlag
|
|
3086
|
-
|
|
3086
|
+
|
|
3087
3087
|
def initialize(period=nil, renewflag=nil)
|
|
3088
3088
|
@Period = period
|
|
3089
3089
|
@RenewFlag = renewflag
|
|
@@ -3107,7 +3107,7 @@ module TencentCloud
|
|
|
3107
3107
|
# @type DiskGroups: Array
|
|
3108
3108
|
|
|
3109
3109
|
attr_accessor :Spec, :InstanceType, :Tags, :DiskGroups
|
|
3110
|
-
|
|
3110
|
+
|
|
3111
3111
|
def initialize(spec=nil, instancetype=nil, tags=nil, diskgroups=nil)
|
|
3112
3112
|
@Spec = spec
|
|
3113
3113
|
@InstanceType = instancetype
|
|
@@ -3157,7 +3157,7 @@ module TencentCloud
|
|
|
3157
3157
|
# @type CommonResourceSpec: :class:`Tencentcloud::Emr.v20190103.models.JobFlowResource`
|
|
3158
3158
|
|
|
3159
3159
|
attr_accessor :MasterCount, :MasterResourceSpec, :CoreCount, :CoreResourceSpec, :TaskCount, :CommonCount, :TaskResourceSpec, :CommonResourceSpec
|
|
3160
|
-
|
|
3160
|
+
|
|
3161
3161
|
def initialize(mastercount=nil, masterresourcespec=nil, corecount=nil, coreresourcespec=nil, taskcount=nil, commoncount=nil, taskresourcespec=nil, commonresourcespec=nil)
|
|
3162
3162
|
@MasterCount = mastercount
|
|
3163
3163
|
@MasterResourceSpec = masterresourcespec
|
|
@@ -3216,7 +3216,7 @@ module TencentCloud
|
|
|
3216
3216
|
# @type ApplicationId: String
|
|
3217
3217
|
|
|
3218
3218
|
attr_accessor :Name, :ActionOnFailure, :JobState, :ApplicationId
|
|
3219
|
-
|
|
3219
|
+
|
|
3220
3220
|
def initialize(name=nil, actiononfailure=nil, jobstate=nil, applicationid=nil)
|
|
3221
3221
|
@Name = name
|
|
3222
3222
|
@ActionOnFailure = actiononfailure
|
|
@@ -3240,7 +3240,7 @@ module TencentCloud
|
|
|
3240
3240
|
# @type PublicKeyId: String
|
|
3241
3241
|
|
|
3242
3242
|
attr_accessor :Password, :PublicKeyId
|
|
3243
|
-
|
|
3243
|
+
|
|
3244
3244
|
def initialize(password=nil, publickeyid=nil)
|
|
3245
3245
|
@Password = password
|
|
3246
3246
|
@PublicKeyId = publickeyid
|
|
@@ -3262,7 +3262,7 @@ module TencentCloud
|
|
|
3262
3262
|
# @type MetaDBInfo: :class:`Tencentcloud::Emr.v20190103.models.CustomMetaInfo`
|
|
3263
3263
|
|
|
3264
3264
|
attr_accessor :MetaType, :UnifyMetaInstanceId, :MetaDBInfo
|
|
3265
|
-
|
|
3265
|
+
|
|
3266
3266
|
def initialize(metatype=nil, unifymetainstanceid=nil, metadbinfo=nil)
|
|
3267
3267
|
@MetaType = metatype
|
|
3268
3268
|
@UnifyMetaInstanceId = unifymetainstanceid
|
|
@@ -3289,7 +3289,7 @@ module TencentCloud
|
|
|
3289
3289
|
# @type Key: String
|
|
3290
3290
|
|
|
3291
3291
|
attr_accessor :InstanceId, :Key
|
|
3292
|
-
|
|
3292
|
+
|
|
3293
3293
|
def initialize(instanceid=nil, key=nil)
|
|
3294
3294
|
@InstanceId = instanceid
|
|
3295
3295
|
@Key = key
|
|
@@ -3312,7 +3312,7 @@ module TencentCloud
|
|
|
3312
3312
|
# @type RequestId: String
|
|
3313
3313
|
|
|
3314
3314
|
attr_accessor :IsDraft, :ErrorMsg, :RequestId
|
|
3315
|
-
|
|
3315
|
+
|
|
3316
3316
|
def initialize(isdraft=nil, errormsg=nil, requestid=nil)
|
|
3317
3317
|
@IsDraft = isdraft
|
|
3318
3318
|
@ErrorMsg = errormsg
|
|
@@ -3336,7 +3336,7 @@ module TencentCloud
|
|
|
3336
3336
|
# @type Value: String
|
|
3337
3337
|
|
|
3338
3338
|
attr_accessor :InstanceId, :Key, :Value
|
|
3339
|
-
|
|
3339
|
+
|
|
3340
3340
|
def initialize(instanceid=nil, key=nil, value=nil)
|
|
3341
3341
|
@InstanceId = instanceid
|
|
3342
3342
|
@Key = key
|
|
@@ -3364,7 +3364,7 @@ module TencentCloud
|
|
|
3364
3364
|
# @type RequestId: String
|
|
3365
3365
|
|
|
3366
3366
|
attr_accessor :IsDraft, :ErrorMsg, :Data, :RequestId
|
|
3367
|
-
|
|
3367
|
+
|
|
3368
3368
|
def initialize(isdraft=nil, errormsg=nil, data=nil, requestid=nil)
|
|
3369
3369
|
@IsDraft = isdraft
|
|
3370
3370
|
@ErrorMsg = errormsg
|
|
@@ -3390,7 +3390,7 @@ module TencentCloud
|
|
|
3390
3390
|
# @type NewValue: String
|
|
3391
3391
|
|
|
3392
3392
|
attr_accessor :InstanceId, :OldValue, :NewValue
|
|
3393
|
-
|
|
3393
|
+
|
|
3394
3394
|
def initialize(instanceid=nil, oldvalue=nil, newvalue=nil)
|
|
3395
3395
|
@InstanceId = instanceid
|
|
3396
3396
|
@OldValue = oldvalue
|
|
@@ -3410,7 +3410,7 @@ module TencentCloud
|
|
|
3410
3410
|
# @type RequestId: String
|
|
3411
3411
|
|
|
3412
3412
|
attr_accessor :RequestId
|
|
3413
|
-
|
|
3413
|
+
|
|
3414
3414
|
def initialize(requestid=nil)
|
|
3415
3415
|
@RequestId = requestid
|
|
3416
3416
|
end
|
|
@@ -3433,7 +3433,7 @@ module TencentCloud
|
|
|
3433
3433
|
# @type Count: Integer
|
|
3434
3434
|
|
|
3435
3435
|
attr_accessor :DiskType, :Volume, :Count
|
|
3436
|
-
|
|
3436
|
+
|
|
3437
3437
|
def initialize(disktype=nil, volume=nil, count=nil)
|
|
3438
3438
|
@DiskType = disktype
|
|
3439
3439
|
@Volume = volume
|
|
@@ -3460,7 +3460,7 @@ module TencentCloud
|
|
|
3460
3460
|
# @type Volume: Integer
|
|
3461
3461
|
|
|
3462
3462
|
attr_accessor :Count, :Type, :Volume
|
|
3463
|
-
|
|
3463
|
+
|
|
3464
3464
|
def initialize(count=nil, type=nil, volume=nil)
|
|
3465
3465
|
@Count = count
|
|
3466
3466
|
@Type = type
|
|
@@ -3487,7 +3487,7 @@ module TencentCloud
|
|
|
3487
3487
|
# @type ResourceSpec: :class:`Tencentcloud::Emr.v20190103.models.NewResourceSpec`
|
|
3488
3488
|
|
|
3489
3489
|
attr_accessor :ZoneTag, :VPCSettings, :Placement, :ResourceSpec
|
|
3490
|
-
|
|
3490
|
+
|
|
3491
3491
|
def initialize(zonetag=nil, vpcsettings=nil, placement=nil, resourcespec=nil)
|
|
3492
3492
|
@ZoneTag = zonetag
|
|
3493
3493
|
@VPCSettings = vpcsettings
|
|
@@ -3532,7 +3532,7 @@ module TencentCloud
|
|
|
3532
3532
|
# @type CommonCount: Integer
|
|
3533
3533
|
|
|
3534
3534
|
attr_accessor :MasterResourceSpec, :CoreResourceSpec, :TaskResourceSpec, :MasterCount, :CoreCount, :TaskCount, :CommonResourceSpec, :CommonCount
|
|
3535
|
-
|
|
3535
|
+
|
|
3536
3536
|
def initialize(masterresourcespec=nil, coreresourcespec=nil, taskresourcespec=nil, mastercount=nil, corecount=nil, taskcount=nil, commonresourcespec=nil, commoncount=nil)
|
|
3537
3537
|
@MasterResourceSpec = masterresourcespec
|
|
3538
3538
|
@CoreResourceSpec = coreresourcespec
|
|
@@ -3577,7 +3577,7 @@ module TencentCloud
|
|
|
3577
3577
|
# @type PartDetailPrice: Array
|
|
3578
3578
|
|
|
3579
3579
|
attr_accessor :NodeType, :PartDetailPrice
|
|
3580
|
-
|
|
3580
|
+
|
|
3581
3581
|
def initialize(nodetype=nil, partdetailprice=nil)
|
|
3582
3582
|
@NodeType = nodetype
|
|
3583
3583
|
@PartDetailPrice = partdetailprice
|
|
@@ -3751,7 +3751,7 @@ module TencentCloud
|
|
|
3751
3751
|
# @type TradeVersion: Integer
|
|
3752
3752
|
|
|
3753
3753
|
attr_accessor :AppId, :SerialNo, :OrderNo, :WanIp, :Flag, :Spec, :CpuNum, :MemSize, :MemDesc, :RegionId, :ZoneId, :ApplyTime, :FreeTime, :DiskSize, :NameTag, :Services, :StorageType, :RootSize, :ChargeType, :CdbIp, :CdbPort, :HwDiskSize, :HwDiskSizeDesc, :HwMemSize, :HwMemSizeDesc, :ExpireTime, :EmrResourceId, :IsAutoRenew, :DeviceClass, :Mutable, :MCMultiDisk, :CdbNodeInfo, :Ip, :Destroyable, :Tags, :AutoFlag, :HardwareResourceType, :IsDynamicSpec, :DynamicPodSpec, :SupportModifyPayMode, :RootStorageType, :Zone, :SubnetInfo, :Clients, :CurrentTime, :IsFederation, :DeviceName, :ServiceClient, :DisableApiTermination, :TradeVersion
|
|
3754
|
-
|
|
3754
|
+
|
|
3755
3755
|
def initialize(appid=nil, serialno=nil, orderno=nil, wanip=nil, flag=nil, spec=nil, cpunum=nil, memsize=nil, memdesc=nil, regionid=nil, zoneid=nil, applytime=nil, freetime=nil, disksize=nil, nametag=nil, services=nil, storagetype=nil, rootsize=nil, chargetype=nil, cdbip=nil, cdbport=nil, hwdisksize=nil, hwdisksizedesc=nil, hwmemsize=nil, hwmemsizedesc=nil, expiretime=nil, emrresourceid=nil, isautorenew=nil, deviceclass=nil, mutable=nil, mcmultidisk=nil, cdbnodeinfo=nil, ip=nil, destroyable=nil, tags=nil, autoflag=nil, hardwareresourcetype=nil, isdynamicspec=nil, dynamicpodspec=nil, supportmodifypaymode=nil, rootstoragetype=nil, zone=nil, subnetinfo=nil, clients=nil, currenttime=nil, isfederation=nil, devicename=nil, serviceclient=nil, disableapitermination=nil, tradeversion=nil)
|
|
3756
3756
|
@AppId = appid
|
|
3757
3757
|
@SerialNo = serialno
|
|
@@ -3898,7 +3898,7 @@ module TencentCloud
|
|
|
3898
3898
|
# @type LocalDataDisk: Array
|
|
3899
3899
|
|
|
3900
3900
|
attr_accessor :InstanceType, :SystemDisk, :Tags, :DataDisk, :LocalDataDisk
|
|
3901
|
-
|
|
3901
|
+
|
|
3902
3902
|
def initialize(instancetype=nil, systemdisk=nil, tags=nil, datadisk=nil, localdatadisk=nil)
|
|
3903
3903
|
@InstanceType = instancetype
|
|
3904
3904
|
@SystemDisk = systemdisk
|
|
@@ -3951,7 +3951,7 @@ module TencentCloud
|
|
|
3951
3951
|
# @type ServiceInfoList: Array
|
|
3952
3952
|
|
|
3953
3953
|
attr_accessor :ServiceInfoList
|
|
3954
|
-
|
|
3954
|
+
|
|
3955
3955
|
def initialize(serviceinfolist=nil)
|
|
3956
3956
|
@ServiceInfoList = serviceinfolist
|
|
3957
3957
|
end
|
|
@@ -3999,7 +3999,7 @@ module TencentCloud
|
|
|
3999
3999
|
# @type InstanceType: String
|
|
4000
4000
|
|
|
4001
4001
|
attr_accessor :Spec, :SpecName, :StorageType, :DiskType, :RootSize, :MemSize, :Cpu, :DiskSize, :InstanceType
|
|
4002
|
-
|
|
4002
|
+
|
|
4003
4003
|
def initialize(spec=nil, specname=nil, storagetype=nil, disktype=nil, rootsize=nil, memsize=nil, cpu=nil, disksize=nil, instancetype=nil)
|
|
4004
4004
|
@Spec = spec
|
|
4005
4005
|
@SpecName = specname
|
|
@@ -4047,7 +4047,7 @@ module TencentCloud
|
|
|
4047
4047
|
# @type GoodsNum: Integer
|
|
4048
4048
|
|
|
4049
4049
|
attr_accessor :InstanceType, :Price, :RealCost, :RealTotalCost, :Policy, :GoodsNum
|
|
4050
|
-
|
|
4050
|
+
|
|
4051
4051
|
def initialize(instancetype=nil, price=nil, realcost=nil, realtotalcost=nil, policy=nil, goodsnum=nil)
|
|
4052
4052
|
@InstanceType = instancetype
|
|
4053
4053
|
@Price = price
|
|
@@ -4080,7 +4080,7 @@ module TencentCloud
|
|
|
4080
4080
|
# @type DiskNum: Integer
|
|
4081
4081
|
|
|
4082
4082
|
attr_accessor :DiskSize, :DiskType, :DiskNum
|
|
4083
|
-
|
|
4083
|
+
|
|
4084
4084
|
def initialize(disksize=nil, disktype=nil, disknum=nil)
|
|
4085
4085
|
@DiskSize = disksize
|
|
4086
4086
|
@DiskType = disktype
|
|
@@ -4102,7 +4102,7 @@ module TencentCloud
|
|
|
4102
4102
|
# @type ProjectId: Integer
|
|
4103
4103
|
|
|
4104
4104
|
attr_accessor :Zone, :ProjectId
|
|
4105
|
-
|
|
4105
|
+
|
|
4106
4106
|
def initialize(zone=nil, projectid=nil)
|
|
4107
4107
|
@Zone = zone
|
|
4108
4108
|
@ProjectId = projectid
|
|
@@ -4232,7 +4232,7 @@ module TencentCloud
|
|
|
4232
4232
|
# @type Parameter: String
|
|
4233
4233
|
|
|
4234
4234
|
attr_accessor :InstanceId, :Config, :Parameter
|
|
4235
|
-
|
|
4235
|
+
|
|
4236
4236
|
def initialize(instanceid=nil, config=nil, parameter=nil)
|
|
4237
4237
|
@InstanceId = instanceid
|
|
4238
4238
|
@Config = config
|
|
@@ -4280,7 +4280,7 @@ module TencentCloud
|
|
|
4280
4280
|
# @type PodName: String
|
|
4281
4281
|
|
|
4282
4282
|
attr_accessor :ResourceProviderIdentifier, :ResourceProviderType, :NodeFlag, :Cpu, :Memory, :CpuType, :PodVolumes, :EnableDynamicSpecFlag, :DynamicPodSpec, :VpcId, :SubnetId, :PodName
|
|
4283
|
-
|
|
4283
|
+
|
|
4284
4284
|
def initialize(resourceprovideridentifier=nil, resourceprovidertype=nil, nodeflag=nil, cpu=nil, memory=nil, cputype=nil, podvolumes=nil, enabledynamicspecflag=nil, dynamicpodspec=nil, vpcid=nil, subnetid=nil, podname=nil)
|
|
4285
4285
|
@ResourceProviderIdentifier = resourceprovideridentifier
|
|
4286
4286
|
@ResourceProviderType = resourceprovidertype
|
|
@@ -4440,7 +4440,7 @@ module TencentCloud
|
|
|
4440
4440
|
# @type Parameter: String
|
|
4441
4441
|
|
|
4442
4442
|
attr_accessor :ClusterId, :Config, :Parameter
|
|
4443
|
-
|
|
4443
|
+
|
|
4444
4444
|
def initialize(clusterid=nil, config=nil, parameter=nil)
|
|
4445
4445
|
@ClusterId = clusterid
|
|
4446
4446
|
@Config = config
|
|
@@ -4466,7 +4466,7 @@ module TencentCloud
|
|
|
4466
4466
|
# @type Number: Integer
|
|
4467
4467
|
|
|
4468
4468
|
attr_accessor :NodeType, :Cpu, :Memory, :Number
|
|
4469
|
-
|
|
4469
|
+
|
|
4470
4470
|
def initialize(nodetype=nil, cpu=nil, memory=nil, number=nil)
|
|
4471
4471
|
@NodeType = nodetype
|
|
4472
4472
|
@Cpu = cpu
|
|
@@ -4516,7 +4516,7 @@ module TencentCloud
|
|
|
4516
4516
|
# @type PodName: String
|
|
4517
4517
|
|
|
4518
4518
|
attr_accessor :ResourceProviderIdentifier, :ResourceProviderType, :NodeType, :Cpu, :Memory, :DataVolumes, :CpuType, :PodVolumes, :IsDynamicSpec, :DynamicPodSpec, :VpcId, :SubnetId, :PodName
|
|
4519
|
-
|
|
4519
|
+
|
|
4520
4520
|
def initialize(resourceprovideridentifier=nil, resourceprovidertype=nil, nodetype=nil, cpu=nil, memory=nil, datavolumes=nil, cputype=nil, podvolumes=nil, isdynamicspec=nil, dynamicpodspec=nil, vpcid=nil, subnetid=nil, podname=nil)
|
|
4521
4521
|
@ResourceProviderIdentifier = resourceprovideridentifier
|
|
4522
4522
|
@ResourceProviderType = resourceprovidertype
|
|
@@ -4568,7 +4568,7 @@ module TencentCloud
|
|
|
4568
4568
|
# @type PodParameter: :class:`Tencentcloud::Emr.v20190103.models.PodNewParameter`
|
|
4569
4569
|
|
|
4570
4570
|
attr_accessor :PodSpec, :PodParameter
|
|
4571
|
-
|
|
4571
|
+
|
|
4572
4572
|
def initialize(podspec=nil, podparameter=nil)
|
|
4573
4573
|
@PodSpec = podspec
|
|
4574
4574
|
@PodParameter = podparameter
|
|
@@ -4602,7 +4602,7 @@ module TencentCloud
|
|
|
4602
4602
|
# @type Memory: Integer
|
|
4603
4603
|
|
|
4604
4604
|
attr_accessor :Name, :Uuid, :State, :Reason, :OwnerCluster, :Memory
|
|
4605
|
-
|
|
4605
|
+
|
|
4606
4606
|
def initialize(name=nil, uuid=nil, state=nil, reason=nil, ownercluster=nil, memory=nil)
|
|
4607
4607
|
@Name = name
|
|
4608
4608
|
@Uuid = uuid
|
|
@@ -4635,7 +4635,7 @@ module TencentCloud
|
|
|
4635
4635
|
# @type HostVolume: :class:`Tencentcloud::Emr.v20190103.models.HostVolumeContext`
|
|
4636
4636
|
|
|
4637
4637
|
attr_accessor :VolumeType, :PVCVolume, :HostVolume
|
|
4638
|
-
|
|
4638
|
+
|
|
4639
4639
|
def initialize(volumetype=nil, pvcvolume=nil, hostvolume=nil)
|
|
4640
4640
|
@VolumeType = volumetype
|
|
4641
4641
|
@PVCVolume = pvcvolume
|
|
@@ -4683,7 +4683,7 @@ module TencentCloud
|
|
|
4683
4683
|
# @type AppId: String
|
|
4684
4684
|
|
|
4685
4685
|
attr_accessor :Path, :Args, :Bucket, :Region, :Domain, :RunOrder, :WhenRun, :CosFileName, :CosFileURI, :CosSecretId, :CosSecretKey, :AppId
|
|
4686
|
-
|
|
4686
|
+
|
|
4687
4687
|
def initialize(path=nil, args=nil, bucket=nil, region=nil, domain=nil, runorder=nil, whenrun=nil, cosfilename=nil, cosfileuri=nil, cossecretid=nil, cossecretkey=nil, appid=nil)
|
|
4688
4688
|
@Path = path
|
|
4689
4689
|
@Args = args
|
|
@@ -4727,7 +4727,7 @@ module TencentCloud
|
|
|
4727
4727
|
# @type DiscountCost: Float
|
|
4728
4728
|
|
|
4729
4729
|
attr_accessor :ResourceId, :Formula, :OriginalCost, :DiscountCost
|
|
4730
|
-
|
|
4730
|
+
|
|
4731
4731
|
def initialize(resourceid=nil, formula=nil, originalcost=nil, discountcost=nil)
|
|
4732
4732
|
@ResourceId = resourceid
|
|
4733
4733
|
@Formula = formula
|
|
@@ -4786,7 +4786,7 @@ module TencentCloud
|
|
|
4786
4786
|
# @type LocalDiskNum: Integer
|
|
4787
4787
|
|
|
4788
4788
|
attr_accessor :Spec, :StorageType, :DiskType, :RootSize, :MemSize, :Cpu, :DiskSize, :MultiDisks, :DiskCnt, :InstanceType, :Tags, :DiskNum, :LocalDiskNum
|
|
4789
|
-
|
|
4789
|
+
|
|
4790
4790
|
def initialize(spec=nil, storagetype=nil, disktype=nil, rootsize=nil, memsize=nil, cpu=nil, disksize=nil, multidisks=nil, diskcnt=nil, instancetype=nil, tags=nil, disknum=nil, localdisknum=nil)
|
|
4791
4791
|
@Spec = spec
|
|
4792
4792
|
@StorageType = storagetype
|
|
@@ -4850,7 +4850,7 @@ module TencentCloud
|
|
|
4850
4850
|
# @type Zone: String
|
|
4851
4851
|
|
|
4852
4852
|
attr_accessor :UsedQuota, :RemainingQuota, :TotalQuota, :Zone
|
|
4853
|
-
|
|
4853
|
+
|
|
4854
4854
|
def initialize(usedquota=nil, remainingquota=nil, totalquota=nil, zone=nil)
|
|
4855
4855
|
@UsedQuota = usedquota
|
|
4856
4856
|
@RemainingQuota = remainingquota
|
|
@@ -4889,7 +4889,7 @@ module TencentCloud
|
|
|
4889
4889
|
# @type StorageType: Integer
|
|
4890
4890
|
|
|
4891
4891
|
attr_accessor :EmrResourceId, :Flag, :Ip, :MemDesc, :CpuNum, :DiskSize, :ExpireTime, :Spec, :StorageType
|
|
4892
|
-
|
|
4892
|
+
|
|
4893
4893
|
def initialize(emrresourceid=nil, flag=nil, ip=nil, memdesc=nil, cpunum=nil, disksize=nil, expiretime=nil, spec=nil, storagetype=nil)
|
|
4894
4894
|
@EmrResourceId = emrresourceid
|
|
4895
4895
|
@Flag = flag
|
|
@@ -4965,7 +4965,7 @@ module TencentCloud
|
|
|
4965
4965
|
# @type DiskNum: Integer
|
|
4966
4966
|
|
|
4967
4967
|
attr_accessor :Spec, :StorageType, :DiskType, :MemSize, :Cpu, :DiskSize, :RootSize, :MultiDisks, :Tags, :InstanceType, :LocalDiskNum, :DiskNum
|
|
4968
|
-
|
|
4968
|
+
|
|
4969
4969
|
def initialize(spec=nil, storagetype=nil, disktype=nil, memsize=nil, cpu=nil, disksize=nil, rootsize=nil, multidisks=nil, tags=nil, instancetype=nil, localdisknum=nil, disknum=nil)
|
|
4970
4970
|
@Spec = spec
|
|
4971
4971
|
@StorageType = storagetype
|
|
@@ -5049,7 +5049,7 @@ module TencentCloud
|
|
|
5049
5049
|
# @type Instance: :class:`Tencentcloud::Emr.v20190103.models.ClusterSetting`
|
|
5050
5050
|
|
|
5051
5051
|
attr_accessor :Name, :CreateCluster, :Steps, :InstancePolicy, :ProductVersion, :SecurityClusterFlag, :Software, :BootstrapActions, :Configurations, :LogUri, :InstanceId, :ApplicationRole, :ClientToken, :Instance
|
|
5052
|
-
|
|
5052
|
+
|
|
5053
5053
|
def initialize(name=nil, createcluster=nil, steps=nil, instancepolicy=nil, productversion=nil, securityclusterflag=nil, software=nil, bootstrapactions=nil, configurations=nil, loguri=nil, instanceid=nil, applicationrole=nil, clienttoken=nil, instance=nil)
|
|
5054
5054
|
@Name = name
|
|
5055
5055
|
@CreateCluster = createcluster
|
|
@@ -5117,7 +5117,7 @@ module TencentCloud
|
|
|
5117
5117
|
# @type RequestId: String
|
|
5118
5118
|
|
|
5119
5119
|
attr_accessor :JobFlowId, :RequestId
|
|
5120
|
-
|
|
5120
|
+
|
|
5121
5121
|
def initialize(jobflowid=nil, requestid=nil)
|
|
5122
5122
|
@JobFlowId = jobflowid
|
|
5123
5123
|
@RequestId = requestid
|
|
@@ -5177,7 +5177,7 @@ module TencentCloud
|
|
|
5177
5177
|
# @type SubnetId: String
|
|
5178
5178
|
|
|
5179
5179
|
attr_accessor :InstanceChargeType, :InstanceId, :ScaleOutNodeConfig, :ClientToken, :InstanceChargePrepaid, :ScriptBootstrapActionConfig, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareSourceType, :PodSpecInfo, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :EnableStartServiceFlag, :ResourceSpec, :Zone, :SubnetId
|
|
5180
|
-
|
|
5180
|
+
|
|
5181
5181
|
def initialize(instancechargetype=nil, instanceid=nil, scaleoutnodeconfig=nil, clienttoken=nil, instancechargeprepaid=nil, scriptbootstrapactionconfig=nil, softdeployinfo=nil, servicenodeinfo=nil, disasterrecovergroupids=nil, tags=nil, hardwaresourcetype=nil, podspecinfo=nil, clickhouseclustername=nil, clickhouseclustertype=nil, yarnnodelabel=nil, enablestartserviceflag=nil, resourcespec=nil, zone=nil, subnetid=nil)
|
|
5182
5182
|
@InstanceChargeType = instancechargetype
|
|
5183
5183
|
@InstanceId = instanceid
|
|
@@ -5263,7 +5263,7 @@ module TencentCloud
|
|
|
5263
5263
|
# @type RequestId: String
|
|
5264
5264
|
|
|
5265
5265
|
attr_accessor :InstanceId, :ClientToken, :FlowId, :RequestId
|
|
5266
|
-
|
|
5266
|
+
|
|
5267
5267
|
def initialize(instanceid=nil, clienttoken=nil, flowid=nil, requestid=nil)
|
|
5268
5268
|
@InstanceId = instanceid
|
|
5269
5269
|
@ClientToken = clienttoken
|
|
@@ -5346,7 +5346,7 @@ module TencentCloud
|
|
|
5346
5346
|
# @type AutoRenew: Integer
|
|
5347
5347
|
|
|
5348
5348
|
attr_accessor :TimeUnit, :TimeSpan, :InstanceId, :PayMode, :ClientToken, :PreExecutedFileSettings, :TaskCount, :CoreCount, :UnNecessaryNodeList, :RouterCount, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareResourceType, :PodSpec, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :PodParameter, :MasterCount, :StartServiceAfterScaleOut, :ZoneId, :SubnetId, :ScaleOutServiceConfAssign, :AutoRenew
|
|
5349
|
-
|
|
5349
|
+
|
|
5350
5350
|
def initialize(timeunit=nil, timespan=nil, instanceid=nil, paymode=nil, clienttoken=nil, preexecutedfilesettings=nil, taskcount=nil, corecount=nil, unnecessarynodelist=nil, routercount=nil, softdeployinfo=nil, servicenodeinfo=nil, disasterrecovergroupids=nil, tags=nil, hardwareresourcetype=nil, podspec=nil, clickhouseclustername=nil, clickhouseclustertype=nil, yarnnodelabel=nil, podparameter=nil, mastercount=nil, startserviceafterscaleout=nil, zoneid=nil, subnetid=nil, scaleoutserviceconfassign=nil, autorenew=nil)
|
|
5351
5351
|
@TimeUnit = timeunit
|
|
5352
5352
|
@TimeSpan = timespan
|
|
@@ -5446,7 +5446,7 @@ module TencentCloud
|
|
|
5446
5446
|
# @type RequestId: String
|
|
5447
5447
|
|
|
5448
5448
|
attr_accessor :InstanceId, :DealNames, :ClientToken, :FlowId, :BillId, :RequestId
|
|
5449
|
-
|
|
5449
|
+
|
|
5450
5450
|
def initialize(instanceid=nil, dealnames=nil, clienttoken=nil, flowid=nil, billid=nil, requestid=nil)
|
|
5451
5451
|
@InstanceId = instanceid
|
|
5452
5452
|
@DealNames = dealnames
|
|
@@ -5478,7 +5478,7 @@ module TencentCloud
|
|
|
5478
5478
|
# @type NodeCount: Integer
|
|
5479
5479
|
|
|
5480
5480
|
attr_accessor :NodeFlag, :NodeCount
|
|
5481
|
-
|
|
5481
|
+
|
|
5482
5482
|
def initialize(nodeflag=nil, nodecount=nil)
|
|
5483
5483
|
@NodeFlag = nodeflag
|
|
5484
5484
|
@NodeCount = nodecount
|
|
@@ -5504,7 +5504,7 @@ module TencentCloud
|
|
|
5504
5504
|
# @type SceneName: String
|
|
5505
5505
|
|
|
5506
5506
|
attr_accessor :Software, :SceneName
|
|
5507
|
-
|
|
5507
|
+
|
|
5508
5508
|
def initialize(software=nil, scenename=nil)
|
|
5509
5509
|
@Software = software
|
|
5510
5510
|
@SceneName = scenename
|
|
@@ -5531,7 +5531,7 @@ module TencentCloud
|
|
|
5531
5531
|
# @type CosFileName: String
|
|
5532
5532
|
|
|
5533
5533
|
attr_accessor :CosFileURI, :ExecutionMoment, :Args, :CosFileName
|
|
5534
|
-
|
|
5534
|
+
|
|
5535
5535
|
def initialize(cosfileuri=nil, executionmoment=nil, args=nil, cosfilename=nil)
|
|
5536
5536
|
@CosFileURI = cosfileuri
|
|
5537
5537
|
@ExecutionMoment = executionmoment
|
|
@@ -5555,7 +5555,7 @@ module TencentCloud
|
|
|
5555
5555
|
# @type SearchValue: String
|
|
5556
5556
|
|
|
5557
5557
|
attr_accessor :SearchType, :SearchValue
|
|
5558
|
-
|
|
5558
|
+
|
|
5559
5559
|
def initialize(searchtype=nil, searchvalue=nil)
|
|
5560
5560
|
@SearchType = searchtype
|
|
5561
5561
|
@SearchValue = searchvalue
|
|
@@ -5575,7 +5575,7 @@ module TencentCloud
|
|
|
5575
5575
|
# @type ComponentInfoList: Array
|
|
5576
5576
|
|
|
5577
5577
|
attr_accessor :ServiceName, :ComponentInfoList
|
|
5578
|
-
|
|
5578
|
+
|
|
5579
5579
|
def initialize(servicename=nil, componentinfolist=nil)
|
|
5580
5580
|
@ServiceName = servicename
|
|
5581
5581
|
@ComponentInfoList = componentinfolist
|
|
@@ -5604,7 +5604,7 @@ module TencentCloud
|
|
|
5604
5604
|
# @type NodeSize: Integer
|
|
5605
5605
|
|
|
5606
5606
|
attr_accessor :NodeType, :NodeSize
|
|
5607
|
-
|
|
5607
|
+
|
|
5608
5608
|
def initialize(nodetype=nil, nodesize=nil)
|
|
5609
5609
|
@NodeType = nodetype
|
|
5610
5610
|
@NodeSize = nodesize
|
|
@@ -5624,7 +5624,7 @@ module TencentCloud
|
|
|
5624
5624
|
# @type Required: Boolean
|
|
5625
5625
|
|
|
5626
5626
|
attr_accessor :SoftName, :Required
|
|
5627
|
-
|
|
5627
|
+
|
|
5628
5628
|
def initialize(softname=nil, required=nil)
|
|
5629
5629
|
@SoftName = softname
|
|
5630
5630
|
@Required = required
|
|
@@ -5653,7 +5653,7 @@ module TencentCloud
|
|
|
5653
5653
|
# @type StrategyConfig: :class:`Tencentcloud::Emr.v20190103.models.StrategyConfig`
|
|
5654
5654
|
|
|
5655
5655
|
attr_accessor :InstanceId, :OpType, :OpScope, :StrategyConfig
|
|
5656
|
-
|
|
5656
|
+
|
|
5657
5657
|
def initialize(instanceid=nil, optype=nil, opscope=nil, strategyconfig=nil)
|
|
5658
5658
|
@InstanceId = instanceid
|
|
5659
5659
|
@OpType = optype
|
|
@@ -5681,7 +5681,7 @@ module TencentCloud
|
|
|
5681
5681
|
# @type RequestId: String
|
|
5682
5682
|
|
|
5683
5683
|
attr_accessor :RequestId
|
|
5684
|
-
|
|
5684
|
+
|
|
5685
5685
|
def initialize(requestid=nil)
|
|
5686
5686
|
@RequestId = requestid
|
|
5687
5687
|
end
|
|
@@ -5705,7 +5705,7 @@ module TencentCloud
|
|
|
5705
5705
|
# @type User: String
|
|
5706
5706
|
|
|
5707
5707
|
attr_accessor :Name, :ExecutionStep, :ActionOnFailure, :User
|
|
5708
|
-
|
|
5708
|
+
|
|
5709
5709
|
def initialize(name=nil, executionstep=nil, actiononfailure=nil, user=nil)
|
|
5710
5710
|
@Name = name
|
|
5711
5711
|
@ExecutionStep = executionstep
|
|
@@ -5741,7 +5741,7 @@ module TencentCloud
|
|
|
5741
5741
|
# @type DealOnFail: Integer
|
|
5742
5742
|
|
|
5743
5743
|
attr_accessor :RollingRestartSwitch, :BatchSize, :TimeWait, :DealOnFail
|
|
5744
|
-
|
|
5744
|
+
|
|
5745
5745
|
def initialize(rollingrestartswitch=nil, batchsize=nil, timewait=nil, dealonfail=nil)
|
|
5746
5746
|
@RollingRestartSwitch = rollingrestartswitch
|
|
5747
5747
|
@BatchSize = batchsize
|
|
@@ -5767,7 +5767,7 @@ module TencentCloud
|
|
|
5767
5767
|
# @type SubnetId: String
|
|
5768
5768
|
|
|
5769
5769
|
attr_accessor :SubnetName, :SubnetId
|
|
5770
|
-
|
|
5770
|
+
|
|
5771
5771
|
def initialize(subnetname=nil, subnetid=nil)
|
|
5772
5772
|
@SubnetName = subnetname
|
|
5773
5773
|
@SubnetId = subnetid
|
|
@@ -5785,7 +5785,7 @@ module TencentCloud
|
|
|
5785
5785
|
# @type Message: :class:`Tencentcloud::Emr.v20190103.models.PodState`
|
|
5786
5786
|
|
|
5787
5787
|
attr_accessor :Message
|
|
5788
|
-
|
|
5788
|
+
|
|
5789
5789
|
def initialize(message=nil)
|
|
5790
5790
|
@Message = message
|
|
5791
5791
|
end
|
|
@@ -5804,7 +5804,7 @@ module TencentCloud
|
|
|
5804
5804
|
# @type RequestId: String
|
|
5805
5805
|
|
|
5806
5806
|
attr_accessor :RequestId
|
|
5807
|
-
|
|
5807
|
+
|
|
5808
5808
|
def initialize(requestid=nil)
|
|
5809
5809
|
@RequestId = requestid
|
|
5810
5810
|
end
|
|
@@ -5822,7 +5822,7 @@ module TencentCloud
|
|
|
5822
5822
|
# @type TagValue: String
|
|
5823
5823
|
|
|
5824
5824
|
attr_accessor :TagKey, :TagValue
|
|
5825
|
-
|
|
5825
|
+
|
|
5826
5826
|
def initialize(tagkey=nil, tagvalue=nil)
|
|
5827
5827
|
@TagKey = tagkey
|
|
5828
5828
|
@TagValue = tagvalue
|
|
@@ -5854,7 +5854,7 @@ module TencentCloud
|
|
|
5854
5854
|
# @type GraceDownTime: Integer
|
|
5855
5855
|
|
|
5856
5856
|
attr_accessor :InstanceId, :CvmInstanceIds, :NodeFlag, :GraceDownFlag, :GraceDownTime
|
|
5857
|
-
|
|
5857
|
+
|
|
5858
5858
|
def initialize(instanceid=nil, cvminstanceids=nil, nodeflag=nil, gracedownflag=nil, gracedowntime=nil)
|
|
5859
5859
|
@InstanceId = instanceid
|
|
5860
5860
|
@CvmInstanceIds = cvminstanceids
|
|
@@ -5880,7 +5880,7 @@ module TencentCloud
|
|
|
5880
5880
|
# @type RequestId: String
|
|
5881
5881
|
|
|
5882
5882
|
attr_accessor :FlowId, :RequestId
|
|
5883
|
-
|
|
5883
|
+
|
|
5884
5884
|
def initialize(flowid=nil, requestid=nil)
|
|
5885
5885
|
@FlowId = flowid
|
|
5886
5886
|
@RequestId = requestid
|
|
@@ -5900,7 +5900,7 @@ module TencentCloud
|
|
|
5900
5900
|
# @type ResourceIds: Array
|
|
5901
5901
|
|
|
5902
5902
|
attr_accessor :InstanceId, :ResourceIds
|
|
5903
|
-
|
|
5903
|
+
|
|
5904
5904
|
def initialize(instanceid=nil, resourceids=nil)
|
|
5905
5905
|
@InstanceId = instanceid
|
|
5906
5906
|
@ResourceIds = resourceids
|
|
@@ -5918,7 +5918,7 @@ module TencentCloud
|
|
|
5918
5918
|
# @type RequestId: String
|
|
5919
5919
|
|
|
5920
5920
|
attr_accessor :RequestId
|
|
5921
|
-
|
|
5921
|
+
|
|
5922
5922
|
def initialize(requestid=nil)
|
|
5923
5923
|
@RequestId = requestid
|
|
5924
5924
|
end
|
|
@@ -5936,7 +5936,7 @@ module TencentCloud
|
|
|
5936
5936
|
# @type ResourceIds: Array
|
|
5937
5937
|
|
|
5938
5938
|
attr_accessor :InstanceId, :ResourceIds
|
|
5939
|
-
|
|
5939
|
+
|
|
5940
5940
|
def initialize(instanceid=nil, resourceids=nil)
|
|
5941
5941
|
@InstanceId = instanceid
|
|
5942
5942
|
@ResourceIds = resourceids
|
|
@@ -5954,7 +5954,7 @@ module TencentCloud
|
|
|
5954
5954
|
# @type RequestId: String
|
|
5955
5955
|
|
|
5956
5956
|
attr_accessor :RequestId
|
|
5957
|
-
|
|
5957
|
+
|
|
5958
5958
|
def initialize(requestid=nil)
|
|
5959
5959
|
@RequestId = requestid
|
|
5960
5960
|
end
|
|
@@ -5980,7 +5980,7 @@ module TencentCloud
|
|
|
5980
5980
|
# @type NodeInfoList: Array
|
|
5981
5981
|
|
|
5982
5982
|
attr_accessor :ZoneId, :Zone, :SubnetInfoList, :NodeInfoList
|
|
5983
|
-
|
|
5983
|
+
|
|
5984
5984
|
def initialize(zoneid=nil, zone=nil, subnetinfolist=nil, nodeinfolist=nil)
|
|
5985
5985
|
@ZoneId = zoneid
|
|
5986
5986
|
@Zone = zone
|
|
@@ -6022,7 +6022,7 @@ module TencentCloud
|
|
|
6022
6022
|
# @type InstanceType: String
|
|
6023
6023
|
|
|
6024
6024
|
attr_accessor :Memory, :CPUCores, :ResourceId, :InstanceType
|
|
6025
|
-
|
|
6025
|
+
|
|
6026
6026
|
def initialize(memory=nil, cpucores=nil, resourceid=nil, instancetype=nil)
|
|
6027
6027
|
@Memory = memory
|
|
6028
6028
|
@CPUCores = cpucores
|
|
@@ -6048,7 +6048,7 @@ module TencentCloud
|
|
|
6048
6048
|
# @type UserGroup: String
|
|
6049
6049
|
|
|
6050
6050
|
attr_accessor :UserName, :UserGroup
|
|
6051
|
-
|
|
6051
|
+
|
|
6052
6052
|
def initialize(username=nil, usergroup=nil)
|
|
6053
6053
|
@UserName = username
|
|
6054
6054
|
@UserGroup = usergroup
|
|
@@ -6072,7 +6072,7 @@ module TencentCloud
|
|
|
6072
6072
|
# @type ReMark: String
|
|
6073
6073
|
|
|
6074
6074
|
attr_accessor :UserName, :UserGroup, :PassWord, :ReMark
|
|
6075
|
-
|
|
6075
|
+
|
|
6076
6076
|
def initialize(username=nil, usergroup=nil, password=nil, remark=nil)
|
|
6077
6077
|
@UserName = username
|
|
6078
6078
|
@UserGroup = usergroup
|
|
@@ -6095,7 +6095,7 @@ module TencentCloud
|
|
|
6095
6095
|
# @type UserName: String
|
|
6096
6096
|
|
|
6097
6097
|
attr_accessor :UserName
|
|
6098
|
-
|
|
6098
|
+
|
|
6099
6099
|
def initialize(username=nil)
|
|
6100
6100
|
@UserName = username
|
|
6101
6101
|
end
|
|
@@ -6123,7 +6123,7 @@ module TencentCloud
|
|
|
6123
6123
|
# @type DownLoadKeyTabUrl: String
|
|
6124
6124
|
|
|
6125
6125
|
attr_accessor :UserName, :UserGroup, :UserType, :CreateTime, :SupportDownLoadKeyTab, :DownLoadKeyTabUrl
|
|
6126
|
-
|
|
6126
|
+
|
|
6127
6127
|
def initialize(username=nil, usergroup=nil, usertype=nil, createtime=nil, supportdownloadkeytab=nil, downloadkeytaburl=nil)
|
|
6128
6128
|
@UserName = username
|
|
6129
6129
|
@UserGroup = usergroup
|
|
@@ -6151,7 +6151,7 @@ module TencentCloud
|
|
|
6151
6151
|
# @type SubnetId: String
|
|
6152
6152
|
|
|
6153
6153
|
attr_accessor :VpcId, :SubnetId
|
|
6154
|
-
|
|
6154
|
+
|
|
6155
6155
|
def initialize(vpcid=nil, subnetid=nil)
|
|
6156
6156
|
@VpcId = vpcid
|
|
6157
6157
|
@SubnetId = subnetid
|
|
@@ -6171,7 +6171,7 @@ module TencentCloud
|
|
|
6171
6171
|
# @type SubnetId: String
|
|
6172
6172
|
|
|
6173
6173
|
attr_accessor :VpcId, :SubnetId
|
|
6174
|
-
|
|
6174
|
+
|
|
6175
6175
|
def initialize(vpcid=nil, subnetid=nil)
|
|
6176
6176
|
@VpcId = vpcid
|
|
6177
6177
|
@SubnetId = subnetid
|
|
@@ -6192,7 +6192,7 @@ module TencentCloud
|
|
|
6192
6192
|
# @type NodeDetailPrice: Array
|
|
6193
6193
|
|
|
6194
6194
|
attr_accessor :ZoneId, :NodeDetailPrice
|
|
6195
|
-
|
|
6195
|
+
|
|
6196
6196
|
def initialize(zoneid=nil, nodedetailprice=nil)
|
|
6197
6197
|
@ZoneId = zoneid
|
|
6198
6198
|
@NodeDetailPrice = nodedetailprice
|
|
@@ -6230,7 +6230,7 @@ module TencentCloud
|
|
|
6230
6230
|
# @type ZoneTag: String
|
|
6231
6231
|
|
|
6232
6232
|
attr_accessor :VirtualPrivateCloud, :Placement, :AllNodeResourceSpec, :ZoneTag
|
|
6233
|
-
|
|
6233
|
+
|
|
6234
6234
|
def initialize(virtualprivatecloud=nil, placement=nil, allnoderesourcespec=nil, zonetag=nil)
|
|
6235
6235
|
@VirtualPrivateCloud = virtualprivatecloud
|
|
6236
6236
|
@Placement = placement
|
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: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|