tencentcloud-sdk-emr 3.0.1119 → 3.0.1139
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 +115 -31
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4028fe8616d30614eff21187f44087c73e42a3ae
|
4
|
+
data.tar.gz: f0381049d9f31eb74cb1892fe35aa7b04ba7553b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d10ff6e2922067bef040b37d544129897864db1a2e2435466f4c0f2b35f5317f434abeb70f20241f37478fac243eacd18d3c1e9e8cd915545a9e870e9dcac346
|
7
|
+
data.tar.gz: 3d6598b72c103434f000b6891b55e231a99b1121384bd4a1ae8ef737a2fb829125a00a4503d3ce4e38c84112ff462f0ea14bc28f2cc5b7b55eeb483b0ae4d35f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1139
|
data/lib/v20190103/models.rb
CHANGED
@@ -642,10 +642,14 @@ module TencentCloud
|
|
642
642
|
# @type EmrResourceId: String
|
643
643
|
# @param UnderwriteExpiredTime: 包销到期时间
|
644
644
|
# @type UnderwriteExpiredTime: String
|
645
|
+
# @param Tags: 标签
|
646
|
+
# @type Tags: Array
|
647
|
+
# @param ThroughputPerformance: 云硬盘额外性能值,单位:MB/s
|
648
|
+
# @type ThroughputPerformance: Integer
|
645
649
|
|
646
|
-
attr_accessor :DiskId, :DiskUsage, :DiskName, :DiskSize, :DiskType, :DeleteWithInstance, :DiskChargeType, :DiskState, :RenewFlag, :DeadlineTime, :Attached, :DifferDaysOfDeadline, :InstanceIdList, :InstanceId, :Shareable, :EmrResourceId, :UnderwriteExpiredTime
|
650
|
+
attr_accessor :DiskId, :DiskUsage, :DiskName, :DiskSize, :DiskType, :DeleteWithInstance, :DiskChargeType, :DiskState, :RenewFlag, :DeadlineTime, :Attached, :DifferDaysOfDeadline, :InstanceIdList, :InstanceId, :Shareable, :EmrResourceId, :UnderwriteExpiredTime, :Tags, :ThroughputPerformance
|
647
651
|
|
648
|
-
def initialize(diskid=nil, diskusage=nil, diskname=nil, disksize=nil, disktype=nil, deletewithinstance=nil, diskchargetype=nil, diskstate=nil, renewflag=nil, deadlinetime=nil, attached=nil, differdaysofdeadline=nil, instanceidlist=nil, instanceid=nil, shareable=nil, emrresourceid=nil, underwriteexpiredtime=nil)
|
652
|
+
def initialize(diskid=nil, diskusage=nil, diskname=nil, disksize=nil, disktype=nil, deletewithinstance=nil, diskchargetype=nil, diskstate=nil, renewflag=nil, deadlinetime=nil, attached=nil, differdaysofdeadline=nil, instanceidlist=nil, instanceid=nil, shareable=nil, emrresourceid=nil, underwriteexpiredtime=nil, tags=nil, throughputperformance=nil)
|
649
653
|
@DiskId = diskid
|
650
654
|
@DiskUsage = diskusage
|
651
655
|
@DiskName = diskname
|
@@ -663,6 +667,8 @@ module TencentCloud
|
|
663
667
|
@Shareable = shareable
|
664
668
|
@EmrResourceId = emrresourceid
|
665
669
|
@UnderwriteExpiredTime = underwriteexpiredtime
|
670
|
+
@Tags = tags
|
671
|
+
@ThroughputPerformance = throughputperformance
|
666
672
|
end
|
667
673
|
|
668
674
|
def deserialize(params)
|
@@ -683,6 +689,15 @@ module TencentCloud
|
|
683
689
|
@Shareable = params['Shareable']
|
684
690
|
@EmrResourceId = params['EmrResourceId']
|
685
691
|
@UnderwriteExpiredTime = params['UnderwriteExpiredTime']
|
692
|
+
unless params['Tags'].nil?
|
693
|
+
@Tags = []
|
694
|
+
params['Tags'].each do |i|
|
695
|
+
taginfo_tmp = TagInfo.new
|
696
|
+
taginfo_tmp.deserialize(i)
|
697
|
+
@Tags << taginfo_tmp
|
698
|
+
end
|
699
|
+
end
|
700
|
+
@ThroughputPerformance = params['ThroughputPerformance']
|
686
701
|
end
|
687
702
|
end
|
688
703
|
|
@@ -1093,10 +1108,10 @@ module TencentCloud
|
|
1093
1108
|
|
1094
1109
|
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, :BindFileSystemNum, :ClusterRelationInfoList, :RedisId
|
1095
1110
|
extend Gem::Deprecate
|
1096
|
-
deprecate :Ftitle, :none, 2025,
|
1097
|
-
deprecate :Ftitle=, :none, 2025,
|
1098
|
-
deprecate :Config, :none, 2025,
|
1099
|
-
deprecate :Config=, :none, 2025,
|
1111
|
+
deprecate :Ftitle, :none, 2025, 9
|
1112
|
+
deprecate :Ftitle=, :none, 2025, 9
|
1113
|
+
deprecate :Config, :none, 2025, 9
|
1114
|
+
deprecate :Config=, :none, 2025, 9
|
1100
1115
|
|
1101
1116
|
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, bindfilesystemnum=nil, clusterrelationinfolist=nil, redisid=nil)
|
1102
1117
|
@Id = id
|
@@ -1669,8 +1684,8 @@ module TencentCloud
|
|
1669
1684
|
# <li>55:表示EMR-TKE-V1.0.1</li>
|
1670
1685
|
# <li>52:表示EMR-TKE-V1.0.0</li>
|
1671
1686
|
# @type ProductId: Integer
|
1672
|
-
# @param ClientToken: 客户端token,唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,小于等于64个字符,例如
|
1673
|
-
# 示例值:
|
1687
|
+
# @param ClientToken: 客户端token,唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,小于等于64个字符,例如 a9a90aa6fae36063280
|
1688
|
+
# 示例值:a9a90aa6fae36063280
|
1674
1689
|
# @type ClientToken: String
|
1675
1690
|
# @param VPCSettings: 私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。
|
1676
1691
|
# @type VPCSettings: :class:`Tencentcloud::Emr.v20190103.models.VPCSettings`
|
@@ -1685,16 +1700,20 @@ module TencentCloud
|
|
1685
1700
|
# @type MetaDBInfo: :class:`Tencentcloud::Emr.v20190103.models.CustomMetaDBInfo`
|
1686
1701
|
# @param Tags: 标签信息
|
1687
1702
|
# @type Tags: Array
|
1688
|
-
# @param LoginSettings:
|
1703
|
+
# @param LoginSettings: 登录密码,LoginSettings中的Password字段
|
1689
1704
|
# @type LoginSettings: :class:`Tencentcloud::Emr.v20190103.models.LoginSettings`
|
1690
1705
|
# @param ExternalService: 共享服务信息
|
1691
1706
|
# @type ExternalService: Array
|
1692
1707
|
# @param ZoneId: 可用区id
|
1693
1708
|
# @type ZoneId: Integer
|
1709
|
+
# @param DefaultMetaVersion: 数据库版本
|
1710
|
+
# @type DefaultMetaVersion: String
|
1711
|
+
# @param NeedCdbAudit: 是否开通审计
|
1712
|
+
# @type NeedCdbAudit: Integer
|
1694
1713
|
|
1695
|
-
attr_accessor :InstanceName, :ClusterClass, :Software, :PlatFormType, :CosBucket, :EksClusterId, :ProductId, :ClientToken, :VPCSettings, :CloudResources, :SgId, :MetaDBInfo, :Tags, :LoginSettings, :ExternalService, :ZoneId
|
1714
|
+
attr_accessor :InstanceName, :ClusterClass, :Software, :PlatFormType, :CosBucket, :EksClusterId, :ProductId, :ClientToken, :VPCSettings, :CloudResources, :SgId, :MetaDBInfo, :Tags, :LoginSettings, :ExternalService, :ZoneId, :DefaultMetaVersion, :NeedCdbAudit
|
1696
1715
|
|
1697
|
-
def initialize(instancename=nil, clusterclass=nil, software=nil, platformtype=nil, cosbucket=nil, eksclusterid=nil, productid=nil, clienttoken=nil, vpcsettings=nil, cloudresources=nil, sgid=nil, metadbinfo=nil, tags=nil, loginsettings=nil, externalservice=nil, zoneid=nil)
|
1716
|
+
def initialize(instancename=nil, clusterclass=nil, software=nil, platformtype=nil, cosbucket=nil, eksclusterid=nil, productid=nil, clienttoken=nil, vpcsettings=nil, cloudresources=nil, sgid=nil, metadbinfo=nil, tags=nil, loginsettings=nil, externalservice=nil, zoneid=nil, defaultmetaversion=nil, needcdbaudit=nil)
|
1698
1717
|
@InstanceName = instancename
|
1699
1718
|
@ClusterClass = clusterclass
|
1700
1719
|
@Software = software
|
@@ -1711,6 +1730,8 @@ module TencentCloud
|
|
1711
1730
|
@LoginSettings = loginsettings
|
1712
1731
|
@ExternalService = externalservice
|
1713
1732
|
@ZoneId = zoneid
|
1733
|
+
@DefaultMetaVersion = defaultmetaversion
|
1734
|
+
@NeedCdbAudit = needcdbaudit
|
1714
1735
|
end
|
1715
1736
|
|
1716
1737
|
def deserialize(params)
|
@@ -1760,6 +1781,8 @@ module TencentCloud
|
|
1760
1781
|
end
|
1761
1782
|
end
|
1762
1783
|
@ZoneId = params['ZoneId']
|
1784
|
+
@DefaultMetaVersion = params['DefaultMetaVersion']
|
1785
|
+
@NeedCdbAudit = params['NeedCdbAudit']
|
1763
1786
|
end
|
1764
1787
|
end
|
1765
1788
|
|
@@ -1850,10 +1873,14 @@ module TencentCloud
|
|
1850
1873
|
# @type NodeMarks: Array
|
1851
1874
|
# @param LoadBalancerId: clb id
|
1852
1875
|
# @type LoadBalancerId: String
|
1876
|
+
# @param DefaultMetaVersion: 数据库版本:mysql8/tdsql8/mysql5
|
1877
|
+
# @type DefaultMetaVersion: String
|
1878
|
+
# @param NeedCdbAudit: 是否开通数据库审计
|
1879
|
+
# @type NeedCdbAudit: Integer
|
1853
1880
|
|
1854
|
-
attr_accessor :ProductVersion, :EnableSupportHAFlag, :InstanceName, :InstanceChargeType, :LoginSettings, :SceneSoftwareConfig, :InstanceChargePrepaid, :SecurityGroupIds, :ScriptBootstrapActionConfig, :ClientToken, :NeedMasterWan, :EnableRemoteLoginFlag, :EnableKerberosFlag, :CustomConf, :Tags, :DisasterRecoverGroupIds, :EnableCbsEncryptFlag, :MetaDBInfo, :DependService, :ZoneResourceConfiguration, :CosBucket, :NodeMarks, :LoadBalancerId
|
1881
|
+
attr_accessor :ProductVersion, :EnableSupportHAFlag, :InstanceName, :InstanceChargeType, :LoginSettings, :SceneSoftwareConfig, :InstanceChargePrepaid, :SecurityGroupIds, :ScriptBootstrapActionConfig, :ClientToken, :NeedMasterWan, :EnableRemoteLoginFlag, :EnableKerberosFlag, :CustomConf, :Tags, :DisasterRecoverGroupIds, :EnableCbsEncryptFlag, :MetaDBInfo, :DependService, :ZoneResourceConfiguration, :CosBucket, :NodeMarks, :LoadBalancerId, :DefaultMetaVersion, :NeedCdbAudit
|
1855
1882
|
|
1856
|
-
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, nodemarks=nil, loadbalancerid=nil)
|
1883
|
+
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, nodemarks=nil, loadbalancerid=nil, defaultmetaversion=nil, needcdbaudit=nil)
|
1857
1884
|
@ProductVersion = productversion
|
1858
1885
|
@EnableSupportHAFlag = enablesupporthaflag
|
1859
1886
|
@InstanceName = instancename
|
@@ -1877,6 +1904,8 @@ module TencentCloud
|
|
1877
1904
|
@CosBucket = cosbucket
|
1878
1905
|
@NodeMarks = nodemarks
|
1879
1906
|
@LoadBalancerId = loadbalancerid
|
1907
|
+
@DefaultMetaVersion = defaultmetaversion
|
1908
|
+
@NeedCdbAudit = needcdbaudit
|
1880
1909
|
end
|
1881
1910
|
|
1882
1911
|
def deserialize(params)
|
@@ -1950,6 +1979,8 @@ module TencentCloud
|
|
1950
1979
|
end
|
1951
1980
|
end
|
1952
1981
|
@LoadBalancerId = params['LoadBalancerId']
|
1982
|
+
@DefaultMetaVersion = params['DefaultMetaVersion']
|
1983
|
+
@NeedCdbAudit = params['NeedCdbAudit']
|
1953
1984
|
end
|
1954
1985
|
end
|
1955
1986
|
|
@@ -2138,10 +2169,14 @@ module TencentCloud
|
|
2138
2169
|
# @type NodeMarks: Array
|
2139
2170
|
# @param LoadBalancerId: CLB id
|
2140
2171
|
# @type LoadBalancerId: String
|
2172
|
+
# @param DefaultMetaVersion: 数据库类型:mysql8/tdsql8
|
2173
|
+
# @type DefaultMetaVersion: String
|
2174
|
+
# @param NeedCdbAudit: 是否开通审计:0:不开通,1:开通
|
2175
|
+
# @type NeedCdbAudit: Integer
|
2141
2176
|
|
2142
|
-
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, :NodeMarks, :LoadBalancerId
|
2177
|
+
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, :NodeMarks, :LoadBalancerId, :DefaultMetaVersion, :NeedCdbAudit
|
2143
2178
|
|
2144
|
-
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, nodemarks=nil, loadbalancerid=nil)
|
2179
|
+
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, nodemarks=nil, loadbalancerid=nil, defaultmetaversion=nil, needcdbaudit=nil)
|
2145
2180
|
@ProductId = productid
|
2146
2181
|
@Software = software
|
2147
2182
|
@SupportHA = supportha
|
@@ -2177,6 +2212,8 @@ module TencentCloud
|
|
2177
2212
|
@CosBucket = cosbucket
|
2178
2213
|
@NodeMarks = nodemarks
|
2179
2214
|
@LoadBalancerId = loadbalancerid
|
2215
|
+
@DefaultMetaVersion = defaultmetaversion
|
2216
|
+
@NeedCdbAudit = needcdbaudit
|
2180
2217
|
end
|
2181
2218
|
|
2182
2219
|
def deserialize(params)
|
@@ -2268,6 +2305,8 @@ module TencentCloud
|
|
2268
2305
|
end
|
2269
2306
|
end
|
2270
2307
|
@LoadBalancerId = params['LoadBalancerId']
|
2308
|
+
@DefaultMetaVersion = params['DefaultMetaVersion']
|
2309
|
+
@NeedCdbAudit = params['NeedCdbAudit']
|
2271
2310
|
end
|
2272
2311
|
end
|
2273
2312
|
|
@@ -4384,16 +4423,20 @@ module TencentCloud
|
|
4384
4423
|
# @type Limit: Integer
|
4385
4424
|
# @param Offset: 数据偏移值
|
4386
4425
|
# @type Offset: Integer
|
4426
|
+
# @param Scene: 场景值:
|
4427
|
+
# ModifyDiskExtraPerformance :调整数据盘额外性能
|
4428
|
+
# @type Scene: String
|
4387
4429
|
|
4388
|
-
attr_accessor :InstanceId, :CvmInstanceIds, :Filters, :InnerSearch, :Limit, :Offset
|
4430
|
+
attr_accessor :InstanceId, :CvmInstanceIds, :Filters, :InnerSearch, :Limit, :Offset, :Scene
|
4389
4431
|
|
4390
|
-
def initialize(instanceid=nil, cvminstanceids=nil, filters=nil, innersearch=nil, limit=nil, offset=nil)
|
4432
|
+
def initialize(instanceid=nil, cvminstanceids=nil, filters=nil, innersearch=nil, limit=nil, offset=nil, scene=nil)
|
4391
4433
|
@InstanceId = instanceid
|
4392
4434
|
@CvmInstanceIds = cvminstanceids
|
4393
4435
|
@Filters = filters
|
4394
4436
|
@InnerSearch = innersearch
|
4395
4437
|
@Limit = limit
|
4396
4438
|
@Offset = offset
|
4439
|
+
@Scene = scene
|
4397
4440
|
end
|
4398
4441
|
|
4399
4442
|
def deserialize(params)
|
@@ -4410,6 +4453,7 @@ module TencentCloud
|
|
4410
4453
|
@InnerSearch = params['InnerSearch']
|
4411
4454
|
@Limit = params['Limit']
|
4412
4455
|
@Offset = params['Offset']
|
4456
|
+
@Scene = params['Scene']
|
4413
4457
|
end
|
4414
4458
|
end
|
4415
4459
|
|
@@ -4422,15 +4466,18 @@ module TencentCloud
|
|
4422
4466
|
# @type CBSList: Array
|
4423
4467
|
# @param MaxSize: 云盘最大容量
|
4424
4468
|
# @type MaxSize: Integer
|
4469
|
+
# @param MaxThroughputPerformance: 云硬盘最大额外性能值
|
4470
|
+
# @type MaxThroughputPerformance: Integer
|
4425
4471
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4426
4472
|
# @type RequestId: String
|
4427
4473
|
|
4428
|
-
attr_accessor :TotalCount, :CBSList, :MaxSize, :RequestId
|
4474
|
+
attr_accessor :TotalCount, :CBSList, :MaxSize, :MaxThroughputPerformance, :RequestId
|
4429
4475
|
|
4430
|
-
def initialize(totalcount=nil, cbslist=nil, maxsize=nil, requestid=nil)
|
4476
|
+
def initialize(totalcount=nil, cbslist=nil, maxsize=nil, maxthroughputperformance=nil, requestid=nil)
|
4431
4477
|
@TotalCount = totalcount
|
4432
4478
|
@CBSList = cbslist
|
4433
4479
|
@MaxSize = maxsize
|
4480
|
+
@MaxThroughputPerformance = maxthroughputperformance
|
4434
4481
|
@RequestId = requestid
|
4435
4482
|
end
|
4436
4483
|
|
@@ -4445,6 +4492,7 @@ module TencentCloud
|
|
4445
4492
|
end
|
4446
4493
|
end
|
4447
4494
|
@MaxSize = params['MaxSize']
|
4495
|
+
@MaxThroughputPerformance = params['MaxThroughputPerformance']
|
4448
4496
|
@RequestId = params['RequestId']
|
4449
4497
|
end
|
4450
4498
|
end
|
@@ -7092,10 +7140,14 @@ module TencentCloud
|
|
7092
7140
|
# @type VersionID: Integer
|
7093
7141
|
# @param MultiZoneSettings: 可用区的规格信息
|
7094
7142
|
# @type MultiZoneSettings: Array
|
7143
|
+
# @param DefaultMetaVersion: 数据库版本
|
7144
|
+
# @type DefaultMetaVersion: String
|
7145
|
+
# @param NeedCdbAudit: 0:不开通审计;1:开通审计
|
7146
|
+
# @type NeedCdbAudit: Integer
|
7095
7147
|
|
7096
|
-
attr_accessor :TimeUnit, :TimeSpan, :Currency, :PayMode, :SupportHA, :Software, :ResourceSpec, :Placement, :VPCSettings, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ProductId, :SceneName, :ExternalService, :VersionID, :MultiZoneSettings
|
7148
|
+
attr_accessor :TimeUnit, :TimeSpan, :Currency, :PayMode, :SupportHA, :Software, :ResourceSpec, :Placement, :VPCSettings, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ProductId, :SceneName, :ExternalService, :VersionID, :MultiZoneSettings, :DefaultMetaVersion, :NeedCdbAudit
|
7097
7149
|
|
7098
|
-
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)
|
7150
|
+
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, defaultmetaversion=nil, needcdbaudit=nil)
|
7099
7151
|
@TimeUnit = timeunit
|
7100
7152
|
@TimeSpan = timespan
|
7101
7153
|
@Currency = currency
|
@@ -7113,6 +7165,8 @@ module TencentCloud
|
|
7113
7165
|
@ExternalService = externalservice
|
7114
7166
|
@VersionID = versionid
|
7115
7167
|
@MultiZoneSettings = multizonesettings
|
7168
|
+
@DefaultMetaVersion = defaultmetaversion
|
7169
|
+
@NeedCdbAudit = needcdbaudit
|
7116
7170
|
end
|
7117
7171
|
|
7118
7172
|
def deserialize(params)
|
@@ -7159,6 +7213,8 @@ module TencentCloud
|
|
7159
7213
|
@MultiZoneSettings << multizonesetting_tmp
|
7160
7214
|
end
|
7161
7215
|
end
|
7216
|
+
@DefaultMetaVersion = params['DefaultMetaVersion']
|
7217
|
+
@NeedCdbAudit = params['NeedCdbAudit']
|
7162
7218
|
end
|
7163
7219
|
end
|
7164
7220
|
|
@@ -7991,6 +8047,8 @@ module TencentCloud
|
|
7991
8047
|
# @type GraceDownFlag: Boolean
|
7992
8048
|
# @param GraceDownTime: 优雅缩容等待时间
|
7993
8049
|
# @type GraceDownTime: Integer
|
8050
|
+
# @param GraceDownProtectFlag: 是否开启任务保护
|
8051
|
+
# @type GraceDownProtectFlag: Boolean
|
7994
8052
|
# @param Tags: 绑定标签列表
|
7995
8053
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7996
8054
|
# @type Tags: Array
|
@@ -8021,9 +8079,9 @@ module TencentCloud
|
|
8021
8079
|
# @param Soft: soft例如yarn
|
8022
8080
|
# @type Soft: String
|
8023
8081
|
|
8024
|
-
attr_accessor :StrategyId, :StrategyName, :CalmDownTime, :ScaleAction, :ScaleNum, :ProcessMethod, :Priority, :StrategyStatus, :YarnNodeLabel, :PeriodValid, :GraceDownFlag, :GraceDownTime, :Tags, :ConfigGroupAssigned, :MeasureMethod, :SoftDeployDesc, :ServiceNodeDesc, :ServiceNodeInfo, :SoftDeployInfo, :LoadMetricsConditions, :GroupId, :Soft
|
8082
|
+
attr_accessor :StrategyId, :StrategyName, :CalmDownTime, :ScaleAction, :ScaleNum, :ProcessMethod, :Priority, :StrategyStatus, :YarnNodeLabel, :PeriodValid, :GraceDownFlag, :GraceDownTime, :GraceDownProtectFlag, :Tags, :ConfigGroupAssigned, :MeasureMethod, :SoftDeployDesc, :ServiceNodeDesc, :ServiceNodeInfo, :SoftDeployInfo, :LoadMetricsConditions, :GroupId, :Soft
|
8025
8083
|
|
8026
|
-
def initialize(strategyid=nil, strategyname=nil, calmdowntime=nil, scaleaction=nil, scalenum=nil, processmethod=nil, priority=nil, strategystatus=nil, yarnnodelabel=nil, periodvalid=nil, gracedownflag=nil, gracedowntime=nil, tags=nil, configgroupassigned=nil, measuremethod=nil, softdeploydesc=nil, servicenodedesc=nil, servicenodeinfo=nil, softdeployinfo=nil, loadmetricsconditions=nil, groupid=nil, soft=nil)
|
8084
|
+
def initialize(strategyid=nil, strategyname=nil, calmdowntime=nil, scaleaction=nil, scalenum=nil, processmethod=nil, priority=nil, strategystatus=nil, yarnnodelabel=nil, periodvalid=nil, gracedownflag=nil, gracedowntime=nil, gracedownprotectflag=nil, tags=nil, configgroupassigned=nil, measuremethod=nil, softdeploydesc=nil, servicenodedesc=nil, servicenodeinfo=nil, softdeployinfo=nil, loadmetricsconditions=nil, groupid=nil, soft=nil)
|
8027
8085
|
@StrategyId = strategyid
|
8028
8086
|
@StrategyName = strategyname
|
8029
8087
|
@CalmDownTime = calmdowntime
|
@@ -8036,6 +8094,7 @@ module TencentCloud
|
|
8036
8094
|
@PeriodValid = periodvalid
|
8037
8095
|
@GraceDownFlag = gracedownflag
|
8038
8096
|
@GraceDownTime = gracedowntime
|
8097
|
+
@GraceDownProtectFlag = gracedownprotectflag
|
8039
8098
|
@Tags = tags
|
8040
8099
|
@ConfigGroupAssigned = configgroupassigned
|
8041
8100
|
@MeasureMethod = measuremethod
|
@@ -8061,6 +8120,7 @@ module TencentCloud
|
|
8061
8120
|
@PeriodValid = params['PeriodValid']
|
8062
8121
|
@GraceDownFlag = params['GraceDownFlag']
|
8063
8122
|
@GraceDownTime = params['GraceDownTime']
|
8123
|
+
@GraceDownProtectFlag = params['GraceDownProtectFlag']
|
8064
8124
|
unless params['Tags'].nil?
|
8065
8125
|
@Tags = []
|
8066
8126
|
params['Tags'].each do |i|
|
@@ -12885,12 +12945,12 @@ module TencentCloud
|
|
12885
12945
|
|
12886
12946
|
attr_accessor :DetectAlert, :DetetcFunctionKey, :DetetcFunctionValue, :DetetcTime, :DetectFunctionKey, :DetectFunctionValue, :DetectTime
|
12887
12947
|
extend Gem::Deprecate
|
12888
|
-
deprecate :DetetcFunctionKey, :none, 2025,
|
12889
|
-
deprecate :DetetcFunctionKey=, :none, 2025,
|
12890
|
-
deprecate :DetetcFunctionValue, :none, 2025,
|
12891
|
-
deprecate :DetetcFunctionValue=, :none, 2025,
|
12892
|
-
deprecate :DetetcTime, :none, 2025,
|
12893
|
-
deprecate :DetetcTime=, :none, 2025,
|
12948
|
+
deprecate :DetetcFunctionKey, :none, 2025, 9
|
12949
|
+
deprecate :DetetcFunctionKey=, :none, 2025, 9
|
12950
|
+
deprecate :DetetcFunctionValue, :none, 2025, 9
|
12951
|
+
deprecate :DetetcFunctionValue=, :none, 2025, 9
|
12952
|
+
deprecate :DetetcTime, :none, 2025, 9
|
12953
|
+
deprecate :DetetcTime=, :none, 2025, 9
|
12894
12954
|
|
12895
12955
|
def initialize(detectalert=nil, detetcfunctionkey=nil, detetcfunctionvalue=nil, detetctime=nil, detectfunctionkey=nil, detectfunctionvalue=nil, detecttime=nil)
|
12896
12956
|
@DetectAlert = detectalert
|
@@ -13605,6 +13665,26 @@ module TencentCloud
|
|
13605
13665
|
end
|
13606
13666
|
end
|
13607
13667
|
|
13668
|
+
# 标签信息
|
13669
|
+
class TagInfo < TencentCloud::Common::AbstractModel
|
13670
|
+
# @param Key: 标签键
|
13671
|
+
# @type Key: String
|
13672
|
+
# @param Value: 标签值
|
13673
|
+
# @type Value: String
|
13674
|
+
|
13675
|
+
attr_accessor :Key, :Value
|
13676
|
+
|
13677
|
+
def initialize(key=nil, value=nil)
|
13678
|
+
@Key = key
|
13679
|
+
@Value = value
|
13680
|
+
end
|
13681
|
+
|
13682
|
+
def deserialize(params)
|
13683
|
+
@Key = params['Key']
|
13684
|
+
@Value = params['Value']
|
13685
|
+
end
|
13686
|
+
end
|
13687
|
+
|
13608
13688
|
# Kubernetes Taint
|
13609
13689
|
class Taint < TencentCloud::Common::AbstractModel
|
13610
13690
|
# @param Key: Taint Key
|
@@ -13852,6 +13932,8 @@ module TencentCloud
|
|
13852
13932
|
# @type GraceDownFlag: Boolean
|
13853
13933
|
# @param GraceDownTime: 优雅缩容等待时间
|
13854
13934
|
# @type GraceDownTime: Integer
|
13935
|
+
# @param GraceDownProtectFlag: 是否开启任务保护
|
13936
|
+
# @type GraceDownProtectFlag: Boolean
|
13855
13937
|
# @param Tags: 绑定标签列表
|
13856
13938
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13857
13939
|
# @type Tags: Array
|
@@ -13880,9 +13962,9 @@ module TencentCloud
|
|
13880
13962
|
# @param GraceDownLabel: 优雅缩容业务pod标签,当node不存在上述pod或超过优雅缩容时间时,缩容节点
|
13881
13963
|
# @type GraceDownLabel: Array
|
13882
13964
|
|
13883
|
-
attr_accessor :StrategyName, :IntervalTime, :ScaleAction, :ScaleNum, :StrategyStatus, :Priority, :RetryValidTime, :RepeatStrategy, :StrategyId, :GraceDownFlag, :GraceDownTime, :Tags, :ConfigGroupAssigned, :MeasureMethod, :TerminatePolicy, :MaxUse, :SoftDeployInfo, :ServiceNodeInfo, :CompensateFlag, :GroupId, :GraceDownLabel
|
13965
|
+
attr_accessor :StrategyName, :IntervalTime, :ScaleAction, :ScaleNum, :StrategyStatus, :Priority, :RetryValidTime, :RepeatStrategy, :StrategyId, :GraceDownFlag, :GraceDownTime, :GraceDownProtectFlag, :Tags, :ConfigGroupAssigned, :MeasureMethod, :TerminatePolicy, :MaxUse, :SoftDeployInfo, :ServiceNodeInfo, :CompensateFlag, :GroupId, :GraceDownLabel
|
13884
13966
|
|
13885
|
-
def initialize(strategyname=nil, intervaltime=nil, scaleaction=nil, scalenum=nil, strategystatus=nil, priority=nil, retryvalidtime=nil, repeatstrategy=nil, strategyid=nil, gracedownflag=nil, gracedowntime=nil, tags=nil, configgroupassigned=nil, measuremethod=nil, terminatepolicy=nil, maxuse=nil, softdeployinfo=nil, servicenodeinfo=nil, compensateflag=nil, groupid=nil, gracedownlabel=nil)
|
13967
|
+
def initialize(strategyname=nil, intervaltime=nil, scaleaction=nil, scalenum=nil, strategystatus=nil, priority=nil, retryvalidtime=nil, repeatstrategy=nil, strategyid=nil, gracedownflag=nil, gracedowntime=nil, gracedownprotectflag=nil, tags=nil, configgroupassigned=nil, measuremethod=nil, terminatepolicy=nil, maxuse=nil, softdeployinfo=nil, servicenodeinfo=nil, compensateflag=nil, groupid=nil, gracedownlabel=nil)
|
13886
13968
|
@StrategyName = strategyname
|
13887
13969
|
@IntervalTime = intervaltime
|
13888
13970
|
@ScaleAction = scaleaction
|
@@ -13894,6 +13976,7 @@ module TencentCloud
|
|
13894
13976
|
@StrategyId = strategyid
|
13895
13977
|
@GraceDownFlag = gracedownflag
|
13896
13978
|
@GraceDownTime = gracedowntime
|
13979
|
+
@GraceDownProtectFlag = gracedownprotectflag
|
13897
13980
|
@Tags = tags
|
13898
13981
|
@ConfigGroupAssigned = configgroupassigned
|
13899
13982
|
@MeasureMethod = measuremethod
|
@@ -13921,6 +14004,7 @@ module TencentCloud
|
|
13921
14004
|
@StrategyId = params['StrategyId']
|
13922
14005
|
@GraceDownFlag = params['GraceDownFlag']
|
13923
14006
|
@GraceDownTime = params['GraceDownTime']
|
14007
|
+
@GraceDownProtectFlag = params['GraceDownProtectFlag']
|
13924
14008
|
unless params['Tags'].nil?
|
13925
14009
|
@Tags = []
|
13926
14010
|
params['Tags'].each do |i|
|
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.1139
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20190103/client.rb
|
37
36
|
- lib/v20190103/models.rb
|
37
|
+
- lib/v20190103/client.rb
|
38
38
|
- lib/tencentcloud-sdk-emr.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|