tencentcloud-sdk-emr 1.0.354 → 1.0.355

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef817a7e8592c54c6638a58dc93469e74013df53
4
- data.tar.gz: 9b6782f2597f1d14980ba48f30d31cf7b69bb44f
3
+ metadata.gz: 1566f776ce3306f269e2541713bcd6e670c6897c
4
+ data.tar.gz: 988b7e6f7f1f3868afac3e623c2d2fdc2254b3b2
5
5
  SHA512:
6
- metadata.gz: 4748c0e48908bad9aa96054e3bf63573db44a402cfcca21daed04770615988ced67ed26471539567e881d6361d0c1d4b5ec12bf63bf4cd2dfcb864ae191d10aa
7
- data.tar.gz: 1762f5f76ca6222ef7f7d1714ad915a3c3fd6450b973c3a52fca799347d6ca2512c6b61a7dcd4b5666ba5bd459efb6f150cba7f264034c63d2b8c7c004f5abdd
6
+ metadata.gz: c1cba84df3f03d69ef50f4829443b36f8caab86ed4769fcc65628721c502e7c6581a99c5a54b407c0e8cdc2c95b4bd99f5752ce74e88cfd0a9d0d9842cdca187
7
+ data.tar.gz: 2e14024fb33d98b601ba9a96c38b2dd6df101bd2e1068fe7f0960f5b97d055c3a51410ae250b1112a50007ef9a7343b86c4303e11ae78546a5f1e1f7b75a62e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.354
1
+ 1.0.355
@@ -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.354
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-12 00:00:00.000000000 Z
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