tencentcloud-sdk-emr 3.0.875 → 3.0.877
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 +16 -8
- 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: 80d952d6ea58be949efe15ca2e581211a00c0a1e
|
4
|
+
data.tar.gz: fca0a356f37795f90b6fc3cdc30fef15cdc32fa3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7ab1a9ee87a403ee09cc4e7655da1fdfc9c2594bcc497e62ef94e28b3136030051a7849e5608709616364f786682818e8175818b916ca19c1544814ee94f5db
|
7
|
+
data.tar.gz: 389c4dc7da8fd308ffc5d3afb9a6043e7cd0bb875a800751f9bbdb4ddeffc07cb03054c97b13b9efbacea93a87ad0a1e0f88ba735bee0d8e9a405ee00c4a0f55
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.877
|
data/lib/v20190103/models.rb
CHANGED
@@ -772,10 +772,10 @@ module TencentCloud
|
|
772
772
|
|
773
773
|
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, :ClusterTitle, :ConfigDetail
|
774
774
|
extend Gem::Deprecate
|
775
|
-
deprecate :Ftitle, :none, 2024,
|
776
|
-
deprecate :Ftitle=, :none, 2024,
|
777
|
-
deprecate :Config, :none, 2024,
|
778
|
-
deprecate :Config=, :none, 2024,
|
775
|
+
deprecate :Ftitle, :none, 2024, 8
|
776
|
+
deprecate :Ftitle=, :none, 2024, 8
|
777
|
+
deprecate :Config, :none, 2024, 8
|
778
|
+
deprecate :Config=, :none, 2024, 8
|
779
779
|
|
780
780
|
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, clustertitle=nil, configdetail=nil)
|
781
781
|
@Id = id
|
@@ -1090,10 +1090,12 @@ module TencentCloud
|
|
1090
1090
|
# @type DependService: Array
|
1091
1091
|
# @param ZoneResourceConfiguration: 节点资源的规格,有几个可用区,就填几个,按顺序第一个为主可用区,第二个为备可用区,第三个为仲裁可用区。如果没有开启跨AZ,则长度为1即可。
|
1092
1092
|
# @type ZoneResourceConfiguration: Array
|
1093
|
+
# @param CosBucket: cos桶路径,创建StarRocks存算分离集群时用到
|
1094
|
+
# @type CosBucket: String
|
1093
1095
|
|
1094
|
-
attr_accessor :ProductVersion, :EnableSupportHAFlag, :InstanceName, :InstanceChargeType, :LoginSettings, :SceneSoftwareConfig, :InstanceChargePrepaid, :SecurityGroupIds, :ScriptBootstrapActionConfig, :ClientToken, :NeedMasterWan, :EnableRemoteLoginFlag, :EnableKerberosFlag, :CustomConf, :Tags, :DisasterRecoverGroupIds, :EnableCbsEncryptFlag, :MetaDBInfo, :DependService, :ZoneResourceConfiguration
|
1096
|
+
attr_accessor :ProductVersion, :EnableSupportHAFlag, :InstanceName, :InstanceChargeType, :LoginSettings, :SceneSoftwareConfig, :InstanceChargePrepaid, :SecurityGroupIds, :ScriptBootstrapActionConfig, :ClientToken, :NeedMasterWan, :EnableRemoteLoginFlag, :EnableKerberosFlag, :CustomConf, :Tags, :DisasterRecoverGroupIds, :EnableCbsEncryptFlag, :MetaDBInfo, :DependService, :ZoneResourceConfiguration, :CosBucket
|
1095
1097
|
|
1096
|
-
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)
|
1098
|
+
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, cosbucket=nil)
|
1097
1099
|
@ProductVersion = productversion
|
1098
1100
|
@EnableSupportHAFlag = enablesupporthaflag
|
1099
1101
|
@InstanceName = instancename
|
@@ -1114,6 +1116,7 @@ module TencentCloud
|
|
1114
1116
|
@MetaDBInfo = metadbinfo
|
1115
1117
|
@DependService = dependservice
|
1116
1118
|
@ZoneResourceConfiguration = zoneresourceconfiguration
|
1119
|
+
@CosBucket = cosbucket
|
1117
1120
|
end
|
1118
1121
|
|
1119
1122
|
def deserialize(params)
|
@@ -1177,6 +1180,7 @@ module TencentCloud
|
|
1177
1180
|
@ZoneResourceConfiguration << zoneresourceconfiguration_tmp
|
1178
1181
|
end
|
1179
1182
|
end
|
1183
|
+
@CosBucket = params['CosBucket']
|
1180
1184
|
end
|
1181
1185
|
end
|
1182
1186
|
|
@@ -1306,10 +1310,12 @@ module TencentCloud
|
|
1306
1310
|
# @type MultiZone: Boolean
|
1307
1311
|
# @param MultiZoneSettings: 节点资源的规格,有几个可用区,就填几个,按顺序第一个为主可用区,第二个为备可用区,第三个为仲裁可用区。如果没有开启跨AZ,则长度为1即可。
|
1308
1312
|
# @type MultiZoneSettings: Array
|
1313
|
+
# @param CosBucket: cos桶路径,创建StarRocks存算分离集群时用到
|
1314
|
+
# @type CosBucket: String
|
1309
1315
|
|
1310
|
-
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
|
1316
|
+
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, :CosBucket
|
1311
1317
|
|
1312
|
-
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)
|
1318
|
+
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, cosbucket=nil)
|
1313
1319
|
@ProductId = productid
|
1314
1320
|
@Software = software
|
1315
1321
|
@SupportHA = supportha
|
@@ -1342,6 +1348,7 @@ module TencentCloud
|
|
1342
1348
|
@VersionID = versionid
|
1343
1349
|
@MultiZone = multizone
|
1344
1350
|
@MultiZoneSettings = multizonesettings
|
1351
|
+
@CosBucket = cosbucket
|
1345
1352
|
end
|
1346
1353
|
|
1347
1354
|
def deserialize(params)
|
@@ -1423,6 +1430,7 @@ module TencentCloud
|
|
1423
1430
|
@MultiZoneSettings << multizonesetting_tmp
|
1424
1431
|
end
|
1425
1432
|
end
|
1433
|
+
@CosBucket = params['CosBucket']
|
1426
1434
|
end
|
1427
1435
|
end
|
1428
1436
|
|
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.877
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|