tencentcloud-sdk-emr 3.0.887 → 3.0.889
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: b586de57f432c045e44348bbd63d937568a13fc6
|
4
|
+
data.tar.gz: 4a9c71c916e2a14c3fb21213d1c49fef0b08afd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5dba77504305bca63656e33b346e7095cb13a274e2c2028d391db4f17abaec51d75006b0d67d26051374085d808bbf7f578697e03ceb1486e20c5bca6d6dc03
|
7
|
+
data.tar.gz: f5242007d5a5a2469ba1149c26825e0d16eb578049800dac1b9a8807dd3832f6d794a2ddaa81cb362473d1c28b49cb962bca2a4353ae6c1694b4a665c17c1b0f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.889
|
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.889
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|