tencentcloud-sdk-emr 3.0.1204 → 3.0.1206
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 +18 -6
- 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: 05f61f6a816fdcf6bbad0e63ab2d58b1d826194c
|
|
4
|
+
data.tar.gz: d57bcb89901547c84a94778b0305c7b176f86b17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb97d0c2686ffbac7c75e6ba497956db27b9f3cf6358b2a72152853e3cdab17ce5728d6f05b9df078406c2e5555541246df3fe64bff63c3c6d97b48b2921cd25
|
|
7
|
+
data.tar.gz: 2acd3d802082db2f2f5915d922704076d61cf4ed7aaf34ce81f2b8b7d6062c7d50cf3d8e2cff921f5b0e456ab15f7259e617699c382363c652067a9339b97512
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1206
|
data/lib/v20190103/models.rb
CHANGED
|
@@ -1728,10 +1728,12 @@ module TencentCloud
|
|
|
1728
1728
|
# @type DefaultMetaVersion: String
|
|
1729
1729
|
# @param NeedCdbAudit: 是否开通审计
|
|
1730
1730
|
# @type NeedCdbAudit: Integer
|
|
1731
|
+
# @param SgIP: 安全组来源IP
|
|
1732
|
+
# @type SgIP: String
|
|
1731
1733
|
|
|
1732
|
-
attr_accessor :InstanceName, :ClusterClass, :Software, :PlatFormType, :CosBucket, :EksClusterId, :ProductId, :ClientToken, :VPCSettings, :CloudResources, :SgId, :MetaDBInfo, :Tags, :LoginSettings, :ExternalService, :ZoneId, :DefaultMetaVersion, :NeedCdbAudit
|
|
1734
|
+
attr_accessor :InstanceName, :ClusterClass, :Software, :PlatFormType, :CosBucket, :EksClusterId, :ProductId, :ClientToken, :VPCSettings, :CloudResources, :SgId, :MetaDBInfo, :Tags, :LoginSettings, :ExternalService, :ZoneId, :DefaultMetaVersion, :NeedCdbAudit, :SgIP
|
|
1733
1735
|
|
|
1734
|
-
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)
|
|
1736
|
+
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, sgip=nil)
|
|
1735
1737
|
@InstanceName = instancename
|
|
1736
1738
|
@ClusterClass = clusterclass
|
|
1737
1739
|
@Software = software
|
|
@@ -1750,6 +1752,7 @@ module TencentCloud
|
|
|
1750
1752
|
@ZoneId = zoneid
|
|
1751
1753
|
@DefaultMetaVersion = defaultmetaversion
|
|
1752
1754
|
@NeedCdbAudit = needcdbaudit
|
|
1755
|
+
@SgIP = sgip
|
|
1753
1756
|
end
|
|
1754
1757
|
|
|
1755
1758
|
def deserialize(params)
|
|
@@ -1801,6 +1804,7 @@ module TencentCloud
|
|
|
1801
1804
|
@ZoneId = params['ZoneId']
|
|
1802
1805
|
@DefaultMetaVersion = params['DefaultMetaVersion']
|
|
1803
1806
|
@NeedCdbAudit = params['NeedCdbAudit']
|
|
1807
|
+
@SgIP = params['SgIP']
|
|
1804
1808
|
end
|
|
1805
1809
|
end
|
|
1806
1810
|
|
|
@@ -8354,10 +8358,12 @@ module TencentCloud
|
|
|
8354
8358
|
# @type GroupId: Integer
|
|
8355
8359
|
# @param Soft: soft例如yarn
|
|
8356
8360
|
# @type Soft: String
|
|
8361
|
+
# @param GraceDownProtectTime: 任务保护时间
|
|
8362
|
+
# @type GraceDownProtectTime: Integer
|
|
8357
8363
|
|
|
8358
|
-
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
|
|
8364
|
+
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, :GraceDownProtectTime
|
|
8359
8365
|
|
|
8360
|
-
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)
|
|
8366
|
+
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, gracedownprotecttime=nil)
|
|
8361
8367
|
@StrategyId = strategyid
|
|
8362
8368
|
@StrategyName = strategyname
|
|
8363
8369
|
@CalmDownTime = calmdowntime
|
|
@@ -8381,6 +8387,7 @@ module TencentCloud
|
|
|
8381
8387
|
@LoadMetricsConditions = loadmetricsconditions
|
|
8382
8388
|
@GroupId = groupid
|
|
8383
8389
|
@Soft = soft
|
|
8390
|
+
@GraceDownProtectTime = gracedownprotecttime
|
|
8384
8391
|
end
|
|
8385
8392
|
|
|
8386
8393
|
def deserialize(params)
|
|
@@ -8417,6 +8424,7 @@ module TencentCloud
|
|
|
8417
8424
|
end
|
|
8418
8425
|
@GroupId = params['GroupId']
|
|
8419
8426
|
@Soft = params['Soft']
|
|
8427
|
+
@GraceDownProtectTime = params['GraceDownProtectTime']
|
|
8420
8428
|
end
|
|
8421
8429
|
end
|
|
8422
8430
|
|
|
@@ -14338,10 +14346,12 @@ module TencentCloud
|
|
|
14338
14346
|
# @type GroupId: Integer
|
|
14339
14347
|
# @param GraceDownLabel: 优雅缩容业务pod标签,当node不存在上述pod或超过优雅缩容时间时,缩容节点
|
|
14340
14348
|
# @type GraceDownLabel: Array
|
|
14349
|
+
# @param GraceDownProtectTime: 任务保护时间
|
|
14350
|
+
# @type GraceDownProtectTime: Integer
|
|
14341
14351
|
|
|
14342
|
-
attr_accessor :StrategyName, :IntervalTime, :ScaleAction, :ScaleNum, :StrategyStatus, :Priority, :RetryValidTime, :RepeatStrategy, :StrategyId, :GraceDownFlag, :GraceDownTime, :GraceDownProtectFlag, :Tags, :ConfigGroupAssigned, :MeasureMethod, :TerminatePolicy, :MaxUse, :SoftDeployInfo, :ServiceNodeInfo, :CompensateFlag, :GroupId, :GraceDownLabel
|
|
14352
|
+
attr_accessor :StrategyName, :IntervalTime, :ScaleAction, :ScaleNum, :StrategyStatus, :Priority, :RetryValidTime, :RepeatStrategy, :StrategyId, :GraceDownFlag, :GraceDownTime, :GraceDownProtectFlag, :Tags, :ConfigGroupAssigned, :MeasureMethod, :TerminatePolicy, :MaxUse, :SoftDeployInfo, :ServiceNodeInfo, :CompensateFlag, :GroupId, :GraceDownLabel, :GraceDownProtectTime
|
|
14343
14353
|
|
|
14344
|
-
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)
|
|
14354
|
+
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, gracedownprotecttime=nil)
|
|
14345
14355
|
@StrategyName = strategyname
|
|
14346
14356
|
@IntervalTime = intervaltime
|
|
14347
14357
|
@ScaleAction = scaleaction
|
|
@@ -14364,6 +14374,7 @@ module TencentCloud
|
|
|
14364
14374
|
@CompensateFlag = compensateflag
|
|
14365
14375
|
@GroupId = groupid
|
|
14366
14376
|
@GraceDownLabel = gracedownlabel
|
|
14377
|
+
@GraceDownProtectTime = gracedownprotecttime
|
|
14367
14378
|
end
|
|
14368
14379
|
|
|
14369
14380
|
def deserialize(params)
|
|
@@ -14406,6 +14417,7 @@ module TencentCloud
|
|
|
14406
14417
|
@GraceDownLabel << tkelabel_tmp
|
|
14407
14418
|
end
|
|
14408
14419
|
end
|
|
14420
|
+
@GraceDownProtectTime = params['GraceDownProtectTime']
|
|
14409
14421
|
end
|
|
14410
14422
|
end
|
|
14411
14423
|
|
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.1206
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|