tencentcloud-sdk-emr 3.0.1115 → 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 +121 -33
- 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
|
|
@@ -3911,16 +3950,19 @@ module TencentCloud
|
|
3911
3950
|
# @type Page: Integer
|
3912
3951
|
# @param Type: 查询类型,支持HIVE,SPARK,DLC_SPARK,SPARK_SQL,SCHEDULE,MAPREDUCE,TRINO等类型,默认查询全部
|
3913
3952
|
# @type Type: String
|
3953
|
+
# @param MustHasContext: 是否包含具体参数建议等信息
|
3954
|
+
# @type MustHasContext: Boolean
|
3914
3955
|
|
3915
|
-
attr_accessor :InstanceId, :StartTime, :EndTime, :PageSize, :Page, :Type
|
3956
|
+
attr_accessor :InstanceId, :StartTime, :EndTime, :PageSize, :Page, :Type, :MustHasContext
|
3916
3957
|
|
3917
|
-
def initialize(instanceid=nil, starttime=nil, endtime=nil, pagesize=nil, page=nil, type=nil)
|
3958
|
+
def initialize(instanceid=nil, starttime=nil, endtime=nil, pagesize=nil, page=nil, type=nil, musthascontext=nil)
|
3918
3959
|
@InstanceId = instanceid
|
3919
3960
|
@StartTime = starttime
|
3920
3961
|
@EndTime = endtime
|
3921
3962
|
@PageSize = pagesize
|
3922
3963
|
@Page = page
|
3923
3964
|
@Type = type
|
3965
|
+
@MustHasContext = musthascontext
|
3924
3966
|
end
|
3925
3967
|
|
3926
3968
|
def deserialize(params)
|
@@ -3930,6 +3972,7 @@ module TencentCloud
|
|
3930
3972
|
@PageSize = params['PageSize']
|
3931
3973
|
@Page = params['Page']
|
3932
3974
|
@Type = params['Type']
|
3975
|
+
@MustHasContext = params['MustHasContext']
|
3933
3976
|
end
|
3934
3977
|
end
|
3935
3978
|
|
@@ -4380,16 +4423,20 @@ module TencentCloud
|
|
4380
4423
|
# @type Limit: Integer
|
4381
4424
|
# @param Offset: 数据偏移值
|
4382
4425
|
# @type Offset: Integer
|
4426
|
+
# @param Scene: 场景值:
|
4427
|
+
# ModifyDiskExtraPerformance :调整数据盘额外性能
|
4428
|
+
# @type Scene: String
|
4383
4429
|
|
4384
|
-
attr_accessor :InstanceId, :CvmInstanceIds, :Filters, :InnerSearch, :Limit, :Offset
|
4430
|
+
attr_accessor :InstanceId, :CvmInstanceIds, :Filters, :InnerSearch, :Limit, :Offset, :Scene
|
4385
4431
|
|
4386
|
-
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)
|
4387
4433
|
@InstanceId = instanceid
|
4388
4434
|
@CvmInstanceIds = cvminstanceids
|
4389
4435
|
@Filters = filters
|
4390
4436
|
@InnerSearch = innersearch
|
4391
4437
|
@Limit = limit
|
4392
4438
|
@Offset = offset
|
4439
|
+
@Scene = scene
|
4393
4440
|
end
|
4394
4441
|
|
4395
4442
|
def deserialize(params)
|
@@ -4406,6 +4453,7 @@ module TencentCloud
|
|
4406
4453
|
@InnerSearch = params['InnerSearch']
|
4407
4454
|
@Limit = params['Limit']
|
4408
4455
|
@Offset = params['Offset']
|
4456
|
+
@Scene = params['Scene']
|
4409
4457
|
end
|
4410
4458
|
end
|
4411
4459
|
|
@@ -4418,15 +4466,18 @@ module TencentCloud
|
|
4418
4466
|
# @type CBSList: Array
|
4419
4467
|
# @param MaxSize: 云盘最大容量
|
4420
4468
|
# @type MaxSize: Integer
|
4469
|
+
# @param MaxThroughputPerformance: 云硬盘最大额外性能值
|
4470
|
+
# @type MaxThroughputPerformance: Integer
|
4421
4471
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4422
4472
|
# @type RequestId: String
|
4423
4473
|
|
4424
|
-
attr_accessor :TotalCount, :CBSList, :MaxSize, :RequestId
|
4474
|
+
attr_accessor :TotalCount, :CBSList, :MaxSize, :MaxThroughputPerformance, :RequestId
|
4425
4475
|
|
4426
|
-
def initialize(totalcount=nil, cbslist=nil, maxsize=nil, requestid=nil)
|
4476
|
+
def initialize(totalcount=nil, cbslist=nil, maxsize=nil, maxthroughputperformance=nil, requestid=nil)
|
4427
4477
|
@TotalCount = totalcount
|
4428
4478
|
@CBSList = cbslist
|
4429
4479
|
@MaxSize = maxsize
|
4480
|
+
@MaxThroughputPerformance = maxthroughputperformance
|
4430
4481
|
@RequestId = requestid
|
4431
4482
|
end
|
4432
4483
|
|
@@ -4441,6 +4492,7 @@ module TencentCloud
|
|
4441
4492
|
end
|
4442
4493
|
end
|
4443
4494
|
@MaxSize = params['MaxSize']
|
4495
|
+
@MaxThroughputPerformance = params['MaxThroughputPerformance']
|
4444
4496
|
@RequestId = params['RequestId']
|
4445
4497
|
end
|
4446
4498
|
end
|
@@ -7088,10 +7140,14 @@ module TencentCloud
|
|
7088
7140
|
# @type VersionID: Integer
|
7089
7141
|
# @param MultiZoneSettings: 可用区的规格信息
|
7090
7142
|
# @type MultiZoneSettings: Array
|
7143
|
+
# @param DefaultMetaVersion: 数据库版本
|
7144
|
+
# @type DefaultMetaVersion: String
|
7145
|
+
# @param NeedCdbAudit: 0:不开通审计;1:开通审计
|
7146
|
+
# @type NeedCdbAudit: Integer
|
7091
7147
|
|
7092
|
-
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
|
7093
7149
|
|
7094
|
-
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)
|
7095
7151
|
@TimeUnit = timeunit
|
7096
7152
|
@TimeSpan = timespan
|
7097
7153
|
@Currency = currency
|
@@ -7109,6 +7165,8 @@ module TencentCloud
|
|
7109
7165
|
@ExternalService = externalservice
|
7110
7166
|
@VersionID = versionid
|
7111
7167
|
@MultiZoneSettings = multizonesettings
|
7168
|
+
@DefaultMetaVersion = defaultmetaversion
|
7169
|
+
@NeedCdbAudit = needcdbaudit
|
7112
7170
|
end
|
7113
7171
|
|
7114
7172
|
def deserialize(params)
|
@@ -7155,6 +7213,8 @@ module TencentCloud
|
|
7155
7213
|
@MultiZoneSettings << multizonesetting_tmp
|
7156
7214
|
end
|
7157
7215
|
end
|
7216
|
+
@DefaultMetaVersion = params['DefaultMetaVersion']
|
7217
|
+
@NeedCdbAudit = params['NeedCdbAudit']
|
7158
7218
|
end
|
7159
7219
|
end
|
7160
7220
|
|
@@ -7987,6 +8047,8 @@ module TencentCloud
|
|
7987
8047
|
# @type GraceDownFlag: Boolean
|
7988
8048
|
# @param GraceDownTime: 优雅缩容等待时间
|
7989
8049
|
# @type GraceDownTime: Integer
|
8050
|
+
# @param GraceDownProtectFlag: 是否开启任务保护
|
8051
|
+
# @type GraceDownProtectFlag: Boolean
|
7990
8052
|
# @param Tags: 绑定标签列表
|
7991
8053
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7992
8054
|
# @type Tags: Array
|
@@ -8017,9 +8079,9 @@ module TencentCloud
|
|
8017
8079
|
# @param Soft: soft例如yarn
|
8018
8080
|
# @type Soft: String
|
8019
8081
|
|
8020
|
-
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
|
8021
8083
|
|
8022
|
-
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)
|
8023
8085
|
@StrategyId = strategyid
|
8024
8086
|
@StrategyName = strategyname
|
8025
8087
|
@CalmDownTime = calmdowntime
|
@@ -8032,6 +8094,7 @@ module TencentCloud
|
|
8032
8094
|
@PeriodValid = periodvalid
|
8033
8095
|
@GraceDownFlag = gracedownflag
|
8034
8096
|
@GraceDownTime = gracedowntime
|
8097
|
+
@GraceDownProtectFlag = gracedownprotectflag
|
8035
8098
|
@Tags = tags
|
8036
8099
|
@ConfigGroupAssigned = configgroupassigned
|
8037
8100
|
@MeasureMethod = measuremethod
|
@@ -8057,6 +8120,7 @@ module TencentCloud
|
|
8057
8120
|
@PeriodValid = params['PeriodValid']
|
8058
8121
|
@GraceDownFlag = params['GraceDownFlag']
|
8059
8122
|
@GraceDownTime = params['GraceDownTime']
|
8123
|
+
@GraceDownProtectFlag = params['GraceDownProtectFlag']
|
8060
8124
|
unless params['Tags'].nil?
|
8061
8125
|
@Tags = []
|
8062
8126
|
params['Tags'].each do |i|
|
@@ -12881,12 +12945,12 @@ module TencentCloud
|
|
12881
12945
|
|
12882
12946
|
attr_accessor :DetectAlert, :DetetcFunctionKey, :DetetcFunctionValue, :DetetcTime, :DetectFunctionKey, :DetectFunctionValue, :DetectTime
|
12883
12947
|
extend Gem::Deprecate
|
12884
|
-
deprecate :DetetcFunctionKey, :none, 2025,
|
12885
|
-
deprecate :DetetcFunctionKey=, :none, 2025,
|
12886
|
-
deprecate :DetetcFunctionValue, :none, 2025,
|
12887
|
-
deprecate :DetetcFunctionValue=, :none, 2025,
|
12888
|
-
deprecate :DetetcTime, :none, 2025,
|
12889
|
-
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
|
12890
12954
|
|
12891
12955
|
def initialize(detectalert=nil, detetcfunctionkey=nil, detetcfunctionvalue=nil, detetctime=nil, detectfunctionkey=nil, detectfunctionvalue=nil, detecttime=nil)
|
12892
12956
|
@DetectAlert = detectalert
|
@@ -13601,6 +13665,26 @@ module TencentCloud
|
|
13601
13665
|
end
|
13602
13666
|
end
|
13603
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
|
+
|
13604
13688
|
# Kubernetes Taint
|
13605
13689
|
class Taint < TencentCloud::Common::AbstractModel
|
13606
13690
|
# @param Key: Taint Key
|
@@ -13848,6 +13932,8 @@ module TencentCloud
|
|
13848
13932
|
# @type GraceDownFlag: Boolean
|
13849
13933
|
# @param GraceDownTime: 优雅缩容等待时间
|
13850
13934
|
# @type GraceDownTime: Integer
|
13935
|
+
# @param GraceDownProtectFlag: 是否开启任务保护
|
13936
|
+
# @type GraceDownProtectFlag: Boolean
|
13851
13937
|
# @param Tags: 绑定标签列表
|
13852
13938
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13853
13939
|
# @type Tags: Array
|
@@ -13876,9 +13962,9 @@ module TencentCloud
|
|
13876
13962
|
# @param GraceDownLabel: 优雅缩容业务pod标签,当node不存在上述pod或超过优雅缩容时间时,缩容节点
|
13877
13963
|
# @type GraceDownLabel: Array
|
13878
13964
|
|
13879
|
-
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
|
13880
13966
|
|
13881
|
-
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)
|
13882
13968
|
@StrategyName = strategyname
|
13883
13969
|
@IntervalTime = intervaltime
|
13884
13970
|
@ScaleAction = scaleaction
|
@@ -13890,6 +13976,7 @@ module TencentCloud
|
|
13890
13976
|
@StrategyId = strategyid
|
13891
13977
|
@GraceDownFlag = gracedownflag
|
13892
13978
|
@GraceDownTime = gracedowntime
|
13979
|
+
@GraceDownProtectFlag = gracedownprotectflag
|
13893
13980
|
@Tags = tags
|
13894
13981
|
@ConfigGroupAssigned = configgroupassigned
|
13895
13982
|
@MeasureMethod = measuremethod
|
@@ -13917,6 +14004,7 @@ module TencentCloud
|
|
13917
14004
|
@StrategyId = params['StrategyId']
|
13918
14005
|
@GraceDownFlag = params['GraceDownFlag']
|
13919
14006
|
@GraceDownTime = params['GraceDownTime']
|
14007
|
+
@GraceDownProtectFlag = params['GraceDownProtectFlag']
|
13920
14008
|
unless params['Tags'].nil?
|
13921
14009
|
@Tags = []
|
13922
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
|