tencentcloud-sdk-cdc 3.0.472 → 3.0.474
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/v20201214/models.rb +7 -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: 9e5af8ff75d30c99717ac34da8d5ae25abea5ec5
|
4
|
+
data.tar.gz: c7115f4a778a6c1b4e475fce2c1271a9a8f73ce8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9eaaf092447cfa08dc373ff38d5bc8d6b541b2d1f3b8599f4bde28676577d17b8872fc948d3ac9fb9456b14832b1cecf9544fa841d37e635ba9f97133d9c27b3
|
7
|
+
data.tar.gz: 955fb1b99f4c13d558c37976c81a5d40899a9240ae85b27361204b37583086d4315edc0f07400d624e080ed4a832981757dc3c2fe2109f56c01f4d490a1cdc83
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.474
|
data/lib/v20201214/models.rb
CHANGED
@@ -492,10 +492,13 @@ module TencentCloud
|
|
492
492
|
# @param TimeSpan: 购买时长
|
493
493
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
494
494
|
# @type TimeSpan: Integer
|
495
|
+
# @param OrderType: 订单类型
|
496
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
497
|
+
# @type OrderType: String
|
495
498
|
|
496
|
-
attr_accessor :DedicatedClusterId, :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :OrderStatus, :CreateTime, :DedicatedClusterOrderId, :Action, :DedicatedClusterOrderItems, :Cpu, :Mem, :Gpu, :PayStatus, :PayType, :TimeUnit, :TimeSpan
|
499
|
+
attr_accessor :DedicatedClusterId, :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :OrderStatus, :CreateTime, :DedicatedClusterOrderId, :Action, :DedicatedClusterOrderItems, :Cpu, :Mem, :Gpu, :PayStatus, :PayType, :TimeUnit, :TimeSpan, :OrderType
|
497
500
|
|
498
|
-
def initialize(dedicatedclusterid=nil, dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, orderstatus=nil, createtime=nil, dedicatedclusterorderid=nil, action=nil, dedicatedclusterorderitems=nil, cpu=nil, mem=nil, gpu=nil, paystatus=nil, paytype=nil, timeunit=nil, timespan=nil)
|
501
|
+
def initialize(dedicatedclusterid=nil, dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, orderstatus=nil, createtime=nil, dedicatedclusterorderid=nil, action=nil, dedicatedclusterorderitems=nil, cpu=nil, mem=nil, gpu=nil, paystatus=nil, paytype=nil, timeunit=nil, timespan=nil, ordertype=nil)
|
499
502
|
@DedicatedClusterId = dedicatedclusterid
|
500
503
|
@DedicatedClusterTypeId = dedicatedclustertypeid
|
501
504
|
@SupportedStorageType = supportedstoragetype
|
@@ -515,6 +518,7 @@ module TencentCloud
|
|
515
518
|
@PayType = paytype
|
516
519
|
@TimeUnit = timeunit
|
517
520
|
@TimeSpan = timespan
|
521
|
+
@OrderType = ordertype
|
518
522
|
end
|
519
523
|
|
520
524
|
def deserialize(params)
|
@@ -544,6 +548,7 @@ module TencentCloud
|
|
544
548
|
@PayType = params['PayType']
|
545
549
|
@TimeUnit = params['TimeUnit']
|
546
550
|
@TimeSpan = params['TimeSpan']
|
551
|
+
@OrderType = params['OrderType']
|
547
552
|
end
|
548
553
|
end
|
549
554
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.474
|
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-12-
|
11
|
+
date: 2022-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|