tencentcloud-sdk-emr 1.0.352 → 1.0.355
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 +6 -2
- 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: 1566f776ce3306f269e2541713bcd6e670c6897c
|
|
4
|
+
data.tar.gz: 988b7e6f7f1f3868afac3e623c2d2fdc2254b3b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1cba84df3f03d69ef50f4829443b36f8caab86ed4769fcc65628721c502e7c6581a99c5a54b407c0e8cdc2c95b4bd99f5752ce74e88cfd0a9d0d9842cdca187
|
|
7
|
+
data.tar.gz: 2e14024fb33d98b601ba9a96c38b2dd6df101bd2e1068fe7f0960f5b97d055c3a51410ae250b1112a50007ef9a7343b86c4303e11ae78546a5f1e1f7b75a62e9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.355
|
data/lib/v20190103/models.rb
CHANGED
|
@@ -4065,10 +4065,12 @@ module TencentCloud
|
|
|
4065
4065
|
# @type ZoneId: Integer
|
|
4066
4066
|
# @param SubnetId: 子网,默认是集群创建时的子网
|
|
4067
4067
|
# @type SubnetId: String
|
|
4068
|
+
# @param ScaleOutServiceConfAssign: 预设配置组
|
|
4069
|
+
# @type ScaleOutServiceConfAssign: String
|
|
4068
4070
|
|
|
4069
|
-
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
|
|
4071
|
+
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
|
|
4070
4072
|
|
|
4071
|
-
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)
|
|
4073
|
+
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)
|
|
4072
4074
|
@TimeUnit = timeunit
|
|
4073
4075
|
@TimeSpan = timespan
|
|
4074
4076
|
@InstanceId = instanceid
|
|
@@ -4093,6 +4095,7 @@ module TencentCloud
|
|
|
4093
4095
|
@StartServiceAfterScaleOut = startserviceafterscaleout
|
|
4094
4096
|
@ZoneId = zoneid
|
|
4095
4097
|
@SubnetId = subnetid
|
|
4098
|
+
@ScaleOutServiceConfAssign = scaleoutserviceconfassign
|
|
4096
4099
|
end
|
|
4097
4100
|
|
|
4098
4101
|
def deserialize(params)
|
|
@@ -4140,6 +4143,7 @@ module TencentCloud
|
|
|
4140
4143
|
@StartServiceAfterScaleOut = params['StartServiceAfterScaleOut']
|
|
4141
4144
|
@ZoneId = params['ZoneId']
|
|
4142
4145
|
@SubnetId = params['SubnetId']
|
|
4146
|
+
@ScaleOutServiceConfAssign = params['ScaleOutServiceConfAssign']
|
|
4143
4147
|
end
|
|
4144
4148
|
end
|
|
4145
4149
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.355
|
|
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-07-
|
|
11
|
+
date: 2022-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|