tencentcloud-sdk-emr 3.0.1119 → 3.0.1145
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 +135 -37
- 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: 220fab42dd9cdd817379f784fc233b260d4ae0be
|
4
|
+
data.tar.gz: fd514ccbd67dbc54b680a6f954343b9bd7e2f0f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 853f974b3d861347970ededafd7946e94cf1dcd515502cda492a4fa8b98ce4bc7bb0805fa44daf0af4fcb363bc20bffcdd2de4abac66e323a4c5dae7e9fdd053
|
7
|
+
data.tar.gz: ad0d811d8c362b4808a6292dd02c64570b297e92a3dfb865e2d35d2f34d5664922ac5abda144819a55092e25ed4ca6b36a55ecdb575f43aee07b152dd1507cad
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1145
|
data/lib/v20190103/models.rb
CHANGED
@@ -407,6 +407,7 @@ module TencentCloud
|
|
407
407
|
# 自动伸缩组高级设置
|
408
408
|
class AutoScaleGroupAdvanceAttrs < TencentCloud::Common::AbstractModel
|
409
409
|
# @param ComputeResourceAdvanceParams: 计算资源高级设置
|
410
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
410
411
|
# @type ComputeResourceAdvanceParams: :class:`Tencentcloud::Emr.v20190103.models.ComputeResourceAdvanceParams`
|
411
412
|
|
412
413
|
attr_accessor :ComputeResourceAdvanceParams
|
@@ -523,6 +524,8 @@ module TencentCloud
|
|
523
524
|
# @type GroupName: String
|
524
525
|
# @param YarnNodeLabel: 标签
|
525
526
|
# @type YarnNodeLabel: String
|
527
|
+
# @param WarehouseName: 对应的计算组
|
528
|
+
# @type WarehouseName: String
|
526
529
|
# @param GroupStatus: 伸缩组状态
|
527
530
|
# @type GroupStatus: Integer
|
528
531
|
# @param Parallel: 并行伸缩 0关闭;1开启
|
@@ -530,11 +533,12 @@ module TencentCloud
|
|
530
533
|
# @param EnableMNode: 是否支持MNode
|
531
534
|
# @type EnableMNode: Integer
|
532
535
|
# @param ExtraAdvanceAttrs: 伸缩组更多设置
|
536
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
533
537
|
# @type ExtraAdvanceAttrs: :class:`Tencentcloud::Emr.v20190103.models.AutoScaleGroupAdvanceAttrs`
|
534
538
|
|
535
|
-
attr_accessor :Id, :ClusterId, :ScaleLowerBound, :ScaleUpperBound, :StrategyType, :NextTimeCanScale, :GraceDownFlag, :HardwareType, :PayMode, :PostPayPercentMin, :ChangeToPod, :GroupName, :YarnNodeLabel, :GroupStatus, :Parallel, :EnableMNode, :ExtraAdvanceAttrs
|
539
|
+
attr_accessor :Id, :ClusterId, :ScaleLowerBound, :ScaleUpperBound, :StrategyType, :NextTimeCanScale, :GraceDownFlag, :HardwareType, :PayMode, :PostPayPercentMin, :ChangeToPod, :GroupName, :YarnNodeLabel, :WarehouseName, :GroupStatus, :Parallel, :EnableMNode, :ExtraAdvanceAttrs
|
536
540
|
|
537
|
-
def initialize(id=nil, clusterid=nil, scalelowerbound=nil, scaleupperbound=nil, strategytype=nil, nexttimecanscale=nil, gracedownflag=nil, hardwaretype=nil, paymode=nil, postpaypercentmin=nil, changetopod=nil, groupname=nil, yarnnodelabel=nil, groupstatus=nil, parallel=nil, enablemnode=nil, extraadvanceattrs=nil)
|
541
|
+
def initialize(id=nil, clusterid=nil, scalelowerbound=nil, scaleupperbound=nil, strategytype=nil, nexttimecanscale=nil, gracedownflag=nil, hardwaretype=nil, paymode=nil, postpaypercentmin=nil, changetopod=nil, groupname=nil, yarnnodelabel=nil, warehousename=nil, groupstatus=nil, parallel=nil, enablemnode=nil, extraadvanceattrs=nil)
|
538
542
|
@Id = id
|
539
543
|
@ClusterId = clusterid
|
540
544
|
@ScaleLowerBound = scalelowerbound
|
@@ -548,6 +552,7 @@ module TencentCloud
|
|
548
552
|
@ChangeToPod = changetopod
|
549
553
|
@GroupName = groupname
|
550
554
|
@YarnNodeLabel = yarnnodelabel
|
555
|
+
@WarehouseName = warehousename
|
551
556
|
@GroupStatus = groupstatus
|
552
557
|
@Parallel = parallel
|
553
558
|
@EnableMNode = enablemnode
|
@@ -568,6 +573,7 @@ module TencentCloud
|
|
568
573
|
@ChangeToPod = params['ChangeToPod']
|
569
574
|
@GroupName = params['GroupName']
|
570
575
|
@YarnNodeLabel = params['YarnNodeLabel']
|
576
|
+
@WarehouseName = params['WarehouseName']
|
571
577
|
@GroupStatus = params['GroupStatus']
|
572
578
|
@Parallel = params['Parallel']
|
573
579
|
@EnableMNode = params['EnableMNode']
|
@@ -642,10 +648,14 @@ module TencentCloud
|
|
642
648
|
# @type EmrResourceId: String
|
643
649
|
# @param UnderwriteExpiredTime: 包销到期时间
|
644
650
|
# @type UnderwriteExpiredTime: String
|
651
|
+
# @param Tags: 标签
|
652
|
+
# @type Tags: Array
|
653
|
+
# @param ThroughputPerformance: 云硬盘额外性能值,单位:MB/s
|
654
|
+
# @type ThroughputPerformance: Integer
|
645
655
|
|
646
|
-
attr_accessor :DiskId, :DiskUsage, :DiskName, :DiskSize, :DiskType, :DeleteWithInstance, :DiskChargeType, :DiskState, :RenewFlag, :DeadlineTime, :Attached, :DifferDaysOfDeadline, :InstanceIdList, :InstanceId, :Shareable, :EmrResourceId, :UnderwriteExpiredTime
|
656
|
+
attr_accessor :DiskId, :DiskUsage, :DiskName, :DiskSize, :DiskType, :DeleteWithInstance, :DiskChargeType, :DiskState, :RenewFlag, :DeadlineTime, :Attached, :DifferDaysOfDeadline, :InstanceIdList, :InstanceId, :Shareable, :EmrResourceId, :UnderwriteExpiredTime, :Tags, :ThroughputPerformance
|
647
657
|
|
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)
|
658
|
+
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
659
|
@DiskId = diskid
|
650
660
|
@DiskUsage = diskusage
|
651
661
|
@DiskName = diskname
|
@@ -663,6 +673,8 @@ module TencentCloud
|
|
663
673
|
@Shareable = shareable
|
664
674
|
@EmrResourceId = emrresourceid
|
665
675
|
@UnderwriteExpiredTime = underwriteexpiredtime
|
676
|
+
@Tags = tags
|
677
|
+
@ThroughputPerformance = throughputperformance
|
666
678
|
end
|
667
679
|
|
668
680
|
def deserialize(params)
|
@@ -683,6 +695,15 @@ module TencentCloud
|
|
683
695
|
@Shareable = params['Shareable']
|
684
696
|
@EmrResourceId = params['EmrResourceId']
|
685
697
|
@UnderwriteExpiredTime = params['UnderwriteExpiredTime']
|
698
|
+
unless params['Tags'].nil?
|
699
|
+
@Tags = []
|
700
|
+
params['Tags'].each do |i|
|
701
|
+
taginfo_tmp = TagInfo.new
|
702
|
+
taginfo_tmp.deserialize(i)
|
703
|
+
@Tags << taginfo_tmp
|
704
|
+
end
|
705
|
+
end
|
706
|
+
@ThroughputPerformance = params['ThroughputPerformance']
|
686
707
|
end
|
687
708
|
end
|
688
709
|
|
@@ -1093,10 +1114,10 @@ module TencentCloud
|
|
1093
1114
|
|
1094
1115
|
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
1116
|
extend Gem::Deprecate
|
1096
|
-
deprecate :Ftitle, :none, 2025,
|
1097
|
-
deprecate :Ftitle=, :none, 2025,
|
1098
|
-
deprecate :Config, :none, 2025,
|
1099
|
-
deprecate :Config=, :none, 2025,
|
1117
|
+
deprecate :Ftitle, :none, 2025, 9
|
1118
|
+
deprecate :Ftitle=, :none, 2025, 9
|
1119
|
+
deprecate :Config, :none, 2025, 9
|
1120
|
+
deprecate :Config=, :none, 2025, 9
|
1100
1121
|
|
1101
1122
|
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
1123
|
@Id = id
|
@@ -1669,8 +1690,8 @@ module TencentCloud
|
|
1669
1690
|
# <li>55:表示EMR-TKE-V1.0.1</li>
|
1670
1691
|
# <li>52:表示EMR-TKE-V1.0.0</li>
|
1671
1692
|
# @type ProductId: Integer
|
1672
|
-
# @param ClientToken: 客户端token,唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,小于等于64个字符,例如
|
1673
|
-
# 示例值:
|
1693
|
+
# @param ClientToken: 客户端token,唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,小于等于64个字符,例如 a9a90aa6fae36063280
|
1694
|
+
# 示例值:a9a90aa6fae36063280
|
1674
1695
|
# @type ClientToken: String
|
1675
1696
|
# @param VPCSettings: 私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。
|
1676
1697
|
# @type VPCSettings: :class:`Tencentcloud::Emr.v20190103.models.VPCSettings`
|
@@ -1685,16 +1706,20 @@ module TencentCloud
|
|
1685
1706
|
# @type MetaDBInfo: :class:`Tencentcloud::Emr.v20190103.models.CustomMetaDBInfo`
|
1686
1707
|
# @param Tags: 标签信息
|
1687
1708
|
# @type Tags: Array
|
1688
|
-
# @param LoginSettings:
|
1709
|
+
# @param LoginSettings: 登录密码,LoginSettings中的Password字段
|
1689
1710
|
# @type LoginSettings: :class:`Tencentcloud::Emr.v20190103.models.LoginSettings`
|
1690
1711
|
# @param ExternalService: 共享服务信息
|
1691
1712
|
# @type ExternalService: Array
|
1692
1713
|
# @param ZoneId: 可用区id
|
1693
1714
|
# @type ZoneId: Integer
|
1715
|
+
# @param DefaultMetaVersion: 数据库版本
|
1716
|
+
# @type DefaultMetaVersion: String
|
1717
|
+
# @param NeedCdbAudit: 是否开通审计
|
1718
|
+
# @type NeedCdbAudit: Integer
|
1694
1719
|
|
1695
|
-
attr_accessor :InstanceName, :ClusterClass, :Software, :PlatFormType, :CosBucket, :EksClusterId, :ProductId, :ClientToken, :VPCSettings, :CloudResources, :SgId, :MetaDBInfo, :Tags, :LoginSettings, :ExternalService, :ZoneId
|
1720
|
+
attr_accessor :InstanceName, :ClusterClass, :Software, :PlatFormType, :CosBucket, :EksClusterId, :ProductId, :ClientToken, :VPCSettings, :CloudResources, :SgId, :MetaDBInfo, :Tags, :LoginSettings, :ExternalService, :ZoneId, :DefaultMetaVersion, :NeedCdbAudit
|
1696
1721
|
|
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)
|
1722
|
+
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
1723
|
@InstanceName = instancename
|
1699
1724
|
@ClusterClass = clusterclass
|
1700
1725
|
@Software = software
|
@@ -1711,6 +1736,8 @@ module TencentCloud
|
|
1711
1736
|
@LoginSettings = loginsettings
|
1712
1737
|
@ExternalService = externalservice
|
1713
1738
|
@ZoneId = zoneid
|
1739
|
+
@DefaultMetaVersion = defaultmetaversion
|
1740
|
+
@NeedCdbAudit = needcdbaudit
|
1714
1741
|
end
|
1715
1742
|
|
1716
1743
|
def deserialize(params)
|
@@ -1760,6 +1787,8 @@ module TencentCloud
|
|
1760
1787
|
end
|
1761
1788
|
end
|
1762
1789
|
@ZoneId = params['ZoneId']
|
1790
|
+
@DefaultMetaVersion = params['DefaultMetaVersion']
|
1791
|
+
@NeedCdbAudit = params['NeedCdbAudit']
|
1763
1792
|
end
|
1764
1793
|
end
|
1765
1794
|
|
@@ -1850,10 +1879,14 @@ module TencentCloud
|
|
1850
1879
|
# @type NodeMarks: Array
|
1851
1880
|
# @param LoadBalancerId: clb id
|
1852
1881
|
# @type LoadBalancerId: String
|
1882
|
+
# @param DefaultMetaVersion: 数据库版本:mysql8/tdsql8/mysql5
|
1883
|
+
# @type DefaultMetaVersion: String
|
1884
|
+
# @param NeedCdbAudit: 是否开通数据库审计
|
1885
|
+
# @type NeedCdbAudit: Integer
|
1853
1886
|
|
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
|
1887
|
+
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
1888
|
|
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)
|
1889
|
+
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
1890
|
@ProductVersion = productversion
|
1858
1891
|
@EnableSupportHAFlag = enablesupporthaflag
|
1859
1892
|
@InstanceName = instancename
|
@@ -1877,6 +1910,8 @@ module TencentCloud
|
|
1877
1910
|
@CosBucket = cosbucket
|
1878
1911
|
@NodeMarks = nodemarks
|
1879
1912
|
@LoadBalancerId = loadbalancerid
|
1913
|
+
@DefaultMetaVersion = defaultmetaversion
|
1914
|
+
@NeedCdbAudit = needcdbaudit
|
1880
1915
|
end
|
1881
1916
|
|
1882
1917
|
def deserialize(params)
|
@@ -1950,6 +1985,8 @@ module TencentCloud
|
|
1950
1985
|
end
|
1951
1986
|
end
|
1952
1987
|
@LoadBalancerId = params['LoadBalancerId']
|
1988
|
+
@DefaultMetaVersion = params['DefaultMetaVersion']
|
1989
|
+
@NeedCdbAudit = params['NeedCdbAudit']
|
1953
1990
|
end
|
1954
1991
|
end
|
1955
1992
|
|
@@ -2138,10 +2175,14 @@ module TencentCloud
|
|
2138
2175
|
# @type NodeMarks: Array
|
2139
2176
|
# @param LoadBalancerId: CLB id
|
2140
2177
|
# @type LoadBalancerId: String
|
2178
|
+
# @param DefaultMetaVersion: 数据库类型:mysql8/tdsql8
|
2179
|
+
# @type DefaultMetaVersion: String
|
2180
|
+
# @param NeedCdbAudit: 是否开通审计:0:不开通,1:开通
|
2181
|
+
# @type NeedCdbAudit: Integer
|
2141
2182
|
|
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
|
2183
|
+
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
2184
|
|
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)
|
2185
|
+
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
2186
|
@ProductId = productid
|
2146
2187
|
@Software = software
|
2147
2188
|
@SupportHA = supportha
|
@@ -2177,6 +2218,8 @@ module TencentCloud
|
|
2177
2218
|
@CosBucket = cosbucket
|
2178
2219
|
@NodeMarks = nodemarks
|
2179
2220
|
@LoadBalancerId = loadbalancerid
|
2221
|
+
@DefaultMetaVersion = defaultmetaversion
|
2222
|
+
@NeedCdbAudit = needcdbaudit
|
2180
2223
|
end
|
2181
2224
|
|
2182
2225
|
def deserialize(params)
|
@@ -2268,6 +2311,8 @@ module TencentCloud
|
|
2268
2311
|
end
|
2269
2312
|
end
|
2270
2313
|
@LoadBalancerId = params['LoadBalancerId']
|
2314
|
+
@DefaultMetaVersion = params['DefaultMetaVersion']
|
2315
|
+
@NeedCdbAudit = params['NeedCdbAudit']
|
2271
2316
|
end
|
2272
2317
|
end
|
2273
2318
|
|
@@ -4384,16 +4429,20 @@ module TencentCloud
|
|
4384
4429
|
# @type Limit: Integer
|
4385
4430
|
# @param Offset: 数据偏移值
|
4386
4431
|
# @type Offset: Integer
|
4432
|
+
# @param Scene: 场景值:
|
4433
|
+
# ModifyDiskExtraPerformance :调整数据盘额外性能
|
4434
|
+
# @type Scene: String
|
4387
4435
|
|
4388
|
-
attr_accessor :InstanceId, :CvmInstanceIds, :Filters, :InnerSearch, :Limit, :Offset
|
4436
|
+
attr_accessor :InstanceId, :CvmInstanceIds, :Filters, :InnerSearch, :Limit, :Offset, :Scene
|
4389
4437
|
|
4390
|
-
def initialize(instanceid=nil, cvminstanceids=nil, filters=nil, innersearch=nil, limit=nil, offset=nil)
|
4438
|
+
def initialize(instanceid=nil, cvminstanceids=nil, filters=nil, innersearch=nil, limit=nil, offset=nil, scene=nil)
|
4391
4439
|
@InstanceId = instanceid
|
4392
4440
|
@CvmInstanceIds = cvminstanceids
|
4393
4441
|
@Filters = filters
|
4394
4442
|
@InnerSearch = innersearch
|
4395
4443
|
@Limit = limit
|
4396
4444
|
@Offset = offset
|
4445
|
+
@Scene = scene
|
4397
4446
|
end
|
4398
4447
|
|
4399
4448
|
def deserialize(params)
|
@@ -4410,6 +4459,7 @@ module TencentCloud
|
|
4410
4459
|
@InnerSearch = params['InnerSearch']
|
4411
4460
|
@Limit = params['Limit']
|
4412
4461
|
@Offset = params['Offset']
|
4462
|
+
@Scene = params['Scene']
|
4413
4463
|
end
|
4414
4464
|
end
|
4415
4465
|
|
@@ -4422,15 +4472,18 @@ module TencentCloud
|
|
4422
4472
|
# @type CBSList: Array
|
4423
4473
|
# @param MaxSize: 云盘最大容量
|
4424
4474
|
# @type MaxSize: Integer
|
4475
|
+
# @param MaxThroughputPerformance: 云硬盘最大额外性能值
|
4476
|
+
# @type MaxThroughputPerformance: Integer
|
4425
4477
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4426
4478
|
# @type RequestId: String
|
4427
4479
|
|
4428
|
-
attr_accessor :TotalCount, :CBSList, :MaxSize, :RequestId
|
4480
|
+
attr_accessor :TotalCount, :CBSList, :MaxSize, :MaxThroughputPerformance, :RequestId
|
4429
4481
|
|
4430
|
-
def initialize(totalcount=nil, cbslist=nil, maxsize=nil, requestid=nil)
|
4482
|
+
def initialize(totalcount=nil, cbslist=nil, maxsize=nil, maxthroughputperformance=nil, requestid=nil)
|
4431
4483
|
@TotalCount = totalcount
|
4432
4484
|
@CBSList = cbslist
|
4433
4485
|
@MaxSize = maxsize
|
4486
|
+
@MaxThroughputPerformance = maxthroughputperformance
|
4434
4487
|
@RequestId = requestid
|
4435
4488
|
end
|
4436
4489
|
|
@@ -4445,6 +4498,7 @@ module TencentCloud
|
|
4445
4498
|
end
|
4446
4499
|
end
|
4447
4500
|
@MaxSize = params['MaxSize']
|
4501
|
+
@MaxThroughputPerformance = params['MaxThroughputPerformance']
|
4448
4502
|
@RequestId = params['RequestId']
|
4449
4503
|
end
|
4450
4504
|
end
|
@@ -7092,10 +7146,14 @@ module TencentCloud
|
|
7092
7146
|
# @type VersionID: Integer
|
7093
7147
|
# @param MultiZoneSettings: 可用区的规格信息
|
7094
7148
|
# @type MultiZoneSettings: Array
|
7149
|
+
# @param DefaultMetaVersion: 数据库版本
|
7150
|
+
# @type DefaultMetaVersion: String
|
7151
|
+
# @param NeedCdbAudit: 0:不开通审计;1:开通审计
|
7152
|
+
# @type NeedCdbAudit: Integer
|
7095
7153
|
|
7096
|
-
attr_accessor :TimeUnit, :TimeSpan, :Currency, :PayMode, :SupportHA, :Software, :ResourceSpec, :Placement, :VPCSettings, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ProductId, :SceneName, :ExternalService, :VersionID, :MultiZoneSettings
|
7154
|
+
attr_accessor :TimeUnit, :TimeSpan, :Currency, :PayMode, :SupportHA, :Software, :ResourceSpec, :Placement, :VPCSettings, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ProductId, :SceneName, :ExternalService, :VersionID, :MultiZoneSettings, :DefaultMetaVersion, :NeedCdbAudit
|
7097
7155
|
|
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)
|
7156
|
+
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
7157
|
@TimeUnit = timeunit
|
7100
7158
|
@TimeSpan = timespan
|
7101
7159
|
@Currency = currency
|
@@ -7113,6 +7171,8 @@ module TencentCloud
|
|
7113
7171
|
@ExternalService = externalservice
|
7114
7172
|
@VersionID = versionid
|
7115
7173
|
@MultiZoneSettings = multizonesettings
|
7174
|
+
@DefaultMetaVersion = defaultmetaversion
|
7175
|
+
@NeedCdbAudit = needcdbaudit
|
7116
7176
|
end
|
7117
7177
|
|
7118
7178
|
def deserialize(params)
|
@@ -7159,6 +7219,8 @@ module TencentCloud
|
|
7159
7219
|
@MultiZoneSettings << multizonesetting_tmp
|
7160
7220
|
end
|
7161
7221
|
end
|
7222
|
+
@DefaultMetaVersion = params['DefaultMetaVersion']
|
7223
|
+
@NeedCdbAudit = params['NeedCdbAudit']
|
7162
7224
|
end
|
7163
7225
|
end
|
7164
7226
|
|
@@ -7991,6 +8053,8 @@ module TencentCloud
|
|
7991
8053
|
# @type GraceDownFlag: Boolean
|
7992
8054
|
# @param GraceDownTime: 优雅缩容等待时间
|
7993
8055
|
# @type GraceDownTime: Integer
|
8056
|
+
# @param GraceDownProtectFlag: 是否开启任务保护
|
8057
|
+
# @type GraceDownProtectFlag: Boolean
|
7994
8058
|
# @param Tags: 绑定标签列表
|
7995
8059
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7996
8060
|
# @type Tags: Array
|
@@ -8021,9 +8085,9 @@ module TencentCloud
|
|
8021
8085
|
# @param Soft: soft例如yarn
|
8022
8086
|
# @type Soft: String
|
8023
8087
|
|
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
|
8088
|
+
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
8089
|
|
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)
|
8090
|
+
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
8091
|
@StrategyId = strategyid
|
8028
8092
|
@StrategyName = strategyname
|
8029
8093
|
@CalmDownTime = calmdowntime
|
@@ -8036,6 +8100,7 @@ module TencentCloud
|
|
8036
8100
|
@PeriodValid = periodvalid
|
8037
8101
|
@GraceDownFlag = gracedownflag
|
8038
8102
|
@GraceDownTime = gracedowntime
|
8103
|
+
@GraceDownProtectFlag = gracedownprotectflag
|
8039
8104
|
@Tags = tags
|
8040
8105
|
@ConfigGroupAssigned = configgroupassigned
|
8041
8106
|
@MeasureMethod = measuremethod
|
@@ -8061,6 +8126,7 @@ module TencentCloud
|
|
8061
8126
|
@PeriodValid = params['PeriodValid']
|
8062
8127
|
@GraceDownFlag = params['GraceDownFlag']
|
8063
8128
|
@GraceDownTime = params['GraceDownTime']
|
8129
|
+
@GraceDownProtectFlag = params['GraceDownProtectFlag']
|
8064
8130
|
unless params['Tags'].nil?
|
8065
8131
|
@Tags = []
|
8066
8132
|
params['Tags'].each do |i|
|
@@ -12183,10 +12249,12 @@ module TencentCloud
|
|
12183
12249
|
# @type ScaleOutServiceConfGroupsInfo: Array
|
12184
12250
|
# @param NodeMarks: 节点标记信息,当前只提供给tf平台使用
|
12185
12251
|
# @type NodeMarks: :class:`Tencentcloud::Emr.v20190103.models.NodeMark`
|
12252
|
+
# @param WarehouseName: 扩容指定计算组名称
|
12253
|
+
# @type WarehouseName: String
|
12186
12254
|
|
12187
|
-
attr_accessor :InstanceChargeType, :InstanceId, :ScaleOutNodeConfig, :ClientToken, :InstanceChargePrepaid, :ScriptBootstrapActionConfig, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareSourceType, :PodSpecInfo, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :EnableStartServiceFlag, :ResourceSpec, :Zone, :SubnetId, :ScaleOutServiceConfGroupsInfo, :NodeMarks
|
12255
|
+
attr_accessor :InstanceChargeType, :InstanceId, :ScaleOutNodeConfig, :ClientToken, :InstanceChargePrepaid, :ScriptBootstrapActionConfig, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareSourceType, :PodSpecInfo, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :EnableStartServiceFlag, :ResourceSpec, :Zone, :SubnetId, :ScaleOutServiceConfGroupsInfo, :NodeMarks, :WarehouseName
|
12188
12256
|
|
12189
|
-
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, scaleoutserviceconfgroupsinfo=nil, nodemarks=nil)
|
12257
|
+
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, scaleoutserviceconfgroupsinfo=nil, nodemarks=nil, warehousename=nil)
|
12190
12258
|
@InstanceChargeType = instancechargetype
|
12191
12259
|
@InstanceId = instanceid
|
12192
12260
|
@ScaleOutNodeConfig = scaleoutnodeconfig
|
@@ -12208,6 +12276,7 @@ module TencentCloud
|
|
12208
12276
|
@SubnetId = subnetid
|
12209
12277
|
@ScaleOutServiceConfGroupsInfo = scaleoutserviceconfgroupsinfo
|
12210
12278
|
@NodeMarks = nodemarks
|
12279
|
+
@WarehouseName = warehousename
|
12211
12280
|
end
|
12212
12281
|
|
12213
12282
|
def deserialize(params)
|
@@ -12268,6 +12337,7 @@ module TencentCloud
|
|
12268
12337
|
@NodeMarks = NodeMark.new
|
12269
12338
|
@NodeMarks.deserialize(params['NodeMarks'])
|
12270
12339
|
end
|
12340
|
+
@WarehouseName = params['WarehouseName']
|
12271
12341
|
end
|
12272
12342
|
end
|
12273
12343
|
|
@@ -12385,10 +12455,12 @@ module TencentCloud
|
|
12385
12455
|
# @type ComputeResourceAdvanceParams: :class:`Tencentcloud::Emr.v20190103.models.ComputeResourceAdvanceParams`
|
12386
12456
|
# @param NodeMarks: 节点标记信息,目前只提供tf平台使用
|
12387
12457
|
# @type NodeMarks: :class:`Tencentcloud::Emr.v20190103.models.NodeMark`
|
12458
|
+
# @param WarehouseName: 扩容指定计算组
|
12459
|
+
# @type WarehouseName: String
|
12388
12460
|
|
12389
|
-
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, :ResourceBaseType, :ComputeResourceId, :ComputeResourceAdvanceParams, :NodeMarks
|
12461
|
+
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, :ResourceBaseType, :ComputeResourceId, :ComputeResourceAdvanceParams, :NodeMarks, :WarehouseName
|
12390
12462
|
|
12391
|
-
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, resourcebasetype=nil, computeresourceid=nil, computeresourceadvanceparams=nil, nodemarks=nil)
|
12463
|
+
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, resourcebasetype=nil, computeresourceid=nil, computeresourceadvanceparams=nil, nodemarks=nil, warehousename=nil)
|
12392
12464
|
@TimeUnit = timeunit
|
12393
12465
|
@TimeSpan = timespan
|
12394
12466
|
@InstanceId = instanceid
|
@@ -12419,6 +12491,7 @@ module TencentCloud
|
|
12419
12491
|
@ComputeResourceId = computeresourceid
|
12420
12492
|
@ComputeResourceAdvanceParams = computeresourceadvanceparams
|
12421
12493
|
@NodeMarks = nodemarks
|
12494
|
+
@WarehouseName = warehousename
|
12422
12495
|
end
|
12423
12496
|
|
12424
12497
|
def deserialize(params)
|
@@ -12478,6 +12551,7 @@ module TencentCloud
|
|
12478
12551
|
@NodeMarks = NodeMark.new
|
12479
12552
|
@NodeMarks.deserialize(params['NodeMarks'])
|
12480
12553
|
end
|
12554
|
+
@WarehouseName = params['WarehouseName']
|
12481
12555
|
end
|
12482
12556
|
end
|
12483
12557
|
|
@@ -12885,12 +12959,12 @@ module TencentCloud
|
|
12885
12959
|
|
12886
12960
|
attr_accessor :DetectAlert, :DetetcFunctionKey, :DetetcFunctionValue, :DetetcTime, :DetectFunctionKey, :DetectFunctionValue, :DetectTime
|
12887
12961
|
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,
|
12962
|
+
deprecate :DetetcFunctionKey, :none, 2025, 9
|
12963
|
+
deprecate :DetetcFunctionKey=, :none, 2025, 9
|
12964
|
+
deprecate :DetetcFunctionValue, :none, 2025, 9
|
12965
|
+
deprecate :DetetcFunctionValue=, :none, 2025, 9
|
12966
|
+
deprecate :DetetcTime, :none, 2025, 9
|
12967
|
+
deprecate :DetetcTime=, :none, 2025, 9
|
12894
12968
|
|
12895
12969
|
def initialize(detectalert=nil, detetcfunctionkey=nil, detetcfunctionvalue=nil, detetctime=nil, detectfunctionkey=nil, detectfunctionvalue=nil, detecttime=nil)
|
12896
12970
|
@DetectAlert = detectalert
|
@@ -13605,6 +13679,26 @@ module TencentCloud
|
|
13605
13679
|
end
|
13606
13680
|
end
|
13607
13681
|
|
13682
|
+
# 标签信息
|
13683
|
+
class TagInfo < TencentCloud::Common::AbstractModel
|
13684
|
+
# @param Key: 标签键
|
13685
|
+
# @type Key: String
|
13686
|
+
# @param Value: 标签值
|
13687
|
+
# @type Value: String
|
13688
|
+
|
13689
|
+
attr_accessor :Key, :Value
|
13690
|
+
|
13691
|
+
def initialize(key=nil, value=nil)
|
13692
|
+
@Key = key
|
13693
|
+
@Value = value
|
13694
|
+
end
|
13695
|
+
|
13696
|
+
def deserialize(params)
|
13697
|
+
@Key = params['Key']
|
13698
|
+
@Value = params['Value']
|
13699
|
+
end
|
13700
|
+
end
|
13701
|
+
|
13608
13702
|
# Kubernetes Taint
|
13609
13703
|
class Taint < TencentCloud::Common::AbstractModel
|
13610
13704
|
# @param Key: Taint Key
|
@@ -13852,6 +13946,8 @@ module TencentCloud
|
|
13852
13946
|
# @type GraceDownFlag: Boolean
|
13853
13947
|
# @param GraceDownTime: 优雅缩容等待时间
|
13854
13948
|
# @type GraceDownTime: Integer
|
13949
|
+
# @param GraceDownProtectFlag: 是否开启任务保护
|
13950
|
+
# @type GraceDownProtectFlag: Boolean
|
13855
13951
|
# @param Tags: 绑定标签列表
|
13856
13952
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13857
13953
|
# @type Tags: Array
|
@@ -13880,9 +13976,9 @@ module TencentCloud
|
|
13880
13976
|
# @param GraceDownLabel: 优雅缩容业务pod标签,当node不存在上述pod或超过优雅缩容时间时,缩容节点
|
13881
13977
|
# @type GraceDownLabel: Array
|
13882
13978
|
|
13883
|
-
attr_accessor :StrategyName, :IntervalTime, :ScaleAction, :ScaleNum, :StrategyStatus, :Priority, :RetryValidTime, :RepeatStrategy, :StrategyId, :GraceDownFlag, :GraceDownTime, :Tags, :ConfigGroupAssigned, :MeasureMethod, :TerminatePolicy, :MaxUse, :SoftDeployInfo, :ServiceNodeInfo, :CompensateFlag, :GroupId, :GraceDownLabel
|
13979
|
+
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
13980
|
|
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)
|
13981
|
+
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
13982
|
@StrategyName = strategyname
|
13887
13983
|
@IntervalTime = intervaltime
|
13888
13984
|
@ScaleAction = scaleaction
|
@@ -13894,6 +13990,7 @@ module TencentCloud
|
|
13894
13990
|
@StrategyId = strategyid
|
13895
13991
|
@GraceDownFlag = gracedownflag
|
13896
13992
|
@GraceDownTime = gracedowntime
|
13993
|
+
@GraceDownProtectFlag = gracedownprotectflag
|
13897
13994
|
@Tags = tags
|
13898
13995
|
@ConfigGroupAssigned = configgroupassigned
|
13899
13996
|
@MeasureMethod = measuremethod
|
@@ -13921,6 +14018,7 @@ module TencentCloud
|
|
13921
14018
|
@StrategyId = params['StrategyId']
|
13922
14019
|
@GraceDownFlag = params['GraceDownFlag']
|
13923
14020
|
@GraceDownTime = params['GraceDownTime']
|
14021
|
+
@GraceDownProtectFlag = params['GraceDownProtectFlag']
|
13924
14022
|
unless params['Tags'].nil?
|
13925
14023
|
@Tags = []
|
13926
14024
|
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.1145
|
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-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|