tencentcloud-sdk-emr 3.0.436 → 3.0.437
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 +13 -4
- 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: c4047f5f06b5a4543d50963bf02b95d9769d5b96
|
4
|
+
data.tar.gz: 415f26bc5916a252e25a1cb0d3f7fb58a8b4c266
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c0d46f04001e0b8abf7c6f42948da5ced2aaa0197136582c87199effd11eafd0d1c7cd088b7ac85079c7431da6b8e12c95b757518947d108c2dea27d00a5563
|
7
|
+
data.tar.gz: bb34d0b014bd2cf3201de8e4af3f3cb784863deaf09e24c9aed3a88fbdfddaabbee38c984edb1bd0c28b3ad8eee3ef12cc40dad54a18e1ce1c4c68dbf79ce519
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.437
|
data/lib/v20190103/models.rb
CHANGED
@@ -1763,10 +1763,13 @@ module TencentCloud
|
|
1763
1763
|
# @param IsMultiZoneCluster: 是否为跨AZ集群
|
1764
1764
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1765
1765
|
# @type IsMultiZoneCluster: Boolean
|
1766
|
+
# @param IsHandsCluster: 是否手戳集群
|
1767
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1768
|
+
# @type IsHandsCluster: Boolean
|
1766
1769
|
|
1767
|
-
attr_accessor :ClusterId, :StatusDesc, :ClusterName, :ZoneId, :AppId, :AddTime, :RunTime, :MasterIp, :EmrVersion, :ChargeType, :Id, :ProductId, :ProjectId, :RegionId, :SubnetId, :VpcId, :Zone, :Status, :Tags, :AlarmInfo, :IsWoodpeckerCluster, :VpcName, :SubnetName, :UniqVpcId, :UniqSubnetId, :ClusterClass, :IsMultiZoneCluster
|
1770
|
+
attr_accessor :ClusterId, :StatusDesc, :ClusterName, :ZoneId, :AppId, :AddTime, :RunTime, :MasterIp, :EmrVersion, :ChargeType, :Id, :ProductId, :ProjectId, :RegionId, :SubnetId, :VpcId, :Zone, :Status, :Tags, :AlarmInfo, :IsWoodpeckerCluster, :VpcName, :SubnetName, :UniqVpcId, :UniqSubnetId, :ClusterClass, :IsMultiZoneCluster, :IsHandsCluster
|
1768
1771
|
|
1769
|
-
def initialize(clusterid=nil, statusdesc=nil, clustername=nil, zoneid=nil, appid=nil, addtime=nil, runtime=nil, masterip=nil, emrversion=nil, chargetype=nil, id=nil, productid=nil, projectid=nil, regionid=nil, subnetid=nil, vpcid=nil, zone=nil, status=nil, tags=nil, alarminfo=nil, iswoodpeckercluster=nil, vpcname=nil, subnetname=nil, uniqvpcid=nil, uniqsubnetid=nil, clusterclass=nil, ismultizonecluster=nil)
|
1772
|
+
def initialize(clusterid=nil, statusdesc=nil, clustername=nil, zoneid=nil, appid=nil, addtime=nil, runtime=nil, masterip=nil, emrversion=nil, chargetype=nil, id=nil, productid=nil, projectid=nil, regionid=nil, subnetid=nil, vpcid=nil, zone=nil, status=nil, tags=nil, alarminfo=nil, iswoodpeckercluster=nil, vpcname=nil, subnetname=nil, uniqvpcid=nil, uniqsubnetid=nil, clusterclass=nil, ismultizonecluster=nil, ishandscluster=nil)
|
1770
1773
|
@ClusterId = clusterid
|
1771
1774
|
@StatusDesc = statusdesc
|
1772
1775
|
@ClusterName = clustername
|
@@ -1794,6 +1797,7 @@ module TencentCloud
|
|
1794
1797
|
@UniqSubnetId = uniqsubnetid
|
1795
1798
|
@ClusterClass = clusterclass
|
1796
1799
|
@IsMultiZoneCluster = ismultizonecluster
|
1800
|
+
@IsHandsCluster = ishandscluster
|
1797
1801
|
end
|
1798
1802
|
|
1799
1803
|
def deserialize(params)
|
@@ -1831,6 +1835,7 @@ module TencentCloud
|
|
1831
1835
|
@UniqSubnetId = params['UniqSubnetId']
|
1832
1836
|
@ClusterClass = params['ClusterClass']
|
1833
1837
|
@IsMultiZoneCluster = params['IsMultiZoneCluster']
|
1838
|
+
@IsHandsCluster = params['IsHandsCluster']
|
1834
1839
|
end
|
1835
1840
|
end
|
1836
1841
|
|
@@ -4243,10 +4248,12 @@ module TencentCloud
|
|
4243
4248
|
# @type SubnetId: String
|
4244
4249
|
# @param ScaleOutServiceConfAssign: 预设配置组
|
4245
4250
|
# @type ScaleOutServiceConfAssign: String
|
4251
|
+
# @param AutoRenew: 0表示关闭自动续费,1表示开启自动续费
|
4252
|
+
# @type AutoRenew: Integer
|
4246
4253
|
|
4247
|
-
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
|
4254
|
+
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
|
4248
4255
|
|
4249
|
-
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)
|
4256
|
+
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)
|
4250
4257
|
@TimeUnit = timeunit
|
4251
4258
|
@TimeSpan = timespan
|
4252
4259
|
@InstanceId = instanceid
|
@@ -4272,6 +4279,7 @@ module TencentCloud
|
|
4272
4279
|
@ZoneId = zoneid
|
4273
4280
|
@SubnetId = subnetid
|
4274
4281
|
@ScaleOutServiceConfAssign = scaleoutserviceconfassign
|
4282
|
+
@AutoRenew = autorenew
|
4275
4283
|
end
|
4276
4284
|
|
4277
4285
|
def deserialize(params)
|
@@ -4320,6 +4328,7 @@ module TencentCloud
|
|
4320
4328
|
@ZoneId = params['ZoneId']
|
4321
4329
|
@SubnetId = params['SubnetId']
|
4322
4330
|
@ScaleOutServiceConfAssign = params['ScaleOutServiceConfAssign']
|
4331
|
+
@AutoRenew = params['AutoRenew']
|
4323
4332
|
end
|
4324
4333
|
end
|
4325
4334
|
|
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.437
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|