tencentcloud-sdk-emr 3.0.888 → 3.0.890
Sign up to get free protection for your applications and to get access to all the features.
- 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: a5c0ab24096924c3abfbb24d28ee31282955ca9f
|
4
|
+
data.tar.gz: ce73faee6f987cb85e6606f5f70804a78b092fbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b683ad57913210e011f2942a23638070e51262cdc40df27ba40853e18f8de9c292e469c65a3c76fa6c6e5124d713c2de04c8774f861a6a24f13e7d8268c27f3a
|
7
|
+
data.tar.gz: 17e5e09a1726f54b598b2e6e256807244e9e63ee7ebbd6cc60d6b6967129fdd8065a74a5a227a80dc5f9216bc90e71484088f8b5f42cd7176709f75d64621582
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.890
|
data/lib/v20190103/models.rb
CHANGED
@@ -4682,10 +4682,12 @@ module TencentCloud
|
|
4682
4682
|
# @type ResourceBaseType: String
|
4683
4683
|
# @param ComputeResourceId: 计算资源id
|
4684
4684
|
# @type ComputeResourceId: String
|
4685
|
+
# @param HardwareResourceType: 扩容资源类型
|
4686
|
+
# @type HardwareResourceType: String
|
4685
4687
|
|
4686
|
-
attr_accessor :TimeUnit, :TimeSpan, :ZoneId, :PayMode, :InstanceId, :CoreCount, :TaskCount, :Currency, :RouterCount, :MasterCount, :ResourceBaseType, :ComputeResourceId
|
4688
|
+
attr_accessor :TimeUnit, :TimeSpan, :ZoneId, :PayMode, :InstanceId, :CoreCount, :TaskCount, :Currency, :RouterCount, :MasterCount, :ResourceBaseType, :ComputeResourceId, :HardwareResourceType
|
4687
4689
|
|
4688
|
-
def initialize(timeunit=nil, timespan=nil, zoneid=nil, paymode=nil, instanceid=nil, corecount=nil, taskcount=nil, currency=nil, routercount=nil, mastercount=nil, resourcebasetype=nil, computeresourceid=nil)
|
4690
|
+
def initialize(timeunit=nil, timespan=nil, zoneid=nil, paymode=nil, instanceid=nil, corecount=nil, taskcount=nil, currency=nil, routercount=nil, mastercount=nil, resourcebasetype=nil, computeresourceid=nil, hardwareresourcetype=nil)
|
4689
4691
|
@TimeUnit = timeunit
|
4690
4692
|
@TimeSpan = timespan
|
4691
4693
|
@ZoneId = zoneid
|
@@ -4698,6 +4700,7 @@ module TencentCloud
|
|
4698
4700
|
@MasterCount = mastercount
|
4699
4701
|
@ResourceBaseType = resourcebasetype
|
4700
4702
|
@ComputeResourceId = computeresourceid
|
4703
|
+
@HardwareResourceType = hardwareresourcetype
|
4701
4704
|
end
|
4702
4705
|
|
4703
4706
|
def deserialize(params)
|
@@ -4713,6 +4716,7 @@ module TencentCloud
|
|
4713
4716
|
@MasterCount = params['MasterCount']
|
4714
4717
|
@ResourceBaseType = params['ResourceBaseType']
|
4715
4718
|
@ComputeResourceId = params['ComputeResourceId']
|
4719
|
+
@HardwareResourceType = params['HardwareResourceType']
|
4716
4720
|
end
|
4717
4721
|
end
|
4718
4722
|
|
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.890
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|